Labels: Install vmtools on xenserver Virtual Machine
Recently, Citrix was deployed in the test environment. Due to resource shortage, a virtual machine was deployed on the HP blade server installed with esxi5.1 and xenserver was installed, however, after the installation, we found that the xenserver virtual machine did not install the vmtools tool. After studying it, we found that we can install vmtools on the xenserver virtual machine as long as we make small adjustments.
The detailed procedure is as follows.
1. On the vsphere client interface, select a virtual machine of xenserver and click "list"> "Virtual Machine"> "client"> "Install/upgrade VMware Tools (w )"
650) This. width = 650; "width =" 810 "Height =" 209 "Title =" 001.jpg" style = "width: 690px; Height: 199px; "src =" http://s3.51cto.com/wyfs02/M02/47/D3/wKioL1QAI4yxTYgKAAG6FO94XKg372.jpg "alt =" wkiol1qai4yxtygkaag6fo94xkg372.jpg "/>
2. On the xenserver virtual machine, go to the management interface, move to the local command shell on the last line, and press enter to enter the command line interface.
650) This. width = 650; "Title =" 002.jpg" src = "http://s3.51cto.com/wyfs02/M00/47/D3/wKioL1QAI9LCN7bqAAG3TdjFAdg073.jpg" alt = "wkiol1qai9lcn7bqaag3tdjfadg073.jpg"/>
3. After Entering the command line interface, all the following commands are manually entered.
# Mount/dev/CDROM/mnt
# Cp/mnt/VMwareTools-8.6.5-621624.tar.gz/tmp -- 8.6.5-621624 this is the version number
# Mkdir/usr/share/doc/vmware-Tools
# Cd/tmp
# Tar zxvf, MNT, VMwareTools-8.6.5-621624.tar.gz
# Cd vmware-tools-distrib/
#./Vmware-install.pl
Press enter all the time. When the following interface appears, enter NO
Searching for GCC...
The path "" is not valid path tothe GCC binary.
Wocould you like to change it? [Yes] No -- enter no here
Searching for a valid kernel header path...
The path "" is not a valid pathto the 2.6.32.43-0.4.1.xs1.6.10.734.170748xen kernel headers.
Wocould you like to change it? [Yes] No -- enter no here
Then press enter until the installation is complete.
Finally, restart the system to complete the installation of vmtools.
Reboot
This article is from the "bbs.51cto.com" blog, please be sure to keep this source http://131998.blog.51cto.com/121998/1546531
Install vmtools on xenserver Virtual Machine