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 abnormally high amount in comparison to other
similar drives as a precaution."
::= { cpqScsiPhyDrvEntry 17 }
cpqScsiPhyDrvRecvReadErrs OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Physical Drive Recovered Read Errors.
This is the number of read requests that the drive had to use
retries or other recovery mechanisms on to recover data during
the service time (phyDrvServiceHours).
Retry corrected reads will occasionally occur over time.
Having a large number of retry corrected errors does not
necessarily indicate that the drive is failing. However, you
may wish to replace a drive with an abnormally high amount in
comparison to other similiar drives as a precaution."
::= { cpqScsiPhyDrvEntry 18 }
cpqScsiPhyDrvRecvWriteErrs OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Physical Drive Recovered Write Errors.
This is the number of write requests that the drive had to use
retries or other recovery mechanisms on to recover data during
the service time (phyDrvServiceHours).
Retry corrected writes will occasionally occur over time.
Having a large number of retry corrected errors does not
necessarily indicate that the drive is failing. However, you
may wish to replace a drive with an abnormally high amount in
comparison to other similiar drives as a precaution."
::= { cpqScsiPhyDrvEntry 19 }
cpqScsiPhyDrvSeekErrs OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Physical Drive Seek Errors.
This is the number of times a drive head seek failed during the
service time (phyDrvServiceHours).
Seek errors will occasionally occur over time. Having a
large number of seek errors does not necessarily indicate
that the drive is failing. However, you may wish to replace
a drive with an abnormally high amount in comparison to other
similiar drives as a precaution."
::= { cpqScsiPhyDrvEntry 20 }
cpqScsiPhyDrvSpinupTime OBJECT-TYPE
SYNTAX INTEGER (0..2147483647)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Physical Drive Spin up Time (tenths of seconds).
This is the time it takes for a physical drive to spin up to full
speed.
Disks require time to gain momentum and reach operating speed.
As cars are tested to go from 0 mph to 60 mph in x number of
seconds, drive manufacturers have preset expectations for the
time it takes the drive to spin to full speed. Drives that do
not meet these expectations may have problems.
If the drive is having problems spinning up, this value will
increase over time. Eventually, the drive may fail to spin up
altogether. If you see a large increase in this value over
time, you may want to replace the drive as a precaution."
::= { cpqScsiPhyDrvEntry 21 }
cpqScsiPhyDrvUsedReallocs OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Physical Drive Used Reallocation Sectors.
This shows the number of sectors of the reallocation area that
have been used by the physical drive over the life of the drive.
Because of the nature of magnetic disks, certain sectors on a
drive may have media defects. The reallocation area is part of
the disk drive that the drive manufacturer sets aside to
compensate for these defects. The drive writes information
addressed from these unusable sectors to available sectors in
the reallocation area.
If all of the reserved sectors have been used, then there is
no way for the drive to remap bad sectors and the drive will
start failing. Unfortunately, the number of reallocation
sectors originally reserved for this purpose is drive specific
and you must contact the drive vendor for these values.
If the current value starts to approach the maximum reserved you
may wish to replace the drive before it fails."
::= { cpqScsiPhyDrvEntry 22 }
cpqScsiPhyDrvTimeouts OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Physical Drive Time-out Errors.
This is the number of times the drive failed to complete a request
within a specified amount of time during the service time
(phyDrvServiceHours).
Time-outs 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 onto the SCSI
bus for long periods of time causing time-outs."
::= { cpqScsiPhyDrvEntry 23 }
cpqScsiPhyDrvPostErrs OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Physical Drive Power On Self Test (POST) Errors.
This is the number of times that a drive failed its self test
during the service time (phyDrvServiceHours). The drive does
a self test each time power is applied to the system.
If you see any self test errors there may be a problem.
You can run Compaq Diagnostics to help identify the problem."
::= { cpqScsiPhyDrvEntry 24 }
cpqScsiPhyDrvPostErrCode OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Physical Drive Last POST Error Code.
This is the result of the last SCSI command which caused a self
test to fail. The value is split into three fields. The first
byte is the SCSI Sense Qualifier. The second byte is the
SCSI Sense Code. The third byte is the SCSI Sense Key. You
will need to refer to a SCSI-2 specification for the valid values
of these fields."
::= { cpqScsiPhyDrvEntry 25 }
cpqScsiPhyDrvCondition OBJECT-TYPE
SYNTAX INTEGER
{
other(1),
ok(2),
degraded(3),
failed(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Physical Drive Condition.
This is the overall condition of the physical drive.
The following values are defined:
other(1)
The Insight agent does not recognize the status. You may need
to upgrade your software.
ok(2)
The physical drive is operating normally. No user action
is required.
failed(4)
The physical drives has failed. When convenient, you
should bring down the server and run Compaq Diagnostics
to help identify the problem."
::= { cpqScsiPhyDrvEntry 26 }
cpqScsiPhyDrvFuncTest1 OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Physical Drive Functional Test 1.
This is a percentage value that represents the operating
efficiency of a drive. The functional test issues a series of
SCSI commands and times the results. When the drive has the
test run for the very first time (service time is zero), the
results are saved as the baseline value. Then, whenever the
test is executed the current result is compared to the baseline
result and expressed as a percent.
If the percentage result should drop rapidly there may be a
problem with the drive. You may wish to replace the drive as a
precaution."
::= { cpqScsiPhyDrvEntry 27 }
cpqScsiPhyDrvFuncTest2 OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Physical Drive Functional Test 2.
This is a percentage value that represents the operating
efficiency of a drive. The functional test issues a series of
SCSI commands and times the results. When the drive has the
test run for the very first time (service time is zero), the
results are saved as the baseline value. Then, whenever the
test is executed the current result is compared to the baseline
result and expressed as a percent.
If the percentage result should drop rapidly there may be a
problem with the drive. You may wish to replace the drive as a
precaution."
::= { cpqScsiPhyDrvEntry 28 }
cpqScsiPhyDrvStatsPreserved OBJECT-TYPE
SYNTAX INTEGER
{
other(1),
inNVRAM(2),
onDisk(3),
noCPUSupport(4),
noFreeNVRAM(5),
noDrvSupport(6),
noSoftwareSupport(7)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Physical Drive Statistics Preservation Method.
This value indicates how all of the objects in this table
are saved over a power cycle. If the objects are not saved
then all of their values will be reset whenever the device
driver is unloaded. The following values are defined:
other(1)
The Insight agent does not recognize the status. You may
need to upgrade your software.
inNVRAM(2)
The objects are saved in non-volatile memory in the
computer system.
onDisk(3)
The objects are saved on the physical drives in reserved
sectors.
noCPUSupport(4)
The objects are not saved across power cycles because
the hardware does not support this operation.
noFreeNVRAM(5)
The objects are not saved across power cycles because
all of the available non-volatile memory is in use.
noDrvSupport(6)
The objects are not saved across power cycles because
the physical drive does not contain a unique identifier to
save it under.
noSoftwareSupport(7)
The objects are not saved across power cycles because
either the device driver or computer system firmware do not
provide support."
::= { cpqScsiPhyDrvEntry 29 }
cpqScsiPhyDrvSerialNum OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..13))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Physical Drive Serial Number.
This is the serial number assigned to the physical drive.
This value is based upon the serial number as returned by the
SCSI inquiry command but may have been modified due to space
limitations. This can be used for identification purposes."
::= { cpqScsiPhyDrvEntry 30 }
cpqScsiPhyDrvLocation OBJECT-TYPE
SYNTAX INTEGER
{
other(1),
proliant(2)
}
ACCESS read-only
STATUS deprecated
DESCRIPTION
"Compaq SCSI Physical Drive Location.
This is the physical location of where the drive is located. The
following values are defined:
other(1)
The drives are not located in any special product that
identifies the location.
proliant(2)
The drives are located in the Compaq ProLiant Storage System."
::= { cpqScsiPhyDrvEntry 31 }
cpqScsiPhyDrvParent OBJECT-TYPE
SYNTAX INTEGER (0..225)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Physical Drive Parent.
This is the logical drive index to which this physical
drive belongs."
::= { cpqScsiPhyDrvEntry 32 }
cpqScsiPhyDrvSectorSize OBJECT-TYPE
SYNTAX INTEGER (0..2147483647)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Physical Drive Sector Size in Bytes.
This allows one to convert counters that are reported in sectors
to bytes."
::= { cpqScsiPhyDrvEntry 33 }
cpqScsiPhyDrvHotPlug OBJECT-TYPE
SYNTAX INTEGER
{
other(1),
hotPlug(2),
nonHotPlug(3)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Physical Drive Hot Plug Support Status.
The following values are defined:
other(1)
The Insight agent is unable to determine if this drive
supports hot plug replacement.
hotPlug(2)
The drive supports hot plug replacement.
nonhotPlug(3)
The drive does not support hot plug replacement."
::= { cpqScsiPhyDrvEntry 34 }
cpqScsiPhyDrvPlacement OBJECT-TYPE
SYNTAX INTEGER
{
other(1),
internal(2),
external(3)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Physical Drive Placement.
The following values are defined:
other(1)
The agent is unable to determine if the drive is internal or
external to the system chassis.
internal(2)
The drive is located in the system chassis.
external(3)
The drive is located outside the system chassis in an
expansion box."
::= { cpqScsiPhyDrvEntry 35 }
cpqScsiTargetTable OBJECT-TYPE
SYNTAX SEQUENCE OF CpqScsiTargetEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Compaq SCSI Target Table."
::= { cpqScsiTarget 1 }
cpqScsiTargetEntry OBJECT-TYPE
SYNTAX CpqScsiTargetEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Compaq SCSI Target Entry."
INDEX { cpqScsiTargetCntlrIndex, cpqScsiTargetBusIndex,
cpqScsiTargetScsiIdIndex }
::= { cpqScsiTargetTable 1 }
CpqScsiTargetEntry ::= SEQUENCE
{
cpqScsiTargetCntlrIndex INTEGER,
cpqScsiTargetBusIndex INTEGER,
cpqScsiTargetScsiIdIndex INTEGER,
cpqScsiTargetType INTEGER,
cpqScsiTargetModel DisplayString,
cpqScsiTargetFWRev DisplayString,
cpqScsiTargetVendor DisplayString,
cpqScsiTargetParityErrs Counter,
cpqScsiTargetPhaseErrs Counter,
cpqScsiTargetSelectTimeouts Counter,
cpqScsiTargetMsgRejects Counter,
cpqScsiTargetNegPeriod INTEGER,
cpqScsiTargetLocation INTEGER
}
cpqScsiTargetCntlrIndex OBJECT-TYPE
SYNTAX INTEGER (0..255)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Target 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."
::= { cpqScsiTargetEntry 1 }
cpqScsiTargetBusIndex OBJECT-TYPE
SYNTAX INTEGER (0..255)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Target Bus Index.
The bus index indicates to which SCSI bus instance on an
adapter card this table entry belongs. The instances start
at one and increment for each SCSI bus on a card."
::= { cpqScsiTargetEntry 2 }
cpqScsiTargetScsiIdIndex OBJECT-TYPE
SYNTAX INTEGER (0..255)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Target Device Index.
The device index indicates to which device instance on a
SCSI bus this table entry belongs. The device index
is the SCSI ID being used by that device."
::= { cpqScsiTargetEntry 3 }
cpqScsiTargetType OBJECT-TYPE
SYNTAX INTEGER
{
other(1),
disk(2),
tape(3),
printer(4),
processor(5),
wormDrive(6),
cd-rom(7),
scanner(8),
optical(9),
jukeBox(10),
commDev(11)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Device Type.
This is the type of SCSI device. The following types are defined:
other(1)
The Insight agent does not recognize this type.
You may need to upgrade your software.
disk(2)
This is a direct-access device like a disk drive.
tape(3)
This is a sequential-access device like a tape drive.
printer(4)
This is a printer device.
processor(5)
This is a processor device like the Compaq ProLiant Storage
System.
worm(6)
This is a write-once, read-many times device.
cd-rom(7)
This is a CD-ROM, read-only device.
scanner(8)
This is a scanner device.
optical(9)
This is an optical memory device.
jukeBox(10)
This is a media changer device like a jukebox.
commDev(11)
This is a communications device like a LAN bridge."
::= { cpqScsiTargetEntry 4 }
cpqScsiTargetModel OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..17))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Device Model.
This is a description of the device's model as returned by
the SCSI inquiry command. This can be used for identification
purposes."
::= { cpqScsiTargetEntry 5 }
cpqScsiTargetFWRev OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..8))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Device Firmware Revision.
This is the revision level of the device as returned by
the SCSI inquiry command. This can be used for identification
purposes."
::= { cpqScsiTargetEntry 6 }
cpqScsiTargetVendor OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..9))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Device Vendor.
This is the device vendor's name as returned by the SCSI
inquiry command. This can be used for identification purposes."
::= { cpqScsiTargetEntry 7 }
cpqScsiTargetParityErrs OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Device Bus Parity Errors.
This is the number of parity errors seen on the SCSI bus while
processing commands for this SCSI ID. This value is maintained
since the SCSI Hardware Interface driver was loaded.
Parity errors may occasionally occur. If this value should rise
dramatically, you may have a problem. Some common causes include
radio frequency interference (RFI) on the bus cables, bad or
missing terminating resisters on the drives or having more than
one device with the same SCSI ID. Insure the bus cable is free
of obstructions and that the devices on the bus are properly
configured."
::= { cpqScsiTargetEntry 8 }
cpqScsiTargetPhaseErrs OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Device Bus Phase Errors.
This is the number of times the SCSI bus entered an invalid
operating state while processing commands for the SCSI ID.
This value is maintained since the SCSI Hardware Interface driver
was loaded.
If you see any phase errors you may have a problem.
Phase errors can be caused by a device which is not operating
correctly. If the phase errors continue to increase the device
should be replaced."
::= { cpqScsiTargetEntry 9 }
cpqScsiTargetSelectTimeouts OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Device Bus Select Time-outs.
This is the number of times the controller attempted to start
communications with a device by selecting it but the device did
not respond.
If you see any select time-outs you may have a problem. The device
may have hung during operations. The SCSI controller will attempt
to reset the device but if this value continues to increment you
may need to power cycle the device."
::= { cpqScsiTargetEntry 10 }
cpqScsiTargetMsgRejects OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Device Bus Message Rejects.
This is the number of times the device rejected a command because
it did not support the specified operation since the SCSI Hardware
Interface driver was loaded.
A large number for this object does not indicate a problem.
It only shows that the device does not support certain advanced
SCSI commands that the device driver issued."
::= { cpqScsiTargetEntry 11 }
cpqScsiTargetNegPeriod OBJECT-TYPE
SYNTAX INTEGER (0..2147483647)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Device Negotiated Period.
This is the amount of time that was negotiated between the
controller and the device as a synchronous transfer window.
A synchronous transfer window is how long the device can
transfer data without requiring an acknowledgment from the
controller. In general the larger the negotiated period is,
the lower the device throughput. This value is reported in
quarters of nanoseconds."
::= { cpqScsiTargetEntry 12 }
cpqScsiTargetLocation OBJECT-TYPE
SYNTAX INTEGER
{
other(1),
proliant(2)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compaq SCSI Device Location.
This is the physical location of where the device is located.
The following values are defined:
other(1)
The device is not located in any special product that
identifies the location.
proliant(2)
The device is located in the Compaq ProLiant Storage System."
::= { cpqScsiTargetEntry 13 }
cpqScsiTrapPkts OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS deprecated
DESCRIPTION
"The total number of trap packets issued by the SCSI
enterprise since the instrument agent was loaded."
::= { cpqScsiTrap 1 }
cpqScsiTrapLogMaxSize OBJECT-TYPE
SYNTAX INTEGER (0..2147483647)
ACCESS read-only
STATUS deprecated
DESCRIPTION
"The maximum number of entries that will currently be kept in
the trap log. If the maximum size has been reached and a new
trap occurs the oldest trap will be removed."
::= { cpqScsiTrap 2 }
cpqScsiTrapLogTable OBJECT-TYPE
SYNTAX SEQUENCE OF CpqScsiTrapLogEntry
ACCESS not-accessible
STATUS deprecated
DESCRIPTION
"An ordered list of trap log entries (conceptually a queue).
The trap log entries will be kept in the order in which they were
generated with the most recent trap at index 1 and the oldest
trap entry at index trapLogMaxSize. If the maximum number size
has been reached and a new trap occurs the oldest trap will be
removed when the new trap is added so the trapMaxLogSize is not
exceeded."
::= { cpqScsiTrap 3 }
cpqScsiTrapLogEntry OBJECT-TYPE
SYNTAX CpqScsiTrapLogEntry
ACCESS not-accessible
STATUS deprecated
DESCRIPTION
"A description of a trap event."
INDEX { cpqScsiTrapLogIndex }
::= { cpqScsiTrapLogTable 1 }
CpqScsiTrapLogEntry ::= SEQUENCE
{
cpqScsiTrapLogIndex INTEGER,
cpqScsiTrapType INTEGER,
cpqScsiTrapTime OCTET STRING
}
cpqScsiTrapLogIndex OBJECT-TYPE
SYNTAX INTEGER (0..2147483647)
ACCESS read-only
STATUS deprecated
DESCRIPTION
"The value of this object uniquely identifies this trapLogEntry
at this time. The most recent trap will have an index of 1 and
the oldest trap will have an index of trapLogMaxSize. Because of
the queue-like nature of the trapLog this particular trap event's
index will change as new traps are issued."
::= { cpqScsiTrapLogEntry 1 }
cpqScsiTrapType OBJECT-TYPE
SYNTAX INTEGER {
cpqScsiCntlrStatusChange(1),
cpqScsiLogDrvStatusChange(2),
cpqScsiPhyDrvStatusChange(3),
cpqScsi2CntlrStatusChange(5001),
cpqScsi2LogDrvStatusChange(5002),
cpqScsi2PhyDrvStatusChange(5003)
}
ACCESS read-only
STATUS deprecated
DESCRIPTION
"The type of the trap event that this entry describes.
This number refers to an entry in a list of traps enumerating the
possible traps the Compaq SCSI agent may issue."
::= { cpqScsiTrapLogEntry 2 }
cpqScsiTrapTime OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (6))
ACCESS read-only
STATUS deprecated
DESCRIPTION
"The time of the trap event that this entry describes.
The time is given in year (first octet), month, day of month,
hour, minute, second (last octet) order. Each octet gives the
value in Binary Coded Decimal (BCD)."
::= { cpqScsiTrapLogEntry 3 }
cpqSbMibRevMajor OBJECT-TYPE
SYNTAX INTEGER (1..65535)
ACCESS read-only
STATUS deprecated
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."
::= { cpqSbScsiMibRev 1 }
cpqSbMibRevMinor OBJECT-TYPE
SYNTAX INTEGER (0..65535)
ACCESS read-only
STATUS deprecated
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."
::= { cpqSbScsiMibRev 2 }
cpqSbDeviceTable OBJECT-TYPE
SYNTAX SEQUENCE OF CpqSbDeviceEntry
ACCESS not-accessible
STATUS deprecated
DESCRIPTION
"Compaq SCSI Drive Bus Table"
::= { cpqSbDevice 2 }
cpqSbDeviceEntry OBJECT-TYPE
SYNTAX CpqSbDeviceEntry
ACCESS not-accessible
STATUS deprecated
DESCRIPTION
"Compaq SCSI Drive Bus Entry"
INDEX { cpqSbDevCntlrIndex, cpqSbDevBusIndex, cpqSbDevScsiIdIndex }
::= { cpqSbDeviceTable 1 }
CpqSbDeviceEntry ::= SEQUENCE
{
cpqSbDevCntlrIndex INTEGER,
cpqSbDevBusIndex INTEGER,
cpqSbDevScsiIdIndex INTEGER,
cpqSbDevType INTEGER,
cpqSbDevModel DisplayString,
cpqSbDevFWRev DisplayString,
cpqSbDevVendor DisplayString,
cpqSbDevParityErrs Counter,
cpqSbDevPhaseErrs Counter,
cpqSbDevSelectTimeouts Counter,
cpqSbDevMsgRejects Counter,
cpqSbDevNegPeriod INTEGER,
cpqSbDevLocation INTEGER
}
cpqSbDevCntlrIndex OBJECT-TYPE
SYNTAX INTEGER (0..255)
ACCESS read-only
STATUS deprecated
DESCRIPTION
"Compaq SCSI Device Bus Controller Index
The controller index indicates which SCSI adapter card instance
this table entry belongs to. The controller index is the physical
slot in the computer system where the adapter card is located."
::= { cpqSbDeviceEntry 1 }
cpqSbDevBusIndex OBJECT-TYPE
SYNTAX INTEGER (0..255)
ACCESS read-only
STATUS deprecated
DESCRIPTION
"Compaq SCSI Device Bus Index
The bus index indicates which SCSI bus instance on an
adapter card this table entry belongs to. The instances start
at one and increment for each SCSI bus on a card."
::= { cpqSbDeviceEntry 2 }
cpqSbDevScsiIdIndex OBJECT-TYPE
SYNTAX INTEGER (0..255)
ACCESS read-only
STATUS deprecated
DESCRIPTION
"Compaq SCSI Device Bus Physical Drive Index
The physical drive index indicates which physical drive instance
on a SCSI bus this table entry belongs to. The physical drive
index is the SCSI ID being used by that device."
::= { cpqSbDeviceEntry 3 }
cpqSbDevType OBJECT-TYPE
SYNTAX INTEGER
{
other(1),
disk(2),
tape(3),
printer(4),
processor(5),
wormDrive(6),
cd-rom(7),
scanner(8),
optical(9),
jukeBox(10),
commDev(11)
}
ACCESS read-only
STATUS deprecated
DESCRIPTION
"Compaq SCSI Device Type
This is the type of SCSI device. The following types are defined:
other(1)
The management agent does not recognize this type. You may
need to upgrade you software.
disk(2)
This is a direct-access device like a disk drive.
tape(3)
This is a sequential-access device like a tape drive.
printer(4)
This is a printer device.
processor(5)
This is a processor device like the Compaq ProLiant Storage
System.
worm(6)
This is a write-once, read-many times device.
cd-rom(7)
This is a CD-ROM, read-only device.
scanner(8)
This is a scanner device.
optical(9)
This is an optical memory device.
jukeBox(10)
This is a medium changer device like a jukebox.
commDev(11)
This is a communications device like a LAN bridge."
::= { cpqSbDeviceEntry 4 }
cpqSbDevModel OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..17))
ACCESS read-only
STATUS deprecated
DESCRIPTION
"Compaq SCSI Device 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."
::= { cpqSbDeviceEntry 5 }
cpqSbDevFWRev OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..8))
ACCESS read-only
STATUS deprecated
DESCRIPTION
"Compaq SCSI Device 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."
::= { cpqSbDeviceEntry 6 }
cpqSbDevVendor OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..9))
ACCESS read-only
STATUS deprecated
DESCRIPTION
"Compaq SCSI Device Vendor.
This is the physical drive vendor's name as returned by
the SCSI inquiry command. This can be used for identification
purposes."
::= { cpqSbDeviceEntry 7 }
cpqSbDevParityErrs OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS deprecated
DESCRIPTION
"Compaq SCSI Device Bus Parity Errors
This is the number of parity errors seen on the SCSI bus while
processing commands for this SCSI ID since the SCSI Interface
Module was loaded.
Parity errors may occasionally occur. If this value should rise
dramatically, you may have a problem. Some common causes include
radio frequency interference (RFI) on the bus cables, bad or missing
terminating resisters on the drives or having more than one device
with the same SCSI ID. Insure the bus cable is free of obstructions
and that the devices on the bus are properly configured."
::= { cpqSbDeviceEntry 8 }
cpqSbDevPhaseErrs OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS deprecated
DESCRIPTION
"Compaq SCSI Device Bus Phase Errors
This is the number of times the SCSI bus entered an invalid operating
state while processing commands for the SCSI ID since the SCSI
Hardware Interface driver was loaded.
If you see any phase errors you may have a problem. Phase errors can
be caused by a device which is not operating correctly. If the phase
errors continue to increase the device should be replaced."
::= { cpqSbDeviceEntry 9 }
cpqSbDevSelectTimeouts OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS deprecated
DESCRIPTION
"Compaq SCSI Device Bus Select Time-outs
This is the number of times the controller attempted to start
communications with a device by selecting it but the device did not
respond.
If you see any select time-outs you may have a problem. The device
may have hung during operations. The SCSI controller will attempt to
reset the device but if this value continues to increment you may
need to power cycle the device."
::= { cpqSbDeviceEntry 10 }
cpqSbDevMsgRejects OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS deprecated
DESCRIPTION
"Compaq SCSI Device Bus Message Rejects
This is the number of times the device rejected a command because
it did not support the specified operation since the SCSI Hardware
Interface driver was loaded.
A large number for this object does not indicate a problem. It
only shows that the device does not support certain advanced SCSI
commands that the device driver issued."
::= { cpqSbDeviceEntry 11 }
cpqSbDevNegPeriod OBJECT-TYPE
SYNTAX INTEGER (0..2147483647)
ACCESS read-only
STATUS deprecated
DESCRIPTION
"Compaq SCSI Device Negotiated Period
This is the amount of time that was negotiated between the controller
and the device as a synchronous transfer window. A synchronous
transfer window is how long the device can transfer data without
requiring an acknowledgment from the controller. In general the
larger the negotiated period is, the higher the device throughput."
::= { cpqSbDeviceEntry 12 }
cpqSbDevLocation OBJECT-TYPE
SYNTAX INTEGER
{
other(1),
proliant(2)
}
ACCESS read-only
STATUS deprecated
DESCRIPTION
"Compaq SCSI Device Location
This is the physical location of where the device is located. The
following values are defined:
other(1) The drives are not located in any special product that
identifies the location.
proliant(2) The drives are located in the Compaq ProLiant Storage
System."
::= { cpqSbDeviceEntry 13 }
cpqScsiCntlrStatusChange TRAP-TYPE
ENTERPRISE cpqScsi
VARIABLES { cpqScsiCntlrStatus }
DESCRIPTION
"SCSI Controller Status Change.
The Insight Agent has detected a change in the controller
status of a Compaq SCSI Controller. The variable
cpqScsiCntlrStatus indicates the current controller status."
::= 1
cpqScsiLogDrvStatusChange TRAP-TYPE
ENTERPRISE cpqScsi
VARIABLES { cpqScsiLogDrvStatus }
DESCRIPTION
"Logical Drive Status Change.
The Insight Agent has detected a change in the Logical Drive
Status of a Compaq SCSI logical drive. The current logical
drive status is indicated by the cpqScsiLogDrvStatus variable."
::= 2
cpqScsiPhyDrvStatusChange TRAP-TYPE
ENTERPRISE cpqScsi
VARIABLES { cpqScsiPhyDrvStatus }
DESCRIPTION
"Physical Drive Status Change.
The Insight Agent has detected a change in the status of a
Compaq SCSI physical drive. The current physical drive
status is indicated in the cpqScsiPhyDrvStatus variable."
::= 3
cpqScsi2CntlrStatusChange TRAP-TYPE
ENTERPRISE compaq
VARIABLES { cpqScsiCntlrStatus }
DESCRIPTION
"SCSI Controller Status Change.
The Insight Agent has detected a change in the controller
status of a Compaq SCSI Controller. The variable
cpqScsiCntlrStatus indicates the current controller status."
::= 5001
cpqScsi2LogDrvStatusChange TRAP-TYPE
ENTERPRISE compaq
VARIABLES { cpqScsiLogDrvStatus }
DESCRIPTION
"Logical Drive Status Change.
The Insight Agent has detected a change in the Logical Drive
Status of a Compaq SCSI logical drive. The current logical
drive status is indicated by the cpqScsiLogDrvStatus variable."
::= 5002
cpqScsi2PhyDrvStatusChange TRAP-TYPE
ENTERPRISE compaq
VARIABLES { cpqScsiPhyDrvStatus }
DESCRIPTION
"Physical Drive Status Change.
The Insight Agent has detected a change in the status of a
Compaq SCSI physical drive. The current physical drive
status is indicated in the cpqScsiPhyDrvStatus variable."
::= 5003
END