iDRAC racadm Commands

From KlavoWiki
Jump to navigationJump to search

As of writing the latest version is 11.3.0.0
https://dl.dell.com/FOLDER12236255M/1/Dell-iDRACTools-Web-WINX64-11.3.0.0-609_A00.exe

Get NIC information

racadm getsysinfo -4
racadm getniccfg 

Set Static IP address

racadm set iDRAC.IPv4.DHCPEnable 0

racadm set iDRAC.IPv4.Address 192.168.1.101
racadm set iDRAC.IPv4.Netmask 255.255.255.0
racadm set iDRAC.IPv4.Gateway 192.168.1.254
racadm set iDRAC.IPv4.DNS1 192.168.1.11
racadm set iDRAC.IPv4.DNS2 192.168.1.12

Change root password. NOTE The index for the default account is 2.

racadm set iDRAC.Users.2.Password mynewpassword

Get and Set Timezone

racadm get idrac.time

racadm set iDRAC.Time.Timezone Australia/Brisbane
racadm get idrac.NTPConfigGroup

racadm set iDRAC.NTPConfigGroup.NTPEnable 1
racadm set iDRAC.NTPConfigGroup.NTP1 au.pool.ntp.org

To delete installed SSL Cert and use default self signed

racadm sslcertdelete -t 3

Reboot iDRAC

 racadm racreset 

Reset iDRAC to factory defaults - this resets all changes back to factory settings, but keeps user and network settings.

 racadm racresetcfg

Reset iDRAC configuration to default and reset user to shipping value.

racadm racresetcfg -all

Reset iDRAC configuration to default and reset the user to a username of root and password of calvin.

racadm racresetcfg -rc