Dell servers: Difference between revisions

From roonics
Jump to navigation Jump to search
No edit summary
No edit summary
Line 14: Line 14:
From Windows open CMD and run:
From Windows open CMD and run:
<pre>racadm racresetcfg</pre>
<pre>racadm racresetcfg</pre>
===Set drac to DHCP====
<pre>racadm setniccfg -d</pre>
===Set static IP on drac===
<pre>racadm setniccfg -s 192.168.0 255.255.255.0 192.168.0</pre>
===Enable or disable drac===
<pre>racadm setniccfg -o</pre>





Revision as of 12:31, 5 March 2020

Dell Servers

Idrac

Restart unresponsive idrac

This will restart the idrac and keep all the settings.

From Windows open CMD and run:

racadm racreset

Reset idrac

This will completely wipe the idrac settings and return it to default.

From Windows open CMD and run:

racadm racresetcfg

Set drac to DHCP=

racadm setniccfg -d

Set static IP on drac

racadm setniccfg -s 192.168.0 255.255.255.0 192.168.0

Enable or disable drac

racadm setniccfg -o