Created
November 7, 2015 09:59
-
-
Save alexander-mart/e88b71ab4326f6676616 to your computer and use it in GitHub Desktop.
How to install XenTools on Ubuntu 64bit on XenServer 6.5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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