How to log back in if I lost my Key Manager admin password?
Originally Published: 2008-12-09
Last Modified: 2023-10-06
Article Number
Applies To
RSA Access Manager
Issue
Invalid password
Unable to log into Key Manager admin console
kmsadmin password was lost
Reset admin or kmsadmin password
Resolution
Log in to the RKM Appliance box as root using SSH or at the console, then type:
su - oracle
sqlplus / as sysdba
<provide the Oracle sys password>
SQL> update ct_owner.password set password = 'Password1' where user_id = (select id from ct_owner.users where name='kmsadmin');
SQL> commit;
SQL> exit;
Once the password is changed, log back in Access Manager Admin GUI, and reset the password to re-hash it.
Note that the update command would be like the following if 'admin' password needed to be reset:
SQL> update ct_owner.password set password = 'Password1' where user_id = (select id from ct_owner.users where name='admin');
Related Articles
Compliance: change default password for log-hybrid sftp/upload accounts 30Number of Views DNS configuration is lost after a reboot in RSA Governance & Lifecycle Virtual Application 31Number of Views Job Level variables are sometimes lost when REST or SOAP nodes are configured to work in parallel with other nodes in RSA … 44Number of Views Embedded identity router loses name resolution capability for RSA Authentication Manager 376Number of Views How to disable the RSA Via Lifecycle and Governance (L&G) Reassign functionality for violations generated from Rule Defini… 51Number of Views
Trending Articles
How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device Manual synchronization introduced in RSA Authentication Manager 8.2 Service Pack 1 patch 6 Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory How to verify NTP server synchronization is not working in RSA Authentication Manager 8.x RSA Governance & Lifecycle 8.0.0 Installation Guide
Don't see what you're looking for?