How to log back in if I lost my Key Manager admin password?
Originally Published: 2008-12-09
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
When setting a lost password for a token and set by number of days and hours it is not applying the days only the hours 11Number of Views Understand how to control token lost status 45Number of Views How to configure the Application to detect lost Database Connections in RSA Identity Governance & Lifecycle 22Number of Views Informatica Inc. - SecurID Access Implementation Guide 11Number of Views Certificate renewal to hardware storage device such as a USB token 27Number of Views
Trending Articles
RSA SecurID software token .sdtid file fails to import into RSA SecurID Software Token 5.0 for Windows RSA Authentication Manager Patch Updates Unable to login to RSA Authentication Manager Security Console as super admin RSA Authentication Manager Upgrade Process How to Download OTP Token Seed Files from myRSA
Don't see what you're looking for?