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
Compliance: change default password for log-hybrid sftp/upload accounts 30Number of Views AFX Connectors lose CyberArk Password Vault settings when AFX is restarted in RSA Identity Governance & Lifecycle 154Number of Views How to reset AveksaAdmin Password by Send Email with the Password Reset Key: ( For IMG 6.8.1, 6.9.x) 69Number of Views Password Change Audit Logs for Operations, Security and Operating System Admins 89Number of Views Embedded identity router loses name resolution capability for RSA Authentication Manager 375Number of Views
Trending Articles
Using Vault instead of cleartext password in WildFly configuration file in RSA Identity Governance & Lifecycle How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device RSA SecurID Desktop Token 5.0.3 for Windows Administrator's Guide Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory RSA SecurID Software Token 5.0.3 for Microsoft Windows Release Notes
Don't see what you're looking for?