This post is more than 5 years old
1 Rookie
•
2 Posts
0
17447
February 2nd, 2019 23:00
Change IP of iDRAC from linux
Hi, Few of our server's iDRAC IP address were not changed before we moved them to different network. Is it possible to change the iDrac's IP address from within the Linux host ? (ssh connections are present to the hosts). I searched the net and found "dcism" package. But could not find docs on how to use it. Is this the right tool which I can use to change the DRAC's IP from within the same host ? Regards, Prasad
No Events found!


Dell-DylanJ
6 Operator
•
2.9K Posts
1
February 4th, 2019 07:00
If you install OpenManage onto the host, you can apply an IP address to the iDRAC that way. OpenManage would provide a graphical tool, but if this is a headless install, it would also provide the racadm command set.
racadm setniccfg -s
DELL-Rey G
4 Apprentice
•
1.1K Posts
1
February 4th, 2019 13:00
you can also install just the Linux based remote access tools, the locate the racadm file in the /opt/dell/srvadmin/sbin folder, and run it with the parameters that Dylan provided.
https://www.dell.com/support/home/us/en/04/drivers/driversdetails?driverId=RDCVD&osCode=RH60&productCode=poweredge-r730
#iwork4Dell
K.Prasad
1 Rookie
•
2 Posts
0
February 5th, 2019 02:00
Thanks Dell-DylanJ & DELL-Rey G. I was able to change the IP of iDRAC.