Migrar un sistema fisico a un servidor virtual KVM solo con acceso de red

Solo con acceso SSH:

  1. ssh al sistema remoto y termine todos los procesos que pueda. Basically everything but the ssh server itself.
  2. Desde su sistema local, capture una copia de una imagen del disco a su sitema local:

    Espera muchas horas. Depende del tamaño del disco duro y el ancho de banda.
  3. Finalizara con un archivo llamado p2v.img. Montelo a una KVM virtual machine como raw disk image y fsck y encuentra errores.

    Si tiene acceso al servidor

    1. From the remote console, bring the system to single-user mode (init 1 as root, or reboot with 1 added to the boot command line).
    2. Bring up the network manually, e.g. with the appropriate ifconfig and route commands.
    3. P2V it to the remote hypervisor (or a storage server):

       
    4. Create a new KVM virtual machine using p2v.img as the disk, start it up and make any necessary changes.