iDRAC racadm Commands: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
David (talk | contribs)
No edit summary
David (talk | contribs)
No edit summary
 
Line 30: Line 30:
<pre>racadm sslcertdelete -t 3</pre>
<pre>racadm sslcertdelete -t 3</pre>


Factory Reset
Reboot iDRAC
<pre> racadm racreset </pre>
<pre> racadm racreset </pre>
Reset iDRAC to factory defaults - this resets all changes back to factory settings, but keeps user and network settings.
<pre> racadm racresetcfg</pre>
Reset iDRAC configuration to default and reset user to shipping value.
<pre>racadm racresetcfg -all</pre>
Reset iDRAC configuration to default and reset the user to a username of root and password of calvin.
<pre>racadm racresetcfg -rc</pre>


[[Category : Dell]]
[[Category : Dell]]

Latest revision as of 06:14, 9 May 2025

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

racadm getsysinfo -4
racadm getniccfg 
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
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