All MIBs › CRI-SERVER-MIB › domainBootProc
domainBootProc
Module: CRI-SERVER-MIB
OID (symbolic): CRI-SERVER-MIB::domainBootProc
OID (numeric): 1.3.6.1.4.1.34.2.1.3.1.7
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: The boot processor number of this domain. If the value is -1, that means the domain is not configured/booted.
What is domainBootProc?
This read-write INTEGER reports the boot processor number for this domain, where a value of -1 means the domain is not configured or booted. An administrator checks this to confirm a domain has actually completed boot with a designated boot CPU rather than sitting unconfigured. For example, seeing -1 here on a domain that should be running production workloads is a clear sign that domain never came up.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.34.2.1.3.1.7 snmpwalk -v2c -c public <target> CRI-SERVER-MIB::domainBootProc
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.34.2.1.3.1.7.1 snmpget -v2c -c public <target> CRI-SERVER-MIB::domainBootProc.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.34.2.1.3.1.7.1 i <value>
Start monitoring CRI server platform (vendor unclear) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CRI-SERVER-MIB::domainBootProc OID value, configure state conditions and alerts, and monitor any CRI server platform (vendor unclear) from a single console.
OID Breakdown
Upper-level ancestors (6 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 |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.34 | sun | CRI-SERVER-MIB |
| 1.3.6.1.4.1.34.2 | products | CRI-SERVER-MIB |
| 1.3.6.1.4.1.34.2.1 | general | CRI-SERVER-MIB |
| 1.3.6.1.4.1.34.2.1.3 | domainTable | CRI-SERVER-MIB |
| 1.3.6.1.4.1.34.2.1.3.1 | domainEntry | CRI-SERVER-MIB |
| 1.3.6.1.4.1.34.2.1.3.1.7 | domainBootProc | CRI-SERVER-MIB |