iDrac Redfish - Gateway is not set when configuring static ip address for mgmt
interface
Hi,
On brand new servers (Dell PowerEdge R640 with iDrac 9, latest FW version) we are having issues when confuring a static ip address on the mgmt interface.
I tried two different methods but we see that the gateway is set to `192.168.0.1` instead of the gateway we pass along. When running the method a second time the set works.
This data is little different. These are static IP. The data you used before is directly changing IP address. In this payload we will set the static address first then change the mode from DHCP to Static.
First method you mentioned looks correct. Are you getting any error message when you tries the first method? As it is iDRAC network setting it way take up to 30 seconds to apply the setting and new iDRAC IP reachable.
Note : AddressOrigin is a read only attribute and can not be patched. So if you want to change iDRAC IP from DHCP to Static you need to try first method.
We are currently using the first method and the patch operation does not return an error message.
The ip address and the subnet mask are set successfully but the gateway is not. This only occurs on a brand new server (which was been updated to the latest fw) where there has never been set a static ip before.
@digitalo_, Thanks for pointing out the details. Setting the gateway IP is failing when we try for first time on new server. We will work with our engineering to get this issue fixed in upcoming release. Mean time can you try with below payload on redfish/v1/Managers/iDRAC.Embedded.1/Attributes URI
That seems almost identical to my payload or do you suspect that changing the order would make a difference? (just checking if I'm not missing anything)
It’s tricky to pinpoint an exact version for me. From what I’ve found, making sure you have the latest firmware updates for both the iDRAC and Life Cycle Controller is key. But maybe our users can share their experiences.
DELL-Erman O
Social Media and Communities Professional
Dell Technologies | Enterprise Support Services
#IWork4Dell
Did I answer your query? Please click on ‘Mark as Accepted Answer’. ‘Thumbs up’ the posts you like!
DELL-Shine K
6 Operator
•
3042 Posts
1071
0
Posted November 13th, 2020 04:00
This data is little different. These are static IP. The data you used before is directly changing IP address. In this payload we will set the static address first then change the mode from DHCP to Static.