All MIBs › CPQSINFO-MIB › cpqSiRebootFlags
cpqSiRebootFlags
Module: CPQSINFO-MIB
OID (symbolic): CPQSINFO-MIB::cpqSiRebootFlags
OID (numeric): 1.3.6.1.4.1.232.2.2.4.13
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: The Reboot Flags.
This is a collection of flags used to indicate the re-boot options available. This integer is a bitmap, with each bit indicating the availability of an option. If the bit is set to 1, the option is available; otherwise it is not. Multiple options are allowed.
NOTE: bit 31 is the most significant bit, bit 0 is the least significant.
Status This is a collection of flags. Each bit has the following meaning when it is on (1):
Bit 31: Execute Set Bit 30-6: RESERVED Bit 5: Boot to ROM Based Setup Bit 4: RESERVED Bit 3: Boot to OS Bit 2: Boot to Utils Bit 1: Warm Boot Bit 0: Cold Boot
What is cpqSiRebootFlags?
This read-write integer is a bitmap where each set bit indicates that a specific reboot option is available on the system, with multiple options allowed simultaneously. It matters because it tells automation exactly which remote reboot mechanisms it can safely invoke before attempting one. For example, an automation script reads cpqSiRebootFlags, checks a specific bit, and confirms that the reboot-to-utility-partition option is available before scripting a remote diagnostic reboot.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.232.2.2.4.13 snmpwalk -v2c -c public <target> CPQSINFO-MIB::cpqSiRebootFlags
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.232.2.2.4.13.1 snmpget -v2c -c public <target> CPQSINFO-MIB::cpqSiRebootFlags.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.232.2.2.4.13.1 i <value>
Start monitoring HP/Compaq ProLiant server (system info) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CPQSINFO-MIB::cpqSiRebootFlags OID value, configure state conditions and alerts, and monitor any HP/Compaq ProLiant server (system info) from a single console.
OID Breakdown
Upper-level ancestors (7 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.232 | compaq | COMPAQ-ID-REC-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.232.2 | cpqSystemInfo | CPQSINFO-MIB |
| 1.3.6.1.4.1.232.2.2 | cpqSiComponent | CPQSINFO-MIB |
| 1.3.6.1.4.1.232.2.2.4 | cpqSiSystemBoard | CPQSINFO-MIB |
| 1.3.6.1.4.1.232.2.2.4.13 | cpqSiRebootFlags | CPQSINFO-MIB |