CPQIDA-MIB :: cpqDaTapeLibraryDriveList

MIB Reference — IPNetwork Monitor · Updated September 14, 2026

All MIBsCPQIDA-MIBcpqDaTapeLibraryDriveList

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 OIDNameModule
1isoLANART-AGENT
1.3orgAirPair-MIB
1.3.6dodAirPair-MIB
1.3.6.1internetAirPair-MIB
1.3.6.1.4privateAirPair-MIB
1.3.6.1.4.1enterprisesAirPair-MIB
1.3.6.1.4.1.232compaqCOMPAQ-ID-REC-MIB
Numeric OIDNameModule
1.3.6.1.4.1.232.3cpqDriveArrayCPQIDA-MIB
1.3.6.1.4.1.232.3.2cpqDaComponentCPQIDA-MIB
1.3.6.1.4.1.232.3.2.11cpqDaTapeLibraryCPQIDA-MIB
1.3.6.1.4.1.232.3.2.11.1cpqDaTapeLibraryTableCPQIDA-MIB
1.3.6.1.4.1.232.3.2.11.1.1cpqDaTapeLibraryEntryCPQIDA-MIB
1.3.6.1.4.1.232.3.2.11.1.1.15cpqDaTapeLibraryDriveListCPQIDA-MIB