08-02-2015 09:56 AM
I need to reset the CLI admin password and PMAdmin password in PCP 10.6. I have root access to the server.
Solved! Go to Solution.
08-04-2015 03:08 PM
Joseph,
The process is the same for all revs of PCP.
To reset the CLI Admin (IOS like admin interface) password do the following:
#su admin
#conf t
#username admin password plain <NEWPASSWORD> role admin email <EMAILID>
#exit
To unlock the pmadmin or globaladmin passwords a patch for a script is required so contact TAC to get them to provide the patch and unlock it for you. You should avoid using the old CUPM pmadmin account as we stopped using this and replaced it with the globaladmin account when PCP was first released.
Don't lose the root password as it is difficult and time consuming to recover, as it should be from a security standpoint.
08-04-2015 03:08 PM
Joseph,
The process is the same for all revs of PCP.
To reset the CLI Admin (IOS like admin interface) password do the following:
#su admin
#conf t
#username admin password plain <NEWPASSWORD> role admin email <EMAILID>
#exit
To unlock the pmadmin or globaladmin passwords a patch for a script is required so contact TAC to get them to provide the patch and unlock it for you. You should avoid using the old CUPM pmadmin account as we stopped using this and replaced it with the globaladmin account when PCP was first released.
Don't lose the root password as it is difficult and time consuming to recover, as it should be from a security standpoint.
08-04-2015 03:38 PM
Thanks for the response. That worked!
Thanks
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide