Moving dedicated server to Linode
I have a centos 5.3 server with following details
Filesystem Size Used Avail Use% Mounted on
/dev/sda3 63G 11G 49G 18% /
/dev/sda1 145M 11M 126M 9% /boot
tmpfs 1014M 0 1014M 0% /dev/shm
I want to move this server to a new linode, I am willing to buy linode 2GB …
How can I transfer the whole data with full setup? What steps I should take?
Please suggest.
Richard
16 Replies
If you don't have any special requirements, you could then revert to a standard Linode kernel if you'd prefer.
I believe there's an article in the Linode Library -
It's really easy to experiment with a Linode in terms of creating and destroying disk images and configurations, so if you haven't already I'd just give it a shot and see what happens. Your biggest issue is going to be the time to transfer the image, so if I were you I might create a smaller source configuration as a test to experiment with the process. You could even make it a VM with a minimal CentOS installation running on top of your existing system.
-- David
My current system (non linode) version is
Linux 2.6.18-92.el5 #1
Can someone help me with step by step guide? The non linode system has to be on all the time.
here
Avoid suid problems by adding the p option to the rsync command:
rsync --exclude="/sys/*" --exclude="/proc/*" -aHSKDvzp -e ssh / root@12.34.56.78:/mnt/xvdb/
Will the linode backup will work with this type of setup easily? Will there be any problems for linode software because my server kernel version?
Richard
See also
– David
I have created a new disk image of 12 GB in which my non linode server will be copied. Do I need to create another swap partition? or existing swap can be used in two installations?
@richardvc:
As per the document …
I have created a new disk image of 12 GB in which my non linode server will be copied. Do I need to create another swap partition? or existing swap can be used in two installations?
Your linode needs just one swap partition, since you can only have one linode profile booted at a time you only need to create the one.
Since you have a 11GB used on your non-linode you should allocate more space on your linode than 12GB, if you did indeed buy a linode 2GB you might as well use almost all of the 64gb that comes with it for your /root partition.
I am trying to run command mentioned the document, my rsync is pausing at
lib/modules/2.6.18-92.el5/kernel/fs/nls/nls_cp949.ko
what could be the reason?
Thanks
Richard Correia
But the program is stopping at certain files .. like I mentioned earlier
It's terminating with any errors, just paused.
Richard
IS this a reason why rsync is having problems?
still rsync is pausing randomly .. at any file .. it transfer around 100/200 files and then take a pause .. no error on stdout ..
Please help
Richard
Just setup a new VPS Linode, install/config your LAMP stack (or whatever you're using), setup your databases, and then just move the Databases and Data.
There's always numerous things that don't match up between the two different systems, plus the unavoidable cruft that accumulates over time - so a fresh install specific to that setup is always a better solution in my opinion.
Thank you for your reply.
I am trying to see if this thing work smoothly … But I guess I will have to go with what you are suggesting.
Richard
Founder,
Arnala -