In VMware Identity Manager, one of the nodes is inaccessible via SSH or the virtual machine console. When observing the boot sequence, the appliance enters emergency mode and the root shell path is displayed as /bin/<something besides bash> instead of the expected /bin/bash.
VMware Identity Manager 3.3.7
The root shell path in the /etc/passwd file contains a typographical error instead of (/bin/bash). This invalid path prevents the system from loading the appropriate shell for the root user during the boot process.
To resolve this issue, correct the typographical error in the passwd file:
Access the appliance command line via the virtual machine console while in emergency mode.
Open the /etc/passwd file using a text editor: vi /etc/passwd
Locate the root user entry and change the shell path to /bin/bash.
Save and close the file.
Force a reboot of the appliance: reboot -f
Verify that the appliance boots normally and root login is successful.