To resolve the issue:
- Validate Certificates of all the resources within the management and workload domains
- Validate Licenses on all the resources. Remove expired licenses.
- Validate that all passwords are in a connected state in SDDC Manager.
If the NSX Admin Node is in a Disconnected State due to expired password in SDDC Manager, follow the below steps:
-
- Match the NSXT Admin Node Password from the available password in SDDC Manager DB
- Retrieve Current Passwords:
- SSH to the SDDC Manager.
- Run the command
lookup_passwords
- Save the complete output, specifically noting the exact passwords for the NSX Nodes.
- Renew/Update Passwords on NSX Admin Node (Reference KB- 314657)
- Log in to the NSX-T manager as root. (Either from a console window or SSH)
- Run the command:
/etc/init.d/nsx-mp-api-server stop
- Clear password history:
echo "" >/etc/security/opasswd
- Set the password(s) to match what is present in the SDDC DB.
- passwd admin
- Provide the Password Retrieved from SDDC Manager
- Run command:
touch /var/vmware/nsx/reset_cluster_credentials
- Run the command:
/etc/init.d/nsx-mp-api-server start
- Release the Locks on NSXT Manager Nodes by performing rolling reboot. (Reference KB- 314647)
- Connect to each of the NSX-T Managers behind the NSX-T Load Balancer via SSH.
- Login with admin credentials.
- Run the following commands on each of the NSX-T Managers:
set auth-policy api lockout-period 0
set auth-policy api lockout-reset-period 0
- Rolling reboot of NSX managers to release any locks on accounts.
- Once all NSX managers are rebooted and the NSX cluster showed as stable proceed with the following steps.
- Run the REMEDIATE password operation from the SDDC Manager UI against the admin account for NSX-T Manager
- This time the operation Completed successfully.