Installing VMware Tools
1. First Right click on the Virtual Machine
2. Mount the Virtual CD
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
# mkdir /mnt/temporal # mount /dev/cdrom /mnt/temporal/ mount: block device /dev/sr0 is write-protected, mounting read-only # mkdir /root/vmware # cp -R /mnt/temporal/* /root/vmware # umount /mnt/temporal # cd /root/vmware # tar -xzvf VMwareTools-9.4.0-1280544.tar.gz # cd vmware-tools-distrib/ # ls bin doc etc FILES INSTALL installer lib vmware-install.pl [root@owncloud vmware-tools-distrib]# ./vmware-install.pl --default Creating a new VMware Tools installer database using the tar4 format. That's it |
Alfanux
« RDP Fails – Remote Desktop – a fatal error occurred (Previous News)
(Next News) Esxi – NFS Tuning »
Related News
VMware Esxi firewall commands
Although this option allows you to put rules relatively easy, many times this rules areRead More
Checking vSphere Flash Read Cache
Sometimes we need to check that everything is working fine with SSD. In order toRead More