Cloning a Linux Server

Ask a Question related to Linux Setup, Configuration & Administration, Design and Development.

  1. #1

    Default Cloning a Linux Server

    We currently have a web server, running apache/tomcat and want to replace it
    with a higher spec machine, we would normally use Norton Ghost to make an
    image but the problem I have in this instance is

    Current machine is Single CPU machine, with IDE disks
    New machine is Dual processor, with SCSI disks

    Can somebody point me in the right direction as to the best way to achive
    this

    Many Thanks

    GC


    Gordon Chapman Guest

  2. Similar Questions and Discussions

    1. FMS on 64 bit Linux Server?
      Does FMS work on 64 bit Intel Xeon Servers with Linux as Operating System? Thanks Ajay
    2. Linux Comm Server
      I did a little searching and couldnt find much ... does anyone know if there is a way to get the Comm Server running with a RedHat version greater...
    3. Permanent connection between a LINUX server and a UNIX AIX server
      Hello, I created, for a customer LAMBDA, a Intranet site with PHP and MySQL technology. This site is on a LINUX server. I wish to connect this...
    4. Cloning a server via NIM using a mksysb image failes
      Hello, I'm trying to clone a server via NIM using a mksysb image from the source. Following the instructions in the NIM Guide, I defined...
    5. Please help me with a OOP cloning problem / Server Stuff Also
      Hello I am creating a virtual city known as Fusion City I am needing to know how to have more people in a room other than just one avatar walking...
  3. #2

    Default Re: Cloning a Linux Server

    Timo Voipio wrote:
    > Gordon Chapman wrote:
    >
    >> Current machine is Single CPU machine, with IDE disks
    >> New machine is Dual processor, with SCSI disks
    >>
    >> Can somebody point me in the right direction as to the best way to achive
    >> this
    >
    >
    > The way I'd do it:
    >
    > 1. Get kernel source, compile for the new machine (on the old one).
    > 2. make install
    > 3. lilo, set the new kernel as default
    > 4. DON'T reboot.
    > 5. Use mondo ([url]http://www.mondorescue.com/[/url])
    Boot the new box from a linux rescue CD of your choice.

    Build your new SCSI filesystems as you wish.

    Allow tar/rsh, tar/ssh, rsync, rsync/rsh, rsync/ssh, or whatever is
    available from the rescue CD, to use your local network to transmit the
    live system image to the target machine and overlay it on your new
    mounted filesystems. Or stuff it onto a CD and mount that.

    Edit your new /etc/fstab appropriately for your new OS.

    Update your lilo.conf or grub.conf to create a new MBR wherever you want.

    Reboot and take out the CD.

    Nico Kadel-Garcia Guest

  4. #3

    Default Re: Cloning a Linux Server

    Timo Voipio <oh_hami@hotmail.com> wrote in message news:<biiid6$9gen7$1@ID-106564.news.uni-berlin.de>...
    > Gordon Chapman wrote:
    >
    > > Current machine is Single CPU machine, with IDE disks
    > > New machine is Dual processor, with SCSI disks
    > >
    > > Can somebody point me in the right direction as to the best way to achive
    > > this
    >
    > The way I'd do it:
    >
    > 1. Get kernel source, compile for the new machine (on the old one).
    > 2. make install
    > 3. lilo, set the new kernel as default
    > 4. DON'T reboot.
    > 5. Use mondo ([url]http://www.mondorescue.com/[/url])
    >
    > HTH,
    >
    > -Timo
    Indeed.

    I would add, however, that if you are doing this a lot it may be worth
    your while just turning everything on as a module. This way you have a
    kernel that works with anything. 1 image that fits all! :)
    Xyerp Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139