mirror of
https://github.com/hsnodgrass/snmp_mib_archive.git
synced 2025-04-17 16:03:04 +00:00
2900 lines
75 KiB
INI
Executable File
2900 lines
75 KiB
INI
Executable File
#-MIBFILE: cpqinfo.mib
|
||
|
||
CPQSINFO-MIB DEFINITIONS ::= BEGIN
|
||
|
||
|
||
compaq OBJECT IDENTIFIER ::= { enterprises 232 }
|
||
DisplayString ::=
|
||
OCTET STRING
|
||
|
||
PhysAddress ::=
|
||
OCTET STRING
|
||
|
||
mib-2 OBJECT IDENTIFIER ::= { mgmt 1 }
|
||
system OBJECT IDENTIFIER ::= { mib-2 1 }
|
||
sysName OBJECT IDENTIFIER ::= { system 5 }
|
||
cpqHostOs OBJECT IDENTIFIER ::= { compaq 11 }
|
||
cpqHoComponent OBJECT IDENTIFIER ::= { cpqHostOs 2 }
|
||
cpqHoTrapInfo OBJECT IDENTIFIER ::= { cpqHoComponent 11 }
|
||
cpqHoTrapFlags OBJECT IDENTIFIER ::= { cpqHoTrapInfo 1 }
|
||
cpqSystemInfo OBJECT IDENTIFIER ::= { compaq 2 }
|
||
|
||
cpqSiMibRev OBJECT IDENTIFIER ::= { cpqSystemInfo 1 }
|
||
|
||
cpqSiComponent OBJECT IDENTIFIER ::= { cpqSystemInfo 2 }
|
||
|
||
cpqSiInterface OBJECT IDENTIFIER ::= { cpqSiComponent 1 }
|
||
|
||
cpqSiAsset OBJECT IDENTIFIER ::= { cpqSiComponent 2 }
|
||
|
||
cpqSiSecurity OBJECT IDENTIFIER ::= { cpqSiComponent 3 }
|
||
|
||
cpqSiSystemBoard OBJECT IDENTIFIER ::= { cpqSiComponent 4 }
|
||
|
||
cpqSiBoardRev OBJECT IDENTIFIER ::= { cpqSiComponent 5 }
|
||
|
||
cpqSiRackServer OBJECT IDENTIFIER ::= { cpqSiComponent 6 }
|
||
|
||
cpqSiVideo OBJECT IDENTIFIER ::= { cpqSiComponent 7 }
|
||
|
||
cpqSiMonitor OBJECT IDENTIFIER ::= { cpqSiComponent 8 }
|
||
|
||
cpqSiHotPlugSlot OBJECT IDENTIFIER ::= { cpqSiComponent 9 }
|
||
|
||
cpqSiSystemBattery OBJECT IDENTIFIER ::= { cpqSiComponent 10 }
|
||
|
||
cpqSiDockingStation OBJECT IDENTIFIER ::= { cpqSiComponent 11 }
|
||
|
||
cpqSiFru OBJECT IDENTIFIER ::= { cpqSiComponent 12 }
|
||
|
||
cpqSiRackEnclosure OBJECT IDENTIFIER ::= { cpqSiComponent 13 }
|
||
|
||
cpqSiOsCommon OBJECT IDENTIFIER ::= { cpqSiInterface 4 }
|
||
|
||
cpqSiMibRevMajor OBJECT-TYPE
|
||
SYNTAX INTEGER (1..65535)
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The major revision level of the MIB.
|
||
|
||
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."
|
||
::= { cpqSiMibRev 1 }
|
||
|
||
|
||
cpqSiMibRevMinor OBJECT-TYPE
|
||
SYNTAX INTEGER (0..65535)
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The minor revision level of the MIB.
|
||
|
||
A change in the minor revision level may represent some minor
|
||
additional support, no changes to any pre-existing information
|
||
has occurred."
|
||
::= { cpqSiMibRev 2 }
|
||
|
||
|
||
cpqSiMibCondition 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 server
|
||
information represented by this MIB."
|
||
::= { cpqSiMibRev 3 }
|
||
|
||
|
||
cpqSiOsCommonPollFreq OBJECT-TYPE
|
||
SYNTAX INTEGER (0..65535)
|
||
ACCESS read-only
|
||
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 (0)
|
||
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 (0) 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."
|
||
::= { cpqSiOsCommon 1 }
|
||
|
||
|
||
cpqSiOsCommonModuleTable OBJECT-TYPE
|
||
SYNTAX SEQUENCE OF CpqSiOsCommonModuleEntry
|
||
ACCESS read-only
|
||
STATUS optional
|
||
DESCRIPTION "A table of software modules that provide an interface to the
|
||
device this MIB describes."
|
||
::= { cpqSiOsCommon 2 }
|
||
|
||
|
||
cpqSiOsCommonModuleEntry OBJECT-TYPE
|
||
SYNTAX CpqSiOsCommonModuleEntry
|
||
ACCESS read-only
|
||
STATUS optional
|
||
DESCRIPTION "A description of a software module that provides an interface
|
||
to the device this MIB describes."
|
||
INDEX { cpqSiOsCommonModuleIndex }
|
||
|
||
::= { cpqSiOsCommonModuleTable 1 }
|
||
|
||
cpqSiOsCommonModuleEntry ::=
|
||
SEQUENCE {
|
||
cpqSiOsCommonModuleIndex INTEGER,
|
||
cpqSiOsCommonModuleName DisplayString,
|
||
cpqSiOsCommonModuleVersion DisplayString,
|
||
cpqSiOsCommonModuleDate OCTET STRING,
|
||
cpqSiOsCommonModulePurpose DisplayString
|
||
}
|
||
|
||
cpqSiOsCommonModuleIndex OBJECT-TYPE
|
||
SYNTAX INTEGER (0..255)
|
||
ACCESS read-only
|
||
STATUS optional
|
||
DESCRIPTION "A unique index for this module description."
|
||
::= { cpqSiOsCommonModuleEntry 1 }
|
||
|
||
|
||
cpqSiOsCommonModuleName OBJECT-TYPE
|
||
SYNTAX DisplayString (SIZE(0..255))
|
||
ACCESS read-only
|
||
STATUS optional
|
||
DESCRIPTION "The module name."
|
||
::= { cpqSiOsCommonModuleEntry 2 }
|
||
|
||
|
||
cpqSiOsCommonModuleVersion OBJECT-TYPE
|
||
SYNTAX DisplayString (SIZE(0..5))
|
||
ACCESS read-only
|
||
STATUS optional
|
||
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."
|
||
::= { cpqSiOsCommonModuleEntry 3 }
|
||
|
||
|
||
cpqSiOsCommonModuleDate OBJECT-TYPE
|
||
SYNTAX OCTET STRING (SIZE(7))
|
||
ACCESS read-only
|
||
STATUS optional
|
||
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."
|
||
::= { cpqSiOsCommonModuleEntry 4 }
|
||
|
||
|
||
cpqSiOsCommonModulePurpose OBJECT-TYPE
|
||
SYNTAX DisplayString (SIZE(0..255))
|
||
ACCESS read-only
|
||
STATUS optional
|
||
DESCRIPTION "The purpose of the module described in this entry."
|
||
::= { cpqSiOsCommonModuleEntry 5 }
|
||
|
||
|
||
cpqSiSysSerialNum OBJECT-TYPE
|
||
SYNTAX DisplayString (SIZE(0..255))
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The serial number of the system unit.
|
||
|
||
The string will be empty if the system does not report the
|
||
serial number function."
|
||
::= { cpqSiAsset 1 }
|
||
|
||
|
||
cpqSiFormFactor OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
unknown(1),
|
||
portable(2),
|
||
laptop(3),
|
||
desktop(4),
|
||
tower(5),
|
||
mini-tower(6),
|
||
rack-mount(7)
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The form factor of the system. Setting this variable to
|
||
unknown will fail."
|
||
::= { cpqSiAsset 2 }
|
||
|
||
|
||
cpqSiAssetTag OBJECT-TYPE
|
||
SYNTAX DisplayString (SIZE(0..255))
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The customer changeable identifier that is set to the system
|
||
serial number at the time of manufacture.
|
||
|
||
The string will be empty if the system does not report this
|
||
function."
|
||
::= { cpqSiAsset 3 }
|
||
|
||
|
||
cpqSiOwnershipTag OBJECT-TYPE
|
||
SYNTAX DisplayString (SIZE(0..79))
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "This is a customer changeable identifier that will be
|
||
displayed by ROM at POST. This is an 80 byte standard
|
||
ASCII character string and is Administrator Password
|
||
protected.
|
||
|
||
An example could be:
|
||
Property of Compaq Computer Corporation
|
||
|
||
The string should be NULL terminated. This item will be
|
||
empty if the system does not report this function."
|
||
::= { cpqSiAsset 4 }
|
||
|
||
|
||
cpqSiSysServiceNum OBJECT-TYPE
|
||
SYNTAX DisplayString (SIZE(0..255))
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The service number of the system unit.
|
||
|
||
The string will be empty if the system does not report the
|
||
system service number."
|
||
::= { cpqSiAsset 5 }
|
||
|
||
|
||
cpqSiPowerOnPassword OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
other(1),
|
||
disabled(2),
|
||
enabled(3)
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The state of the power on password feature."
|
||
::= { cpqSiSecurity 1 }
|
||
|
||
|
||
cpqSiNetServerMode OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
other(1),
|
||
disabled(2),
|
||
enabled(3)
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The state of the network server mode feature."
|
||
::= { cpqSiSecurity 2 }
|
||
|
||
|
||
cpqSiQuickLockPassword OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
other(1),
|
||
disabled(2),
|
||
enabled(3)
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The state of the quicklock password feature."
|
||
::= { cpqSiSecurity 3 }
|
||
|
||
|
||
cpqSiQuickBlank OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
other(1),
|
||
disabled(2),
|
||
enabled(3)
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The state of the quick blank screen feature."
|
||
::= { cpqSiSecurity 4 }
|
||
|
||
|
||
cpqSiDisketteBootControl OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
other(1),
|
||
disabled(2),
|
||
enabled(3)
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The state of the diskette boot control feature."
|
||
::= { cpqSiSecurity 5 }
|
||
|
||
|
||
cpqSiSerialPortAControl OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
other(1),
|
||
disabled(2),
|
||
enabled(3)
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The state of the access control for the primary serial port
|
||
interface embedded in the Compaq system board."
|
||
::= { cpqSiSecurity 6 }
|
||
|
||
|
||
cpqSiSerialPortBControl OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
other(1),
|
||
disabled(2),
|
||
enabled(3)
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The state of the access control for the secondary serial port
|
||
interface embedded in the Compaq system board."
|
||
::= { cpqSiSecurity 7 }
|
||
|
||
|
||
cpqSiParallelPortControl OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
other(1),
|
||
disabled(2),
|
||
enabled(3)
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The state of the access control for the parallel port interface
|
||
embedded in the Compaq system board."
|
||
::= { cpqSiSecurity 8 }
|
||
|
||
|
||
cpqSiFloppyDiskControl OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
other(1),
|
||
disabled(2),
|
||
enabled(3)
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The state of the access control for the floppy diskette
|
||
interface embedded in the Compaq system board."
|
||
::= { cpqSiSecurity 9 }
|
||
|
||
|
||
cpqSiFixedDiskControl OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
other(1),
|
||
disabled(2),
|
||
enabled(3)
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The state of the access control for the fixed disk interface
|
||
embedded in the Compaq system board."
|
||
::= { cpqSiSecurity 10 }
|
||
|
||
|
||
cpqSiHoodRemovedTime OBJECT-TYPE
|
||
SYNTAX DisplayString (SIZE(0..255))
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "Last detection of hood removed by Compaq Smart Hood Sensor."
|
||
::= { cpqSiSecurity 11 }
|
||
|
||
|
||
cpqSiHoodSensorConfiguration OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
other(1),
|
||
disabled(2),
|
||
notifyUser(3),
|
||
adminPasswordProtected(4)
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "This is the current configuration of the Compaq Smart Cover
|
||
sensor.
|
||
|
||
The following values are currently defined:
|
||
|
||
other(1)
|
||
Smart Cover sensor is not supported on this system or cannot
|
||
be determined by the Insight Agent. You may need to upgrade
|
||
your software.
|
||
|
||
disabled(2)
|
||
Smart Cover sensor will not detect a hood removal and
|
||
cpqSiHoodRemovedTime will not be updated.
|
||
|
||
notifyUser(3)
|
||
Smart Cover sensor will detect a hood removal and will display
|
||
a message at POST for the user.
|
||
|
||
adminPasswordProtected(4)
|
||
Smart Cover sensor will detect a hood removal and will display
|
||
a message at POST for the user to enter the Admin Password.
|
||
The system will not boot until proper password is entered."
|
||
::= { cpqSiSecurity 12 }
|
||
|
||
|
||
cpqSiSmartCoverLockStatus OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
other(1),
|
||
unlocked(2),
|
||
locked(3)
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "This is the current status of the Compaq Smart Cover
|
||
Lock. The following values are currently defined:
|
||
|
||
other(1)
|
||
Smart Cover Lock is not supported on this system or cannot
|
||
be determined by the Insight Agent. You may need to upgrade
|
||
your software.
|
||
|
||
unlocked(2)
|
||
Smart Cover Lock is not locked. The status will be set to
|
||
unlocked due to one of the following:
|
||
1. The system hood is removed, or
|
||
2. There is no administrator password set, or
|
||
3. The administrator manually sets status to unlock.
|
||
|
||
locked(3)
|
||
Smart Cover Lock is locked. The administrator password is
|
||
required to unlock the hood."
|
||
::= { cpqSiSecurity 13 }
|
||
|
||
|
||
cpqSiUSBPortControl OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
other(1),
|
||
disabled(2),
|
||
enabled(3)
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The state of the access control for the Universal
|
||
Serial Bus interface(s) embedded in the Compaq system
|
||
board."
|
||
::= { cpqSiSecurity 14 }
|
||
|
||
|
||
cpqSiProductId OBJECT-TYPE
|
||
SYNTAX INTEGER (1..65535)
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The machine product ID.
|
||
|
||
This value indicates the Compaq product type of the system board
|
||
in this system. The value 127 will be given if the machine ID
|
||
cannot be determined. A value of 127 will also be used for the
|
||
special case of a machine containing neither EISA nor ISA slots."
|
||
::= { cpqSiSystemBoard 1 }
|
||
|
||
|
||
cpqSiProductName OBJECT-TYPE
|
||
SYNTAX DisplayString (SIZE(0..255))
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The machine product name.
|
||
|
||
The name of the Compaq machine used in this system."
|
||
::= { cpqSiSystemBoard 2 }
|
||
|
||
|
||
cpqSiAuxiliaryInput OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
other(1),
|
||
disabled(2),
|
||
enabled(3)
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The state of the auxiliary input (pointing) device."
|
||
::= { cpqSiSystemBoard 4 }
|
||
|
||
|
||
cpqSiMemModuleTable OBJECT-TYPE
|
||
SYNTAX SEQUENCE OF CpqSiMemModuleEntry
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "A table of memory module descriptions."
|
||
::= { cpqSiSystemBoard 5 }
|
||
|
||
|
||
cpqSiMemModuleEntry OBJECT-TYPE
|
||
SYNTAX CpqSiMemModuleEntry
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "A memory module description."
|
||
INDEX { cpqSiMemBoardIndex , cpqSiMemModuleIndex }
|
||
|
||
::= { cpqSiMemModuleTable 1 }
|
||
|
||
cpqSiMemModuleEntry ::=
|
||
SEQUENCE {
|
||
cpqSiMemBoardIndex INTEGER,
|
||
cpqSiMemModuleIndex INTEGER,
|
||
cpqSiMemModuleSize INTEGER,
|
||
cpqSiMemModuleType INTEGER,
|
||
cpqSiMemModuleSpeed INTEGER,
|
||
cpqSiMemModuleTechnology INTEGER,
|
||
cpqSiMemModuleManufacturer DisplayString,
|
||
cpqSiMemModulePartNo DisplayString,
|
||
cpqSiMemModuleDate OCTET STRING,
|
||
cpqSiMemModuleSerialNo DisplayString,
|
||
cpqSiMemModuleECCStatus INTEGER,
|
||
cpqSiMemModuleHwLocation DisplayString
|
||
}
|
||
|
||
cpqSiMemBoardIndex OBJECT-TYPE
|
||
SYNTAX INTEGER (0..255)
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The slot in which the memory board is installed."
|
||
::= { cpqSiMemModuleEntry 1 }
|
||
|
||
|
||
cpqSiMemModuleIndex OBJECT-TYPE
|
||
SYNTAX INTEGER (0..65535)
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The memory module number."
|
||
::= { cpqSiMemModuleEntry 2 }
|
||
|
||
|
||
cpqSiMemModuleSize OBJECT-TYPE
|
||
SYNTAX INTEGER (0..2147483647)
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "Module memory size in kilobytes. A kilobyte of memory is
|
||
defined as 1024 bytes."
|
||
::= { cpqSiMemModuleEntry 3 }
|
||
|
||
|
||
cpqSiMemModuleType OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
other(1),
|
||
board(2),
|
||
cpqSingleWidthModule(3),
|
||
cpqDoubleWidthModule(4),
|
||
simm(5),
|
||
pcmcia(6),
|
||
compaq-specific(7),
|
||
dimm(8),
|
||
smallOutlineDimm(9),
|
||
rimm(10),
|
||
srimm(11)
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "Type of memory module installed. The value other(1) will be
|
||
given if the type is not known. The value board(2) will be
|
||
given if the memory module is permanently mounted (not modular)
|
||
on a system board or memory expansion board."
|
||
::= { cpqSiMemModuleEntry 4 }
|
||
|
||
|
||
cpqSiMemModuleSpeed OBJECT-TYPE
|
||
SYNTAX INTEGER (0..65535)
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "Module memory speed in nanoseconds. The value zero (0) will
|
||
be given if the module speed cannot be determined."
|
||
::= { cpqSiMemModuleEntry 5 }
|
||
|
||
|
||
cpqSiMemModuleTechnology OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
other(1),
|
||
fastPageMode(2),
|
||
edoPageMode(3),
|
||
burstEdoPageMode(4),
|
||
synchronous(5),
|
||
rdram(6)
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "Technology type of memory module installed. The value other(1)
|
||
will be given if the technology is not known."
|
||
::= { cpqSiMemModuleEntry 6 }
|
||
|
||
|
||
cpqSiMemModuleManufacturer OBJECT-TYPE
|
||
SYNTAX DisplayString (SIZE(0..255))
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The memory module's manufacturer name.
|
||
|
||
This field will be a null (size 0) string if the manufacturer
|
||
name is not available."
|
||
::= { cpqSiMemModuleEntry 7 }
|
||
|
||
|
||
cpqSiMemModulePartNo OBJECT-TYPE
|
||
SYNTAX DisplayString (SIZE(0..255))
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The memory module's manufacturer part number.
|
||
|
||
This field will be a null (size 0) string if the manufacturer
|
||
part number is not available."
|
||
::= { cpqSiMemModuleEntry 8 }
|
||
|
||
|
||
cpqSiMemModuleDate OBJECT-TYPE
|
||
SYNTAX OCTET STRING (SIZE(7))
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The memory module date of manufacture.
|
||
|
||
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 date of manufacture
|
||
is not available. The hour, minute, and second field will
|
||
always be set to 0."
|
||
::= { cpqSiMemModuleEntry 9 }
|
||
|
||
|
||
cpqSiMemModuleSerialNo OBJECT-TYPE
|
||
SYNTAX DisplayString (SIZE(0..255))
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The memory module's serial number.
|
||
|
||
This field will be a null (size 0) string if the serial number
|
||
is not available."
|
||
::= { cpqSiMemModuleEntry 10 }
|
||
|
||
|
||
cpqSiMemModuleECCStatus OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
other(1),
|
||
ok(2),
|
||
degraded(3),
|
||
degradedModuleIndexUnknown(4)
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "This provides the current status of the correctable memory
|
||
errors for this memory module.
|
||
|
||
The following status values are supported:
|
||
|
||
other(1):
|
||
ECC is not supported on this memory module.
|
||
|
||
ok(2):
|
||
The correctable error count is below threshold.
|
||
|
||
degraded(3):
|
||
The correctable error count has exceeded threshold.
|
||
|
||
degradedModuleIndexUnknown(4):
|
||
The correctable error count has exceeded threshold.
|
||
The module index not available."
|
||
::= { cpqSiMemModuleEntry 11 }
|
||
|
||
|
||
cpqSiMemModuleHwLocation OBJECT-TYPE
|
||
SYNTAX DisplayString (SIZE(0..255))
|
||
ACCESS read-only
|
||
STATUS obsolete
|
||
DESCRIPTION "A text description of the hardware location, on complex
|
||
multi SBB hardware only, for the memory module.
|
||
A NULL string indicates that the hardware location could not
|
||
be determined or is irrelevant."
|
||
::= { cpqSiMemModuleEntry 12 }
|
||
|
||
|
||
cpqSiSystemId OBJECT-TYPE
|
||
SYNTAX INTEGER (0..65535)
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The Compaq System ID.
|
||
|
||
This value indicates the Compaq system ID of the system board
|
||
in this system. This ID replaces the product ID used in
|
||
older machines (cpqSiProductId). A value of 7Eh for the
|
||
cpqSiProductId indicates that the cpqSiSystemId should be
|
||
used to identify the Compaq system. A value of zero (0)
|
||
indicates that the system ID function is not supported on this
|
||
machine. In this case, the cpqSiProductId should be used to
|
||
identify the system."
|
||
::= { cpqSiSystemBoard 6 }
|
||
|
||
|
||
cpqSiSystemCpuId OBJECT-TYPE
|
||
SYNTAX INTEGER (0..65535)
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The Compaq System ID : CPU Component.
|
||
|
||
This value indicates the CPU type of the system board
|
||
in this system. A value of zero (0) indicates that the CPU
|
||
type cannot be determined."
|
||
::= { cpqSiSystemBoard 7 }
|
||
|
||
|
||
cpqSiFlashRomSupport OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
other(1),
|
||
notSupported(2),
|
||
supported(3)
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "This value indicates if this system supports flash upgradable
|
||
system ROM."
|
||
::= { cpqSiSystemBoard 8 }
|
||
|
||
|
||
cpqSiQuickTestRomDate OBJECT-TYPE
|
||
SYNTAX OCTET STRING (SIZE(7))
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "This value indicates the date of the current quick test ROM
|
||
image.
|
||
|
||
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 quick test ROM is not
|
||
present. 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."
|
||
::= { cpqSiSystemBoard 9 }
|
||
|
||
|
||
cpqSiReboot OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
notAvailable(1),
|
||
available(2),
|
||
defaultOnlyAvailable(3),
|
||
rebootToCpqUtils(2693),
|
||
rebootToDefault(8115),
|
||
autoShutdown(9037)
|
||
}
|
||
ACCESS read-only
|
||
STATUS optional
|
||
DESCRIPTION "This object may contain the following values:
|
||
notAvailable(1)
|
||
the system does not support the reboot functionality.
|
||
Setting this object to notAvailable(1) has no effect.
|
||
|
||
available(2)
|
||
the system supports the both reboot to functionalities.
|
||
Setting this object to available(2) has no effect.
|
||
|
||
defaultOnlyAvailable(3)
|
||
the system supports the only the default reboot functionality.
|
||
Setting this object to available(3) has no effect.
|
||
|
||
rebootToCpqUtils(2693)
|
||
the system will reboot to the Compaq Utilities if
|
||
the reboot functionality is available. If possible,
|
||
the agent will attempt to gracefully shutdown the
|
||
operating system before performing the reboot.
|
||
If this functionality is unavailable on this system
|
||
then all sets will have no effect.
|
||
|
||
rebootToDefault(8115)
|
||
the system will reboot and allow the default boot
|
||
process to occur if the reboot functionality is
|
||
available. If possible, the agent will attempt to
|
||
gracefully shutdown the operating system before
|
||
performing the reboot. If this functionality is
|
||
unavailable on this system then all sets will have
|
||
no effect.
|
||
|
||
autoShutdown(9037)
|
||
If possible, the agent will attempt to gracefully
|
||
shutdown the operating system. The agent will not
|
||
preform a reboot.
|
||
|
||
"
|
||
::= { cpqSiSystemBoard 10 }
|
||
|
||
|
||
cpqSiProcMicroPatchTable OBJECT-TYPE
|
||
SYNTAX SEQUENCE OF CpqSiProcMicroPatchEntry
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "This table lists the set of processor microcode patches that
|
||
the system ROM contains. During post, the ROM will apply the
|
||
appropriate patches to the CPU microcode. Scan this table to
|
||
ensure that a patch is being applied to a processor."
|
||
::= { cpqSiSystemBoard 11 }
|
||
|
||
|
||
cpqSiProcMicroPatchEntry OBJECT-TYPE
|
||
SYNTAX CpqSiProcMicroPatchEntry
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "An entry describing one microcode patch contained in the system
|
||
ROM."
|
||
INDEX { cpqSiProcMicroPatchIndex }
|
||
|
||
::= { cpqSiProcMicroPatchTable 1 }
|
||
|
||
cpqSiProcMicroPatchEntry ::=
|
||
SEQUENCE {
|
||
cpqSiProcMicroPatchIndex INTEGER,
|
||
cpqSiProcMicroPatchId INTEGER,
|
||
cpqSiProcMicroPatchDate OCTET STRING,
|
||
cpqSiProcMicroPatchFamily OCTET STRING
|
||
}
|
||
|
||
cpqSiProcMicroPatchIndex OBJECT-TYPE
|
||
SYNTAX INTEGER (1..255)
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "Index into the microcode patch table."
|
||
::= { cpqSiProcMicroPatchEntry 1 }
|
||
|
||
|
||
cpqSiProcMicroPatchId OBJECT-TYPE
|
||
SYNTAX INTEGER
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The ID of this particular CPU microcode patch."
|
||
::= { cpqSiProcMicroPatchEntry 2 }
|
||
|
||
|
||
cpqSiProcMicroPatchDate OBJECT-TYPE
|
||
SYNTAX OCTET STRING (SIZE(7))
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "This value indicates the date of this CPU microcode patch.
|
||
|
||
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)
|
||
|
||
NOTE: Year is stored in packed BCD. The most significant
|
||
part is in the second octet. For example:
|
||
1995 would be stored as 0x95 0x19.
|
||
|
||
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 octet first."
|
||
::= { cpqSiProcMicroPatchEntry 3 }
|
||
|
||
|
||
cpqSiProcMicroPatchFamily OBJECT-TYPE
|
||
SYNTAX OCTET STRING (SIZE(3))
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The valid family/model/step of the processor that this CPU
|
||
microcode patch applies to.
|
||
|
||
field octets contents range
|
||
===== ====== ======= =====
|
||
1 1 CPU Step 0..255
|
||
2 2 CPU Model 0..255
|
||
3 3 CPU Family 0..255 "
|
||
::= { cpqSiProcMicroPatchEntry 4 }
|
||
|
||
|
||
cpqSiPowerMgmtStatus OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
other(1),
|
||
disabled(2),
|
||
enabled(3)
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The state of power management."
|
||
::= { cpqSiSystemBoard 12 }
|
||
|
||
|
||
cpqSiRebootFlags OBJECT-TYPE
|
||
SYNTAX INTEGER
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The Reboot Flags.
|
||
|
||
This is a collection of flags used to indicate the re-boot
|
||
options available. This integer is a bitmap, with each bit
|
||
indicating the availability of an option. If the bit is set
|
||
to 1, the option is available; otherwise it is not. Multiple
|
||
options are allowed.
|
||
|
||
NOTE: bit 31 is the most significant bit, bit 0 is the least
|
||
significant.
|
||
|
||
|
||
Status This is a collection of flags. Each bit has the
|
||
following meaning when it is on (1):
|
||
|
||
Bit 31: Execute Set
|
||
Bit 30-4: RESERVED
|
||
Bit 3: Boot to OS
|
||
Bit 2: Boot to Utils
|
||
Bit 1: Warm Boot
|
||
Bit 0: Cold Boot
|
||
|
||
"
|
||
::= { cpqSiSystemBoard 13 }
|
||
|
||
|
||
cpqSiMemErrorIndex OBJECT-TYPE
|
||
SYNTAX INTEGER (0..65535)
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "Placeholder for memory module number for ECC traps.
|
||
Represents the number of the memory module for which an ECC status
|
||
change has occured. Set to 65535 if module number not available."
|
||
::= { cpqSiSystemBoard 14 }
|
||
|
||
|
||
cpqSiMemECCCondition OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
other(1),
|
||
ok(2),
|
||
degraded(3)
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "This provides the current condition of the correctable memory
|
||
errors for the entire memory.
|
||
|
||
The following status values are supported:
|
||
|
||
other(1) :
|
||
ECC is not supported.
|
||
|
||
ok(2) :
|
||
The correctable error count is below threshold.
|
||
|
||
degraded(3) :
|
||
The correctable error count has exceeded threshold."
|
||
::= { cpqSiSystemBoard 15 }
|
||
|
||
|
||
cpqSiMemConfigChangeData OBJECT-TYPE
|
||
SYNTAX DisplayString (SIZE(0..383))
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "Text string for the memory configuration change trap."
|
||
::= { cpqSiSystemBoard 16 }
|
||
|
||
|
||
cpqSiServerSystemId OBJECT-TYPE
|
||
SYNTAX DisplayString (SIZE(0..8))
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "A Server System ID.
|
||
|
||
This value is used to uniquely identify systems via a unique
|
||
ID on systems that do not support the EISA bus."
|
||
::= { cpqSiSystemBoard 17 }
|
||
|
||
|
||
cpqSiCurRevDate OBJECT-TYPE
|
||
SYNTAX DisplayString (SIZE(8))
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The current board revision configuration date in MM/DD/YY
|
||
format. This is the date that the EISA Configuration Utility
|
||
was used to define the current configuration. This value will
|
||
contain 'N/A' if this system does not support this feature."
|
||
::= { cpqSiBoardRev 1 }
|
||
|
||
|
||
cpqSiPrevRevDate OBJECT-TYPE
|
||
SYNTAX DisplayString (SIZE(8))
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The previous board revision configuration date in MM/DD/YY
|
||
format. This is the date that the EISA Configuration Utility
|
||
was used to define the previous configuration. This value will
|
||
contain 'N/A' if this system does not support this feature."
|
||
::= { cpqSiBoardRev 2 }
|
||
|
||
|
||
cpqSiBoardRevTable OBJECT-TYPE
|
||
SYNTAX SEQUENCE OF CpqSiBoardRevEntry
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "A table of board revision descriptions."
|
||
::= { cpqSiBoardRev 3 }
|
||
|
||
|
||
cpqSiBoardRevEntry OBJECT-TYPE
|
||
SYNTAX CpqSiBoardRevEntry
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "A board revision description."
|
||
INDEX { cpqSiBoardRevSlotIndex , cpqSiBoardRevIndex }
|
||
|
||
::= { cpqSiBoardRevTable 1 }
|
||
|
||
cpqSiBoardRevEntry ::=
|
||
SEQUENCE {
|
||
cpqSiBoardRevSlotIndex INTEGER,
|
||
cpqSiBoardRevIndex INTEGER,
|
||
cpqSiBoardRevId DisplayString,
|
||
cpqSiBoardRevCur DisplayString,
|
||
cpqSiBoardRevPrev DisplayString,
|
||
cpqSiBoardRevHwLocation DisplayString
|
||
}
|
||
|
||
cpqSiBoardRevSlotIndex OBJECT-TYPE
|
||
SYNTAX INTEGER (0..255)
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The slot in which the board described in this entry resides.
|
||
Zero (0) indicates the system board."
|
||
::= { cpqSiBoardRevEntry 1 }
|
||
|
||
|
||
cpqSiBoardRevIndex OBJECT-TYPE
|
||
SYNTAX INTEGER (0..65535)
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "A number that uniquely specifies which board in a specific slot
|
||
is described in this entry. Zero (0) indicates the main board
|
||
in this slot. Any other number indicates a daughter board or a
|
||
component of the main board."
|
||
::= { cpqSiBoardRevEntry 2 }
|
||
|
||
|
||
cpqSiBoardRevId OBJECT-TYPE
|
||
SYNTAX DisplayString (SIZE(0..16))
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "A description of the board type. The defined types are:
|
||
|
||
Type
|
||
==============
|
||
System Board
|
||
Processor n (n = the processor number)
|
||
Memory n (n = the memory board number)
|
||
Slot n (n = the slot the board occupies)
|
||
|
||
Other types may be defined at a later date."
|
||
::= { cpqSiBoardRevEntry 3 }
|
||
|
||
|
||
cpqSiBoardRevCur OBJECT-TYPE
|
||
SYNTAX DisplayString (SIZE(0..8))
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The current revision for the board described in this entry.
|
||
This value will be N/A if there is no current revision
|
||
information."
|
||
::= { cpqSiBoardRevEntry 4 }
|
||
|
||
|
||
cpqSiBoardRevPrev OBJECT-TYPE
|
||
SYNTAX DisplayString (SIZE(0..8))
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The revision for the board described in this entry prior to the
|
||
current configuration. This value will be N/A if there is no
|
||
previous revision information."
|
||
::= { cpqSiBoardRevEntry 5 }
|
||
|
||
|
||
cpqSiBoardRevHwLocation OBJECT-TYPE
|
||
SYNTAX DisplayString (SIZE(0..255))
|
||
ACCESS read-only
|
||
STATUS obsolete
|
||
DESCRIPTION "A text description of the hardware location, on complex
|
||
multi SBB hardware only, for the board.
|
||
A NULL string indicates that the hardware location could not
|
||
be determined or is irrelevant."
|
||
::= { cpqSiBoardRevEntry 6 }
|
||
|
||
|
||
cpqSiFirmwareRevTable OBJECT-TYPE
|
||
SYNTAX SEQUENCE OF CpqSiFirmwareRevEntry
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "A table of firmware revision descriptions."
|
||
::= { cpqSiBoardRev 4 }
|
||
|
||
|
||
cpqSiFirmwareRevEntry OBJECT-TYPE
|
||
SYNTAX CpqSiFirmwareRevEntry
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "A firmware revision description."
|
||
INDEX { cpqSiFirmwareRevIndex }
|
||
|
||
::= { cpqSiFirmwareRevTable 1 }
|
||
|
||
cpqSiFirmwareRevEntry ::=
|
||
SEQUENCE {
|
||
cpqSiFirmwareRevIndex INTEGER,
|
||
cpqSiFirmwareRevDesc DisplayString,
|
||
cpqSiFirmwareRevString DisplayString
|
||
}
|
||
|
||
cpqSiFirmwareRevIndex OBJECT-TYPE
|
||
SYNTAX INTEGER
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "Locally-unique index for this entry."
|
||
::= { cpqSiFirmwareRevEntry 1 }
|
||
|
||
|
||
cpqSiFirmwareRevDesc OBJECT-TYPE
|
||
SYNTAX DisplayString
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "Description, e.g. SRM console, ARC console, System BIOS, etc."
|
||
::= { cpqSiFirmwareRevEntry 2 }
|
||
|
||
|
||
cpqSiFirmwareRevString OBJECT-TYPE
|
||
SYNTAX DisplayString
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "Version number, possibly of the form Vx.y or Vx.y-z."
|
||
::= { cpqSiFirmwareRevEntry 3 }
|
||
|
||
|
||
cpqSiFirmwareCfgTable OBJECT-TYPE
|
||
SYNTAX SEQUENCE OF CpqSiFirmwareCfgEntry
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "Table of soft switches and symbols maintained by the
|
||
firmware. May be operating system and/or option-specific
|
||
and will certainly be system-specific. This list is
|
||
intended to be easily extensible and support arbitrary
|
||
datatypes. It includes such switches as powerup options,
|
||
default dump device, etc.
|
||
Note - the string comparision for svrFwSymbolName is case
|
||
insensitive."
|
||
::= { cpqSiBoardRev 5 }
|
||
|
||
|
||
cpqSiFirmwareCfgEntry OBJECT-TYPE
|
||
SYNTAX CpqSiFirmwareCfgEntry
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "Each entry represents one variable or symbol maintained by
|
||
or stored by some instance of firmware in the system."
|
||
INDEX { cpqSiFirmwareCfgName }
|
||
|
||
::= { cpqSiFirmwareCfgTable 1 }
|
||
|
||
cpqSiFirmwareCfgEntry ::=
|
||
SEQUENCE {
|
||
cpqSiFirmwareCfgName DisplayString,
|
||
cpqSiFirmwareCfgValue DisplayString
|
||
}
|
||
|
||
cpqSiFirmwareCfgName OBJECT-TYPE
|
||
SYNTAX DisplayString
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The firmware configuration symbol name as visible from the
|
||
console."
|
||
::= { cpqSiFirmwareCfgEntry 1 }
|
||
|
||
|
||
cpqSiFirmwareCfgValue OBJECT-TYPE
|
||
SYNTAX DisplayString
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The firmware configuration symbol value. Null if none
|
||
or unknown."
|
||
::= { cpqSiFirmwareCfgEntry 2 }
|
||
|
||
|
||
cpqSiRackServerShutdownRole OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
other(1),
|
||
master(2),
|
||
slave(3)
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "This entry describes this system's role in a rack-mounted
|
||
uninterruptable power supply family. The master both
|
||
communicates with the UPS and derives its power from the
|
||
UPS. The slave derives its power from the UPS, but does
|
||
not communicate with it."
|
||
::= { cpqSiRackServer 1 }
|
||
|
||
|
||
cpqSiRackServerMasterName OBJECT-TYPE
|
||
SYNTAX DisplayString (SIZE(0..48))
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "This entry describes the name of the master server in a
|
||
rack-mounted uninterruptable power supply family. A slave
|
||
system would communicate with this server to derive UPS
|
||
status."
|
||
::= { cpqSiRackServer 2 }
|
||
|
||
|
||
cpqSiVideoEdidRaw OBJECT-TYPE
|
||
SYNTAX OCTET STRING (SIZE(128))
|
||
ACCESS read-only
|
||
STATUS optional
|
||
DESCRIPTION "The raw value returned from the video EDID function."
|
||
::= { cpqSiVideo 1 }
|
||
|
||
|
||
cpqSiVideoDesc OBJECT-TYPE
|
||
SYNTAX DisplayString (SIZE(0..255))
|
||
ACCESS read-only
|
||
STATUS optional
|
||
DESCRIPTION "The manufacturer and model description of the video display."
|
||
::= { cpqSiVideo 2 }
|
||
|
||
|
||
cpqSiVideoSerialNumber OBJECT-TYPE
|
||
SYNTAX DisplayString (SIZE(0..32))
|
||
ACCESS read-only
|
||
STATUS optional
|
||
DESCRIPTION "The serial number of the video display."
|
||
::= { cpqSiVideo 3 }
|
||
|
||
|
||
cpqSiVideoManufactureDate OBJECT-TYPE
|
||
SYNTAX OCTET STRING (SIZE(7))
|
||
ACCESS read-only
|
||
STATUS optional
|
||
DESCRIPTION "The date of manufacture of the video display in the following
|
||
format:
|
||
|
||
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 date. The date information that is given resolves to a year
|
||
and week, so the hour, minute, and second field will be set to 0,
|
||
the month and day fields will give the monday of the week of
|
||
manufacture."
|
||
::= { cpqSiVideo 4 }
|
||
|
||
|
||
cpqSiVideoHeight OBJECT-TYPE
|
||
SYNTAX INTEGER (0..255)
|
||
ACCESS read-only
|
||
STATUS optional
|
||
DESCRIPTION "The maximum image height of the video display in centimeters"
|
||
::= { cpqSiVideo 5 }
|
||
|
||
|
||
cpqSiVideoWidth OBJECT-TYPE
|
||
SYNTAX INTEGER (0..255)
|
||
ACCESS read-only
|
||
STATUS optional
|
||
DESCRIPTION "The maximum image width of the video display in centimeters"
|
||
::= { cpqSiVideo 6 }
|
||
|
||
|
||
cpqSiVideoMaxHorPixel OBJECT-TYPE
|
||
SYNTAX INTEGER (0..65535)
|
||
ACCESS read-only
|
||
STATUS optional
|
||
DESCRIPTION "The number of horizontal pixels in the highest resolution video
|
||
mode supported."
|
||
::= { cpqSiVideo 7 }
|
||
|
||
|
||
cpqSiVideoMaxVertPixel OBJECT-TYPE
|
||
SYNTAX INTEGER (0..65535)
|
||
ACCESS read-only
|
||
STATUS optional
|
||
DESCRIPTION "The number of vertical pixels in the highest resolution video
|
||
mode supported."
|
||
::= { cpqSiVideo 8 }
|
||
|
||
|
||
cpqSiVideoMaxRefreshRate OBJECT-TYPE
|
||
SYNTAX INTEGER (0..65535)
|
||
ACCESS read-only
|
||
STATUS optional
|
||
DESCRIPTION "The video refresh rate in Hz of the highest resolution video
|
||
mode supported."
|
||
::= { cpqSiVideo 9 }
|
||
|
||
|
||
cpqSiMonitorOverallCondition OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
other(1),
|
||
ok(2),
|
||
degraded(3),
|
||
failed(4)
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "This value specifies the overall condition of the system's
|
||
monitor(s).
|
||
|
||
The following conditions are supported:
|
||
|
||
other(1)
|
||
The monitor does not support fault reporting or condition is
|
||
unknown.
|
||
|
||
ok(2)
|
||
The monitor is operating OK.
|
||
|
||
degraded(3)
|
||
The monitor has detected a fault. The monitor is still useable
|
||
but action should be taken to return the monitor to ok.
|
||
|
||
failed(4)
|
||
The monitor has detected a fault. The monitor will not
|
||
be useable. Action should be taken to replace the monitor."
|
||
::= { cpqSiMonitor 1 }
|
||
|
||
|
||
cpqSiMonitorTable OBJECT-TYPE
|
||
SYNTAX SEQUENCE OF CpqSiMonitorEntry
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "A table of all video monitor descriptions connected to this
|
||
system."
|
||
::= { cpqSiMonitor 2 }
|
||
|
||
|
||
cpqSiMonitorEntry OBJECT-TYPE
|
||
SYNTAX CpqSiMonitorEntry
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "A video monitor description."
|
||
INDEX { cpqSiMonitorIndex }
|
||
|
||
::= { cpqSiMonitorTable 1 }
|
||
|
||
cpqSiMonitorEntry ::=
|
||
SEQUENCE {
|
||
cpqSiMonitorIndex INTEGER,
|
||
cpqSiMonitorEdidRaw OCTET STRING,
|
||
cpqSiMonitorDesc DisplayString,
|
||
cpqSiMonitorSerialNumber DisplayString,
|
||
cpqSiMonitorManufactureDate OCTET STRING,
|
||
cpqSiMonitorHeight INTEGER,
|
||
cpqSiMonitorWidth INTEGER,
|
||
cpqSiMonitorMaxHorPixel INTEGER,
|
||
cpqSiMonitorMaxVertPixel INTEGER,
|
||
cpqSiMonitorMaxRefreshRate INTEGER,
|
||
cpqSiMonitorManufacturer DisplayString,
|
||
cpqSiMonitorThermalCondition INTEGER,
|
||
cpqSiMonitorOperationalCondition INTEGER,
|
||
cpqSiMonitorStatus INTEGER
|
||
}
|
||
|
||
cpqSiMonitorIndex OBJECT-TYPE
|
||
SYNTAX INTEGER (0..15)
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "A unique index for each video display connected to the system."
|
||
::= { cpqSiMonitorEntry 1 }
|
||
|
||
|
||
cpqSiMonitorEdidRaw OBJECT-TYPE
|
||
SYNTAX OCTET STRING (SIZE(128))
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The raw value returned from the video EDID function."
|
||
::= { cpqSiMonitorEntry 2 }
|
||
|
||
|
||
cpqSiMonitorDesc OBJECT-TYPE
|
||
SYNTAX DisplayString (SIZE(0..255))
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The manufacturer and model description of the video display."
|
||
::= { cpqSiMonitorEntry 3 }
|
||
|
||
|
||
cpqSiMonitorSerialNumber OBJECT-TYPE
|
||
SYNTAX DisplayString (SIZE(0..32))
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The serial number of the video display."
|
||
::= { cpqSiMonitorEntry 4 }
|
||
|
||
|
||
cpqSiMonitorManufactureDate OBJECT-TYPE
|
||
SYNTAX OCTET STRING (SIZE(7))
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The date of manufacture of the video display in the following
|
||
format:
|
||
|
||
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 date. The date information that is given resolves to a year
|
||
and week, so the hour, minute, and second field will be set to 0,
|
||
the month and day fields will give the monday of the week of
|
||
manufacture."
|
||
::= { cpqSiMonitorEntry 5 }
|
||
|
||
|
||
cpqSiMonitorHeight OBJECT-TYPE
|
||
SYNTAX INTEGER (0..255)
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The maximum image height of the video display in centimeters"
|
||
::= { cpqSiMonitorEntry 6 }
|
||
|
||
|
||
cpqSiMonitorWidth OBJECT-TYPE
|
||
SYNTAX INTEGER (0..255)
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The maximum image width of the video display in centimeters"
|
||
::= { cpqSiMonitorEntry 7 }
|
||
|
||
|
||
cpqSiMonitorMaxHorPixel OBJECT-TYPE
|
||
SYNTAX INTEGER (0..65535)
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The number of horizontal pixels in the highest resolution video
|
||
mode supported."
|
||
::= { cpqSiMonitorEntry 8 }
|
||
|
||
|
||
cpqSiMonitorMaxVertPixel OBJECT-TYPE
|
||
SYNTAX INTEGER (0..65535)
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The number of vertical pixels in the highest resolution video mode
|
||
supported."
|
||
::= { cpqSiMonitorEntry 9 }
|
||
|
||
|
||
cpqSiMonitorMaxRefreshRate OBJECT-TYPE
|
||
SYNTAX INTEGER (0..65535)
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The video refresh rate in Hz of the highest resolution video mode
|
||
supported."
|
||
::= { cpqSiMonitorEntry 10 }
|
||
|
||
|
||
cpqSiMonitorManufacturer OBJECT-TYPE
|
||
SYNTAX DisplayString (SIZE(0..255))
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The manufacturer of the video display."
|
||
::= { cpqSiMonitorEntry 11 }
|
||
|
||
|
||
cpqSiMonitorThermalCondition OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
other(1),
|
||
ok(2),
|
||
degraded(3)
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "This provides the condition of the monitor<6F>s internal temperature.
|
||
|
||
This value will be one of the following:
|
||
|
||
other(1)
|
||
Monitor thermal fault reporting is not supported by this monitor
|
||
or the Insight Agent does not recognize the status. You may
|
||
need to upgrade your software.
|
||
|
||
ok(2)
|
||
The internal temperature is within normal limits.
|
||
|
||
degraded(3)
|
||
The internal temperature is outside normal operating range."
|
||
::= { cpqSiMonitorEntry 12 }
|
||
|
||
|
||
cpqSiMonitorOperationalCondition OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
other(1),
|
||
ok(2),
|
||
degraded(3),
|
||
failed(4)
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "This provides the condition of the monitor's operational features.
|
||
|
||
This condition value will be one of the following:
|
||
|
||
other(1)
|
||
Monitor operational fault reporting is not supported by this
|
||
monitor or the Insight Agent does not recognize the status.
|
||
You may need to upgrade your software.
|
||
|
||
ok(2)
|
||
The monitor is operating within normal limits.
|
||
|
||
degraded(3)
|
||
The monitor is not functioning within normal operating limits.
|
||
At least one of the opertional features has become degraded.
|
||
|
||
failed(4)
|
||
The monitor is not functioning within normal operating limits.
|
||
At least one of the operational features has failed causing the
|
||
monitor to not be usable. The monitor should be replaced."
|
||
::= { cpqSiMonitorEntry 13 }
|
||
|
||
|
||
cpqSiMonitorStatus OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
other(1),
|
||
unknown(2),
|
||
ok(3),
|
||
thermalDegraded(4),
|
||
operationalFailure(5)
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "This provides the status of the monitor's fault reporting features.
|
||
|
||
This status value will be one of the following:
|
||
|
||
other(1)
|
||
Monitor fault reporting is not supported by this monitor or the
|
||
Insight Agent does not recognize the status. You may need to
|
||
upgrade your software.
|
||
|
||
unknown(2)
|
||
The monitor status is unknown because the monitor is
|
||
either in power saving mode or it has been turned off.
|
||
|
||
ok(3)
|
||
The monitor is operating within normal limits.
|
||
|
||
thermalDegraded(4)
|
||
The monitor's internal temperature is not functioning within
|
||
normal operating limits.
|
||
|
||
operationalFailure(5)
|
||
The monitor is not functioning within normal operating limits.
|
||
At least one of the operational features has failed.
|
||
The monitor should be replaced."
|
||
::= { cpqSiMonitorEntry 14 }
|
||
|
||
|
||
cpqSiHotPlugSlotSupported OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
other(1),
|
||
notSupported(2),
|
||
supported(3)
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "This value specifies if this system supports the Hot
|
||
Pluggable Slot feature."
|
||
::= { cpqSiHotPlugSlot 1 }
|
||
|
||
|
||
cpqSiHotPlugSlotCondition OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
other(1),
|
||
ok(2),
|
||
degraded(3),
|
||
failed(4)
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "This value specifies the overall condition of the Hot Plug
|
||
Slot feature.
|
||
|
||
The Hot Plug condition is set as follows:
|
||
|
||
other(1)
|
||
When Hot Plug Slots are not supported or condition is unknown.
|
||
|
||
ok(2)
|
||
If there are no hot plug slots with a condition of degraded
|
||
or failed.
|
||
|
||
degraded(3)
|
||
If there are degraded slot entries but none failed.
|
||
|
||
failed(4)
|
||
If there are failed slot entries."
|
||
::= { cpqSiHotPlugSlot 2 }
|
||
|
||
|
||
cpqSiHotPlugSlotChangeCount OBJECT-TYPE
|
||
SYNTAX INTEGER
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "This value will be incremented each time a hot plug event
|
||
occurs resulting in a change in the hot plug slot table."
|
||
::= { cpqSiHotPlugSlot 3 }
|
||
|
||
|
||
cpqSiHotPlugSlotTable OBJECT-TYPE
|
||
SYNTAX SEQUENCE OF CpqSiHotPlugSlotEntry
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "A list of Hot Plug Slot information entries."
|
||
::= { cpqSiHotPlugSlot 4 }
|
||
|
||
|
||
cpqSiHotPlugSlotEntry OBJECT-TYPE
|
||
SYNTAX CpqSiHotPlugSlotEntry
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "A description of a Hot Plug Slot."
|
||
INDEX { cpqSiHotPlugSlotChassis , cpqSiHotPlugSlotIndex }
|
||
|
||
::= { cpqSiHotPlugSlotTable 1 }
|
||
|
||
cpqSiHotPlugSlotEntry ::=
|
||
SEQUENCE {
|
||
cpqSiHotPlugSlotChassis INTEGER,
|
||
cpqSiHotPlugSlotIndex INTEGER,
|
||
cpqSiHotPlugSlotBoardPresent INTEGER,
|
||
cpqSiHotPlugSlotPowerState INTEGER,
|
||
cpqSiHotPlugSlotBoardCondition INTEGER,
|
||
cpqSiHotPlugSlotErrorStatus INTEGER,
|
||
cpqSiHotPlugSlotHwLocation DisplayString
|
||
}
|
||
|
||
cpqSiHotPlugSlotChassis OBJECT-TYPE
|
||
SYNTAX INTEGER (0..255)
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The Chassis where this hot plug slot resides."
|
||
::= { cpqSiHotPlugSlotEntry 1 }
|
||
|
||
|
||
cpqSiHotPlugSlotIndex OBJECT-TYPE
|
||
SYNTAX INTEGER (0..255)
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The slot within the chassis for this hot plug slot."
|
||
::= { cpqSiHotPlugSlotEntry 2 }
|
||
|
||
|
||
cpqSiHotPlugSlotBoardPresent OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
other(1),
|
||
present(2),
|
||
absent(3),
|
||
presentButSuspended(4)
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "This value indicates whether a board is present(2) in or
|
||
absent(3) from the slot. A value of other(1) indicates
|
||
the information could not be obtained."
|
||
::= { cpqSiHotPlugSlotEntry 3 }
|
||
|
||
|
||
cpqSiHotPlugSlotPowerState OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
other(1),
|
||
powerOn(2),
|
||
powerOff(3)
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "This value is set to powerOn(2) when power is being supplied
|
||
to the slot and powerOff(3) when power is not being supplied.
|
||
A value of other(1) indicates the information could not be
|
||
obtained."
|
||
::= { cpqSiHotPlugSlotEntry 4 }
|
||
|
||
|
||
cpqSiHotPlugSlotBoardCondition OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
other(1),
|
||
ok(2),
|
||
degraded(3),
|
||
failed(4)
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "This value specifies the condition of the hot plug slot.
|
||
|
||
The hot plug condition is set as follows:
|
||
|
||
other(1)
|
||
When the condition could not be determined.
|
||
|
||
ok(2)
|
||
The slot is powered up and operating normally.
|
||
|
||
degraded(3)
|
||
If the board in the slot is not fully functioning.
|
||
|
||
failed(4)
|
||
If the slot is failed for any reason. See the status code
|
||
for more information on the failure."
|
||
::= { cpqSiHotPlugSlotEntry 5 }
|
||
|
||
|
||
cpqSiHotPlugSlotErrorStatus OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
noError(1),
|
||
generalError(2),
|
||
wrongRevision(3),
|
||
wrongBoard(4),
|
||
cannotConfig(5),
|
||
powerFault(6),
|
||
unexpectedPowerLoss(7),
|
||
wrongSpeed(8),
|
||
functionalFailure(9)
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "This value specifies the status of the hot plug slot.
|
||
|
||
The hot plug slot status is set as follows:
|
||
|
||
noError(1)
|
||
The slot is operating normally.
|
||
|
||
generalError(2)
|
||
A general error occurred.
|
||
|
||
wrongRevision(3)
|
||
The revision of the replacement adapter was different from
|
||
the original adapter.
|
||
|
||
wrongBoard(4)
|
||
The model of the replacement adapter was different from the
|
||
original adapter.
|
||
|
||
cannotConfig(5)
|
||
The adapter could not be configured.
|
||
|
||
powerFault(6)
|
||
A power fault occurred for the slot.
|
||
|
||
unexpectedPowerLoss(7)
|
||
Power was unexpectedly lost from the slot.
|
||
|
||
wrongSpeed(8)
|
||
The adapter cannot be run at the current bus speed.
|
||
|
||
functionlFailure(9)
|
||
The adapter is not functioning correctly. This may
|
||
be caused by a cabling problem."
|
||
::= { cpqSiHotPlugSlotEntry 6 }
|
||
|
||
|
||
cpqSiHotPlugSlotHwLocation OBJECT-TYPE
|
||
SYNTAX DisplayString (SIZE(0..255))
|
||
ACCESS read-only
|
||
STATUS obsolete
|
||
DESCRIPTION "A text description of the hardware location, on complex
|
||
multi SBB hardware only, for the hot plug slot.
|
||
A NULL string indicates that the hardware location could not
|
||
be determined or is irrelevant."
|
||
::= { cpqSiHotPlugSlotEntry 7 }
|
||
|
||
|
||
cpqSiSystemBatteryOverallCondition OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
other(1),
|
||
ok(2),
|
||
degraded(3),
|
||
failed(4)
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "This value specifies the overall condition of all of the
|
||
system batteries.
|
||
|
||
The following conditions are supported:
|
||
|
||
other(1)
|
||
The system does not use system batteries or the battery
|
||
condition is unknown.
|
||
|
||
ok(2)
|
||
All System Batteries are operating OK.
|
||
|
||
degraded(3)
|
||
One or more of the System Batteries has degraded. The
|
||
degraded battery will continue to function but should be
|
||
replaced.
|
||
|
||
failed(4)
|
||
One of more of the System Batteries has failed. The failed
|
||
battery is no longer usable. Action should be taken to replace
|
||
the battery."
|
||
::= { cpqSiSystemBattery 1 }
|
||
|
||
|
||
cpqSiSysBatteryTable OBJECT-TYPE
|
||
SYNTAX SEQUENCE OF CpqSiSysBatteryEntry
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "A table of System Batteries."
|
||
::= { cpqSiSystemBattery 2 }
|
||
|
||
|
||
cpqSiSysBatteryEntry OBJECT-TYPE
|
||
SYNTAX CpqSiSysBatteryEntry
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "A system battery description."
|
||
INDEX { cpqSiSysBatteryIndex }
|
||
|
||
::= { cpqSiSysBatteryTable 1 }
|
||
|
||
cpqSiSysBatteryEntry ::=
|
||
SEQUENCE {
|
||
cpqSiSysBatteryIndex INTEGER,
|
||
cpqSiSysBatteryModel DisplayString,
|
||
cpqSiSysBatterySerialNum DisplayString,
|
||
cpqSiSysBatteryAssetTag DisplayString,
|
||
cpqSiSysBatteryManufacturer DisplayString,
|
||
cpqSiSysBatteryDate OCTET STRING,
|
||
cpqSiSysBatterySmartVersion DisplayString,
|
||
cpqSiSysBatteryCondition INTEGER,
|
||
cpqSiSysBatteryStatus INTEGER,
|
||
cpqSiSysBatteryChemistry INTEGER,
|
||
cpqSiSysBatteryRemainingCap INTEGER,
|
||
cpqSiSysBatteryFirmwareRevision INTEGER,
|
||
cpqSiSysBatteryHardwareRevision INTEGER,
|
||
cpqSiSysBatteryFullCap INTEGER,
|
||
cpqSiSysBatteryDesignCap INTEGER,
|
||
cpqSiSysBatteryHwLocation DisplayString
|
||
}
|
||
|
||
cpqSiSysBatteryIndex OBJECT-TYPE
|
||
SYNTAX INTEGER (0..65535)
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "A unique index for this battery entry."
|
||
::= { cpqSiSysBatteryEntry 1 }
|
||
|
||
|
||
cpqSiSysBatteryModel OBJECT-TYPE
|
||
SYNTAX DisplayString (SIZE(0..255))
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The model name for this battery."
|
||
::= { cpqSiSysBatteryEntry 2 }
|
||
|
||
|
||
cpqSiSysBatterySerialNum OBJECT-TYPE
|
||
SYNTAX DisplayString (SIZE(0..255))
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The serial number for this battery."
|
||
::= { cpqSiSysBatteryEntry 3 }
|
||
|
||
|
||
cpqSiSysBatteryAssetTag OBJECT-TYPE
|
||
SYNTAX DisplayString (SIZE(0..255))
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "This is the customer changeable battery identifier that is set
|
||
to this system battery's serial number at the time of
|
||
manufacture.
|
||
|
||
The string will be empty if the battery does support
|
||
this function."
|
||
::= { cpqSiSysBatteryEntry 4 }
|
||
|
||
|
||
cpqSiSysBatteryManufacturer OBJECT-TYPE
|
||
SYNTAX DisplayString (SIZE(0..255))
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The battery's manufacturer's name.
|
||
|
||
The string will be empty if the battery does support
|
||
this function."
|
||
::= { cpqSiSysBatteryEntry 5 }
|
||
|
||
|
||
cpqSiSysBatteryDate OBJECT-TYPE
|
||
SYNTAX OCTET STRING (SIZE(7))
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The battery's manufacture 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.
|
||
|
||
The string will be empty if the battery does support
|
||
this function."
|
||
::= { cpqSiSysBatteryEntry 6 }
|
||
|
||
|
||
cpqSiSysBatterySmartVersion OBJECT-TYPE
|
||
SYNTAX DisplayString (SIZE(0..255))
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The Smart Battery Data Specification version number supported by this
|
||
battery.
|
||
|
||
The string will be empty if the system battery does support
|
||
this function."
|
||
::= { cpqSiSysBatteryEntry 7 }
|
||
|
||
|
||
cpqSiSysBatteryCondition OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
other(1),
|
||
ok(2),
|
||
degraded(3),
|
||
failed(4)
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "This provides the current condition of this system battery.
|
||
|
||
The following status values are supported:
|
||
|
||
other(1)
|
||
The battery does not support condition monitoring or
|
||
the Insight Agent cannot determine condition.
|
||
|
||
ok(2)
|
||
The battery is operating normally. No user action is
|
||
required.
|
||
|
||
degraded(3)
|
||
The battery is degraded. The battery is still usable
|
||
but should be replaced.
|
||
|
||
failed(4)
|
||
The battery has failed. The battery is no longer
|
||
usable and should be replaced soon."
|
||
::= { cpqSiSysBatteryEntry 8 }
|
||
|
||
|
||
cpqSiSysBatteryStatus OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
other(1),
|
||
ok(2),
|
||
capacityDegraded(3),
|
||
chargeFault(4),
|
||
batteryFailure(5)
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "This provides the current status of the battery.
|
||
|
||
The following status values are supported:
|
||
|
||
other(1):
|
||
This battery does not support status reporting.
|
||
|
||
ok(2):
|
||
The battery is operating ok.
|
||
|
||
User Action: No action required.
|
||
|
||
capacityDegraded(3):
|
||
Significant battery degradation has occurred.
|
||
The battery can no longer be fully recharged.
|
||
|
||
User Action:
|
||
If using multiple batteries, run Compaq Power
|
||
Conservation Utility to identify the battery
|
||
location. Contact your System Administrator or
|
||
Compaq Authorized Reseller to order a replacement
|
||
battery.
|
||
|
||
chargeFault(4):
|
||
One or more batteries are not functioning properly.
|
||
|
||
User Action:
|
||
Make sure all batteries are operating in the
|
||
recommended temperature range. Check for foreign
|
||
objects in the battery slots. Remove and reinsert all
|
||
batteries to resume normal battery operation.
|
||
Contact your System Administrator or Compaq Authorized
|
||
Reseller if you are still experiencing problems.
|
||
|
||
batteryFailure(5):
|
||
The battery has failed and must be replaced.
|
||
|
||
User Action:
|
||
Contact your System Administrator or Compaq Authorized
|
||
Reseller to order a replacement battery. Recycle your
|
||
old battery. For proper disposal information, refer
|
||
to the documentation that came with your computer."
|
||
::= { cpqSiSysBatteryEntry 9 }
|
||
|
||
|
||
cpqSiSysBatteryChemistry OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
other(1),
|
||
unknown(2),
|
||
lead-Acid(3),
|
||
nickel-Cadmium(4),
|
||
nickel-Metal-Hydride(5),
|
||
lithium-Ion(6),
|
||
zinc-Air(7),
|
||
lithium-Polymer(8)
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The chemistry of the battery."
|
||
::= { cpqSiSysBatteryEntry 10 }
|
||
|
||
|
||
cpqSiSysBatteryRemainingCap OBJECT-TYPE
|
||
SYNTAX INTEGER (0..65535)
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "This is a percentage of the battery's remaining capacity
|
||
from its design capacity.
|
||
|
||
If this attribute is not supported, 65535 is returned."
|
||
::= { cpqSiSysBatteryEntry 11 }
|
||
|
||
|
||
cpqSiSysBatteryFirmwareRevision OBJECT-TYPE
|
||
SYNTAX INTEGER (0..255)
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "This is the revision level of the firmware on the battery.
|
||
|
||
If this attribute is not supported, 255 is returned."
|
||
::= { cpqSiSysBatteryEntry 12 }
|
||
|
||
|
||
cpqSiSysBatteryHardwareRevision OBJECT-TYPE
|
||
SYNTAX INTEGER (0..255)
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "This is the revision level of the hardware on the battery.
|
||
|
||
If this attribute is not supported, 255 is returned."
|
||
::= { cpqSiSysBatteryEntry 13 }
|
||
|
||
|
||
cpqSiSysBatteryFullCap OBJECT-TYPE
|
||
SYNTAX INTEGER (0..65535)
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "This is the mWatt-Hours of the battery's Full capacity on
|
||
the current charge.
|
||
|
||
If this attribute is not supported, 65535 is returned."
|
||
::= { cpqSiSysBatteryEntry 14 }
|
||
|
||
|
||
cpqSiSysBatteryDesignCap OBJECT-TYPE
|
||
SYNTAX INTEGER (0..65535)
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "This is the mWatt-Hours of the battery's design capacity as
|
||
specified by the manufacturer.
|
||
|
||
If this attribute is not supported, 65535 is returned."
|
||
::= { cpqSiSysBatteryEntry 15 }
|
||
|
||
|
||
cpqSiSysBatteryHwLocation OBJECT-TYPE
|
||
SYNTAX DisplayString (SIZE(0..255))
|
||
ACCESS read-only
|
||
STATUS obsolete
|
||
DESCRIPTION "A text description of the hardware location, on complex
|
||
multi SBB hardware only, for the battery.
|
||
A NULL string indicates that the hardware location could not
|
||
be determined or is irrelevant."
|
||
::= { cpqSiSysBatteryEntry 16 }
|
||
|
||
|
||
cpqSiDockingStationStatus OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
notSupported(1),
|
||
docked(2),
|
||
undocked(3)
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "This value specifies the connection of the computer
|
||
system to a docking station.
|
||
|
||
The following connection states are supported:
|
||
|
||
notSupported(1)
|
||
This system does not interface to a docking station.
|
||
|
||
docked(2)
|
||
This system is connected to a docking station.
|
||
|
||
undocked(3)
|
||
This system is not connect to a docking station."
|
||
::= { cpqSiDockingStation 1 }
|
||
|
||
|
||
cpqSiDockingStationSerialNum OBJECT-TYPE
|
||
SYNTAX DisplayString (SIZE(0..255))
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The serial number of the docking station.
|
||
|
||
The string will be empty if the docking station does not support a
|
||
serial or the system does not interface to a docking station."
|
||
::= { cpqSiDockingStation 2 }
|
||
|
||
|
||
cpqSiDockingStationModel OBJECT-TYPE
|
||
SYNTAX DisplayString (SIZE(0..255))
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The model name of the docking station.
|
||
|
||
The string will be empty if the docking station does not report the
|
||
model name or the system does not interface to a docking station."
|
||
::= { cpqSiDockingStation 3 }
|
||
|
||
|
||
cpqSiDockingStationAssetTag OBJECT-TYPE
|
||
SYNTAX DisplayString (SIZE(0..255))
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "This is a customer changeable identifier that is set to the docking
|
||
station serial number at the time of manufacture.
|
||
|
||
The string will be empty if the docking station does not report an
|
||
asset tag or the system does not interface to a docking station."
|
||
::= { cpqSiDockingStation 4 }
|
||
|
||
|
||
cpqSiFruTable OBJECT-TYPE
|
||
SYNTAX SEQUENCE OF CpqSiFruEntry
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "Table of Field Replaceable Units of system, providing
|
||
inventory and asset control information. This table is
|
||
referenced from logical hardware descriptions elsewhere in
|
||
the MIB."
|
||
::= { cpqSiFru 1 }
|
||
|
||
|
||
cpqSiFruEntry OBJECT-TYPE
|
||
SYNTAX CpqSiFruEntry
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "Each entry represents a Field Replaceable Unit (FRU) of hardware."
|
||
INDEX { cpqSiFruIndex }
|
||
|
||
::= { cpqSiFruTable 1 }
|
||
|
||
cpqSiFruEntry ::=
|
||
SEQUENCE {
|
||
cpqSiFruIndex INTEGER,
|
||
cpqSiFruType INTEGER,
|
||
cpqSiFruDescr DisplayString,
|
||
cpqSiFruVendor DisplayString,
|
||
cpqSiFruPartNumber DisplayString,
|
||
cpqSiFruRevision DisplayString,
|
||
cpqSiFruFirmwareRevision DisplayString,
|
||
cpqSiFruSerialNumber DisplayString,
|
||
cpqSiFruAssetNo DisplayString,
|
||
cpqSiFruClass INTEGER,
|
||
cpqSiFruSlotNumber DisplayString,
|
||
cpqSiFruSubAssemblyNumber INTEGER,
|
||
cpqSiFruAssemblyNumber INTEGER,
|
||
cpqSiFruChassisNumber INTEGER,
|
||
cpqSiFruPositionNumber INTEGER,
|
||
cpqSiFruCabinetIDNumber INTEGER,
|
||
cpqSiFruSiteLocation INTEGER,
|
||
cpqSiFruDiagStatus INTEGER,
|
||
cpqSiFruExtendedDiagStatus INTEGER
|
||
}
|
||
|
||
cpqSiFruIndex OBJECT-TYPE
|
||
SYNTAX INTEGER
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "A locally-unique index value."
|
||
::= { cpqSiFruEntry 1 }
|
||
|
||
|
||
cpqSiFruType OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
unknown(1),
|
||
other(2),
|
||
motherBoard(3),
|
||
processor(4),
|
||
memoryCard(5),
|
||
memoryModule(6),
|
||
peripheralDevice(7),
|
||
systemBusBridge(8),
|
||
powerSupply(9),
|
||
chassis(10),
|
||
fan(11),
|
||
ioCard(12)
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "General category of the type of FRU that this is."
|
||
::= { cpqSiFruEntry 2 }
|
||
|
||
|
||
cpqSiFruDescr OBJECT-TYPE
|
||
SYNTAX DisplayString
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "More detailed description of FRU type, if known."
|
||
::= { cpqSiFruEntry 3 }
|
||
|
||
|
||
cpqSiFruVendor OBJECT-TYPE
|
||
SYNTAX DisplayString
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "Manufacturer name or ID."
|
||
::= { cpqSiFruEntry 4 }
|
||
|
||
|
||
cpqSiFruPartNumber OBJECT-TYPE
|
||
SYNTAX DisplayString
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "Number by which this unit is orderable."
|
||
::= { cpqSiFruEntry 5 }
|
||
|
||
|
||
cpqSiFruRevision OBJECT-TYPE
|
||
SYNTAX DisplayString
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "Version number of this unit. If artwork level is available, it will
|
||
appear as 'Artwork: XXX' following FRU version portion."
|
||
::= { cpqSiFruEntry 6 }
|
||
|
||
|
||
cpqSiFruFirmwareRevision OBJECT-TYPE
|
||
SYNTAX DisplayString
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The revision of the firmware, if any. Otherwise null."
|
||
::= { cpqSiFruEntry 7 }
|
||
|
||
|
||
cpqSiFruSerialNumber OBJECT-TYPE
|
||
SYNTAX DisplayString
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The serial number of this unit's instance."
|
||
::= { cpqSiFruEntry 8 }
|
||
|
||
|
||
cpqSiFruAssetNo OBJECT-TYPE
|
||
SYNTAX DisplayString
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The asset number for this unit. This string may be limited."
|
||
::= { cpqSiFruEntry 9 }
|
||
|
||
|
||
cpqSiFruClass OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
unknown(1),
|
||
other(2),
|
||
currentBoardInSlot(3),
|
||
priorBoardInSlot(4),
|
||
parentBoard(5),
|
||
priorParentBoard(6),
|
||
priorParentSystem(7)
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "Represents the status category of the unit."
|
||
::= { cpqSiFruEntry 10 }
|
||
|
||
|
||
cpqSiFruSlotNumber OBJECT-TYPE
|
||
SYNTAX DisplayString
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "Physical slot number of FRU."
|
||
::= { cpqSiFruEntry 11 }
|
||
|
||
|
||
cpqSiFruSubAssemblyNumber OBJECT-TYPE
|
||
SYNTAX INTEGER
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "Subassembly containing this FRU. From FRU V5.0."
|
||
::= { cpqSiFruEntry 12 }
|
||
|
||
|
||
cpqSiFruAssemblyNumber OBJECT-TYPE
|
||
SYNTAX INTEGER
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "Assembly containing this FRU. From FRU V5.0."
|
||
::= { cpqSiFruEntry 13 }
|
||
|
||
|
||
cpqSiFruChassisNumber OBJECT-TYPE
|
||
SYNTAX INTEGER
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "Chassis containing this FRU. From FRU V5.0."
|
||
::= { cpqSiFruEntry 14 }
|
||
|
||
|
||
cpqSiFruPositionNumber OBJECT-TYPE
|
||
SYNTAX INTEGER
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "Position in Chassis to help locate FRU. From FRU V5.0."
|
||
::= { cpqSiFruEntry 15 }
|
||
|
||
|
||
cpqSiFruCabinetIDNumber OBJECT-TYPE
|
||
SYNTAX INTEGER
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "Cabinet number containing this FRU. From FRU V5.0."
|
||
::= { cpqSiFruEntry 16 }
|
||
|
||
|
||
cpqSiFruSiteLocation OBJECT-TYPE
|
||
SYNTAX INTEGER
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "Site code for system containing this FRU. From FRU V5.0."
|
||
::= { cpqSiFruEntry 17 }
|
||
|
||
|
||
cpqSiFruDiagStatus OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
unknown(1),
|
||
ok(2),
|
||
degraded(3),
|
||
failed(4),
|
||
disabled(5)
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "Use system status values to describe current state of the
|
||
FRU."
|
||
::= { cpqSiFruEntry 18 }
|
||
|
||
|
||
cpqSiFruExtendedDiagStatus OBJECT-TYPE
|
||
SYNTAX INTEGER
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "Diagnostic Status value returned by Device Specific
|
||
diagnostics. Usually through a diagnostic status register
|
||
on the device. See product manual for bit descriptions."
|
||
::= { cpqSiFruEntry 19 }
|
||
|
||
|
||
cpqSiRackEnclosureMgrTable OBJECT-TYPE
|
||
SYNTAX SEQUENCE OF CpqSiRackEnclosureMgrEntry
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "Table of possible rack and/or enclosure based systems."
|
||
::= { cpqSiRackEnclosure 2 }
|
||
|
||
|
||
cpqSiRackEnclosureMgrEntry OBJECT-TYPE
|
||
SYNTAX CpqSiRackEnclosureMgrEntry
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "A entry for a rack and/or enclosure based system."
|
||
INDEX { cpqSiRackEnclosureMgrIndex }
|
||
|
||
::= { cpqSiRackEnclosureMgrTable 1 }
|
||
|
||
cpqSiRackEnclosureMgrEntry ::=
|
||
SEQUENCE {
|
||
cpqSiRackEnclosureMgrIndex INTEGER,
|
||
cpqSiRackEnclosureMgrType INTEGER,
|
||
cpqSiRackEnclosureMgrIpAddr DisplayString,
|
||
cpqSiRackEnclosureMgrWebLink DisplayString,
|
||
cpqSiRackEnclosureMgrCondition INTEGER
|
||
}
|
||
|
||
cpqSiRackEnclosureMgrIndex OBJECT-TYPE
|
||
SYNTAX INTEGER
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "A locally-unique index value."
|
||
::= { cpqSiRackEnclosureMgrEntry 1 }
|
||
|
||
|
||
cpqSiRackEnclosureMgrType OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
other(1),
|
||
noEnclosureManagement(2),
|
||
enclosureManagement(3)
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "This value specifies the type of enclosure management.
|
||
|
||
other(1)
|
||
When the type not be determined.
|
||
|
||
noEnclosureManagement(2)
|
||
The server is part of a rack/enclosure managed system, but there
|
||
is no dedicated enclosure manager.
|
||
|
||
enclosureManagement(3)
|
||
The server is part of a rack/enclosure managed system with a
|
||
dedicated enclosure manager."
|
||
::= { cpqSiRackEnclosureMgrEntry 2 }
|
||
|
||
|
||
cpqSiRackEnclosureMgrIpAddr OBJECT-TYPE
|
||
SYNTAX DisplayString
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The IP address of the rack enclosure manager.
|
||
|
||
The string will be empty if the enclosure does not report the
|
||
information or it could not be determined."
|
||
::= { cpqSiRackEnclosureMgrEntry 3 }
|
||
|
||
|
||
cpqSiRackEnclosureMgrWebLink OBJECT-TYPE
|
||
SYNTAX DisplayString
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The web link to the enclosure managers web based management
|
||
information for the enclosure.
|
||
|
||
The string will be empty if the enclosure does not report the
|
||
information or it could not be determined."
|
||
::= { cpqSiRackEnclosureMgrEntry 4 }
|
||
|
||
|
||
cpqSiRackEnclosureMgrCondition OBJECT-TYPE
|
||
SYNTAX INTEGER {
|
||
other(1),
|
||
ok(2),
|
||
degraded(3),
|
||
failed(4)
|
||
}
|
||
ACCESS read-only
|
||
STATUS mandatory
|
||
DESCRIPTION "The overall condition of the Enclosure Manager. For more detailed
|
||
status information, follow the cpqSiEnclosureMgrWebLink through
|
||
the Compaq Web Management Agent interface.
|
||
|
||
other(1)
|
||
This is the default condition for systems when
|
||
cpqSiRackEnclosureMgrType has a value of
|
||
noEnclosureManagement(2).
|
||
|
||
When cpqSiRackEnclosureMgrType has a value of
|
||
enclosureManagement(3), this indicates the status of the
|
||
enclosure manager could not be determined.
|
||
|
||
ok(2)
|
||
The enclosure manager is in an ok state. Follow the
|
||
cpqSiRackEnclosureMgrWebLink link in the Web Management Agents
|
||
to manage the enclosure.
|
||
|
||
degraded(3)
|
||
The enclosure manager is in a degraded state. Follow the
|
||
cpqSiRackEnclosureMgrWebLink link in the Web Management Agents
|
||
to manage the enclosure.
|
||
|
||
failed(4)
|
||
The enclosure manager is in a failed state. Follow the
|
||
cpqSiRackEnclosureMgrWebLink link in the Web Management Agents
|
||
to manage the enclosure."
|
||
::= { cpqSiRackEnclosureMgrEntry 5 }
|
||
|
||
|
||
cpqSiHoodRemoved TRAP-TYPE
|
||
ENTERPRISE compaq
|
||
VARIABLES { sysName, cpqHoTrapFlags }
|
||
|
||
--#TYPE "System hood is removed"
|
||
|
||
--#SUMMARY "Hood is removed from unit."
|
||
|
||
--#ARGUMENTS {}
|
||
|
||
--#SEVERITY MAJOR
|
||
|
||
--#TIMEINDEX 99
|
||
|
||
--#STATE DEGRADED
|
||
DESCRIPTION "System hood is removed.
|
||
|
||
The hood status has been set to removed. The
|
||
system's hood is not in a properly installed state. This
|
||
situation may result in improper cooling of the system due
|
||
to air flow changes caused by the missing hood.
|
||
|
||
User Action: Replace the cover (hood), ensure the system's cover
|
||
is properly installed. Verify the system is in working order."
|
||
::= 2001
|
||
|
||
|
||
cpqSiMonitorConditionOK TRAP-TYPE
|
||
ENTERPRISE compaq
|
||
VARIABLES { sysName, cpqHoTrapFlags, cpqSiMonitorIndex }
|
||
|
||
--#TYPE "Monitor Condition OK"
|
||
|
||
--#SUMMARY "The monitor's condition has been set to OK."
|
||
|
||
--#ARGUMENTS {}
|
||
|
||
--#SEVERITY INFORMATIONAL
|
||
|
||
--#TIMEINDEX 99
|
||
|
||
--#STATE OPERATIONAL
|
||
DESCRIPTION "Fault reporting features have returned to within their normal
|
||
operating range for the monitor indicated by cpqSiMonitorIndex.
|
||
The monitor's condition has been set to OK.
|
||
|
||
User Action: None."
|
||
::= 2002
|
||
|
||
|
||
cpqSiMonitorConditionDegraded TRAP-TYPE
|
||
ENTERPRISE compaq
|
||
VARIABLES { sysName, cpqHoTrapFlags, cpqSiMonitorIndex }
|
||
|
||
--#TYPE "Monitor Condition Degraded"
|
||
|
||
--#SUMMARY "The monitor's condition has been set to degraded."
|
||
|
||
--#ARGUMENTS {}
|
||
|
||
--#SEVERITY MINOR
|
||
|
||
--#TIMEINDEX 99
|
||
|
||
--#STATE DEGRADED
|
||
DESCRIPTION "A fault reporting feature has exceeded normal limits for
|
||
the monitor indicated by the cpqSiMonitorIndex. The monitor's
|
||
condition is degraded due to the internal temperature exceeding
|
||
normal operating limits. The monitor is still useable, but
|
||
action should be taken to return the condition to OK.
|
||
|
||
User Action: Physically check for obstructions to air flow around
|
||
the monitor. Check the thermostat in the room that the system
|
||
occupies. Allow the monitor to cool by turning off the monitor
|
||
for 5 minutes then turn the monitor back on. After the monitor
|
||
cools, another alarm indicating an improving condition, such as
|
||
Monitor OK, will be issued."
|
||
::= 2003
|
||
|
||
|
||
cpqSiMonitorConditionFailed TRAP-TYPE
|
||
ENTERPRISE compaq
|
||
VARIABLES { sysName, cpqHoTrapFlags, cpqSiMonitorIndex }
|
||
|
||
--#TYPE "Monitor Condition Failed"
|
||
|
||
--#SUMMARY "The monitor's condition has been set to failed."
|
||
|
||
--#ARGUMENTS {}
|
||
|
||
--#SEVERITY CRITICAL
|
||
|
||
--#TIMEINDEX 99
|
||
|
||
--#STATE NONOPERATIONAL
|
||
DESCRIPTION "A fault reporting feature has exceeded normal limits in the
|
||
monitor indicated by the cpqSiMonitorIndex. The monitor's
|
||
condition has been set to failed due to an operational feature
|
||
exceeding normal operating limits. The monitor will not be
|
||
useable and should be replaced.
|
||
|
||
User Action: Make a note of the monitor model number and serial
|
||
number. Replace the monitor.
|
||
|
||
Refer to the appropriate Maintenance and Service Guide for
|
||
detailed information on a component replacement."
|
||
::= 2004
|
||
|
||
|
||
cpqSiCorrMemErrStatusDegraded TRAP-TYPE
|
||
ENTERPRISE compaq
|
||
VARIABLES { sysName, cpqHoTrapFlags, cpqSiMemErrorIndex }
|
||
|
||
--#TYPE "Excessive Correctable Memory Errors"
|
||
|
||
--#SUMMARY "The Memory Module %d ECC status has been set to degraded."
|
||
|
||
--#ARGUMENTS {3}
|
||
|
||
--#SEVERITY MINOR
|
||
|
||
--#TIMEINDEX 99
|
||
|
||
--#STATE DEGRADED
|
||
DESCRIPTION "Correctable memory error count has exceeded the threshold for the
|
||
memory module indicated by the 'cpqSiMemErrorIndex' variable.
|
||
The appropriate cpqSiMemModuleECCStatus has been set to degraded.
|
||
|
||
User Action: For Desktops, the System Administrator should run
|
||
the F10 Diagnostics on this system and select RAM LONG TEST. If
|
||
it is determined that a module needs replacing, schedule
|
||
maintenance for the system and replace the failed memory module.
|
||
|
||
Refer to the appropriate Maintenance and Service Guide for detailed
|
||
information on a component replacement."
|
||
::= 2005
|
||
|
||
|
||
cpqSiCorrMemErrStatusOk TRAP-TYPE
|
||
ENTERPRISE compaq
|
||
VARIABLES { sysName, cpqHoTrapFlags, cpqSiMemErrorIndex }
|
||
|
||
--#TYPE "Correctable Memory Errors Count OK"
|
||
|
||
--#SUMMARY "The Memory Module %d ECC status has been set to OK."
|
||
|
||
--#ARGUMENTS {3}
|
||
|
||
--#SEVERITY INFORMATIONAL
|
||
|
||
--#TIMEINDEX 99
|
||
|
||
--#STATE OPERATIONAL
|
||
DESCRIPTION "Correctable memory error count is now below the threshold for the
|
||
memory module indicated by the 'cpqSiMemErrorIndex' variable. The
|
||
appropriate cpqSiMemModuleECCStatus has been set to ok.
|
||
|
||
User Action: None."
|
||
::= 2006
|
||
|
||
|
||
cpqSiMemConfigChange TRAP-TYPE
|
||
ENTERPRISE compaq
|
||
VARIABLES { sysName, cpqHoTrapFlags, cpqSiMemConfigChangeData }
|
||
|
||
--#TYPE "Memory modules have changed"
|
||
|
||
--#SUMMARY "The system's memory configuration has changed."
|
||
|
||
--#ARGUMENTS {}
|
||
|
||
--#SEVERITY INFORMATIONAL
|
||
|
||
--#TIMEINDEX 99
|
||
|
||
--#STATE OPERATIONAL
|
||
DESCRIPTION "A memory configuration change has occured. CpqSiMemConfigChangeData
|
||
will indicate which memory modules slots have changed.
|
||
|
||
User Action: You may want to verify a valid reason for a memory
|
||
configuration to have occurred. If system issuing the alert is
|
||
a Desktop running NT, the memory configuration change information
|
||
is also logged in the NT System Log."
|
||
::= 2007
|
||
|
||
|
||
cpqSiHotPlugSlotBoardRemoved TRAP-TYPE
|
||
ENTERPRISE compaq
|
||
VARIABLES { sysName, cpqHoTrapFlags, cpqSiHotPlugSlotChassis, cpqSiHotPlugSlotIndex }
|
||
|
||
--#TYPE "Hot Plug Slot Board Removed"
|
||
|
||
--#SUMMARY "Hot Plug Slot Board Removed from Chassis %d, Slot %d."
|
||
|
||
--#ARGUMENTS {2, 3}
|
||
|
||
--#SEVERITY INFORMATIONAL
|
||
|
||
--#TIMEINDEX 99
|
||
|
||
--#STATE OPERATIONAL
|
||
DESCRIPTION "Hot Plug Slot Board Removed.
|
||
|
||
A Hot Plug Slot Board has been removed from the specified
|
||
chassis and slot.
|
||
|
||
User Action: None."
|
||
::= 2008
|
||
|
||
|
||
cpqSiHotPlugSlotBoardInserted TRAP-TYPE
|
||
ENTERPRISE compaq
|
||
VARIABLES { sysName, cpqHoTrapFlags, cpqSiHotPlugSlotChassis, cpqSiHotPlugSlotIndex }
|
||
|
||
--#TYPE "Hot Plug Slot Board Inserted"
|
||
|
||
--#SUMMARY "Hot Plug Slot Board Inserted into Chassis %d, Slot %d."
|
||
|
||
--#ARGUMENTS {2, 3}
|
||
|
||
--#SEVERITY INFORMATIONAL
|
||
|
||
--#TIMEINDEX 99
|
||
|
||
--#STATE OPERATIONAL
|
||
DESCRIPTION "Hot Plug Slot Board Inserted.
|
||
|
||
A Hot Plug Slot Board has been inserted into the specified
|
||
chassis and slot.
|
||
|
||
User Action: None."
|
||
::= 2009
|
||
|
||
|
||
cpqSiHotPlugSlotPowerUpFailed TRAP-TYPE
|
||
ENTERPRISE compaq
|
||
VARIABLES { sysName, cpqHoTrapFlags, cpqSiHotPlugSlotChassis, cpqSiHotPlugSlotIndex, cpqSiHotPlugSlotErrorStatus }
|
||
|
||
--#TYPE "Hot Plug Slot Board Failed"
|
||
|
||
--#SUMMARY "Hot Plug Slot Board Failed in Chassis %d, Slot %d, Error %d."
|
||
|
||
--#ARGUMENTS {2, 3, 4}
|
||
|
||
--#SEVERITY CRITICAL
|
||
|
||
--#TIMEINDEX 99
|
||
|
||
--#STATE FAILED
|
||
DESCRIPTION "Hot Plug Slot Board Failed Power-Up.
|
||
|
||
A Hot Plug Slot Board has failed to power-up in the specified
|
||
chassis and slot.
|
||
|
||
User Action: Insure the board and all cables are installed
|
||
correctly and the board type and revision are the same as
|
||
the replaced board."
|
||
::= 2010
|
||
|
||
|
||
cpqSiSysBatteryFailure TRAP-TYPE
|
||
ENTERPRISE compaq
|
||
VARIABLES { sysName, cpqHoTrapFlags, cpqSiSysBatteryIndex, cpqSiSysBatterySerialNum }
|
||
|
||
--#TYPE "Battery Failure"
|
||
|
||
--#SUMMARY "Battery %d has failed."
|
||
|
||
--#ARGUMENTS {2}
|
||
|
||
--#SEVERITY MAJOR
|
||
|
||
--#TIMEINDEX 99
|
||
|
||
--#STATE DEGRADED
|
||
DESCRIPTION "The battery indicated by cpqSiSysBatteryIndex has failed
|
||
and must be replaced.
|
||
|
||
User Action: Contact your System Administrator or
|
||
Compaq Authorized Reseller to order a replacement battery.
|
||
Recycle your old battery. For proper disposal information,
|
||
refer to the documentation that came with your computer."
|
||
::= 2011
|
||
|
||
|
||
cpqSiSysBatteryChargingDegraded TRAP-TYPE
|
||
ENTERPRISE compaq
|
||
VARIABLES { sysName, cpqHoTrapFlags, cpqSiSysBatteryIndex, cpqSiSysBatterySerialNum }
|
||
|
||
--#TYPE "Battery Charging Degradation"
|
||
|
||
--#SUMMARY "Battery %d has degraded charging capacity."
|
||
|
||
--#ARGUMENTS {2}
|
||
|
||
--#SEVERITY MAJOR
|
||
|
||
--#TIMEINDEX 99
|
||
|
||
--#STATE DEGRADED
|
||
DESCRIPTION "Significant battery degradation has occurred with battery
|
||
indicated by cpqSiSysBatteryIndex. The battery can
|
||
no longer be fully recharged.
|
||
|
||
User Action: If using multiple batteries, run
|
||
Compaq Power Conservation Utility to identify the
|
||
battery location. Contact your System Administrator
|
||
or Compaq Authorized Reseller to order a replacement
|
||
battery."
|
||
::= 2012
|
||
|
||
|
||
cpqSiSysBatteryCalibrationError TRAP-TYPE
|
||
ENTERPRISE compaq
|
||
VARIABLES { sysName, cpqHoTrapFlags, cpqSiSysBatteryIndex, cpqSiSysBatterySerialNum }
|
||
|
||
--#TYPE "Battery Calibration Error"
|
||
|
||
--#SUMMARY "Battery %d has calibration error."
|
||
|
||
--#ARGUMENTS {2}
|
||
|
||
--#SEVERITY MAJOR
|
||
|
||
--#TIMEINDEX 99
|
||
|
||
--#STATE DEGRADED
|
||
DESCRIPTION "Calibration is needed with battery
|
||
indicated by cpqSiSysBatteryIndex. The battery can
|
||
not correctly indicate capacity.
|
||
|
||
User Action: Run Compaq Power Conservation Utility. Contact
|
||
your System Administrator or Compaq Authorized Reseller to
|
||
order a replacement battery."
|
||
::= 2013
|
||
|
||
|
||
END
|
||
|