Author: Craig White Date: Subject: Linux noob...assistance needed
On Wed, 2003-07-09 at 10:35, Franz Ucko wrote: > Hello!
>
> I need to move two Linux servers (running RedHat 7.0) from PC based hardware
> to server hardware. I am familiar with installing the base OS, but not
> familiar with transferring applications.
>
> For instance, one of my servers is running Apache and serve's up two
> different applications. What do I need to do to move the data from one
> server to another?
>
> The other server will be trickier. It is also a RedHat 7.0 server running
> Apache, FTP and QMail.
>
> Is there any reference material that I should refer to?
>
> I may be interested in obtaining a consultant to assist me in this venture.
> Does anyone have any recommendations?
>
> I appreciate any input you can provide!
> -----
I think that the best way to do this is to set up the new computer first
and if possible, remove the hard drive from the first system, mount it
on the new system and just copy the files. The other alternative would
be to use NFS to copy the files over.
I would presume that on 7.0, the files that you call applications are in
the html tree (/var/www/html) but could be somewhere else, depending
upon your configuration of apache.
The way you mentioned 'data', it would seem that you have some database
collecting data and you may need to do an sql dump to a file to move it.