bootSequence3
BLADE-MIB ·
.1.3.6.1.4.1.2.3.51.2.22.1.3.1.9
Object
column mandatory
r/w
Enumeration
The boot device for this blade boot sequence. Note that some types
of blades don't support floppy disk drive. It is recommended that all
boot sequence 1,2 3, and 4 be configured starting from boot sequence 1.
If there is any duplication of the configured boot sequence and the
current configuration, the two boot sequence will be swapped.
For an example: the current boot sequence is
1=HD0, 2=CD, 3=FD, 4=HD1
If the user wants to configure 1=FD which is a duplication of 3 then the
new boot sequence will be:
1=FD, 2=CD, 3=HD0, 4=HD1 (1 and 3 swapped)
Not all hard drives are available on all blade configurations.
The 'Iscsi critical' option has a special meaning: the blade tries to
find an iscsi boot device and if it does not it keeps trying forever.
Context
- MIB
- BLADE-MIB
- OID
.1.3.6.1.4.1.2.3.51.2.22.1.3.1.9- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- bladeBootSequenceEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'BLADE-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BLADE-MIB::bootSequence3'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BLADE-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BLADE-MIB::bootSequence3.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BLADE-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BLADE-MIB::bootSequence3'
Syntax
Enumeration
Values & Constraints
No enumerated values or constraints recorded.