Configure IDRAC settings without rebooting the server
We have a dell r610. I put an IP address in its idrac last night, and pinged it, then powered up the server. Today, I can't ping the idrac IP address. Aside from going back to the site, rebooting the machine, and going into the idrac settings that way, is there a way you can access those settings and make changes while the server is up?
Yes, as long as you have some way of accessing the system. If you can remote into the operating system then you can install OpenManage Server Administrator. OMSA has an iDRAC section where you can change the IP address of the iDRAC.
Installing OMSA also installs the RACADM toolset, so you will be able to run RACADM commands as well. You can use RACADM commands to perform any task that you can do through the GUI plus a few that are not available in the GUI.
When you get OMSA installed you can check the status of the system components. If you don't see any issues then I would suggest your first troubleshooting step be to restart the iDRAC. You can restart the iDRAC independent of the system, so there will be no downtime of the server during the reboot of the iDRAC. The RACADM command to restart the iDRAC is:
racadm racreset
The RACADM command to reset the iDRAC to default configuration is:
Daniel My
12 Elder
•
6205 Posts
103613
1
Posted June 11th, 2014 18:00
Hello Roger
Yes, as long as you have some way of accessing the system. If you can remote into the operating system then you can install OpenManage Server Administrator. OMSA has an iDRAC section where you can change the IP address of the iDRAC.
Installing OMSA also installs the RACADM toolset, so you will be able to run RACADM commands as well. You can use RACADM commands to perform any task that you can do through the GUI plus a few that are not available in the GUI.
When you get OMSA installed you can check the status of the system components. If you don't see any issues then I would suggest your first troubleshooting step be to restart the iDRAC. You can restart the iDRAC independent of the system, so there will be no downtime of the server during the reboot of the iDRAC. The RACADM command to restart the iDRAC is:
racadm racreset
The RACADM command to reset the iDRAC to default configuration is:
racadm racresetcfg
Thanks