- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Changing OCAdmin password through command line
Hi,
Is there any way to change ocadmin credentials through command line once SSH successfully with rsaadmin credentials?
- Tags:
- AM
- Auth Manager
- Authentication Manager
- Community Thread
- Discussion
- Forum Thread
- RSA Authentication Manager
- RSA SecurID
- RSA SecurID Access
- SecurID
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
After you have logged into the SSH session you also need the superadmin credentials to reset the password for a operations console admin.
rsaadmin@am84p:/opt/rsa/am/utils> /opt/rsa/am/utils/rsautil manage-oc-administrators -a update <enter Operations Console administrator username>
Super Administrator's name: <enter Security Console super administrator username>
Enter Super Administrator's Password: <enter Security Console super administrator password>
Enter User Password: <enter new Operations Console administrator password>
Confirm User Password: <Confirm new Operations Console administrator password>
DONE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
After you have logged into the SSH session you also need the superadmin credentials to reset the password for a operations console admin.
rsaadmin@am84p:/opt/rsa/am/utils> /opt/rsa/am/utils/rsautil manage-oc-administrators -a update <enter Operations Console administrator username>
Super Administrator's name: <enter Security Console super administrator username>
Enter Super Administrator's Password: <enter Security Console super administrator password>
Enter User Password: <enter new Operations Console administrator password>
Confirm User Password: <Confirm new Operations Console administrator password>
DONE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Sriranga,
Thanks a lot.
I appreciate all the needed steps.
