All MIBs › CPQIDA-MIB › cpqDaTapeLibraryDriveList
cpqDaTapeLibraryDriveList
Module: CPQIDA-MIB
OID (symbolic): CPQIDA-MIB::cpqDaTapeLibraryDriveList
OID (numeric): 1.3.6.1.4.1.232.3.2.11.1.1.15
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description: Drive Array Tape Library Tape Drive List.
This is a data structure containing the list of tape drive ids
that are present in this library. The format is:
field octets contents
===== ====== ========
1 1 Tape controller slot index
2 2 Tape drive SCSI bus
3 3 Tape drive SCSI target
4 4 Tape drive SCSI logical unit number
These 4 octets are repeated for each drive in the library. For n
tape drives in a library, the string is 4 * n octets long.What is cpqDaTapeLibraryDriveList?
cpqDaTapeLibraryDriveList is an OCTET STRING data structure listing the tape drives present in a library, with each drive encoded as a 4-field record giving the tape controller slot index, SCSI bus, SCSI target, and SCSI logical unit number. This lets management software programmatically enumerate exactly which physical tape drives live inside a given library without an admin having to manually track slot assignments. For example, backup software configuring a new library would parse this drive list to automatically discover and address each tape drive inside it.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.232.3.2.11.1.1.15 snmpwalk -v2c -c public <target> CPQIDA-MIB::cpqDaTapeLibraryDriveList
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.232.3.2.11.1.1.15.1 snmpget -v2c -c public <target> CPQIDA-MIB::cpqDaTapeLibraryDriveList.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> cpqDaTapeLibraryDriveList.1
Start monitoring Compaq/HP ProLiant server (Smart Array/Intelligent Drive Array RAID controller) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CPQIDA-MIB::cpqDaTapeLibraryDriveList OID value, configure state conditions and alerts, and monitor any Compaq/HP ProLiant server (Smart Array/Intelligent Drive Array RAID controller) 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.3 | cpqDriveArray | CPQIDA-MIB |
| 1.3.6.1.4.1.232.3.2 | cpqDaComponent | CPQIDA-MIB |
| 1.3.6.1.4.1.232.3.2.11 | cpqDaTapeLibrary | CPQIDA-MIB |
| 1.3.6.1.4.1.232.3.2.11.1 | cpqDaTapeLibraryTable | CPQIDA-MIB |
| 1.3.6.1.4.1.232.3.2.11.1.1 | cpqDaTapeLibraryEntry | CPQIDA-MIB |
| 1.3.6.1.4.1.232.3.2.11.1.1.15 | cpqDaTapeLibraryDriveList | CPQIDA-MIB |