Active IQ Unified Manager Discussions

New OCUM 7.1 install, forgot password. Is there a way to unlock it ?

SAN-NAS
5,327 Views

Hi,

 

There is an option 'forgot password' but this is a test network, and dummy email is configured. So god only knows where did that link went to, when I clicked forgot link.

 

Is there another way ? Does mysql cli help here to reset password ?

 

I was thinking of complete un-install and re-install with easy password, so that I dont forgot again. But, thought may be there is another way ?

 

Thanks for your time.

 

Cheers!

3 REPLIES 3

Chris_E
5,171 Views

can try the following:

 

1. Launch a command prompt
2. List out the users to confirm which is the maintenance user

C:\Users\Administrator>dfm user list
Id   User     Email               Type             Role
---- -------- ------------------- ---------------- -----------------------
1    admin    none@none.com       maintenance_user oncommand_administrator
1001 cliadmin cliadmin@netapp.com local_user       oncommand_administrator
2001 ocumdb                       database_user

3. Change the maintenance user password.

C:\Users\Administrator>dfm user modify -p <new_password> <maintenance_user>
Example: 
C:\Users\Administrator>dfm user modify -p P@ssw0rd admin
User 'admin' successfully modified.

SAN-NAS
5,135 Views

Hi Chris,

 

Thanks for replying to my query. Unfortunately it is not allowing to run any DFM commands unless I login first.

C:\Users\administrator.LAB>dfm user list
ERROR : Authentication failed. Please login using "dfm cli login" command.

 

Cheers!

AlexPandian
2,798 Views

Hello Chris,

Did you able to resolved it further,  i'm currently facing exact issue what you had.

 

Public