ADICLIBMIB-v2

File: ADICLIBMIB-v2.mib (16789 bytes)

Imported modules

RFC-1212 RFC-1215 RFC1155-SMI
RFC1213-MIB

Imported symbols

OBJECT-TYPE TRAP-TYPE enterprises
DisplayString

Defined Types

MoverEntry  
SEQUENCE    
  moverEntryId INTEGER
  moverTimeStamp INTEGER
  moverState INTEGER
  moverVendor DisplayString
  moverModel DisplayString
  moverFwlevel DisplayString
  moverSerNum DisplayString
  moverScsiId INTEGER
  moverScsiLun INTEGER
  moverDrvCnt INTEGER
  moverSlotCnt INTEGER
  moverIECnt INTEGER
  moverPickerCnt INTEGER
  moverPicks INTEGER
  moverPickRetries INTEGER
  moverPlaceRetries INTEGER
  moverLoadRetries INTEGER
  moverScanRetries INTEGER
  moverDoorState INTEGER
  moverMailboxState INTEGER

DriveEntry  
SEQUENCE    
  driveEntryId INTEGER
  driveTimeStamp INTEGER
  driveState INTEGER
  driveVendor DisplayString
  driveModel DisplayString
  driveFwlevel DisplayString
  driveSerNum DisplayString
  driveScsiId INTEGER
  driveScsiLun INTEGER
  driveLibrarySN DisplayString
  driveClean INTEGER
  driveLoads INTEGER

Defined Values

adic 1.3.6.1.4.1.3764
OBJECT IDENTIFIER    

library 1.3.6.1.4.1.3764.3
OBJECT IDENTIFIER    

timeStamp 1.3.6.1.4.1.3764.3.1
The last time that the agent values have been updated. Universal time in sec since UTC 1/1/70.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

globalStatus 1.3.6.1.4.1.3764.3.2
Current status of the entire library system (including all attached drives).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), ok(2), degraded(3), failure(4)  

prevGlobalStatus 1.3.6.1.4.1.3764.3.3
Previous status of the entire library system (including all attached drives). This is the last value of the overall status.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), ok(2), degraded(3), failure(4)  

description 1.3.6.1.4.1.3764.3.4
A short description of this agent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

displayName 1.3.6.1.4.1.3764.3.5
Name of this agent for display purposes.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

getTimeOut 1.3.6.1.4.1.3764.3.6
Suggested time out value in milleseconds for how long the SNMP getter should wait while attempting to poll the SNMP agent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..10000  

refreshRate 1.3.6.1.4.1.3764.3.7
Rate in milliseconds at which the agent cached data is being updated. If the value is 0 then the data is not cached. If the value is -1 then the value does not apply.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER -1..1000000000  

ipAddress 1.3.6.1.4.1.3764.3.8
The IP address in the form of xxx.xxx.xxx.xxx for this SNMP agent.
Status: optional Access: read-only
OBJECT-TYPE    
  DisplayString  

hostName 1.3.6.1.4.1.3764.3.9
The host name, if it exists, for the system hosting the SNMP agent.
Status: optional Access: read-only
OBJECT-TYPE    
  DisplayString  

rmuVersion 1.3.6.1.4.1.3764.3.10
The version of the system hosting the SNMP agent.
Status: optional Access: read-only
OBJECT-TYPE    
  DisplayString  

startupState 1.3.6.1.4.1.3764.3.11
Startup state of the device. This is also the shutdown state from the last shutdown.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), unknown(2), normal(3), powerfail(4), errorreboot(5)  

shutdownState 1.3.6.1.4.1.3764.3.12
Shutdown state of the device. If combined with a startup trap, this is the shutdown state of the last shutdown.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), unknown(2), normal(3), powerfail(4), errorreboot(5)  

serviceActionCode 1.3.6.1.4.1.3764.3.13
Service Action Code for the device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

errorCode 1.3.6.1.4.1.3764.3.14
Error code for the device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

errorModifier 1.3.6.1.4.1.3764.3.15
Error modifier for the device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

physicalDevices 1.3.6.1.4.1.3764.3.16
OBJECT IDENTIFIER    

numMovers 1.3.6.1.4.1.3764.3.16.1
Number of movers.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

numDrives 1.3.6.1.4.1.3764.3.16.2
Number of drives.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

moverTable 1.3.6.1.4.1.3764.3.16.3
A table of SCSI media movers (libraries or autoloaders) found in the local system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MoverEntry

moverEntry 1.3.6.1.4.1.3764.3.16.3.1
Entry in the mover Table. Each entry contains an index (moverEntryId), and the values associated with the SCSI mover device.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MoverEntry  

moverEntryId 1.3.6.1.4.1.3764.3.16.3.1.1
Table entry index value. Each unique physical device has a unique moverEntryId.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..256  

moverTimeStamp 1.3.6.1.4.1.3764.3.16.3.1.2
Universal time in sec since UTC 1/1/70 when the device data was last updated.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

moverState 1.3.6.1.4.1.3764.3.16.3.1.3
Device SCSI state.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

moverVendor 1.3.6.1.4.1.3764.3.16.3.1.4
Device Vendor as would be reported in a SCSI Inquiry command.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

moverModel 1.3.6.1.4.1.3764.3.16.3.1.5
Device Model as would be reported in a SCSI Inquiry command.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

moverFwlevel 1.3.6.1.4.1.3764.3.16.3.1.6
Device firmware level as would be reported in a SCSI Inquiry command.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

moverSerNum 1.3.6.1.4.1.3764.3.16.3.1.7
Device serial number as reported in SCSI Inquiry command, page 0x80.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

moverScsiId 1.3.6.1.4.1.3764.3.16.3.1.8
SCSI ID of the device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

moverScsiLun 1.3.6.1.4.1.3764.3.16.3.1.9
SCSI Lun of the device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

moverDrvCnt 1.3.6.1.4.1.3764.3.16.3.1.10
Number of drives contained in this media mover.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

moverSlotCnt 1.3.6.1.4.1.3764.3.16.3.1.11
Number of cartridge slots contained in this media mover
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

moverIECnt 1.3.6.1.4.1.3764.3.16.3.1.12
Number of import-export ports contained in this media mover
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

moverPickerCnt 1.3.6.1.4.1.3764.3.16.3.1.13
Number of robotic pickers contained in this media mover.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

moverPicks 1.3.6.1.4.1.3764.3.16.3.1.14
Total number of picks done by this media mover.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

moverPickRetries 1.3.6.1.4.1.3764.3.16.3.1.15
Total number of pick retries by this media mover.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER  

moverPlaceRetries 1.3.6.1.4.1.3764.3.16.3.1.16
Total number of place retries by this media mover.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER  

moverLoadRetries 1.3.6.1.4.1.3764.3.16.3.1.17
Total number of load retries by this media mover.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER  

moverScanRetries 1.3.6.1.4.1.3764.3.16.3.1.18
Total number of scan retries by this media mover.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER  

moverDoorState 1.3.6.1.4.1.3764.3.16.3.1.19
Door State of the device. The interpretation of this value is vendor specific.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), open(2), closed(3), locked(4)  

moverMailboxState 1.3.6.1.4.1.3764.3.16.3.1.20
Mailbox State of the device. The interpretation of this value is vendor specific.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), open(2), closed(3), locked(4)  

driveTable 1.3.6.1.4.1.3764.3.16.4
A table of all tape drive devices in the domain of this SNMP agent.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DriveEntry

driveEntry 1.3.6.1.4.1.3764.3.16.4.1
Entry in the device Table. Each entry contains an index (tapeEntryId), and the values associated with the device.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DriveEntry  

driveEntryId 1.3.6.1.4.1.3764.3.16.4.1.1
Table entry index value. Each unique physical device has a unique tapeEntryId.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..512  

driveTimeStamp 1.3.6.1.4.1.3764.3.16.4.1.2
Universal time in sec since UTC 1/1/70 when the device data was last updated.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

driveState 1.3.6.1.4.1.3764.3.16.4.1.3
Device SCSI State.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

driveVendor 1.3.6.1.4.1.3764.3.16.4.1.4
Device Vendor as would be reported in a SCSI Inquiry command.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

driveModel 1.3.6.1.4.1.3764.3.16.4.1.5
Device Model as would be reported in a SCSI Inquiry command.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

driveFwlevel 1.3.6.1.4.1.3764.3.16.4.1.6
Device firmware level as would be reported in a SCSI Inquiry command.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

driveSerNum 1.3.6.1.4.1.3764.3.16.4.1.7
Device serial number as reported in SCSI Inquiry command, page 0x80.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

driveScsiId 1.3.6.1.4.1.3764.3.16.4.1.8
SCSI ID of the device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

driveScsiLun 1.3.6.1.4.1.3764.3.16.4.1.9
SCSI Lun of the device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

driveLibrarySN 1.3.6.1.4.1.3764.3.16.4.1.10
Serial Number of the library that this drive is in as reported in SCSI Inquiry command, page 0x80, for the media mover device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

driveClean 1.3.6.1.4.1.3764.3.16.4.1.11
Cleaning State of the device. The interpretation of this value is vendor specific.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

driveLoads 1.3.6.1.4.1.3764.3.16.4.1.12
Total cartridge loads for the drive.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

statusChange 1
The %s status has changed to %s. Previous status was %s.
TRAP-TYPE    

doorStateChange 2
The %s door state has changed to %s.
TRAP-TYPE    

mailboxStateChange 3
The %s mailbox state has changed to %s.
TRAP-TYPE    

startup 4
The %s device has started. The shutdown state was %s.
TRAP-TYPE    

shutdown 5
The %s device has shut down. The shutdown state is %s.
TRAP-TYPE    

error 6
The %s device had an error. Error code is %s. Error data is %s.
TRAP-TYPE    

sac 7
The %s device generated a SAC code of %s.
TRAP-TYPE