Resetting password of the OpsCenter Security Admin
This section provides the procedure to reset password for the OpsCenter Security Administrator (Security Admin). For security purposes, password reset function for the Security Admin is not provided on the OpsCenter GUI. The Security Admin can reset his or her password manually through OpsCenter Authentication Service (OpsCenter AT).
For security reasons, the OpsCenter Security Administrator should change the password after it was reset. OpsCenter displays the Change Password page when you try to log in after your password was reset.
Note:
If an OpsCenter user forgets the password, the OpsCenter Security Administrator can reset it using the Reset Password page on the OpsCenter GUI. Navigation to the Reset Password page:Settings > Users > Edit User > Reset Password
To reset Security Admin password on Windows
- Logon to OpsCenter Server host with the Administrator's credentials.
- On the Command Prompt, run the following command: OpsCenterInstallPath\Symantec\OpsCenter\server\bin\setEnv.bat.
- Once the environment is set, run the reset password command as follows:
OpsCenterInstallPath\Symantec\OpsCenter\server\authbroker\bin\vssat resetpasswd --pdrtype <root|ab|cluster> --domain <domain name> --prplname <principal name>
For example: C:\Program Files\Symantec\OpsCenter\server\authbroker\bin\vssat resetpasswd --pdrtype ab --domain OpsCenterUsers --prplname admin
- When prompted, enter the new password.
- Re-enter the new password.
To reset Security Admin password on UNIX
- Logon to OpsCenter Server host with the Administrator's credentials.
- On the Command Prompt, run the following command:. /OpsCenterInstallPath/SYMCOpsCenterServer/bin/setEnv.sh
- Once the environment is set, run the reset password command as follows:
OpsCenterInstallPath/SYMCOpsCenterServer/authbroker/bin/vssat resetpasswd -t <root|ab|cluster> -d <domain name> -p <principal name>
For example: opt/SYMCOpsCenterServer/authbroker/bin/vssat resetpasswd --pdrtype ab --domain OpsCenterUsers --prplname admin
- When prompted, enter the new password.
- Re-enter the new password.