All MIBs › COMPELLENT-MIB › productIDGlobalStatus
productIDGlobalStatus
Module: COMPELLENT-MIB
OID (symbolic): COMPELLENT-MIB::productIDGlobalStatus
OID (numeric): 1.3.6.1.4.1.16139.2.6
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: Current status of the product. This is a rollup for the entire product including any monitored devices. The status is intended to give initiative to an SNMP monitor to get further data when this status is abnormal. The value here maps from the System Status icon on the SC GUI: grey->unknown, green->ok, yellow->noncritical, red->critical. If the productIDGlobalStatus is not ok then scLastWorstAlert contains the scAlertNbr of the alert that is responsible for the negative status.
What is productIDGlobalStatus?
This enumerated INTEGER is a rollup status for the entire product, including any devices it monitors, with values such as unknown, ok, and noncritical mapping directly to the colored System Status icon shown in the Storage Center GUI. An admin polls this single OID as a quick health check to decide whether deeper investigation into a specific array is needed. Seeing the value shift from ok (green) to noncritical (yellow) would prompt the admin to open the GUI and drill into which monitored device triggered the change.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.16139.2.6 snmpwalk -v2c -c public <target> COMPELLENT-MIB::productIDGlobalStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.16139.2.6.1 snmpget -v2c -c public <target> COMPELLENT-MIB::productIDGlobalStatus.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> productIDGlobalStatus.1
Start monitoring Dell Compellent Storage Center SAN array with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the COMPELLENT-MIB::productIDGlobalStatus OID value, configure state conditions and alerts, and monitor any Dell Compellent Storage Center SAN array from a single console.
How to Use in IPNetwork Monitor
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.16139 | compellentEnterprise | COMPELLENT-MIB |
| 1.3.6.1.4.1.16139.2 | compellentObjects | COMPELLENT-MIB |
| 1.3.6.1.4.1.16139.2.6 | productIDGlobalStatus | COMPELLENT-MIB |