How to install VMWare tools on SUSE Linux Enterprise Server
Normally VM tools will be available in /mount/VMware tools folder in case they are missing in this location mount the media through which you have created the VM and open that folder.
- Type mount /dev/cdrom /media
- Type cp /media/*.tar.gz /tmp
- Type cd /tmp
- Type tar -zxvf VM*.tar.gz
- Type /tmp/vmware-tools-distrib/vmware-install.pl --default
- Type init 6 to restart the server
- Type /etc/init.d/vmware-tools status to make sure it is running
with this you are done with installing the vmware tools just restart the VM if needed.
Best,
Bhushan Padala
No comments:
Post a Comment