Issue:
ESXi server is unable to access due to locked root user
Solution:
Option 1:
Access the ESXi console from the remote console of the physical server:
Press F2 to log in with root user (here it will allow when locked from UI also)
Press "Alt+F1"
This will take you to the shell.
check the root login details: pam_tally2 --user root
reset the lock: pam_tally2 --user root --reset
Option 2:
Wait for the 15-minute lock period to get unlocked.
Comments
Post a Comment