/etc/vmware/install-defaults/sca.hostid/usr/lib/vmware-vmafd/bin/vmafd-cli get-machine-id --server-name localhost returns the "Correct MID" identified by VDT, but the failure persists./opt/likewise/bin/lwregshell list_values '[HKEY_THIS_MACHINE\Services\vmdir]' "MachineGuid"VMware vCenter Server 8.x
The Likewise registry MachineGuid shows an incorrect UUID compared to the VMAFD Machine ID and the sca.hostid file.
Update the Likewise registry to match the authoritative VMAFD Machine ID.
/usr/lib/vmware-vmafd/bin/vmafd-cli get-machine-id --server-name localhost/opt/likewise/bin/lwregshell set_value '[HKEY_THIS_MACHINE\Services\vmdir]' 'MachineGuid' '<UUID_FROM_STEP_2>'service-control --stop --all && service-control --start --all