Here are the steps to reset the admin password on PGP Server 3.2
- First, you need to break the CentOS root password. Reboot server
- When GRUB loader appears, press any key to stop automatic boot
- Press E key to edit the boot command
- Edit the Kernel option
- Add a space and then a 1 ad the end of the command. Press Enter
- Press B key to boot
- When you reach a command prompt, type passwd and hit Enter
- Enter the temporary password twice
- Type reboot and then enter
- Let server boot up normally
- Log into the console with root account and the password you just set
- Type the following command "psql oviddb ovidrw" and hit enter
- Type the following command "update omc_administrator set passwordmd5='temppassword';" and hit enter
- Then run passwd again and set password to blank.
- Type reboot and then enter
- When server reboots, log into the PGP Administrator Web Console with an existing user name and the temppassword that you used.