Dell servers: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 36: | Line 36: | ||
[[Category:servers]] | [[Category:servers]] | ||
[[Category:idrac]] | [[Category:idrac]] | ||
<comments /> |
Latest revision as of 08: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 />