The VxRail Manager Password Validity precheck fails with the error:
Check for password validity of all the credentials utilized during VxRail Manager upgrade
VMware Cloud Foundation 5.x
VxRail manager name for the management domain in SDDC Manager platform database is not matching with VxRail Manager VM name in the vCenter inventory.
Synchronize the VxRail Manager name in the SDDC Manager database with the VM name in the vCenter inventory by following these steps:
psql -h localhost -U postgres -d platform -c "select * from vx_manager;"psql -h localhost -U postgres -d platform -c "update vx_manager set vm_name='<vm-name-of-vxrail_manager>' where id='<vxrail_manager_id>';"