/var/log/vmware/vcf/lcm/lcm-debug.log the following message is found: Exception occurred during NSX API invocation java.util.concurrent.ExecutionException: com.vmware.vapi.std.errors.Unauthorized: Unauthorized (com.vmware.vapi.std.errors.unauthorized)=> {messages = [],data = struct => {error_message=The credentials were incorrect or the account specified has been locked., error_code=403, module_name=common-services},errorType = UNAUTHORIZED}
There are two potential Causes:
lookup_passwords has the password set as for each disconnected nodelookup_passwords and enter a username and password for a user with the ADMIN rolelinux and add systemd.wants=PasswordRecovery.service to the end of the line.If the Edge admin or audit password is known:
On the NSX UI, go to System > Fabric > Nodes, select the Edge, Actions > Change Credentials, select cli for admin or Audit for audit
/etc/init.d/nsx-edge-api-server stoppasswd adminpasswd auditpasswd guestusernametouch /var/vmware/nsx/reset_cluster_credentials/etc/init.d/nsx-edge-api-server startset auth-policy cli lockout-period 0 set auth-policy cli max-auth-failures 0
/etc/init.d/nsx-mp-api-server stoppasswd admin.touch /var/vmware/nsx/reset_cluster_credentials/etc/init.d/nsx-mp-api-server startset auth-policy api lockout-period 0 set auth-policy api lockout-reset-period 0 set auth-policy api max-auth-failures 0
Remediate the passwords in SDDC Manager:
lookup_passwords on SDDCchage -l root
chage -l admin
chage -l audit