User Guide
5. System Management
5.2 Configuring OOBM Network Settings
5.2.1
Configuring OOBM Network Settings Using SES
Changing the OOBM Network Configuration
Step 1 :
To change the OOBM network configuration, enter the following:
sg_wr_mode <dev> --dbd --page=0x23,0x01 --
contents=e3,01,00,1A,<IOM>,00,00,00,<setting>,00,00,00,<IPaddr>,
<netmask>,<gateway>,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
Where:
•
<dev> = the device SEP sg handle
•
<IOM> = 01 (IOMA) or 02 (IOMB)
•
<setting> = 00 (static) or 01 (DHCP)
•
<IPaddr> = The IP address in four pairs of two-digit hex codes
•
<netmask> = The netmask, in four pairs of two-digit hex codes
•
<gateway> = The gateway, in four pairs of two-digit hex codes
For example, to change the OOBM network configuration on IOM A to
static
:
sg_wr_mode /dev/sg3 --dbd --page=0x23,0x01 --
contents=e3,01,00,1A,01,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
•
Device = /dev/sg3
•
IOM = 01 (IOM A)
•
Setting = 00 (static)
•
IP Address = 192.168.0.10
•
Netmask = 255.255.255.0
•
Gateway = 192.168.0.1
To change the OOBM network configuration on IOM B to
static
:
sg_wr_mode /dev/sg3 --dbd --page=0x23,0x01 --
contents=e3,01,00,1A,02,00,00,00,00,00,00,00,C0,A8,00,0B,
FF,FF,FF,00,C0,A8,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
•
Device = /dev/sg3
•
IOM = 02 (IOM B)
•
Setting = static
•
IP Address = 192.168.0.11
•
Netmask = 255.255.255.0
•
Gateway = 192.168.0.1
To change the OOBM network configuration on IOM A to
DHCP
:
sg_wr_mode /dev/sg3 --dbd --page=0x23,0x01 --
contents=e3,01,00,1A,01,00,00,00,01,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
•
Device = /dev/sg3
•
IOM = 01 (IOM A)
180