In VCF Ops the Upgrade readiness precheck is failing with the errors "Disk info for SDDC Manager virtual machine services folder XYZ could not be retrieved", e.g. for "/var/log/vmware"
VMware Cloud Foundation 9.x
There is a mismatch between the SDDC Manager FQDN and VMware Tools guest reported FQDN / hostname.
Please check the DNS Name in Virtual Machine Details for SDDC Manager VM in vCenter.
If the shown name is a shortname and the SDDC Manager expects the FQDN please resolve the issue by
- Taking a snapshot of the SDDC Manager
- SSH into SDDC Manager and run
# hostnamectl set-hostname FQDN
# vmware-toolbox-cmd info update network
Afterwards please run
# hostname
to verify the changed hostname.
Then please re-run the upgrade precheck from SDDC Manager UI / VCF Ops.