If you encounter this issue with a version newer than VMware NSX 4.2, please open a support case with Broadcom Support and refer to this KB article.
For more information, see Creating and managing Broadcom support cases.
Workaround
- After following steps in resetting passwords on an appliance . Please wait for at least 1 minute for password sync to happen.
- Verify root, admin and audit passwords are the same on all three nodes. For this, you can SSH to all 3 NSX Managers nodes using the admin, root and audit credentials and validate login is successful.
- Then, SSH to the host used for password reset and log in as root.
- Delete the file
/var/vmware/nsx/reset_cluster_credentials with the command
rm /var/vmware/nsx/reset_cluster_credentials
- Restart the nsx-mp-api-server/nsx-edge-api-server as follows:
systemctl restart nsx-mp-api-server
- After the service restarts passwords can be changed from admin with the command
set user admin password
set user audit password
set user root password
- These passwords will synchronize as expected.