An active NSX alarm has been detected that may affect the upgrade. Feature: Password Management, Event Type: Password Expired, State: OPEN, Node: ########-####-####-####-########. Kindly execute the recommended action for the alarm and confirm that it is no longer active.
System -> User Management -> Local Users, there are users with password expired with the following alarm triggered:The password for user <username> must be changed now to access the system. For example on Manager nodes, to apply a new password to a user, invoke the following NSX API with a valid password in the request body: PUT /api/v1/node/users/<userid> where <userid> is the ID of the user. For Edge nodes, invoke the following NSX API with a valid password in the request body: PUT /api/v1/transport-nodes/<edge-node-id>/node/users/<userid>.VMware Cloud Foundation 9.x
VMware NSX-T
NSX local user password is expired causing an active NSX system alarm, which acts as a blocker for the NSX upgrade process.
Reset the password for the user in the error message by following any one of the methods below:
Method 1: Using NSX UI:
Method 2: Using NSX CLI:
Method 3: Using NSX API:
[PUT] /api/v1/node/users/<userid> where <userid> is the ID of the user. Refer: NSX-T Data Center REST API