The required VMware Tools ISO image does not exist or cannot be accessed< Vix error code=21001<br/>Unable to install VMware Tools. Error attempting to access the image file '/usr/lib/vmware/isoimages/freebsd. iso' required for installing VMware Tools: 2 (No such file or directory). Please refer to the product documentation or knowledge base article 2129825 for detailed information on how to obtain the VMware Tools software package for this client operating system.
Vmware also supports for open vm tools on freebsd. please check the below link:
https://kb.vmware.com/s/article/2149806
Regards,
Sachchidanand
Hey @Lendy98 ,
The error message "The required VMware Tools ISO image does not exist or cannot be accessed" means that the VMware Tools ISO image is not available on the ESXi host or the virtual machine. The vix error code 21001 indicates that the ISO image could not be found.
The error message "Unable to install VMware Tools. Error attempting to access the image file '/usr/lib/vmware/isoimages/freebsd.iso' required for installing VMware Tools: 2 (No such file or directory)" means that the VMware Tools ISO image is not located at the path /usr/lib/vmware/isoimages/freebsd.iso.
Here are the steps on how to install VMware Tools from the ISO image:
mount /dev/cdrom /mnt
cd /mnt/vmware-tools-iso/ ./setup.exe
Once the VMware Tools installation process is complete, you should be able to use all of the features of VMware Tools in your virtual machine.
