Process to Unlock the admin account in SRM appliance:
- Increase the boot delay on the SRM appliance VM
- Take a snapshot or backup of the SRM server Appliance before proceeding. Do not skip this step.
- Reboot the SRM server Appliance
- After the SRM server appliance Photon OS starts, press e key to enter the GNU GRUB Edit Menu
- Locate the line that begins with the word Linux.
- Append these entries to the end of the line:
rw init=/bin/bash
The line should look like the following screenshot:
7. Press F10 to continue booting.
8. Run the command
mount -o remount,rw /
9. In the Command prompt, enter the command
/sbin/pam_tally2 -r -u admin till you see the Failures as 0
10. Unmount the filesystem by running this command:
umount /
11. Reboot the SRM Server Appliance by running this command:
reboot -f