/xen-step-by-step

:snowboarder: Xen installation script form scratch.... on Ubuntu server 12.04 + Backup virtual machines from remote XenServer over SSH.

Primary LanguageShell

#xen-virtualistion-step-by-step available for ubuntu server 12.04 x64 only

This is our simple scirpt for xen-hypervisor installation. Modify this script according to your case... :D


###how to use it for help ./main.sh -h demo

####steps to be followed:

  1. Fist update your ubuntu and install xen ./main.sh -n ./main.sh -i

  2. Then reboot your pc sudo reboot

  3. Now chekck if xen is running ./main.sh -c

  4. Now install xapi and configure bridge ./main.sh -x sudo ./main.sh -cb


Backing up all VM running on a server: ./xen-backup-all.sh root@host host.pem

Backup VM by name: /xen-backup-vm.sh vmname root@host host.pem

Restore VM: xe vm-import filename=vmname.xva


Extra Documentation: Xen Steup Steps eXpalined in more details... and more referneces