-- **************************************************************************** -- -- Compaq SCSI Devices -- Management Information Base for SNMP Network Management -- -- -- Copyright 2002 Compaq Information Technologies Group, L.P. -- -- Compaq and the Compaq logo are trademarks of Compaq Information -- Technologies Group, L.P. in the U.S. and/or other countries. All -- other product names mentioned herein may be trademarks of their -- respective companies. -- -- Compaq shall not be liable for technical or editorial errors or -- omissions contained herein. The information in this document is -- provided "as is" without warranty of any kind and is subject to -- change without notice. The warranties for Compaq products are set -- forth in the express limited warranty statements accompanying such -- products. Nothing herein should be construed as constituting an -- additional warranty. -- -- Refer to the READMIB.RDM file for more information about the -- organization of the information in the Compaq Enterprise. -- -- The Compaq Enterprise number is 232. -- The ASN.1 prefix to, and including the Compaq Enterprise is: -- 1.3.6.1.4.1.232 -- -- **************************************************************************** CPQSCSI-MIB DEFINITIONS ::= BEGIN IMPORTS compaq FROM CPQHOST-MIB enterprises FROM RFC1155-SMI Counter FROM RFC1155-SMI Gauge FROM RFC1155-SMI DisplayString FROM RFC1213-MIB OBJECT-TYPE FROM RFC-1212 TRAP-TYPE FROM RFC-1215 sysName FROM RFC1213-MIB cpqHoTrapFlags FROM CPQHOST-MIB; -- compaq OBJECT IDENTIFIER ::= { enterprises 232 } cpqScsi OBJECT IDENTIFIER ::= { compaq 5 } cpqScsiMibRev OBJECT IDENTIFIER ::= { cpqScsi 1 } cpqScsiComponent OBJECT IDENTIFIER ::= { cpqScsi 2 } cpqScsiTrap OBJECT IDENTIFIER ::= { cpqScsi 3 } cpqTapeComponent OBJECT IDENTIFIER ::= { cpqScsi 4 } cpqScsiInterface OBJECT IDENTIFIER ::= { cpqScsiComponent 1 } cpqScsiCntlr OBJECT IDENTIFIER ::= { cpqScsiComponent 2 } -- The SCSI Logical Drive group has been deprecated cpqScsiLogDrv OBJECT IDENTIFIER ::= { cpqScsiComponent 3 } cpqScsiPhyDrv OBJECT IDENTIFIER ::= { cpqScsiComponent 4 } cpqScsiTarget OBJECT IDENTIFIER ::= { cpqScsiComponent 5 } cpqScsiCd OBJECT IDENTIFIER ::= { cpqScsiComponent 6 } cpqScsiOsNetWare OBJECT IDENTIFIER ::= { cpqScsiInterface 1 } cpqScsiOsCommon OBJECT IDENTIFIER ::= { cpqScsiInterface 4 } cpqTapePhyDrv OBJECT IDENTIFIER ::= { cpqTapeComponent 1 } cpqTapeCounters OBJECT IDENTIFIER ::= { cpqTapeComponent 2 } cpqTapeLibrary OBJECT IDENTIFIER ::= { cpqTapeComponent 3 } -- The following groups have been deprecated cpqSbScsiBus OBJECT IDENTIFIER ::= { compaq 7 } cpqSbScsiMibRev OBJECT IDENTIFIER ::= { cpqSbScsiBus 1 } cpqSbDevice OBJECT IDENTIFIER ::= { cpqSbScsiBus 2 } -- **************************************************************************** -- SCSI MIB Revision -- ================= -- -- The compaq enterprise (1.3.6.1.4.1.232) -- cpqScsi Group (1.3.6.1.4.1.232.5) -- cpqScsiMibRev Group (1.3.6.1.4.1.232.5.1) -- -- -- An Insight Agent conforming to this document will return a -- cpqScsiMibRevMajor of one (1) and a cpqScsiMibRevMinor of -- twenty-five (25). -- -- -- Implementation of the MibRev group is mandatory for all agents -- supporting the Compaq SCSI MIB. -- -- **************************************************************************** cpqScsiMibRevMajor OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The Major Revision level. A change in the major revision level represents a major change in the architecture of the MIB. A change in the major revision level may indicate a significant change in the information supported and/or the meaning of the supported information, correct interpretation of data may require a MIB document with the same major revision level." ::= { cpqScsiMibRev 1 } cpqScsiMibRevMinor OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The Minor Revision level. A change in the minor revision level may represent some minor additional support; no changes to any pre-existing information has occurred." ::= { cpqScsiMibRev 2 } cpqScsiMibCondition OBJECT-TYPE SYNTAX INTEGER { other(1), ok(2), degraded(3), failed(4) } ACCESS read-only STATUS mandatory DESCRIPTION "The overall condition. This object represents the overall status of the Compaq SCSI system represented by this MIB." ::= { cpqScsiMibRev 3 } -- **************************************************************************** -- SCSI NetWare Driver Information -- =============================== -- -- The compaq enterprise (1.3.6.1.4.1.232) -- cpqScsi Group (1.3.6.1.4.1.232.5) -- cpqScsiComponent Group (1.3.6.1.4.1.232.5.2) -- cpqScsiInterface Group (1.3.6.1.4.1.232.5.2.1) -- cpqScsiOsNetWare Group (1.3.6.1.4.1.232.5.2.1.1) -- -- Implementation of the osNetWare group is mandatory for all agents that -- support the Compaq SCSI MIB in a osNetWare 3x host operating -- environment. -- -- **************************************************************************** cpqScsiNw3xDriverName OBJECT-TYPE SYNTAX DisplayString (SIZE (0..40)) ACCESS read-only STATUS deprecated DESCRIPTION "Compaq SCSI Drive Device Driver Name. This is the name of the NetWare v3.1x SCSI device driver. It can be used for identification purposes." ::= { cpqScsiOsNetWare 1 } cpqScsiNw3xDriverVers OBJECT-TYPE SYNTAX DisplayString (SIZE (0..5)) ACCESS read-only STATUS deprecated DESCRIPTION "Compaq SCSI Drive Device Driver Version. This is the version of the NetWare v3.1x SCSI device driver. It can be used for identification purposes." ::= { cpqScsiOsNetWare 2 } cpqScsiNw3xDriverPollType OBJECT-TYPE SYNTAX INTEGER { other(1), polled(2), demand(3) } ACCESS read-only STATUS deprecated DESCRIPTION "Compaq SCSI Drive Device Driver Poll Type. The SNMP instrument agent collects information from the device driver in two ways: other(1) The management agent does not recognize this poll type. You may need to upgrade your software. polled(2) Indicates that the information is periodically requested and stored by the server based agent and is available when requested. demand(3) Indicates that the information is collected at the time of the request." ::= { cpqScsiOsNetWare 3 } cpqScsiNw3xDriverPollTime OBJECT-TYPE SYNTAX INTEGER (1..300) ACCESS read-only STATUS deprecated DESCRIPTION "Compaq SCSI Drive Device Driver Poll Time. If the nw3xDriverPollType is polled(2) this value shows how frequently, in seconds, the instrument agent requests information from the device driver. To change the poll time, you need to unload and then reload the instrument agent using the following commands: UNLOAD CPQDSKSA LOAD CPQDSKSA /U