Skip to content

Instantly share code, notes, and snippets.

@alexander-mart
Created November 7, 2015 09:59
Show Gist options
  • Save alexander-mart/e88b71ab4326f6676616 to your computer and use it in GitHub Desktop.
Save alexander-mart/e88b71ab4326f6676616 to your computer and use it in GitHub Desktop.
How to install XenTools on Ubuntu 64bit on XenServer 6.5
In XenCenter, attach xs-tools.iso to the DVD drive of the VM. Then mount xs-tools.iso, install the correct XenServer Tools package (replace amd64 with i386 if necessary) and unmount xs-tools.iso:
sudo mount /dev/cdrom /mnt
sudo dpkg -i /mnt/Linux/xe-guest-utilities_6.5.0-1939_amd64.deb
sudo umount /mnt
In XenCenter, detach xs-tools.iso from the DVD drive of the VM and reboot the VM.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment