Error: Platform Health Check Error [platform-vc-serviceaccount-http : Unexpected status code: 401 expected: 200, response body: "{\"type\":\"com.vmware.vapi.std.errors.unauthenticated\",\"value\":{\"error_type\":\"UNAUTHENTICATED\",\"challenge\":\"SIGN realm=\\\"##:##:##:##:##:##:##:##:##:##:##:##:##:##:##:##:##:##:##:##\\\",sts=\\\"https://vCenter_FQDN/sts/STSService/vsphere.local\\\", Basic realm=\\\"vCenter\\\"\",\"messages\":[]}}"] [VCFMS-HEALTH-002]Identity Broker still works fine for all configured components.The vCenter service account associated with the 9.0.1 VIDB cluster expired, causing the VIDB pre-checks to fail.
vmware-system-user via SSH and elevate to root using: sudo -iexport KUBECONFIG=/etc/kubernetes/admin.confchmod +x /home/vmware-system-user/service-account-remediation.sh./service-account-remediation.shNote: If the remediation script has '\r' characters, this is likely from being moved between Windows and Linux machines. Run the following command to fix this:sed -i 's/\r//g' service-account-remediation.sh