Old 1U Server Equipment And Its Use.

Apr 16, 2007

As I sit here typing this I have a stack of 10 1U 866MHZ P3 Servers in front of me.

Sometimes its possible to sell these off to some sorry soul on ebay, however if not ebay what else? I would hate to throw them out and I would like to think they could be used for something. Perhaps I could upgrade the hard drives and turn them into file servers, but then how could I even break even with the cost of co-location.

Specifics
P3 866MHZ
256MB Ram (up ro 512)
10GB HD

View 14 Replies


ADVERTISEMENT

Is KVM Equipment Necessary

Jul 25, 2007

Couldn't you just remote access into your server from elsewhere? This would save you the hassle and cost of buying/installing/maintaing the KVM equipment?

In the rare case where you have no network access but need access to the server, then you could directly plug keyboard, monitor, and mouse into the server directly, right?

And in cases where you do have network access, couldn't you just plug in your laptop into the network in the colocation facility or wherever and remote access to the servers sitting two feet away from you?

View 14 Replies View Related

Old Equipment

Feb 26, 2007

We have 3 1-U servers and a 1-U UPS located in a datacenter in Vancouver. If we were also located in Vancouver, I'd probably just eBay things off. However, I'm not anywhere close to there, and I can't ask the people running the datacenter to package them up and ship them off to eBay sellers. Any suggestions for how to get rid of the equipment and maybe make some money?

I did some Googling for computers liquidators in Vancouver and didn't find much. Ideally I'd want some local firm to just show up, pick up the goods, and at some point pay me for them.

View 14 Replies View Related

Purchasing Off Lease Equipment

Oct 23, 2009

I've been searching Google for a few days in hopes of finding companies that take off lease server equipment (sometimes almost brand new) and auctioning it off to people.

I've been buying alot of equipment through resellers of these places but I would like to cut out the middle man expense and bid for myself.

For example. This week I purchased ten Dell PowerEdge R200's with X3220 Xeon CPU's in them. These are fairly new. I don't want to buy first generation single-core xeon servers.

Look forward to finding out who is supplying these people.

View 11 Replies View Related

Ship My Equipment To Colocate

Jan 8, 2008

what is the best company i can shiped my equipment to it and they

our company outside usa and we need good company can offer full solutions

View 8 Replies View Related

DDoS Protection Equipment

Jul 6, 2008

After a year we are here to see if we have any changes in the market of ddos protection equipment that dedicated server companies or datacenters can use to protect their networks and clients from different kinds of attacks.

If the solution you use is not listed there,

View 9 Replies View Related

Fiber Switch And Equipment

May 21, 2007

Me and my friend are looking to place a few servers for a soho (3 servers or so). We need advise as the incoming connectivity will be fiber so we need to know what do we need to receive that fiber, we opted to go for the catalyst 2950 for the switch but if there's a good fiber switch,

Fiber will be 10mbps.

View 13 Replies View Related

Collocated Equipment Insurance

Jan 8, 2007

Over the next year we are working to migrate all of our shared servers from leased dedicated servers to our own collocated equipment. As you can imagine it is a slow process, but we are getting there.

By this next week we will have about ten servers and a couple of switches colo'd. I am thinking it is time we looked at insuring the equipment we have colo'd and get it taken care of before we build up the volume anymore.

Is anyone able to recommend someone we may be able to contact to obtain insurance on our equipment? All of our equipment is at Colo4Dallas, in Dallas, TX split between our rack there and their secure storage room (spare parts, switch, chassis etc.).

I tried contacting our insurance company here in the United Kingdom to see if we could add it on to our office insurance but they became very hesitant when I mentioned the hardware was in Dallas, despite the fact it is probably more secure in the Colo4Dallas data center than our office.

So I guess we would be looking for a US insurance company that specializes in this type of thing. We would be looking to protect against equipment being damaged due to things like power surges, being dropped by a technician etc.

View 9 Replies View Related

Disaster Recovery - Renting Equipment

Oct 21, 2009

I'm putting together a disaster recovery plan and I'm trying to come up with a quick way to get new machines in place in case of catastrophic hardware failure, e.g. two servers go down at the same time (this is an HA setup and must always remain fault tolerant). At this point I'm trying to find someone who would rent a server to me, allowing me to take physical possession of it.

Why do I need physical possession of it? The problem is that I use IP-based storage on a private network and therefore can't rely on a rented server in another cabinet, even across the aisle in the same datacenter, without adding significant complexity to my setup.

So my question, in summary, is this: What would be the fastest, cheapest and simplest way to get a new server in my cabinet in a few short hours?

My servers are going to be in Colo4Dallas, so if there's a provider there who specializes in this or has made an arrangement with you or someone you know in the past, please let me know about them. If you can think of a better way to do things (the obvious solution of investing in more servers excluded),

View 5 Replies View Related

Does It Matter If The Company Owns Its Equipment

Feb 29, 2008

employees, owners, customers and everyone feel free to join in and tell us what you think.

Do you feel that your data is safe if the company manages their own servers? By manage I mean they fully own and operate their own hardware.

Or does it not matter as long as the company is a long time and known provider? Do you ask yourself this question when you look for a host?

View 11 Replies View Related

Customers Leaving Equipment In Colo

Oct 16, 2007

What happens if you quit paying your bill, or just forget to for three months. Then you don't contact the colo. What happens with your equipment,

View 6 Replies View Related

Fire Sale At HE On Used Cisco Core Router Equipment

Dec 16, 2007

Fire sale at HE on used Cisco core router equipment

[url]

I wonder if some data center will purchase it just to hook it up for the flashing lights... would be quite impressive.
Wait a second, that was already done in North Atlanta and Las Vegas, wasnt it?

I wonder why HE didnt donate it to the tech museum in San Jose... would have been a better write off then selling it.

why I am musing so far off topic on a gorgeous Sunday morning?

View 8 Replies View Related

Improve Performance- Web Server, SSH Server, And Mail Server

May 8, 2007

I've got a VPS which is serving as the main server for a number of sites. Web Server, SSH Server, and Mail Server.

What I've got running:

Apache2, PHP5, MySQL5, Dovecot, Postfix

One of the sites is a growing forum with a MASSIVE photo album. This is the site where I notice the most slowness.

Changing the server software is not an option - Only optimization.

Quote:

Originally Posted by httpd.conf

ServerTokens OS
ServerRoot "/etc/httpd"
PidFile run/httpd.pid
Timeout 300
KeepAlive Off
MaxKeepAliveRequests 100
KeepAliveTimeout 5
<IfModule prefork.c>
StartServers 8
MinSpareServers 8
MaxSpareServers 13
ServerLimit 256
MaxClients 256
MaxRequestsPerChild 50
</IfModule>
<IfModule worker.c>
StartServers 2
MaxClients 150
MinSpareThreads 25
MaxSpareThreads 75
ThreadsPerChild 25
MaxRequestsPerChild 0
</IfModule>
Listen 80
LoadModule auth_basic_module modules/mod_auth_basic.so
LoadModule auth_digest_module modules/mod_auth_digest.so
LoadModule authn_file_module modules/mod_authn_file.so
LoadModule authn_alias_module modules/mod_authn_alias.so
LoadModule authn_anon_module modules/mod_authn_anon.so
LoadModule authn_dbm_module modules/mod_authn_dbm.so
LoadModule authn_default_module modules/mod_authn_default.so
LoadModule authz_host_module modules/mod_authz_host.so
LoadModule authz_user_module modules/mod_authz_user.so
LoadModule authz_owner_module modules/mod_authz_owner.so
LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
LoadModule authz_dbm_module modules/mod_authz_dbm.so
LoadModule authz_default_module modules/mod_authz_default.so
LoadModule ldap_module modules/mod_ldap.so
LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
LoadModule include_module modules/mod_include.so
LoadModule log_config_module modules/mod_log_config.so
LoadModule logio_module modules/mod_logio.so
LoadModule env_module modules/mod_env.so
LoadModule ext_filter_module modules/mod_ext_filter.so
LoadModule mime_magic_module modules/mod_mime_magic.so
LoadModule expires_module modules/mod_expires.so
LoadModule deflate_module modules/mod_deflate.so
LoadModule headers_module modules/mod_headers.so
LoadModule usertrack_module modules/mod_usertrack.so
LoadModule setenvif_module modules/mod_setenvif.so
LoadModule mime_module modules/mod_mime.so
LoadModule dav_module modules/mod_dav.so
LoadModule status_module modules/mod_status.so
LoadModule autoindex_module modules/mod_autoindex.so
LoadModule info_module modules/mod_info.so
LoadModule dav_fs_module modules/mod_dav_fs.so
LoadModule vhost_alias_module modules/mod_vhost_alias.so
LoadModule negotiation_module modules/mod_negotiation.so
LoadModule dir_module modules/mod_dir.so
LoadModule actions_module modules/mod_actions.so
LoadModule speling_module modules/mod_speling.so
LoadModule userdir_module modules/mod_userdir.so
LoadModule alias_module modules/mod_alias.so
LoadModule rewrite_module modules/mod_rewrite.so
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
LoadModule proxy_http_module modules/mod_proxy_http.so
LoadModule proxy_connect_module modules/mod_proxy_connect.so
LoadModule cache_module modules/mod_cache.so
LoadModule suexec_module modules/mod_suexec.so
LoadModule disk_cache_module modules/mod_disk_cache.so
LoadModule file_cache_module modules/mod_file_cache.so
LoadModule mem_cache_module modules/mod_mem_cache.so
LoadModule cgi_module modules/mod_cgi.so
Include conf.d/*.conf
User apache
Group apache

Quote:

Originally Posted by my.cnf

[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
# Default to using old password format for compatibility with mysql 3.x
# clients (those using the mysqlclient10 compatibility package).
old_passwords=1

[mysql.server]
user=mysql
basedir=/var/lib

[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid

View 8 Replies View Related

Remote Upload To Server (url/server To Server)

Mar 7, 2009

I looked a lot - can not find solution ....

I want to transfer a file from [url]to [url]or [url]Without it will pass my localcomputer (slow upload)

It can be also a script i will install like this one - this is only for images
[url](remote)

View 7 Replies View Related

Plesk 11.x / Windows :: Don't Have Root Access To Server As It Is A Webfusion Dedicated Server

Oct 16, 2013

I have Plesk 11.5 (service provider mode) on a Windows 2008 server IIS7.Most of my sites are developed in .asp and therefore i use a custom 500-100.asp error page that check s the IP of the visitor then displays either a friendly error, or if its my IP a full error of what has happened (it also emails me the error). This allows me to debug pages easily whilst developing and to keep an eye on anyone trying SQL Injection hacks on my sites (as the error and email also have session variables and IP address).I dont have root access to the server as it is a Webfusion dedicated server.I have following the Plesk documentation -

1) Switch on custom errors for the subscription
2) Look in virtual directories and navigate to error documents
3) Find the error in question (500:100) and change it to point at either a file or URL

FILE - I had the data centre add in the 500-100.asp error page in to the virtual template so that my page is available in the list of virtual files - this didn't work but that maybe because its not a static page??

URL - when i add the path it says its incorrect, if i add a fully qualified address, it accepts it but it doesn't work.give me a specific example of the URL that can be entered relative to the root as the format in the documentation isn't accepted. The last step is to restart IIS which is also an issue as i cant seem to do this from the Plesk panel..It is as if it isn't catching the 500:100 error, and only catching the general 500 error??

View 1 Replies View Related

Urchin 5 / Google A . Transfering From Server To Server (Serial Already Activated)

Nov 21, 2006

I am currently running Google Analytics/Urchin 5 (v5.7.02), on a server, the server has started to act up, (on its last legs etc) and now I am trying to transfer the Urchin Software to a new server, where it would work effectively.

However upon installing the urchin software on the new server and running it (localhost:9999), I am presented with An Action Items Page, and these following choices

Obtain Demo License
Buy License
Activate Pre-Purchased License

I choose ‘Activate Pre-Purchased License’ pop in the Serial number and complete the registration then…

---------------------------------------------------------
Urchin Licensing Center -- Error!

An error has occured during your transaction, please use the back button and correct the problem. The specific error message is:

• Unable to generate a license. Some possible reasons:

Your serial code is currently active <<< How do I disable it and use it on another server?
---------------------------------------------------------

So all I want to do is deactivate the serial and reactivate it on another server.

Does anyone have experience with this or a similar problem or have a solution to this problem. Any help be most appriciated.

Or even a Contact Number so that i can get some one over the phone!

View 2 Replies View Related

Cpanel Domain Name Server (DNS) Setting For Email On 2 Seperate Server

Nov 7, 2009

This is the scenario, domain.com are setup on server1, however server2 also has the same profile of domain.com as we use ns3 and ns4 using domain.com. This works fine with the nameserver setup on server2.

However I encounter problems as the emails from server2 won't reach server1 as there are duplicate profile on server2.

My question is how do I setup the DNS in cpanel/whm from server2 so the emails from server2 will reach server1?

Server1 (www.domain.com)
ns1.domain.com
ns2.domain.com

Server2
ns3.domain.com
ns4.domain.com

View 6 Replies View Related

File Server Setup With Nginx...how Do I Choose The Config For The Server

Apr 22, 2009

I just want to use a server for file sharing, it will have nginx and that's it. I'm looking at centos, or freebsd, but I been using centos forever now and I'm not sure how to use freebsd, should I just stay with centos?

Do I tell my hosting provider to just install the OS and give me ssh action and that's it? Don't install any control panels or any other stuff? I want one domain and one subdomain on it though and ftp action.

View 8 Replies View Related

Remote Spamassian With Multiple Mail Server (Smartermail Server)

May 12, 2009

Remote Spamassassin for Multiple Smartermail Server

I want to setup Remote Spamassassin(On Linux) for Multiple Smartermail servers. I want to the setup the spamassassin on a linux box

How i can setup this with multiple smartermail servers.

View 6 Replies View Related

How To Tansfer Backup Files From Linux Server To Windows Server

Jul 4, 2007

what is the fast and best way?

View 4 Replies View Related

Plesk 12.x / Linux :: Full Server Migration To New Server With Same Hostname?

Jul 20, 2015

I'm wondering whether it is possible to perform a full server migration to a new Plesk server with the same hostname or will Plesk give an error about the hostname being the same?

The new server would not be accessible by hostname (only via IP) until DNS and glue records were changed after the migration.

View 1 Replies View Related

Cheap European Server For Small Game Server

Aug 31, 2008

I've been developing a small 2D MMORPG lately. I bought a VPS to run the server on a few days ago and sadly it doesn't work so well. Sometimes the loads go pretty high (afaik not caused by me) and MySQL freezes, causing the server to just wait for MySQL to unlock, hanging all the players around on the map. Not a good thing.

Anyway, the game is very small scale, and I'm not planning to have more than maybe 30-50 players online. It does not suck up much CPU, I had ~10 guys online and loads stayed down at 0.00 on the VPS box.

Problem with getting a dedicated is our very low budget. As I'm still underage and living at home hammering my pc and don't have any real incomes, we're talking numbers like $ 30 - $ 50 USD per month - it's really hard to find for that price in Europe.

Requirements:
Monthly payment, $ 30 - $ 50 / month, no setup (or very small setup, like $ 20)
10Mbit/s or faster connection, 100GB traffic should do
500MHz CPU is all cool
512MB or more RAM
5GB diskspace is enough
Has to be in Europe due to ping times (< 100ms)
Linux, Debian 4.0 prefered

If anyone knows where I could get something like this for a low price, $ 30 to $ 50 USD, it'd be great.

View 12 Replies View Related

DNS Domain Name Server Manager In Windows Server 2008

Aug 28, 2009

I have been searching everywhere trying to find a tutorial but It is not going anywhere. Basically I need to create 2 nameservers for Godaddy and pretty much so when i type http://mysite.com it goes to my site. I can access everything from http://myip and everything works. Now is there a step by step on how to actually do it in the DNS Manager? I need help like what IP address do I use is it the router ip? The external IP?

View 7 Replies View Related

Shift Email Accounts Data To One Server To Another Server

Mar 2, 2009

i want to shift my domain to one server to another server and the problem is how can i shift my email accounts data to one server to another server.

View 8 Replies View Related

Worth Upgrading To Quadcore Server (win2003 Server)?

Dec 8, 2008

Site is currently running on a single code single cpu p4 server. Am thinking of upgrading to a quad core Xeon server.

My site is pretty dynamic with lots of hits to php / mysql, and has trouble keeping up with the requests sometimes. Would a quadcore Xeon significantly help?

Server Software:
Windows 2003 Server
php 5.2.6
apache 2
mysql 4.1

Current Setup:
P4 2.8 single core/cpu.

Proposed setup
Xeon 3210 quadcore

I guess my confusion lies in the following:

1. Can win2003 server make use of the quadcores?
2. Does php / apache / mysql make use of the quadcores?
3. Will i see a significant increase in the amount of pages i can serve?

View 5 Replies View Related

Move SSL Certificate From CPanel Server To Plesk Server

Oct 23, 2009

I need to move an SSL certificate from a cPanel server to a Plesk server.

View 3 Replies View Related

Difference Between A Virtual Private Server And A Dedicated Server?

Feb 11, 2009

What is the difference between a virtual private server and a dedicated server?

View 8 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved