...
1. vSphere Client UI VM Summary page shows 2. Aria Operations report that the Windows VM has no VMware Tools installed.VMware Tools is actually installed and running, UI is expected to show VMware Tools: Running, version:12325 (Current)orVMware Tools: Running, version:12325 (Upgrade available) 12325 is a VMware Tools integer version number that represents string version 12.1.5. It can also be other VMware Tools version numbers listed in https://packages.vmware.com/tools/versions
GuestStore feature is enabled on the ESXi host, but the configured datastore repository directory is not accessible or no 'VMware Tools packages for GuestStore' is extracted into the repository directory. For example,[root@esxi-host:~] esxcli system settings gueststore repository get URL: ds:///vmfs/volumes/6282b7ba-422abc49-0e3e-246e964b5206/GuestStore[root@esxi-host:~] ls -l /vmfs/volumes/6282b7ba-422abc49-0e3e-246e964b5206/GuestStorels: /vmfs/volumes/6282b7ba-422abc49-0e3e-246e964b5206/GuestStore: No such file or directory/vmfs/volumes/6282b7ba-422abc49-0e3e-246e964b5206/GuestStore should be a valid directory that contains VMware Tools installers and related metadata files, like[root@esxi-host:~] ls -l /vmfs/volumes/6282b7ba-422abc49-0e3e-246e964b5206/GuestStore/vmware/apps/vmtools/windows64/-rw-r--r-- 1 root root 481 Apr 14 2023 metadata.jsondrwxr-xr-x 1 root root 73728 Apr 14 2023 vmtools-12.1.5drwxr-xr-x 1 root root 73728 Apr 14 2023 vmtools-12.2.0drwxr-xr-x 1 root root 73728 Apr 19 2023 vmtools-12.3.0
Make sure the configured datastore repository directory remains valid after GuestStore feature is enabled on the host.User needs to download desired versions of 'VMware Tools packages for GuestStore' from customerconnect.vmware.com, likehttps://customerconnect.vmware.com/en/downloads/details?downloadGroup=VMTOOLS1235&productId=1259&rPId=112353and extract the packages into the configured datastore repository directory, like$ tar xzvf gueststore-vmtools-12.3.5-22544099-22545121.tar.gzNote: extract the lowest version package first and the highest version one last.Windows VMs running VMware Tools version 11.2.5 or above on ESXi 7.0U2 or above will use GuestStore for future tools upgrade when the feature is enabled. For more information, refer to: vSphere 7.0 Admin GuideDistribute VMware Tools Upgrade on WindowsNote:When cluster configuration is managed using vSphere Configuration Profiles, all hosts in the cluster can be configured with a common esx.system.guest_store setting, make sure the datastore is mounted on all hosts in the cluster.