This article provides procedures to reset a forgotten or expired root account password for Workspace ONE Access (WSA) / VMware Identity Manager 3.3.x appliances. This issue commonly occurs due to password expiration policies or multiple failed login attempts. In VMware Cloud Foundation (VCF) environments, performing a local reset will cause credential drift from the SDDC Manager database. See the Resolution section for synchronization steps.
If the password has expired and you know the expired password please follow the steps in How to change Expired Password for "root" and "sshuser" in VMware Identity Manager
The root account password has expired, the account is locked due to numerous failed attempts, or the /var partition is full.
Note: If completing the steps on a 3 node vIDM cluster it is important to start with the primary node.
2. Enter 'e' to go to GNU GRUB boot menu editor:
3. Locate the line beginning with linux and append init=/bin/bash to the end of that line..
4. Press F10 to boot with these parameters.
5. Remount the partition as Read-Write: mount -o rw,remount /
6. Reset the password: passwd root
7. Validate the root account is not locked out and unlock if necessary:
To check the status of root account:
pam_tally2 -u root
If root account is locked, run:
pam_tally2 -u root --reset
NOTE: If pam_tally2 is not present on the appliance use faillock instead (faillock -u root; faillock -u root --reset)
8. Reboot the appliance with " reboot -f " command.
To reset root account password from single user mode
Kernel and press e.rw init=/bin/bash to the end of the line and press Enter.5. Press b to boot into single-user mode.
6. Reset the password: passwd root
7. Reboot the appliance: reboot -f
After Reset (VCF Environments Only):