Switch the optical drive to Xs-tool.iso on the virtual machine
Open a virtual machine into a Linux system
[Email protected] ~]# cd/mnt
[[email protected] mnt]# ls
When you CD into the /mnt directory ls view nothing.
Next we need to create the xs-tooL directory under this directory.
Creating the Xs-tool directory can be created directly under this directory.
[Email protected] mnt]# mkdir xs-tool
[[email protected] mnt]# ls
Xs-tool General default blue represents the directory
Mount the xs-tool.iso disc image and cd/mnt/xs-tool/linux/ after creating the xs-tool directory.
[Email protected] xs-tool]# mount/dev/xvdd/mnt/xs-tool
Mount:block DEVICE/DEV/XVDD is write-protected, mounting read-only
[Email protected] xs-tool]# cd/mnt/xs-tool/linux/
[Email protected] linux]#
Run the installation script in this directory
[Email protected] linux]# bash install.sh
Detected ' CentOS release 6.5 (Final) ' (CentOS version 6).
The following changes would be made to this Virtual machine:
* Packages to be installed/upgraded:
-xe-guest-utilities-6.5.0-1393.x86_64.rpm
-xe-guest-utilities-xenstore-6.5.0-1393.x86_64.rpm
Continue? [y/n] y
Preparing ... ########################################### [100%]
Package xe-guest-utilities-xenstore-6.5.0-1393.x86_64 is already installed
Package xe-guest-utilities-6.5.0-1393.x86_64 is already installed
[Email protected] linux]#
3. Then reboot the Linux computer to complete the installation.
This article is from the "10423221" blog, please be sure to keep this source http://10433221.blog.51cto.com/10423221/1854107
How to install Xs-tool.iso under Linux