Hi,
We have a smart-1 6000L appliance. I lost the password for idrac admin user.
In the log, it shows a password for admin has been generated, but I don't recall I have done that.
[Expert@host:0]# more /var/log/cp_idrac.log
[04/17/23@11:33:57]:in idrac_set_user_password user=admin
[04/17/23@11:33:57]:in idrac_set_user_password user_id = 2 user=admin
New password was generated successfully for iDRAC admin user..
[04/17/23@12:32:08]:in idrac_set_user_password user=admin
[04/17/23@12:32:09]:in idrac_set_user_password user_id = 2 user=admin
New password was generated successfully for iDRAC admin user..
I tried admin/admin but no luck.
I have also tried this command "SetiDRACUser" to reset the password but seems it can only change password for user id range between 3-16, while admin's id is 2.
[Expert@host:0]# SetiDRACUser
Enter User ID: 2
Enter User name: admin
Enter Password:
Enter Password again:
Error:User ID Should be in the range [3-16]
Set new user failed, See /var/log/cp_idrac.log
[Expert@host:0]#
Below is the output of the log:
Starting: Set iDRAC User
[05/08/23@11:56:45]:in idrac_set_user_password_enforce user=admin
[05/08/23@11:56:45]:Error:User ID Should be in the range [3-16]
[05/08/23@11:56:45]:User ID validation failed
How do I reset the idrac admin password?
Thanks.