-- -- DELLPV136T-MIB.mib -- MIB generated by MG-SOFT Visual MIB Builder Version 2.1 Build 199 -- Thursday, April 19, 2001 at 09:38:04 -- DELLPV136T-MIB DEFINITIONS ::= BEGIN IMPORTS OBJECT-TYPE FROM RFC-1212 TRAP-TYPE FROM RFC-1215 enterprises FROM RFC1155-SMI DisplayString FROM RFC1213-MIB; -- -- Node definitions -- dell OBJECT IDENTIFIER ::= { enterprises 674 } storage OBJECT IDENTIFIER ::= { dell 10893 } hardware OBJECT IDENTIFIER ::= { storage 2 } pV136Tagent OBJECT IDENTIFIER ::= { hardware 100 } pV136TAgentInfo OBJECT IDENTIFIER ::= { pV136Tagent 1 } pV136TDisplayName OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Name of this agent for display purposes." ::= { pV136TAgentInfo 1 } pV136Description OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A short description of this agent such as ." ::= { pV136TAgentInfo 2 } pV136AgentVendor OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The name of the agent software manufacturer." ::= { pV136TAgentInfo 3 } pV136AgentVersion OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The version of this SNMP agent software." ::= { pV136TAgentInfo 4 } globalData OBJECT IDENTIFIER ::= { pV136Tagent 2 } pV136GlobalStatus OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), ok(3), non-critical(4), critical(5), non-Recoverable(6) } ACCESS read-only STATUS mandatory DESCRIPTION "Current status of the agent for this server. This is a rollup for the entire agent including any monitored devices. The status is intended to give initiative to a snmp monitor to get further data when this status is abnormal. " ::= { globalData 1 } pV136LastGlobalStatus OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), ok(3), non-critical(4), critical(5), non-recoverable(6) } ACCESS read-only STATUS mandatory DESCRIPTION "The status before the current status which induced an initiative to issue a global status change trap." ::= { globalData 2 } pV136TimeStamp OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The last time that the agent values have been updated. Universal time in sec since UTC 1/1/70." ::= { globalData 3 } pV136GetTimeOut OBJECT-TYPE SYNTAX INTEGER (1..10000) ACCESS read-only STATUS mandatory DESCRIPTION "Suggested time out value in milleseconds for how long the SNMP getter should wait while attempting to poll the SNMP agent." ::= { globalData 4 } pV136Modifiers OBJECT-TYPE SYNTAX INTEGER (1..10000) ACCESS read-only STATUS mandatory DESCRIPTION "Agent functional modifiers, when set the modifier is active. Bit definitions: Bit 3: SNMP agent in debug mode. All other bits are product specific. " ::= { globalData 5 } pV136RefreshRate OBJECT-TYPE SYNTAX INTEGER (-1..1000000000) ACCESS read-only STATUS mandatory DESCRIPTION "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." ::= { globalData 6 } pV136IPAddress OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS optional DESCRIPTION "The IP address in the form of xxx.xxx.xxx.xxx for this SNMP agent." ::= { globalData 7 } pV136HostName OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS optional DESCRIPTION "The host name, if it exists, for the system hosting the SNMP agent." ::= { globalData 8 } pV136RMUVersion OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS optional DESCRIPTION "The version of the system hosting the SNMP agent." ::= { globalData 9 } pV136ShutdownState OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), normal(3), abnormal(4) } ACCESS read-only STATUS mandatory DESCRIPTION "Shutdown state of the device. " ::= { globalData 10 } pV136PreviousShutdownState OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), normal(3), abnormal(4) } ACCESS read-only STATUS mandatory DESCRIPTION "Previous shutdown state of the device." ::= { globalData 11 } pV136ErrorCode OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Previous shutdown state of the device." ::= { globalData 12 } pV136ErrorData OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Previous shutdown state of the device." ::= { globalData 13 } pV136ServiceActionCode OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Previous shutdown state of the device." ::= { globalData 14 } pv136ServiceTag OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The DELL specific service tag of the system hosting the SNMP agent." ::= { globalData 15 } physicalDevices OBJECT IDENTIFIER ::= { pV136Tagent 3 } moverTable OBJECT-TYPE SYNTAX SEQUENCE OF MoverEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table of SCSI media movers (libraries or autoloaders) found in the local system." ::= { physicalDevices 1 } moverEntry OBJECT-TYPE SYNTAX MoverEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Entry in the mover Table. Each entry contains an index (moverEntryId), and the values associated with the SCSI mover device." INDEX { moverEntryId } ::= { moverTable 1 } MoverEntry ::= SEQUENCE { moverEntryId INTEGER, moverState INTEGER, moverTimeStamp INTEGER, moverType INTEGER, moverVendor DisplayString, moverModel DisplayString, moverFwlevel DisplayString, moveraltVendor DisplayString, moveraltModel DisplayString, moveraltFwlevel DisplayString, moverSerNum DisplayString, moverScsiId INTEGER, moverScsiLun INTEGER, moverDrvCnt INTEGER, moverSlotCnt INTEGER, moverCAPCnt INTEGER, moverPickerCnt INTEGER, moverPicks INTEGER, moverPickRetries INTEGER, moverPlaceRetries INTEGER, moverLoadRetries INTEGER, moverScanRetries INTEGER, moverDoorState INTEGER, moverMaillboxState INTEGER } moverEntryId OBJECT-TYPE SYNTAX INTEGER (1..256) ACCESS read-only STATUS mandatory DESCRIPTION "Table entry index value. Each unique physical device has a unique moverEntryId." ::= { moverEntry 1 } moverState OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Device SCSI state." ::= { moverEntry 2 } moverTimeStamp OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Universal time in sec since UTC 1/1/70 when the device data was last updated." ::= { moverEntry 3 } moverType OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "SCSI device type." ::= { moverEntry 4 } moverVendor OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Device Vendor as would be reported in a SCSI Inquiry command." ::= { moverEntry 5 } moverModel OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Device Model as would be reported in a SCSI Inquiry command." ::= { moverEntry 6 } moverFwlevel OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Device alternate firmware level as would be reported in a SCSI Inquiry command." ::= { moverEntry 7 } moveraltVendor OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Device alternate Vendor as would be reported in a SCSI Inquiry command." ::= { moverEntry 8 } moveraltModel OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Device alternate Model as would be reported in a SCSI Inquiry command." ::= { moverEntry 9 } moveraltFwlevel OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Device alternate firmware level as would be reported in a SCSI Inquiry command." ::= { moverEntry 10 } moverSerNum OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Device serial number as reported in SCSI Inquiry command, page 0x80." ::= { moverEntry 11 } moverScsiId OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "SCSI ID of the device." ::= { moverEntry 12 } moverScsiLun OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "SCSI Lun of the device." ::= { moverEntry 13 } moverDrvCnt OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of drives contained in this media mover." ::= { moverEntry 14 } moverSlotCnt OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of cartridge slots contained in this media mover" ::= { moverEntry 15 } moverCAPCnt OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of cartridge access ports (import-export ports) contained in this media mover" ::= { moverEntry 16 } moverPickerCnt OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of robotic pickers contained in this media mover." ::= { moverEntry 17 } moverPicks OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of picks done by this media mover." ::= { moverEntry 18 } moverPickRetries OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS optional DESCRIPTION "Total number of pick retries by this media mover." ::= { moverEntry 19 } moverPlaceRetries OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS optional DESCRIPTION "Total number of place retries by this media mover." ::= { moverEntry 20 } moverLoadRetries OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS optional DESCRIPTION "Total number of load retries by this media mover." ::= { moverEntry 21 } moverScanRetries OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS optional DESCRIPTION "Total number of scan retries by this media mover." ::= { moverEntry 22 } moverDoorState OBJECT-TYPE SYNTAX INTEGER { unknown(1), open(2), closed(3), locked(4) } ACCESS read-only STATUS mandatory DESCRIPTION "Door State of the device. The interpretation of this value is vendor specific." ::= { moverEntry 23 } moverMaillboxState OBJECT-TYPE SYNTAX INTEGER { unknown(1), open(2), closed(3), locked(4) } ACCESS read-only STATUS mandatory DESCRIPTION "Mailbox State of the device. The interpretation of this value is vendor specific." ::= { moverEntry 24 } tapeTable OBJECT-TYPE SYNTAX SEQUENCE OF TapeEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table of all tape drive devices in the domain of this SNMP agent." ::= { physicalDevices 2 } tapeEntry OBJECT-TYPE SYNTAX TapeEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Entry in the device Table. Each entry contains an index (tapeEntryId), and the values associated with the device." INDEX { tapeEntryId } ::= { tapeTable 1 } TapeEntry ::= SEQUENCE { tapeEntryId INTEGER, tapeState INTEGER, tapeTimeStamp INTEGER, tapeType INTEGER, tapeVendor DisplayString, tapeModel DisplayString, tapeFwlevel DisplayString, tapealtVendor DisplayString, tapealtModel DisplayString, tapealtFwlevel DisplayString, tapeSerNum DisplayString, tapeScsiId INTEGER, tapeScsiLun INTEGER, tapeLibrarySN DisplayString, tapeTpHrs INTEGER, tapeClean INTEGER, tapeLoads INTEGER, tapeSoftWrtErrors INTEGER, tapeHardWrtErrors INTEGER, tapeSoftReadErrors INTEGER, tapeHardReadErrors INTEGER } tapeEntryId OBJECT-TYPE SYNTAX INTEGER (1..512) ACCESS read-only STATUS mandatory DESCRIPTION "Table entry index value. Each unique physical device has a unique tapeEntryId." ::= { tapeEntry 1 } tapeState OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Device SCSI State." ::= { tapeEntry 2 } tapeTimeStamp OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Universal time in sec since UTC 1/1/70 when the device data was last updated." ::= { tapeEntry 3 } tapeType OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "SCSI device type." ::= { tapeEntry 4 } tapeVendor OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Device Vendor as would be reported in a SCSI Inquiry command." ::= { tapeEntry 5 } tapeModel OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Device Model as would be reported in a SCSI Inquiry command." ::= { tapeEntry 6 } tapeFwlevel OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Device firmware level as would be reported in a SCSI Inquiry command." ::= { tapeEntry 7 } tapealtVendor OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Device alternate Vendor as would be reported in a SCSI Inquiry command." ::= { tapeEntry 8 } tapealtModel OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Device alternate Model as would be reported in a SCSI Inquiry command." ::= { tapeEntry 9 } tapealtFwlevel OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Device alternate firmware level as would be reported in a SCSI Inquiry command." ::= { tapeEntry 10 } tapeSerNum OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Device serial number as reported in SCSI Inquiry command, page 0x80." ::= { tapeEntry 11 } tapeScsiId OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "SCSI ID of the device." ::= { tapeEntry 12 } tapeScsiLun OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "SCSI Lun of the device." ::= { tapeEntry 13 } tapeLibrarySN OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Serial Number of the library that this drive is in as reported in SCSI Inquiry command, page 0x80, for the media mover device." ::= { tapeEntry 14 } tapeTpHrs OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total tape motion hours of this device." ::= { tapeEntry 15 } tapeClean OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Cleaning State of the device. The interpretation of this value is vendor specific." ::= { tapeEntry 16 } tapeLoads OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total cartridge loads for the drive." ::= { tapeEntry 17 } tapeSoftWrtErrors OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Recovered soft write error count for current cartridge" ::= { tapeEntry 18 } tapeHardWrtErrors OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Hard write error count for current cartridge" ::= { tapeEntry 19 } tapeSoftReadErrors OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Recovered soft read error count for current cartridge" ::= { tapeEntry 20 } tapeHardReadErrors OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Hard read error count for current cartridge" ::= { tapeEntry 21 } rmuTable OBJECT-TYPE SYNTAX SEQUENCE OF RmuEntry ACCESS not-accessible STATUS mandatory ::= { physicalDevices 3 } rmuEntry OBJECT-TYPE SYNTAX RmuEntry ACCESS not-accessible STATUS mandatory INDEX { rmuEntryID } ::= { rmuTable 1 } RmuEntry ::= SEQUENCE { rmuEntryID INTEGER, rmuMACAddress DisplayString, rmuIPAddress DisplayString } rmuEntryID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory ::= { rmuEntry 1 } rmuMACAddress OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory ::= { rmuEntry 2 } rmuIPAddress OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory ::= { rmuEntry 3 } logicalDevices OBJECT IDENTIFIER ::= { pV136Tagent 7 } -- -- Trap definitions -- pV136TAgentStatusChange TRAP-TYPE ENTERPRISE pV136Tagent VARIABLES { pV136TDisplayName, moverSerNum, pV136GlobalStatus, pV136LastGlobalStatus } DESCRIPTION "The %s (seial number: %s) status has changed to %s. Previous status was %s." ::= 1 pV136TDoorStateChange TRAP-TYPE ENTERPRISE pV136Tagent VARIABLES { pV136TDisplayName, moverSerNum, moverDoorState } DESCRIPTION "The %s (seial number: %s) door state has changed to %s." ::= 2 pV136TMailboxStateChange TRAP-TYPE ENTERPRISE pV136Tagent VARIABLES { pV136TDisplayName, moverSerNum, moverMaillboxState } DESCRIPTION "The %s (seial number: %s) mailbox state has changed to %s." ::= 3 pV136TPowerUp TRAP-TYPE ENTERPRISE pV136Tagent VARIABLES { pV136TDisplayName, moverSerNum, pV136PreviousShutdownState } DESCRIPTION "The %s (seial number: %s) device has powered up. Previous shutdown state was %s." ::= 4 pV136TShutdown TRAP-TYPE ENTERPRISE pV136Tagent VARIABLES { pV136TDisplayName, moverSerNum, pV136ShutdownState } DESCRIPTION "The %s (seial number: %s) device has shutdown. Current shutdown state is %s." ::= 5 pV136TError TRAP-TYPE ENTERPRISE pV136Tagent VARIABLES { pV136TDisplayName, moverSerNum, pV136ErrorCode, pV136ErrorData } DESCRIPTION "The %s (seial number: %s) device had an error. Error code is %s. Error data is %s." ::= 6 pV136TSeriveActionCode TRAP-TYPE ENTERPRISE pV136Tagent VARIABLES { pV136TDisplayName, moverSerNum, pV136ServiceActionCode } DESCRIPTION "The %s (seial number: %s) device generated a SAC code of %s." ::= 7 END -- -- DELLPV136T-MIB.mib --