Dell servers: Difference between revisions

From roonics
Jump to navigation Jump to search
No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Dell Servers=
=Dell Servers=
==Idrac==
==Idrac==
===Restart unresponsive idrac===
===Restart unresponsive idrac===
From windows open CMD and run:
This will restart the idrac and keep all the settings.
 
From Windows open CMD and run:
<pre>racadm racreset</pre>
<pre>racadm racreset</pre>
===Reset idrac===
This will completely wipe the idrac settings and return it to default.
From Windows open CMD and run:
<pre>racadm racresetcfg</pre>
===Set drac to DHCP====
<pre>racadm setniccfg -d</pre>
===Set static IP on drac===
<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===
<pre>racadm setniccfg -o</pre>
[[Category:dell]]
[[Category:servers]]
[[Category:idrac]]
‎<comments />

Latest revision as of 09:25, 20 March 2022

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

‎<comments />