EasyManua.ls Logo

Western Digital Ultrastar Data60 - Page 189

Western Digital Ultrastar Data60
260 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
User Guide
4. Management
4.4 OOBM Management Overview
<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)
Setting = 01 (DHCP)
IP Address = 0.0.0.0
Netmask = 0.0.0.0
Gateway = 0.0.0.0
To change the OOBM network configuration on IOM B to DHCP:
sg_wr_mode /dev/sg3 --dbd --page=0x23,0x01 --
contents=e3,01,00,1A,02,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 = 02 (IOM B)
177

Table of Contents