Start a Conversation

Unsolved

M

1 Message

248

November 25th, 2022 07:00

Change iDRAC default password

Hello,

I need to change the iDRAC default password (calvin) in 38 hosts.

Is there any way to do it automatically leveraging Redfish API? Or any other alternative to automate this task?

I'm using an Ansible playbook to deploy ESXi in the hosts, using Redfish API, but unfortunately I can't use the API until I change the default password.

I don't want to manually change it in the 38 hosts.

Thanks.

4 Operator

 • 

3K Posts

November 25th, 2022 08:00

You can develop a script to change password on all 38 iDRAC. You can also use below racadm command in the script to change iDRAC password

racadm -r -u root -p calvin set iDRAC.Users.2.Password

No Events found!

Top