Thursday, June 18, 2020

VMWare tools installation on Linux server

Auto install from VMWare console some times does not work. 
1. Mount the VMWare tools
2. Login to command prompt
3. Mount image
# mkdir /many/CD-ROM; mount /dev/CD-ROM /mnt/cdrom
# cd /tmp
# cp /mntri/CD-ROM/VMWareTools-10.3.21.-14772444.tar.gz .
# tar -xzvf VMWare ....Tar.gz
# VMware..../vmware-install.pl

Follow the standard procedure to complete..

No comments:

Post a Comment