1. Shell into the Openfiler server
2. Make a directory to mount VMtools
mkdir -p /mnt/vmtools
3. Start the VMware installation from the vSphere client
4. Mount the VMware tools to the directory created in step 2
mount /dev/cdrom /mnt/vmtools
5. Copy the tar of the tools to the /tmp folder
cp /mnt/vmtools/*.tar.gz /tmp
6. Extract the tar file
cd /tmp
tar xvf *.tar.gz
7. Execute the tools installer
cd vmware-tools-distrib
./vmware-install.pl
8. Keep answering “yes” to all questions
9. Reboot the system
shutdown -r now
Should you have any questions, comments or suggestions, please don’t hesitate to comment below. If you like what you have read, please share it on your favourite social media medium.





