Created
January 15, 2026 18:55
-
-
Save ThinGuy/c5f81295a4d339df83a0cba321430266 to your computer and use it in GitHub Desktop.
RACADM commands to re-IP iDRAC
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Set static IP configuration | |
| racadm setniccfg -s <IP_ADDRESS> <NETMASK> <GATEWAY> | |
| # Example: | |
| racadm setniccfg -s 192.168.1.100 255.255.255.0 192.168.1.1 | |
| # For DHCP instead: | |
| racadm setniccfg -d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment