To install VMWARE Tools on Linux.
- Go to Home -> Inventory -> Hosts & Clusters
- Right Click on VM -> Guest -> Install/Upgrade VMWARE Tools.
Now the VMWare tools ISO gets loaded to the CDROM Automatically according to the architecture. now we should install the tools manually
- Find the CDROM and mount it. follow the previous post MOUNT CDROM to find the the cdrom,
- Deceide the installation mode.
Installing VMware Tools from the Command Line with the RPM Installer
- Mount the CDROM,
- cd /mnt/cdrom
- rpm -ivh /mnt/cdrom/VMwareTools-5.0.0-<xxxx>.i386.rpm
- /usr/bin/vmware-config-tools.pl
- your linux box should have C libraries related to the kernel,
- else install kernel-devel using yum or find the rpm and install
- ps -ef | grep vmware-tools
Installing VMware Tools from the Command Line with the Tar Installer
- Mount the CDROM,
- cd /mnt/cdrom
- tar zxf /mnt/cdrom/VMwareTools-5.0.0-<xxxx>.tar.g
- cd vmware-tools-distrib
- ./vmware-install.pl
- ps -ef | grep vmware
what is for vmware workstation 15
ReplyDelete