Página 1 de 1

Install Xen-Tools on Linux

MensagemEnviado: 22 Set 2015, 11:58
por juliano.oliveira
In XenCenter navigate to the general tab of the VM, and click on "XenServer Tools not installed" link(otherwise mount xs-tools.iso from the console or storage tab).



Inside the VM, mount the cdrom: for PV version "
Código: Selecionar todos
mount /dev/xvdd /mnt
" for HVM version "
Código: Selecionar todos
mount /dev/sr0 /mnt
" (no need for -o loop, suse is smart enough :) )

change directory to /mnt/Linux: cd /mnt/Linux

run install.sh script with manually specified os version as a parameter:
Código: Selecionar todos
./install.sh -d sles -m 11