![Western Digital 1EX1231 User Manual Download Page 233](http://html1.mh-extra.com/html/western-digital/1ex1231/1ex1231_user-manual_960951233.webp)
User Guide
4. Management
4.5 OOBM Management Overview
•
Gateway
= 0.0.0.0
Viewing the OOBM Network Configuration
Step 2 :
To view the OOBM network configuration, enter the following:
sg_wr_mode <dev> --dbd --page=0x23,0x01
This returns:
e3,01,00,30,
03
,00,00,00,
<IOM A Setting>
,00,00,00,
<IOM A IPaddr>
,
<IOM
A Netmask>
,
<IOM A Gateway>
,00,00,00,
<IOM B Setting>
,00,00,00,
<IOM B
IPaddr>
,
<IOM B Netmask>
,
<IOM B Gateway>
•
<IOM>
= 03 (IOMA & IOMB)
•
<IOM A Setting>
= 00 (static) or 01 (DHCP)
•
<IOM A IPaddr>
= The IP address in four pairs of two-digit hex codes
•
<IOM A Netmask>
= The netmask, in four pairs of two-digit hex codes
•
<IOM A Gateway>
= The gateway, in four pairs of two-digit hex codes
•
<IOM B Setting>
= 00 (static) or 01 (DHCP)
•
<IOM B IPaddr>
= The IP address in four pairs of two-digit hex codes
•
<IOM B Netmask>
= The netmask, in four pairs of two-digit hex codes
•
<IOM B Gateway>
= The gateway, in four pairs of two-digit hex codes
The result, after setting the two static addresses in
Changing the OOBM Network Configuration
e3,01,00,30,03,00,00,00,00,00,00,00,C0,A8,00,0A,FF,FF,FF,00,C0,A8,00,01,
00,00,00,00,C0,A8,00,0A,FF,FF,FF,00,C0,A8,00,01 <dev>
The result, when IOM B is not booting (no IP):
e3,01,00,30,03,00,00,00,00,00,00,00,C0,A8,00,0A,FF,FF,FF,00,C0,A8,00,01,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 <dev>
Note:
Setting an invalid gateway will result in that field being zeroed-out.
4.5.2
Configuring OOBM Static IP Address Using cURL
This procedure provides instructions for assiging a static IP address to the OOBM network interface using
a cURL command.
Note:
This procedure uses angle brackets "
<example>
" to indicate text that should be
modified for your specific needs.
Step 1 :
Issue a PATCH request to the applicable I/O module resource, using the data option to set the
AddressOrigin
to
Static
and provide the IP address, subnet mask, and gateway:
curl
-X PATCH
-sku <username>:<password>
https://<oobm_ip>/redfish/v1/Systems/Self/EthernetInterfaces/IOModule<A/B>FRU
217