Shop
Support
Community
TechCenter
Home
Topics: All
Wikis
Forums
Blogs
Video
TechChat
Events
About
TechCenter
Dell Community
Search Options
Search Everything
Search Blades
TechCenter
>
Blades
>
Blades - Wiki
>
Tips for Setting up iDRAC
Join
Sign in
Tips for Setting up iDRAC
Blades
Home
Forum
Wiki
Group and Wiki Navigation
Loading...
Search
Article
History
Tips for Setting up iDRAC
Blades - Wiki
There are three steps in connecting to the iDRAC from the CMC. First you need to enable the LAN connection to the iDRAC, then you need to set the address (if you are using static IPs). You should also set the root password to a non-default value. Below are shown both the CLI method and the web method:
- CLI method (blade 9):
$ racadm config -g cfgServerInfo -o cfgServerNicEnable 1 -i 9
Object value modified successfully
$ racadm getconfig -g cfgServerInfo -o cfgServerNicEnable -i 9
1
$ racadm setniccfg -m server-9 -s 10.10.21.149 255.255.255.0 10.10.21.1
Static IP address modified successfully
$racadm deploy -m server-3 -u root -p changeme
The blade was deployed successfully.
$ racadm getniccfg -m server-9
DHCP Enabled = 0
IP Address = 10.10.21.149
Subnet Mask = 255.255.255.0
Gateway = 10.10.21.1
- Web method:
- Bring up web browser against CMC
- CMC->Chassis->Servers->Setup->Deploy Network->
- select Enable LAN; fill in IP address, subnet mask and gateway; set root password; Apply