- Shutdown vSphere replication appliance from vSphere web client
- Delay the boot sequence of the VM
- Power on vSphere replication appliance. When the Photon OS splash screen appears, press 'e' to enter GNU GRUB edit menu
Note: The Photon OS splash screen only appears very briefly, so be quick about it. It is better to use VMware Remote Console rather than the Web Console
- In the GNU GRUB edit menu, go to the end of the line that starts with linux, add a space and type rw init=/bin/bash. After adding these values, GNU GRUB edit menu should look exactly like this:
For 8.4 the screen will look different
- Press the F10 key to boot and at the bash command prompt mount the root partition
mount -o remount, rw /
- Enter passwd then enter to change the password
passwd
New password: <enter new password>
Retype new password: <repeat password>
passwd: password updated successfully
NB : The above will change only root password, if you need to change admin password need to perform additional steps as below
passwd admin
New password: <enter new password>
Retype new password: <repeat password>
passwd: password updated successfully
- If the account is locked you will need to clear the lock with the following command
/sbin/pam_tally2 -r -u root
/sbin/pam_tally2 -r -u admin
For VR & SRM 8.8 and upwards use the commands -
/sbin/faillock --user admin --reset
/sbin/faillock --user root --reset
- At the command prompt, unmount the file system using the below command
umount /
reboot -f
- After the vSphere replication appliance reboots, log in with the new root password