Dell servers: Difference between revisions

From roonics
Jump to navigation Jump to search
No edit summary
Line 19: Line 19:


===Set static IP on drac===
===Set static IP on drac===
<pre>racadm setniccfg -s 192.168.0 255.255.255.0 192.168.0</pre>
 
<pre>
racadm setniccfg -s <IPv4Address> <netmask> <IPv4 gateway>
racadm setniccfg -s 192.168.0 255.255.255.0 192.168.0
</pre>


===Enable or disable drac===
===Enable or disable drac===

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 <IPv4Address> <netmask> <IPv4 gateway>
racadm setniccfg -s 192.168.0 255.255.255.0 192.168.0

Enable or disable drac

racadm setniccfg -o