CPQSCSI-MIB DEFINITIONS ::= BEGIN
IMPORTS
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;
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 }
cpqScsiInterface OBJECT IDENTIFIER ::= { cpqScsiComponent 1 }
cpqScsiCntlr OBJECT IDENTIFIER ::= { cpqScsiComponent 2 }
cpqScsiLogDrv OBJECT IDENTIFIER ::= { cpqScsiComponent 3 }
cpqScsiPhyDrv OBJECT IDENTIFIER ::= { cpqScsiComponent 4 }
cpqScsiTarget OBJECT IDENTIFIER ::= { cpqScsiComponent 5 }
cpqScsiOsNetWare OBJECT IDENTIFIER ::= { cpqScsiInterface 1 }
cpqScsiOsCommon OBJECT IDENTIFIER ::= { cpqScsiInterface 4 }
cpqSbScsiBus OBJECT IDENTIFIER ::= { compaq 7 }
cpqSbScsiMibRev OBJECT IDENTIFIER ::= { cpqSbScsiBus 1 }
cpqSbDevice OBJECT IDENTIFIER ::= { cpqSbScsiBus 2 }
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 }
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<time>
The parameter /U specifies the frequency of updates in seconds.
The variable <time> represents the number of seconds that the
NLM should wait before collecting new data. The minimum is one
second and the maximum value is 300 seconds (five minutes)."
::= { cpqScsiOsNetWare 4 }
cpqScsiNw3xCntlrInfoTable OBJECT-TYPE
SYNTAX SEQUENCE OF CpqScsiNw3xCntlrInfoEntry
ACCESS not-accessible
STATUS deprecated
DESCRIPTION
"Compaq SCSI Controller Information Table."
::= { cpqScsiOsNetWare 5 }
cpqScsiNw3xCntlrInfoEntry OBJECT-TYPE
SYNTAX CpqScsiNw3xCntlrInfoEntry
ACCESS not-accessible
STATUS deprecated
DESCRIPTION
"Compaq SCSI Controller Information Table Entry."
INDEX { cpqScsiNw3xCntlrIndex, cpqScsiNw3xBusIndex }
::= { cpqScsiNw3xCntlrInfoTable 1 }
CpqScsiNw3xCntlrInfoEntry ::= SEQUENCE
{
cpqScsiNw3xCntlrIndex INTEGER,
cpqScsiNw3xBusIndex INTEGER,
cpqScsiNw3xXptDesc DisplayString,
cpqScsiNw3xXptVers DisplayString,
cpqScsiNw3xSimDesc DisplayString,
cpqScsiNw3xSimVers DisplayString,
cpqScsiNw3xHbaDesc DisplayString
}
cpqScsiNw3xCntlrIndex OBJECT-TYPE
SYNTAX INTEGER (0..255)
ACCESS read-only
STATUS deprecated
DESCRIPTION
"Compaq SCSI Controller Index.
The controller index indicates to which SCSI adapter instance
this table entry belongs. The controller index is the physical
slot in the computer system where the adapter is located."
::= { cpqScsiNw3xCntlrInfoEntry 1 }
cpqScsiNw3xBusIndex OBJECT-TYPE
SYNTAX INTEGER (0..255)
ACCESS read-only
STATUS deprecated
DESCRIPTION
"Compaq SCSI Bus Index.
The bus index indicates to which SCSI bus instance on an
adapter this table entry belongs. The instances start
at one and increment for each SCSI bus on an adapter."
::= { cpqScsiNw3xCntlrInfoEntry 2 }
cpqScsiNw3xXptDesc OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..40))
ACCESS read-only
STATUS deprecated
DESCRIPTION
"Compaq SCSI XPT Description.
This is a description of the Transport Layer (XPT) module,
CPQSXPT.DSK. The Transport Layer manages requests from the
device driver and routes them to the appropriate SCSI Interface
Module (SIM). This architecture is based on the ANSI SCSI-2
Common Access Method (CAM) specification."
::= { cpqScsiNw3xCntlrInfoEntry 3 }
cpqScsiNw3xXptVers OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..5))
ACCESS read-only
STATUS deprecated
DESCRIPTION
"Compaq SCSI XPT Version.
This is the version of the Transport Layer (XPT) module,
CPQSXPT.DSK. The Transport Layer manages requests from the
device driver and routes them to the appropriate SCSI Interface
Module (SIM). This architecture is based on the ANSI SCSI-2
Common Access Method (CAM) specification."
::= { cpqScsiNw3xCntlrInfoEntry 4 }
cpqScsiNw3xSimDesc OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..40))
ACCESS read-only
STATUS deprecated
DESCRIPTION
"Compaq SCSI SIM Description.
This is a description of the SCSI Interface Module (SIM).
Each type of controller model has a specific SIM designed for it.
The SIM accepts requests from the Transport Layer and delivers
them to the physical device. This architecture is based on the
ANSI SCSI-2 Common Access Method (CAM) specification."
::= { cpqScsiNw3xCntlrInfoEntry 5 }
cpqScsiNw3xSimVers OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..5))
ACCESS read-only
STATUS deprecated
DESCRIPTION
"Compaq SCSI SIM Version.
This is the version of the SCSI Interface Module (SIM).
Each type of controller model has a specific SIM designed for it.
The SIM accepts requests from the Transport Layer and delivers
them to the physical device. This architecture is based on the
ANSI SCSI-2 Common Access Method (CAM) specification."
::= { cpqScsiNw3xCntlrInfoEntry 6 }
cpqScsiNw3xHbaDesc OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..16))
ACCESS read-only
STATUS deprecated
DESCRIPTION
"Compaq SCSI HBA Description.
This is a description of the SCSI Host Bus Adapter (HBA).
An HBA represents one instance of a SCSI bus in the SCSI
Interface Module (SIM). This architecture is based on the
ANSI SCSI-2 Common Access Method (CAM) specification."
::= { cpqScsiNw3xCntlrInfoEntry 7 }
cpqScsiLogDrvStatTable OBJECT-TYPE
SYNTAX SEQUENCE OF CpqScsiLogDrvStatEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Compaq SCSI Logical Drive Statistics Table."
::= { cpqScsiOsNetWare 6 }
cpqScsiLogDrvStatEntry OBJECT-TYPE
SYNTAX CpqScsiLogDrvStatEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Compaq SCSI Device Driver Statistics Table Entry."
INDEX { cpqScsiNw3xStatCntlrIndex, cpqScsiNw3xStatBusIndex,
cpqScsiNw3xStatLogDrvIndex }
::= { cpqScsiLogDrvStatTable 1 }
CpqScsiLogDrvStatEntry ::= SEQUENCE
{
cpqScsiNw3xStatCntlrIndex INTEGER,
cpqScsiNw3xStatBusIndex INTEGER,
cpqScsiNw3xStatLogDrvIndex INTEGER,
cpqScsiNw3xTotalReads Counter,
cpqScsiNw3xTotalWrites Counter,
cpqScsiNw3xCorrReads Counter,
cpqScsiNw3xCorrWrites Counter,
cpqScsiNw3xFatalReads Counter,
cpqScsiNw3xFatalWrites Counter
}
cpqScsiNw3xStatCntlrIndex OBJECT-TYPE
SYNTAX INTEGER (0..255)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Controller Index.
The controller index indicates to which SCSI adapter instance
this table entry belongs. The controller index is the physical
slot in the computer system where the adapter is located."
::= { cpqScsiLogDrvStatEntry 1 }
cpqScsiNw3xStatBusIndex OBJECT-TYPE
SYNTAX INTEGER (0..225)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Bus Index.
The bus index indicates to which SCSI bus instance on an
adapter this table entry belongs. The instances start
at one and increment for each SCSI bus on a card."
::= { cpqScsiLogDrvStatEntry 2 }
cpqScsiNw3xStatLogDrvIndex OBJECT-TYPE
SYNTAX INTEGER (0..225)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Logical Drive Index.
The logical drive index indicates to which logical drive
instance on a SCSI bus this table entry belongs. The logical
drive index starts at one and increments for each logical drive
on the SCSI bus."
::= { cpqScsiLogDrvStatEntry 3 }
cpqScsiNw3xTotalReads OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Logical Drive Total Reads.
This shows the total number of reads performed by the device
driver to this logical drive. This number is reset each time the
device driver is loaded for this logical drive."
::= { cpqScsiLogDrvStatEntry 4 }
cpqScsiNw3xTotalWrites OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Logical Drive Total Writes.
This shows the total number of writes performed by the device
driver to this logical drive. This number is reset each time the
device driver is loaded for this logical drive."
::= { cpqScsiLogDrvStatEntry 5 }
cpqScsiNw3xCorrReads OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Logical Drive Corrected Reads.
This is the total number of read commands sent to the specified
logical drive which had to be corrected by fault tolerance.
This number is reset each time the device driver is loaded for
this logical drive."
::= { cpqScsiLogDrvStatEntry 6 }
cpqScsiNw3xCorrWrites OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Logical Drive Corrected Writes.
This is the total number of write commands sent to the specified
logical drive which had to be corrected by fault tolerance.
This number is reset each time the device driver is loaded for
this logical drive."
::= { cpqScsiLogDrvStatEntry 7 }
cpqScsiNw3xFatalReads OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Logical Drive Fatal Reads.
This is the total number of read commands sent to the specified
logical drive which failed. This number is reset each time the
device driver is loaded for this logical drive."
::= { cpqScsiLogDrvStatEntry 8 }
cpqScsiNw3xFatalWrites OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Logical Drive Fatal Writes.
This is the total number of write commands sent to the specified
logical drive which failed. This number is reset each time the
device driver is loaded for this logical drive."
::= { cpqScsiLogDrvStatEntry 9 }
cpqScsiVolMapTable OBJECT-TYPE
SYNTAX SEQUENCE OF CpqScsiVolMapEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Compaq SCSI Drive Volume Map Table."
::= { cpqScsiOsNetWare 7 }
cpqScsiVolMapEntry OBJECT-TYPE
SYNTAX CpqScsiVolMapEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Compaq SCSI Drive Volume Map Table Entry."
INDEX { cpqScsiNw3xVolCntlrIndex, cpqScsiNw3xVolBusIndex,
cpqScsiNw3xVolLogDrvIndex }
::= { cpqScsiVolMapTable 1 }
CpqScsiVolMapEntry ::= SEQUENCE
{
cpqScsiNw3xVolCntlrIndex INTEGER,
cpqScsiNw3xVolBusIndex INTEGER,
cpqScsiNw3xVolLogDrvIndex INTEGER,
cpqScsiNw3xVolMap OCTET STRING
}
cpqScsiNw3xVolCntlrIndex OBJECT-TYPE
SYNTAX INTEGER (0..225)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Cntlr Index.
The controller index indicates to which SCSI adapter instance
this table entry belongs. The controller index is the physical
slot in the computer system where the adapter is located."
::= { cpqScsiVolMapEntry 1 }
cpqScsiNw3xVolBusIndex OBJECT-TYPE
SYNTAX INTEGER (0..225)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Bus Index.
The bus index indicates to which SCSI bus instance on an
adapter this table entry belongs. The instances start
at one and increment for each SCSI bus on a card."
::= { cpqScsiVolMapEntry 2 }
cpqScsiNw3xVolLogDrvIndex OBJECT-TYPE
SYNTAX INTEGER (0..225)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Logical Drive Index.
The logical drive index indicates to which logical drive
instance on a SCSI bus this table entry belongs. The logical
drive index starts at one and increments for each logical
drive on the SCSI bus."
::= { cpqScsiVolMapEntry 3 }
cpqScsiNw3xVolMap OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Drive Volume Map.
This is a data structure containing the volume mappings for this
logical drive. There are 8 entries in a NetWare volume mapping.
An entry can be null indicating no mapping exists.
Each entry has the following format.
BYTE Name[16]
BYTE Segment"
::= { cpqScsiVolMapEntry 4 }
cpqScsiOsCommonPollFreq OBJECT-TYPE
SYNTAX INTEGER (0..65535)
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The Insight Agent's polling frequency.
The frequency, in seconds, at which the Insight Agent requests
information from the device driver. A frequency of zero
indicates that the Insight Agent retrieves the information upon
request of a management station, it does not poll the device
driver at a specific interval.
If the poll frequency is zero (0) all attempts to write to this
object will fail. If the poll frequency is non-zero,
setting this value will change the polling frequency of the
Insight Agent. Setting the poll frequency to zero will always
fail, an agent may also choose to fail any request to change
the poll frequency to a value that would severely impact system
performance."
::= { cpqScsiOsCommon 1 }
cpqScsiOsCommonModuleTable OBJECT-TYPE
SYNTAX SEQUENCE OF CpqScsiOsCommonModuleEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A table of software modules that provide an interface to the
device this MIB describes."
::= { cpqScsiOsCommon 2 }
cpqScsiOsCommonModuleEntry OBJECT-TYPE
SYNTAX CpqScsiOsCommonModuleEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A description of a software modules that provide an interface
to the device this MIB describes."
INDEX { cpqScsiOsCommonModuleIndex }
::= { cpqScsiOsCommonModuleTable 1 }
CpqScsiOsCommonModuleEntry ::= SEQUENCE {
cpqScsiOsCommonModuleIndex INTEGER,
cpqScsiOsCommonModuleName DisplayString,
cpqScsiOsCommonModuleVersion DisplayString,
cpqScsiOsCommonModuleDate OCTET STRING,
cpqScsiOsCommonModulePurpose DisplayString
}
cpqScsiOsCommonModuleIndex OBJECT-TYPE
SYNTAX INTEGER (0..255)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"A unique index for this module description."
::= { cpqScsiOsCommonModuleEntry 1 }
cpqScsiOsCommonModuleName OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The module name."
::= { cpqScsiOsCommonModuleEntry 2 }
cpqScsiOsCommonModuleVersion OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..5))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The module version in XX.YY format.
Where XX is the major version number and YY is the minor version
number. This field will be a null (size 0) string if the agent
cannot provide the module version."
::= { cpqScsiOsCommonModuleEntry 3 }
cpqScsiOsCommonModuleDate OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (7))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The module date.
field octets contents range
===== ====== ======= =====
1 1-2 year 0..65536
2 3 month 1..12
3 4 day 1..31
4 5 hour 0..23
5 6 minute 0..59
6 7 second 0..60
(use 60 for leap-second)
This field will be set to year = 0 if the agent cannot provide
the module date. The hour, minute, and second field will be set
to zero (0) if they are not relevant. The year field is set
with the most significant octect first."
::= { cpqScsiOsCommonModuleEntry 4 }
cpqScsiOsCommonModulePurpose OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The purpose of the module described in this entry."
::= { cpqScsiOsCommonModuleEntry 5 }
cpqScsiCntlrTable OBJECT-TYPE
SYNTAX SEQUENCE OF CpqScsiCntlrEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Compaq SCSI Controller Table."
::= { cpqScsiCntlr 1 }
cpqScsiCntlrEntry OBJECT-TYPE
SYNTAX CpqScsiCntlrEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Compaq SCSI Controller Table Entry."
INDEX { cpqScsiCntlrIndex, cpqScsiCntlrBusIndex }
::= { cpqScsiCntlrTable 1 }
CpqScsiCntlrEntry ::= SEQUENCE
{
cpqScsiCntlrIndex INTEGER,
cpqScsiCntlrBusIndex INTEGER,
cpqScsiCntlrModel INTEGER,
cpqScsiCntlrFWVers DisplayString,
cpqScsiCntlrSWVers DisplayString,
cpqScsiCntlrSlot INTEGER,
cpqScsiCntlrStatus INTEGER,
cpqScsiCntlrHardResets Counter,
cpqScsiCntlrSoftResets Counter,
cpqScsiCntlrTimeouts Counter,
cpqScsiCntlrBaseIOAddr INTEGER,
cpqScsiCntlrCondition INTEGER
}
cpqScsiCntlrIndex OBJECT-TYPE
SYNTAX INTEGER (0..225)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Controller Index.
The controller index indicates to which SCSI adapter instance
this table entry belongs. The controller index is the physical
slot in the computer system where the adapter is located."
::= { cpqScsiCntlrEntry 1 }
cpqScsiCntlrBusIndex OBJECT-TYPE
SYNTAX INTEGER (0..225)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Bus Index.
The bus index indicates to which SCSI bus instance on an
adapter this table entry belongs. The instances start
at one and increment for each SCSI bus on a card."
::= { cpqScsiCntlrEntry 2 }
cpqScsiCntlrModel OBJECT-TYPE
SYNTAX INTEGER
{
other(1),
cpqs710(2),
cpqs94(3)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Controller Model.
The is the controller's model and can be used for identification
purposes. The following values are defined:
other(1) The management agent does not recognize this model.
You may need to upgrade your software.
cpqs710(2) Compaq 32-Bit Fast SCSI-2 Controller.
cpqs94(3) Compaq Systempro/XL Integrated SCSI-2 Options Port."
::= { cpqScsiCntlrEntry 3 }
cpqScsiCntlrFWVers OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..5))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Controller Firmware Version.
This is the version of the firmware on the SCSI controller.
If the SCSI controller does not use firmware then this string
will be of length zero (0). Some SCSI bus controllers are
script driven and use the computer system's microprocessor
thus not needing firmware."
::= { cpqScsiCntlrEntry 4 }
cpqScsiCntlrSWVers OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..5))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Controller Software Version.
This is the version of any software upgrade which is being used
in place of the firmware with the controller. If the SCSI
controller has not been upgraded via software or does not have
firmware then this string will be of length zero (0).
Some SCSI bus controllers are script driven and use the
computer system's microprocessor thus not needing firmware."
::= { cpqScsiCntlrEntry 5 }
cpqScsiCntlrSlot OBJECT-TYPE
SYNTAX INTEGER (0..225)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Controller Slot.
This is the physical slot in which this controller is
installed. This information can be used for identification
purposes."
::= { cpqScsiCntlrEntry 6 }
cpqScsiCntlrStatus OBJECT-TYPE
SYNTAX INTEGER
{
other(1),
ok(2),
failed(3)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Controller Status.
This is the current status of the controller. The following
values are currently defined:
other(1)
The controller is not operational due to reasons other than
hardware failure. The controller may be intentionally disabled.
The controller configuration may be in conflict with the
configuration of other hardware or software in the system.
The controller may have failed initialization. Corrective
action is Operating System dependent. Check for diagnostic
messages which may have occurred at system boot time.
ok(2)
The controller is operating normally.
failed(3)
The controller has failed and is no longer operating.
Please run Compaq Diagnostics on the computer system to help
identify the problem."
::= { cpqScsiCntlrEntry 7 }
cpqScsiCntlrHardResets OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Controller Hard Resets.
This is the number of times the SCSI Hardware Interface driver
detected that the SCSI bus has been reset since the driver
was loaded.
Hard resets may occasionally occur due to device errors.
If this value should rise dramatically, you may have a problem.
Check the SCSI bus statistics for unusually high error counts.
If there is a device with a large number of bus errors, it may be
failing and should be replaced."
::= { cpqScsiCntlrEntry 8 }
cpqScsiCntlrSoftResets OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Controller Soft Resets.
This is the number of times the SCSI Hardware Interface driver
has issued a reset command to all devices on a SCSI bus since
the driver was loaded.
Soft resets occur when the device driver is initializing the SCSI
bus for operation and when device errors have left the bus in an
ambiguous state. If this value should rise dramatically, you may
have a problem. Check the SCSI bus statistics for unusually high
error counts. If there is a device with a large number of bus
errors, it may be failing and should be and should be replaced."
::= { cpqScsiCntlrEntry 9 }
cpqScsiCntlrTimeouts OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Controller Time-outs.
This is the number of times, since the driver was loaded, that
the SCSI Hardware Interface driver issued a SCSI command but
did not receive a reply within a specified amount of time.
Timeouts may occasionally occur when a device fails to process a
request because the SCSI bus was busy. If this value should rise
dramatically, you may have a problem. Check if you have any
non-disk SCSI devices, like tape drives, on the SCSI bus with
the drives. Sometimes a non-disk device can hold the SCSI bus
for long periods of time causing time-outs."
::= { cpqScsiCntlrEntry 10 }
cpqScsiCntlrBaseIOAddr OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Controller Base I/O Address.
This is the I/O address that the SCSI Hardware Interface driver
uses to communicate with the SCSI bus controller. This value
can be used for identification purposes."
::= { cpqScsiCntlrEntry 11 }
cpqScsiCntlrCondition OBJECT-TYPE
SYNTAX INTEGER
{
other(1),
ok(2),
degraded(3),
failed(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Controller Condition.
This is the overall condition of the controller and all of the
logical drives and physical drives controlled by it.
The following values are defined:
other(1)
The management agent does not recognize the status as one of
those listed below.
ok(2)
The controller and all of its logical drives and physical
drives are operating normally. No user action is required.
degraded(3)
One or more of the controller's logical drives or physical
drives is degraded. You need to check the status of all
logical drives and physical drives.
failed(4)
The controller status is failed. The drives on this
controller are inaccessible. Please refer to the controller
status field for further information."
::= { cpqScsiCntlrEntry 12 }
cpqScsiLogDrvTable OBJECT-TYPE
SYNTAX SEQUENCE OF CpqScsiLogDrvEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Compaq SCSI Logical Drive Table."
::= { cpqScsiLogDrv 1 }
cpqScsiLogDrvEntry OBJECT-TYPE
SYNTAX CpqScsiLogDrvEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Compaq SCSI Logical Drive Entry."
INDEX { cpqScsiLogDrvCntlrIndex, cpqScsiLogDrvBusIndex,
cpqScsiLogDrvIndex }
::= { cpqScsiLogDrvTable 1 }
CpqScsiLogDrvEntry ::= SEQUENCE
{
cpqScsiLogDrvCntlrIndex INTEGER,
cpqScsiLogDrvBusIndex INTEGER,
cpqScsiLogDrvIndex INTEGER,
cpqScsiLogDrvFaultTol INTEGER,
cpqScsiLogDrvStatus INTEGER,
cpqScsiLogDrvSize INTEGER,
cpqScsiLogDrvPhyDrvIDs OCTET STRING,
cpqScsiLogDrvCondition INTEGER
}
cpqScsiLogDrvCntlrIndex OBJECT-TYPE
SYNTAX INTEGER (0..225)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Logical Drive Controller Index.
The controller index indicates to which SCSI adapter instance
this table entry belongs. The controller index is the physical
slot in the computer where the adapter is located."
::= { cpqScsiLogDrvEntry 1 }
cpqScsiLogDrvBusIndex OBJECT-TYPE
SYNTAX INTEGER (0..225)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Logical Drive Bus Index.
The bus index indicates to which SCSI bus instance on an
adapter this table entry belongs. The instances start
at one and increment for each SCSI bus on a card."
::= { cpqScsiLogDrvEntry 2 }
cpqScsiLogDrvIndex OBJECT-TYPE
SYNTAX INTEGER (0..225)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Logical Drive Index.
The logical drive index indicates to which logical drive instance
on a SCSI bus this table entry belongs. The logical drive index
starts at one and increments for each logical drive on the SCSI bus."
::= { cpqScsiLogDrvEntry 3 }
cpqScsiLogDrvFaultTol OBJECT-TYPE
SYNTAX INTEGER
{
other(1),
none(2),
mirroring(3),
dataGuard(4),
distribDataGuard(5)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Logical Drive Fault Tolerance.
This shows the fault tolerance mode of the logical drive.
To change the fault tolerance mode, run the Compaq EISA
Configuration Utility.
The following values are valid for the Logical Drive
Fault Tolerance:
other(1)
The management agent does not recognize the status.
You may need to upgrade your software.
none(2)
Fault tolerance is not enabled. If a physical drive reports an
error, the data cannot be recovered.
mirroring(3)
For each physical drive, there is a second physical drive
containing identical data. If a drive fails, the data can be
retrieved from the mirror drive.
dataGuard(4)
One of the physical drives is used as a data guard drive and
contains the exclusive OR of the data on the remaining drives.
If a failure is detected, the data is rebuilt using the data
guard information plus information from the other drives.
distribDataGuard(5)
Distributed Data Guarding, sometimes referred to as RAID 5, is
similar to Data Guarding, but instead of storing the parity
information on one drive, the information is distributed across
all of the drives. If a failure is detected, the data is
rebuilt using the data guard information from all the drives."
::= { cpqScsiLogDrvEntry 4 }
cpqScsiLogDrvStatus OBJECT-TYPE
SYNTAX INTEGER
{
other(1),
ok(2),
failed(3),
unconfigured(4),
recovering(5),
readyForRebuild(6),
rebuilding(7),
wrongDrive(8),
badConnect(9)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Logical Drive Status.
The logical drive can be in one of the following states:
other(1)
The management agent does not recognize the status.
You may need to upgrade your software.
ok(2)
Indicates that the logical drive is in normal operation mode.
No user action is required.
failed(3)
Indicates that more physical drives have failed than the fault
tolerance mode of the logical drive can handle without data loss.
unconfigured(4)
Indicates that the logical drive is not configured. Insure all
of the drive switches are properly set and run the Compaq
Configuration Utility.
recovering(5)
Indicates that the logical drive is using Interim Recovery Mode.
In Interim Recovery Mode, at least one physical drive has
failed, but the logical drive's fault tolerance mode lets the
logical drive continue to operate with no data loss.
You should replace the failed drive as soon as possible.
readyRebuild(6)
Indicates that the logical drive is ready for Automatic Data
Recovery. The physical drive that failed has been replaced,
but the logical drive is still operating in Interim Recovery
Mode.
rebuilding(7)
Indicates that the logical drive is currently doing Automatic
Data Recovery. During Automatic Data Recovery, fault tolerance
algorithms restore data to the replacement drive.
wrongDrive(8)
Indicates that the wrong physical drive was replaced after a
physical drive failure. You need to return the drive
incorrectly replaced and replace the failed drive.
badConnect(9)
Indicates that a physical drive is not responding. Check the
cables connected to it."
::= { cpqScsiLogDrvEntry 5 }
cpqScsiLogDrvSize OBJECT-TYPE
SYNTAX INTEGER (0..2147483647)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Logical Drive Size.
This is the size of the logical drive in megabytes.
This value is calculated using the value 1,048,576 (2^20) as
a megabyte. Drive manufacturers sometimes use the
number 1,000,000 as a megabyte when giving drive capacities
so this value may differ from the advertised size of a drive."
::= { cpqScsiLogDrvEntry 6 }
cpqScsiLogDrvPhyDrvIDs OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Logical Drive Physical Drive IDs.
This lists the physical drive SCSI ID's which are associated
with this logical drive. These are the same IDs which can be
used as indices into the physical drive table. Each byte of
the string is an index."
::= { cpqScsiLogDrvEntry 7 }
cpqScsiLogDrvCondition OBJECT-TYPE
SYNTAX INTEGER
{
other(1),
ok(2),
degraded(3),
failed(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Logical Drive Condition.
This is the overall condition of the logical drive and all of the
physical drives which comprise it.
The following values are defined:
other(1)
The management agent does not recognize the status. You may
need to upgrade your software.
ok(2)
The logical drive and all of its physical drives are operating
normally. No user action is required.
degraded(3)
Either the logical drive is degraded or one or more of its
physical drives is degraded. You need to check the status
of the logical drive and of all its physical drives.
failed(4)
Either the logical drive has failed or one or more of its
physical drives has failed. You need to check the status
of the logical drive and of all its physical drives."
::= { cpqScsiLogDrvEntry 8 }
cpqScsiPhyDrvTable OBJECT-TYPE
SYNTAX SEQUENCE OF CpqScsiPhyDrvEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Compaq SCSI Physical Drive Table."
::= { cpqScsiPhyDrv 1 }
cpqScsiPhyDrvEntry OBJECT-TYPE
SYNTAX CpqScsiPhyDrvEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Compaq SCSI Physical Drive Entry."
INDEX { cpqScsiPhyDrvCntlrIndex, cpqScsiPhyDrvBusIndex,
cpqScsiPhyDrvIndex }
::= { cpqScsiPhyDrvTable 1 }
CpqScsiPhyDrvEntry ::= SEQUENCE
{
cpqScsiPhyDrvCntlrIndex INTEGER,
cpqScsiPhyDrvBusIndex INTEGER,
cpqScsiPhyDrvIndex INTEGER,
cpqScsiPhyDrvModel DisplayString,
cpqScsiPhyDrvFWRev DisplayString,
cpqScsiPhyDrvVendor DisplayString,
cpqScsiPhyDrvSize INTEGER,
cpqScsiPhyDrvScsiID INTEGER,
cpqScsiPhyDrvStatus INTEGER,
cpqScsiPhyDrvServiceHours Counter,
cpqScsiPhyDrvHighReadSectors Counter,
cpqScsiPhyDrvLowReadSectors Counter,
cpqScsiPhyDrvHighWriteSectors Counter,
cpqScsiPhyDrvLowWriteSectors Counter,
cpqScsiPhyDrvHardReadErrs Counter,
cpqScsiPhyDrvHardWriteErrs Counter,
cpqScsiPhyDrvEccCorrReads Counter,
cpqScsiPhyDrvRecvReadErrs Counter,
cpqScsiPhyDrvRecvWriteErrs Counter,
cpqScsiPhyDrvSeekErrs Counter,
cpqScsiPhyDrvSpinupTime INTEGER,
cpqScsiPhyDrvUsedReallocs Counter,
cpqScsiPhyDrvTimeouts Counter,
cpqScsiPhyDrvPostErrs Counter,
cpqScsiPhyDrvPostErrCode INTEGER,
cpqScsiPhyDrvCondition INTEGER,
cpqScsiPhyDrvFuncTest1 Gauge,
cpqScsiPhyDrvFuncTest2 Gauge,
cpqScsiPhyDrvStatsPreserved INTEGER,
cpqScsiPhyDrvSerialNum DisplayString,
cpqScsiPhyDrvLocation INTEGER,
cpqScsiPhyDrvParent INTEGER,
cpqScsiPhyDrvSectorSize INTEGER,
cpqScsiPhyDrvHotPlug INTEGER,
cpqScsiPhyDrvPlacement INTEGER
}
cpqScsiPhyDrvCntlrIndex OBJECT-TYPE
SYNTAX INTEGER (0..225)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Physical Drive Controller Index.
The controller index indicates to which SCSI adapter instance
this table entry belongs. The controller index is the physical
slot in the computer where the adapter is located."
::= { cpqScsiPhyDrvEntry 1 }
cpqScsiPhyDrvBusIndex OBJECT-TYPE
SYNTAX INTEGER (0..225)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Physical Drive Bus Index.
The bus index indicates to which SCSI bus instance on an
adapter this table entry belongs. The instances start
at one and increment for each SCSI bus on a card."
::= { cpqScsiPhyDrvEntry 2 }
cpqScsiPhyDrvIndex OBJECT-TYPE
SYNTAX INTEGER (0..225)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Physical Drive Index.
The physical drive index indicates to which physical drive
instance on a SCSI bus this table entry belongs. The physical
drive index is the SCSI ID being used by that drive."
::= { cpqScsiPhyDrvEntry 3 }
cpqScsiPhyDrvModel OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..17))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Physical Drive Model.
This is a description of the physical drive's model as returned
by the SCSI inquiry command. This can be used for identification
purposes."
::= { cpqScsiPhyDrvEntry 4 }
cpqScsiPhyDrvFWRev OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..8))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Physical Drive Firmware Revision.
This is the revision level of the physical drive as returned by
the SCSI inquiry command. This can be used for identification
purposes."
::= { cpqScsiPhyDrvEntry 5 }
cpqScsiPhyDrvVendor OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..9))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Physical Drive Vendor.
This is the physical drive vendor's name as returned by
the SCSI inquiry command. This can be used for identification
purposes."
::= { cpqScsiPhyDrvEntry 6 }
cpqScsiPhyDrvSize OBJECT-TYPE
SYNTAX INTEGER (0..2147483647)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Physical Drive Size in MB.
This is the size of the physical drive in megabytes.
This value is calculated using the value 1,048,576 (2^20) as
a megabyte. Drive manufacturers sometimes use the number
1,000,000 as a megabyte when giving drive capacities so this
value may differ from the advertised size of a drive."
::= { cpqScsiPhyDrvEntry 7 }
cpqScsiPhyDrvScsiID OBJECT-TYPE
SYNTAX INTEGER (0..255)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Physical Drive SCSI ID.
This is the SCSI ID used by the physical drive. SCSI ID's
identify a physical drive on a bus so the controller can
communicate with it."
::= { cpqScsiPhyDrvEntry 8 }
cpqScsiPhyDrvStatus OBJECT-TYPE
SYNTAX INTEGER
{
other(1),
ok(2),
failed(3),
notConfigured(4),
badCable(5),
missingWasOk(6),
missingWasFailed(7)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Physical Drive Status.
The physical drive can be in one of the following states:
other(1)
The drive is in a state other than one of those listed
below.
ok(2)
Indicates that the physical drive is in normal operation mode.
No user action is necessary.
failed(3)
Indicates that the physical drive has failed and can no longer
return data. When convenient, you should bring down the server
and run Compaq Diagnostics to help identify the problem.
The drive may need to be replaced.
notConfigured(4)
Indicates that the physical drive is not configured. You
need to insure all of the drive's switches are properly set
and that the Compaq Configuration Utility has been run.
badCable(5)
Indicates that a physical drive is not responding.
You should check the cables connected to it. You can bring
down the server and run Compaq Diagnostics to help identify
the problem.
missingWasOk(6)
Indicates that a physical drive had a status of OK and is no
longer present. The drive has been removed.
missingWasFailed(7)
Indicates that a physical drive had a status of FAILED and is
no longer present. The drive has been removed."
::= { cpqScsiPhyDrvEntry 9 }
cpqScsiPhyDrvServiceHours OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Physical Drive Service Time in hours.
This shows the total number of hours that a physical drive has
been operating under the device driver. You can use the service
time to calculate rates for other physical drive objects."
::= { cpqScsiPhyDrvEntry 10 }
cpqScsiPhyDrvHighReadSectors OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Physical Drive Sectors Read (high).
The phyDrvHighReadSectors and the phyDrvlowReadSectors together
show the total number of sectors read from the physical disk
drive during the service time (phyDrvServiceHours).
The actual number of sectors read equals the phyDrvHighReadSectors
times 2^32 plus the phyDrvLowReadSectors.
This information may be useful for determining rates.
For example, if you want to calculate the average number of
reads per hour of operation, divide this number by the service
time."
::= { cpqScsiPhyDrvEntry 11 }
cpqScsiPhyDrvLowReadSectors OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Physical Drive Sectors Read (low).
The phyDrvHighReadSectors and the phyDrvlowReadSectors together
show the total number of sectors read from the physical disk
drive during the service time (phyDrvServiceHours).
The actual number of sectors read equals the phyDrvHighReadSectors
times 2^32 plus the phyDrvLowReadSectors.
This information may be useful for determining rates.
For example, if you want to calculate the average number of reads
per hour of operation, divide this number by the service time."
::= { cpqScsiPhyDrvEntry 12 }
cpqScsiPhyDrvHighWriteSectors OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Physical Drive Sectors Written (high).
The phyDrvHighWriteSectors and the phyDrvlowWriteSectors together
show the total number of sectors written to the physical disk
drive during the service time (phyDrvServiceHours).
The actual number of sectors read equals the phyDrvHighWriteSectors
times 2^32 plus the phyDrvLowWriteSectors.
This information may be useful for determining rates.
For example, if you want to calculate the average number of
writes per hour of operation, divide this number by the service
time."
::= { cpqScsiPhyDrvEntry 13 }
cpqScsiPhyDrvLowWriteSectors OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Physical Drive Sectors Written (low).
The phyDrvHighWriteSectors and the phyDrvlowWriteSectors together
show the total number of sectors written to the physical disk
drive during the service time (phyDrvServiceHours).
The actual number of sectors read equals the phyDrvHighWriteSectors
times 2^32 plus the phyDrvLowWriteSectors.
This information may be useful for determining rates.
For example, if you want to calculate the average number of
writes per hour of operation, divide this number by the service
time."
::= { cpqScsiPhyDrvEntry 14 }
cpqScsiPhyDrvHardReadErrs OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Physical Drive Hard Read Errors.
This is the number of read errors that have occurred on a drive
that could not be recovered by a physical drive's Error Correction
Code (ECC) algorithm, retries or any other recovery mechanisms
during the service time (phyDrvServiceHours).
If you see any hard read errors there may be a problem.
This is often caused by bad media sections on the drive. If the
error count continues to rise you may need to replace the drive."
::= { cpqScsiPhyDrvEntry 15 }
cpqScsiPhyDrvHardWriteErrs OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Physical Drive Hard Write Errors.
This is the number of write errors that have occurred on a drive
that could not be recovered by retries or any other recovery
mechanisms during the service time (phyDrvServiceHours).
If you see any hard write errors there may be a problem.
This is often caused by bad media sections on the drive. If the
error count continues to rise you may need to replace the drive."
::= { cpqScsiPhyDrvEntry 16 }
cpqScsiPhyDrvEccCorrReads OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Physical Drive ECC Corrected Read Errors (high).
This is the number of read requests that the drive had to use
an Error Correction Code (ECC) algorithm on to recover data
during the service time (phyDrvServiceHours).
ECC corrected reads will occasionally occur over time. Having a
large number of ECC corrected errors does not necessarily indicate
that the drive is failing. However, you may wish to replace a
drive with an a