Bought a new server...

  • camperjohn
  • Guru
  • Guru
  • User avatar
  • Joined: Nov 28, 2004
  • Posts: 1127
  • Loc: San Diego
  • Status: Offline

Post February 25th, 2010, 11:11 pm

Finally broke down and bought a new server. I was looking in the bargin bin and thought that every time my server goes down I lose money so I should just pony up and get a new one that can handle the traffic.

Dual Xeon Quad Core E5462, 2.8Mgz 8gigs ram, 1 TB hd...

Now come the hard part of getting my big sites over to the new machine.
Upload video and picture galleries at http://www.bodydot.com?post+upload+video+picture+gallery
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post February 25th, 2010, 11:11 pm

  • SpooF
  • ٩๏̯͡๏۶
  • Bronze Member
  • User avatar
  • Joined: May 22, 2004
  • Posts: 3415
  • Loc: Richland, WA
  • Status: Offline

Post February 25th, 2010, 11:21 pm

Is your old server hosted by the same company? If so you it should be pretty easy to transfer.

What was the specs of your old machine?
#define NULL (::rand() % 2)
  • camperjohn
  • Guru
  • Guru
  • User avatar
  • Joined: Nov 28, 2004
  • Posts: 1127
  • Loc: San Diego
  • Status: Offline

Post February 25th, 2010, 11:50 pm

No, old server is 3000 miles away, and is leased - which means I don't get to keep it, nor do Ieven get the HD in my hand, I must download the server and start fresh.

My monthly payment will actually go down as I will pay only for bandwidth and colocation. Old server was 1mgz, AMD, 500k ram...
Upload video and picture galleries at http://www.bodydot.com?post+upload+video+picture+gallery
  • SpooF
  • ٩๏̯͡๏۶
  • Bronze Member
  • User avatar
  • Joined: May 22, 2004
  • Posts: 3415
  • Loc: Richland, WA
  • Status: Offline

Post February 26th, 2010, 12:36 am

Ah so you actually bout a server, machine and all. Well, once you get your server setup and configured you can use scp (Allows you to copy contents from one server to another via SSH) to copy your entire web folder (home?) from your old machine to the new one. That way your not limited to your home connection. It will do the transfer server to server.

Code: [ Select ]
scp -r /home username@000.000.000.000:/home


That will transfer your entire home directory from one server to the other. You might want to tar.gz the folder first to lower the transfer size.
#define NULL (::rand() % 2)
  • camperjohn
  • Guru
  • Guru
  • User avatar
  • Joined: Nov 28, 2004
  • Posts: 1127
  • Loc: San Diego
  • Status: Offline

Post February 26th, 2010, 12:41 am

Can't really be done, I have about 100 gigs of data...

I will transfer about 10 domains manually, then have to figure out how to FTP the rest of the stuff...I would like to do it from home server to server would be better...not sure yet.
Upload video and picture galleries at http://www.bodydot.com?post+upload+video+picture+gallery
  • SpooF
  • ٩๏̯͡๏۶
  • Bronze Member
  • User avatar
  • Joined: May 22, 2004
  • Posts: 3415
  • Loc: Richland, WA
  • Status: Offline

Post February 26th, 2010, 12:55 am

Whats stopping you from doing a server to server transfer?
#define NULL (::rand() % 2)
  • camperjohn
  • Guru
  • Guru
  • User avatar
  • Joined: Nov 28, 2004
  • Posts: 1127
  • Loc: San Diego
  • Status: Offline

Post February 26th, 2010, 6:59 am

I think I will set up the server in my house when I get it, then transfer it to the location once it's set up. Most of my new content is on my home machine.

I think part of it is I want to set up the new server without cpanel, and I am not sure I will be able to do that...
Upload video and picture galleries at http://www.bodydot.com?post+upload+video+picture+gallery
  • dyfrin
  • Proficient
  • Proficient
  • User avatar
  • Joined: May 10, 2006
  • Posts: 499
  • Loc: WI
  • Status: Offline

Post February 26th, 2010, 7:38 am

I hope your new server is at least raid1?

Also do you have ssh access to your old server or is it ftp only with cpanel?
dyfrin.com
  • camperjohn
  • Guru
  • Guru
  • User avatar
  • Joined: Nov 28, 2004
  • Posts: 1127
  • Loc: San Diego
  • Status: Offline

Post February 26th, 2010, 10:30 am

I pretty much have everything on my old server - ssh an all since it's dedicated. The old server only has a 500Gig hd so I don't really care, and most of the new content is on my home machine already.

My biggest concern, is how to set it up etc as this will be my first colocation server, rather than leasing.
Upload video and picture galleries at http://www.bodydot.com?post+upload+video+picture+gallery
  • camperjohn
  • Guru
  • Guru
  • User avatar
  • Joined: Nov 28, 2004
  • Posts: 1127
  • Loc: San Diego
  • Status: Offline

Post February 26th, 2010, 10:52 am

dyfrin wrote:
I hope your new server is at least raid1?

Also do you have ssh access to your old server or is it ftp only with cpanel?


I don't know if the motherboard has built in RAID, but it does have two identical 500gig HD's. I will see once I get it if the motherboard has it.

I am not sure if I should set them up as a RAID1 and add an additional HD. I've never had a HD failure, so I am a little green on this. I think I want to set them up in a RAID1 config, and add an additional HD...
Upload video and picture galleries at http://www.bodydot.com?post+upload+video+picture+gallery
  • kc0tma
  • o|||||||o
  • Web Master
  • User avatar
  • Joined: Jul 20, 2007
  • Posts: 3318
  • Loc: Trout Creek, MT
  • Status: Offline

Post February 26th, 2010, 1:23 pm

See now if I were you I would have gotten the biggest hard drives they had to offer, and then as many of them as they let you put in the server. Two 500GB drives for a terabyte is a RAID1 (striping), so you'll have decent read/write speed because it can run both drives simultaneously, buuuuuut you've got no fault tolerance so if one drives kicks the bucket you are SOL. Lets say the server can hold up to 5 drives, at 500GB each, in a RAID5, you'd have a total of 2TB of usable space with fault tolerance that would let you loose one drive and not experience and serious downtime. Thats just what I would have done, that kind of thing is worth the extra money.
Like Mr Spork, I also write about my interest in alcoholic beverages.
  • camperjohn
  • Guru
  • Guru
  • User avatar
  • Joined: Nov 28, 2004
  • Posts: 1127
  • Loc: San Diego
  • Status: Offline

Post February 26th, 2010, 1:40 pm

I will probably buy a 2TB drive to add to the system and cron mysql backups on to it, but am not worried about data integrity (at the moment). I need to focus on the server handling the current traffic and turning into cash.

If it fails in 3 months I just upload and start over with 2 days downtime. If it doesn't fail I can upgrade to a 5 HD raid system later in a year or two.
Upload video and picture galleries at http://www.bodydot.com?post+upload+video+picture+gallery
  • grinch2171
  • Moderator
  • Genius
  • User avatar
  • Joined: Feb 11, 2004
  • Posts: 6744
  • Loc: Martinsburg, WV
  • Status: Offline

Post February 26th, 2010, 1:52 pm

RAID-1 is Mirroring kc0tma. RAID-0 is striping.
‎"Be polite, be professional, but have a plan to kill everybody you meet." Maj. Gen. James Mattis
  • camperjohn
  • Guru
  • Guru
  • User avatar
  • Joined: Nov 28, 2004
  • Posts: 1127
  • Loc: San Diego
  • Status: Offline

Post February 26th, 2010, 2:03 pm

Can a raid system, take 4 500GB drives, and mirror them on a single 2TB drive?
Upload video and picture galleries at http://www.bodydot.com?post+upload+video+picture+gallery
  • SpooF
  • ٩๏̯͡๏۶
  • Bronze Member
  • User avatar
  • Joined: May 22, 2004
  • Posts: 3415
  • Loc: Richland, WA
  • Status: Offline

Post February 26th, 2010, 2:49 pm

From the looks of it I dont think you'll have any problem with traffic if you configure it correctly. Thats a beast of a machine.
#define NULL (::rand() % 2)
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post February 26th, 2010, 2:49 pm

Post Information

  • Total Posts in this topic: 39 posts
  • Users browsing this forum: No registered users and 112 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
cron
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.