SystemManager-MIB
AI MIB Summary
Standard SNMP MIB module defining data structures for SystemManager-MIB.
611
Objects
Active
Status
3
Dependencies
Imported Objects
Objects
611 total| Object Name |
|---|
hitachi OBJECT IDENTIFIER .1.3.6.1.4.1.116 |
RFC1155-SMI Unknown .1.3.6.1.4.1.116 |
systemExMib OBJECT IDENTIFIER .1.3.6.1.4.1.116.5 |
systemManagerMibs OBJECT IDENTIFIER .1.3.6.1.4.1.116.5.21 |
information OBJECT IDENTIFIER .1.3.6.1.4.1.116.5.21.1 |
hitachiSM-SAGroupsDefinition OBJECT IDENTIFIER .1.3.6.1.4.1.116.5.21.1.1 |
componentid Componentid .1.3.6.1.4.1.116.5.21.1.1.1 |
productProduct name for this system. It is expressed in the form of string
(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.1.1.1.2 |
versionVersion number of this system. It is expressed in the form of string
(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.1.1.1.3 |
installationThe time and date when this component was installed. It is expressed in
the form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.1.1.1.5 |
verifyA code that provides a level of verification that the component is still
installed and working. It is indicated by a integer value as follows
(hexadecimal).
0x00 = An error occurred; check status code.
0x01 = This component does not exist.
0x02 = Verification is not supported.
0x03 = Reserved.
0x04 = This component exists, but the functionality is untested.
0x05 = This component exists, but the functionality is unknown.
0x06 = This component exists, and is not functioning correctly.
0x07 = This component exists, and is functioning correctly.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.1.6 |
operatingSystem OBJECT IDENTIFIER .1.3.6.1.4.1.116.5.21.1.1.3 |
operatingSystemTable SEQUENCE OF OperatingSystem .1.3.6.1.4.1.116.5.21.1.1.3.1 |
operatingSystemEntry OperatingSystem .1.3.6.1.4.1.116.5.21.1.1.3.1.1 |
operatingSystemIndexThe index into the operating system table.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.3.1.1.1 |
operatingSystemNameThe name of this operating system. It is expressed in the form of string
(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.1.1.3.1.1.2 |
operatingSystemVersionThe version number of this operating system. It is expressed in the form
of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.1.1.3.1.1.3 |
primaryOperatingSystemIf true, this is the primary operating system. It is indicated by a
integer value as follows (hexadecimal).
0x00 = False
0x01 = Truero INTEGER .1.3.6.1.4.1.116.5.21.1.1.3.1.1.4 |
operatingSystemBootDeviceStorageTypeAn index into the Disks Table to indicate the device from which this
operating system was booted. To fully access the Disks Table, this index
must be combined with the attribute Boot Device Index. It is indicated by
a integer value as follows (hexadecimal).
0x01 = Other
0x02 = Unknown
0x03 = Hard Disk
0x04 = Floppy Disk
0x05 = Optical ROM
0x06 = Optical WORM
0x07 = Optical RW
0x08 = Compact Disk
0x09 = Flash Disk
0x0A = Bernoulli
0x0B = Optical Floppy Diskro INTEGER .1.3.6.1.4.1.116.5.21.1.1.3.1.1.5 |
operatingSystemBootDeviceIndexAn index into the Disks Table.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.3.1.1.6 |
operatingSystemBootPartitionIndexAn index into the Partition table indicating the partition from which
this operating system booted.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.3.1.1.7 |
operatingSystemDescriptionA description of this operating system. It is expressed in the form of
string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.1.1.3.1.1.8 |
systemBios OBJECT IDENTIFIER .1.3.6.1.4.1.116.5.21.1.1.4 |
systemBiosTable SEQUENCE OF SystemBios .1.3.6.1.4.1.116.5.21.1.1.4.1 |
systemBiosEntry SystemBios .1.3.6.1.4.1.116.5.21.1.1.4.1.1 |
biosIndexThe index into the system BIOS table.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.4.1.1.1 |
biosManufacturerThe name of the company that wrote this System BIOS. It is expressed in
the form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.1.1.4.1.1.2 |
biosVersionThe version number or version string of this BIOS. It is expressed in the
form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.1.1.4.1.1.3 |
biosRomSizeThe physical size of this BIOS ROM device in kilobytes.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.4.1.1.4 |
biosStartingAddressThe starting physical address for the memory which the BIOS occupies. It
is indicated by a 8bytes value laid out as big endian (byte 0 is the most
significant, byte 7 is the least significant).ro OCTET STRING .1.3.6.1.4.1.116.5.21.1.1.4.1.1.5 |
biosEndingAddressThe ending physical address for the memory which the BIOS occupies. It is
indicated by a 8bytes value laid out as big endian (byte 0 is the most
significant, byte 7 is the least significant).ro OCTET STRING .1.3.6.1.4.1.116.5.21.1.1.4.1.1.6 |
biosLoaderVersionThe BIOS flash loader version number or string. It is expressed in the
form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.1.1.4.1.1.7 |
biosReleaseDateThe BIOS release date. It is expressed in the form of string
(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.1.1.4.1.1.8 |
primaryBiosIf true, this is the primary System BIOS. It is indicated by a integer
value as follows (hexadecimal).
0x00 = False
0x01 = Truero INTEGER .1.3.6.1.4.1.116.5.21.1.1.4.1.1.9 |
processor OBJECT IDENTIFIER .1.3.6.1.4.1.116.5.21.1.1.6 |
processorTable SEQUENCE OF Processor .1.3.6.1.4.1.116.5.21.1.1.6.1 |
processorEntry Processor .1.3.6.1.4.1.116.5.21.1.1.6.1.1 |
processorTypeThe type of processor currently in the system. It is indicated by a
integer value as follows (hexadecimal).
0x01 = Other
0x02 = Unknown
0x03 = Central Processor
0x04 = Math Processor
0x05 = DSP Processor
0x06 = Video Processorro INTEGER .1.3.6.1.4.1.116.5.21.1.1.6.1.1.2 |
processorFamilyThe family of processors to which this processor belongs. It is indicated
by a integer value as follows (hexadecimal).
0x01 = Other
0x02 = Unknown
0x03 = 8086
0x04 = 80286
0x05 = 80386
0x06 = 80486
0x07 = 8087
0x08 = 80287
0x09 = 80387
0x0A = 80487
0x0B = Pentium Family
0x0C = Pentium Pro
0x12 = M1 Family
0x19 = K5 Family
0x20 = Power PC Family
0x21 = Power PC 601
0x22 = Power PC 603
0x23 = Power PC 603+
0x24 = Power PC 604
0x30 = Alpha Family
0x40 = MIPS Family
0x50 = SPARC Family
0x60 = 68040
0x61 = 68xxx Family
0x62 = 68000
0x63 = 68010
0x64 = 68020
0x65 = 68030
0x70 = Hobbit Family
0x80 = Weitek
0x90 = PA-RISC Family
0xA0 = V30 Familyro INTEGER .1.3.6.1.4.1.116.5.21.1.1.6.1.1.3 |
processorVersionInformationThe version number or string for this processor. It is expressed in the
form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.1.1.6.1.1.4 |
maximumSpeedThe maximum speed (in MHz) of this processor.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.6.1.1.5 |
currentSpeedThe current speed (in MHz) of this processor.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.6.1.1.6 |
processorUpgradeThe method by which this processor can be upgraded, if upgrades are
supported. It is indicated by a integer value as follows (hexadecimal).
0x01 = Other
0x02 = Unknown
0x03 = Daughter Board
0x04 = ZIF Socket
0x05 = Replacement/Piggy Back
0x06 = None
0x07 = LIF Socketro INTEGER .1.3.6.1.4.1.116.5.21.1.1.6.1.1.7 |
level1CacheIndexAn index into the System Cache table that identifies the entry that
describes the L1 cache for this processor. If more than one processor
points to the same cache entry this means they share that cache.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.6.1.1.10 |
level2CacheIndexAn index into the System Cache table that identifies the entry that
describes the L2 cache for this processor If more than one processor
points to the same cache entry this means they share that cache.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.6.1.1.11 |
level3CacheIndexAn index into the System Cache table that identifies the entry that
describes the L3 cache for this processor. If more than one processor
points to the same cache entry this means they share that cache.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.6.1.1.12 |
motherboard Motherboard .1.3.6.1.4.1.116.5.21.1.1.7 |
numberOfExpansionSlotsThe total number of expansion slots which physically exist on the
motherboard whether occupied or not (see System Slots group).ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.7.1 |
systemCache OBJECT IDENTIFIER .1.3.6.1.4.1.116.5.21.1.1.10 |
systemCacheTable SEQUENCE OF SystemCache .1.3.6.1.4.1.116.5.21.1.1.10.1 |
systemCacheEntry SystemCache .1.3.6.1.4.1.116.5.21.1.1.10.1.1 |
systemCacheIndexAn index into the System Cache table.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.10.1.1.1 |
systemCacheLevelIs this the primary System Cache, or a subsidiary cache? It is indicated
by a integer value as follows (hexadecimal).
0x01 = Other
0x02 = Unknown
0x03 = Primary
0x04 = Secondary
0x05 = Tertiaryro INTEGER .1.3.6.1.4.1.116.5.21.1.1.10.1.1.2 |
systemCacheSpeedThe speed of this System Cache module in nanoseconds.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.10.1.1.3 |
systemCacheSizeThe size of this System Cache module in kilobytes.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.10.1.1.4 |
systemCacheWritePolicyIs this a write-back or a write-through cache? It is indicated by a
integer value as follows (hexadecimal).
0x01 = Other
0x02 = Unknown
0x03 = Write Back
0x04 = Write Throughro INTEGER .1.3.6.1.4.1.116.5.21.1.1.10.1.1.5 |
systemCacheErrorCorrectionThe error correction scheme supported by this cache component. It is
indicated by a integer value as follows (hexadecimal).
0x01 = Other
0x02 = Unknown
0x03 = None
0x04 = Parity
0x05 = Single Bit ECC
0x06 = MultiBit ECCro INTEGER .1.3.6.1.4.1.116.5.21.1.1.10.1.1.6 |
systemCacheTypeThis defines the system cache type. It is indicated by a integer value as
follows (hexadecimal).
0x01 = Other
0x02 = Unknown
0x03 = Instruction
0x04 = Data
0x05 = Unifiedro INTEGER .1.3.6.1.4.1.116.5.21.1.1.10.1.1.9 |
powerSupply OBJECT IDENTIFIER .1.3.6.1.4.1.116.5.21.1.1.17 |
powerSupplyTable SEQUENCE OF PowerSupply .1.3.6.1.4.1.116.5.21.1.1.17.1 |
powerSupplyEntry PowerSupply .1.3.6.1.4.1.116.5.21.1.1.17.1.1 |
powerUnitIndexThis is the ID of the Power Unit (logical power supply) to which this
Power Supply belongs. This value matches up with the Power Unit Table
Index attribute defined in the Power Unit Globe Table.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.17.1.1.4 |
powerSupplyTypeThis attribute describes the type of Power Supply, e.g. Linear,
Switching, Battery, etc. It is indicated by a integer value as follows
(hexadecimal).
0x01 = Other
0x02 = Unknown
0x03 = Linear
0x04 = Switching
0x05 = Battery
0x06 = UPS
0x07 = Converter
0x08 = Regulatorro INTEGER .1.3.6.1.4.1.116.5.21.1.1.17.1.1.5 |
inputVoltageCapabilityDescriptionAn expanded description of the Input Voltage Capability for this Power
Supply. It is expressed in the form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.1.1.17.1.1.6 |
range1InputVoltageLowThe low voltage of Input Voltage Range 1 for this Power Supply, in
millivolts. A value of 0x80000000 denotes 'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.17.1.1.7 |
range1InputVoltageHighThe high voltage of Input Voltage Range 1 for this Power Supply, in
millivolts. A value of 0x80000000 denotes 'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.17.1.1.8 |
range1VoltageProbeIndexIndex into the Voltage Probe table identifying the voltage probe
monitoring this input range. 0 indicates no probe provided.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.17.1.1.9 |
range1ElectricalCurrentProbeIndexIndex into the Elelctrical Current Probe table identifying the Electrical
current probe monitoring this input range. 0 indicates no probe
provided.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.17.1.1.10 |
range2InputVoltageLowThe low voltage of Input Voltage Range 2 for this Power Supply, in
millivolts. A value of 0x80000000 denotes 'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.17.1.1.11 |
range2InputVoltageHighThe high voltage of Input Voltage Range 2 for this Power Supply, in
millivolts. A value of 0x80000000 denotes 'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.17.1.1.12 |
range2VoltageProbeIndexIndex into the Voltage Probe table identifying the voltage probe
monitoring this input range. 0 indicates no probe provided.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.17.1.1.13 |
range2CurrentProbeIndexIndex into the Current Probe table identifying the current probe
monitoring this input range. 0 indicates no probe provided.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.17.1.1.14 |
activeInputVoltageRangeThe value of this attribute indicates which input voltage range of this
Power Supply is currently active. It is indicated by a integer value as
follows (hexadecimal).
0x01 = Other
0x02 = Unknown
0x03 = Range 1
0x04 = Range 2
0x05 = Bothro INTEGER .1.3.6.1.4.1.116.5.21.1.1.17.1.1.15 |
inputVoltageRangeSwitchingThis attribute describes the kind of input voltage range switching that
is implemented in this power supply. It is indicated by a integer value
as follows (hexadecimal).
0x01 = Other
0x02 = Unknown
0x03 = Manual
0x04 = Autoswitch
0x05 = Wide Range
0x06 = Not Applicablero INTEGER .1.3.6.1.4.1.116.5.21.1.1.17.1.1.16 |
range1InputFrequencyLowThe frequency at the low end of this power supply's Input Frequency Range
1. A value of zero implies DC. A value of 0x80000000 denotes 'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.17.1.1.17 |
range1InputFrequencyHighThe frequency at the high end of this power supply's Input Frequency
Range 1. A value of zero implies DC. A value of 0x80000000 denotes
'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.17.1.1.18 |
range2InputFrequencyLowThe frequency at the low end of this power supply's Input Frequency Range
2. A value of zero implies DC. A value of 0x80000000 denotes 'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.17.1.1.19 |
range2InputFrequencyHighThe frequency at the high end of this power supply's Input Frequency
Range 2. A value of zero implies DC. A value of 0x80000000 denotes
'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.17.1.1.20 |
totalOutputPowerThis attribute value represents the total output power of this power
supply in milliWatts. 0x80000000 denotes 'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.17.1.1.21 |
coolingDevice OBJECT IDENTIFIER .1.3.6.1.4.1.116.5.21.1.1.18 |
coolingDeviceTable SEQUENCE OF CoolingDevice .1.3.6.1.4.1.116.5.21.1.1.18.1 |
coolingDeviceEntry CoolingDevice .1.3.6.1.4.1.116.5.21.1.1.18.1.1 |
coolingDeviceTableIndexAn index into the cooling device table.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.18.1.1.1 |
coolingUnitIndexThis is the ID of the Cooling Unit (logical cooling device) of which this
Cooling Device is a part. This value matches up with the Cooling Unit
Table Index attribute defined in the Cooling Unit Globe Table.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.18.1.1.4 |
coolingDeviceTypeThe type of Cooling Device that this is e.g. Fan, Heat Pipe, etc. It is
indicated by a integer value as follows (hexadecimal).
0x01 = Other
0x02 = Unknown
0x03 = Fan
0x04 = Centrifugal Blower
0x05 = Chip Fan
0x06 = Cabinet Fan
0x07 = Power Supply Fan
0x08 = Heat Pipe
0x09 = Integrated Refrigeration
0x20 = Active Cooling
0x21 = Passive Coolingro INTEGER .1.3.6.1.4.1.116.5.21.1.1.18.1.1.5 |
disks OBJECT IDENTIFIER .1.3.6.1.4.1.116.5.21.1.1.23 |
disksTable SEQUENCE OF Disks .1.3.6.1.4.1.116.5.21.1.1.23.1 |
disksEntry Disks .1.3.6.1.4.1.116.5.21.1.1.23.1.1 |
storageTypeThe type of this mass storage device. It is indicated by a integer value
as follows (hexadecimal).
0x01 = Other
0x02 = Unknown
0x03 = Hard Disk
0x04 = Floppy Disk
0x05 = Optical ROM
0x06 = Optical WORM
0x07 = Optical RW
0x08 = Compact Disk
0x09 = Flash Disk
0x0A = Bernoulli
0x0B = Optical Floppy Diskro INTEGER .1.3.6.1.4.1.116.5.21.1.1.23.1.1.1 |
storageInterfaceTypeThe interface used by this mass storage device. It is indicated by a
integer value as follows (hexadecimal).
0x01 = Other
0x02 = Unknown
0x03 = SCSI
0x04 = ESDI
0x05 = IDE
0x06 = CMD
0x07 = IPI
0x08 = ST506
0x09 = DSSI
0x0A = Parallel Port
0x0B = HIPPI
0x0C = QIC2
0x0D = Floppy Disk Interface
0x0E = PCMCIA
0x0F = Enhanced ATA/IDEro INTEGER .1.3.6.1.4.1.116.5.21.1.1.23.1.1.3 |
interfaceDescriptionA longer description of the mass storage interface. For example, SCSI2
fast wide. It is expressed in the form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.1.1.23.1.1.4 |
mediaLoadedIf true, the media is loaded. It is indicated by a integer value as
follows (hexadecimal).
0x00 = False
0x01 = Truero INTEGER .1.3.6.1.4.1.116.5.21.1.1.23.1.1.5 |
removableDriveIf true, this drive is removable. It is indicated by a integer value as
follows (hexadecimal).
0x00 = False
0x01 = Truero INTEGER .1.3.6.1.4.1.116.5.21.1.1.23.1.1.6 |
removableMediaIf true, the media in this drive is removable. It is indicated by a
integer value as follows (hexadecimal).
0x00 = False
0x01 = Truero INTEGER .1.3.6.1.4.1.116.5.21.1.1.23.1.1.7 |
logicalUnitNumberThe logical unit number of this SCSI device.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.23.1.1.9 |
numberOfPhysicalCylindersThe number of reported physical cylinders on this device.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.23.1.1.10 |
numberOfPhysicalSectorsPerTrackThe number of reported physical sectors per track for this device.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.23.1.1.11 |
numberOfPhysicalHeadsThe number of reported physical heads for this device.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.23.1.1.12 |
physicalCylinderForWritePrecompensationSpecifies the physical cylinder used for write precompensation on this
device.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.23.1.1.13 |
physicalCylinderForLandingZoneThe physical landing zone cylinder of this device.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.23.1.1.14 |
sectorSizeThe size in bytes of the physical disk sector or logical block as
reported by the disk.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.23.1.1.15 |
totalPhysicalSizeThe total size in kilobytes (1024 bytes) of this device that is available
to users.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.23.1.1.16 |
numberOfCurrentBadBlocksOrSectorsThe number of current bad blocks or sectors to include total of both
factory assigned and grown defects.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.23.1.1.17 |
partitionsThe number of partitions on this storage unit.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.23.1.1.18 |
physicalLocationThe physical location of this disk drive assembly relative to the system
enclosure. It is indicated by a integer value as follows (hexadecimal).
0x01 = Other
0x02 = Unknown
0x03 = Internal
0x04 = Externalro INTEGER .1.3.6.1.4.1.116.5.21.1.1.23.1.1.19 |
diskController OBJECT IDENTIFIER .1.3.6.1.4.1.116.5.21.1.1.26 |
diskControllerTable SEQUENCE OF DiskController .1.3.6.1.4.1.116.5.21.1.1.26.1 |
diskControllerEntry DiskController .1.3.6.1.4.1.116.5.21.1.1.26.1.1 |
systemSlotIndexIndex value in System Slot table of disk Controller. 0 = no slot.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.26.1.1.4 |
diskControllerIdentificationName, brand and hardware revision level of the disk controller. It is
expressed in the form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.1.1.26.1.1.5 |
controllerSoftwareRevisionLevelLevel and version of the software associated with this controller. It is
expressed in the form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.1.1.26.1.1.6 |
controllerChannelCountThe number of channels supported by this controller. 0x80000000 =
Unknown.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.26.1.1.7 |
controllerMaximumDevicesThe maximum number of devices for all channels which can be controlled by
this disk controller. 0x80000000 = Unknown.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.26.1.1.8 |
logicalDrives OBJECT IDENTIFIER .1.3.6.1.4.1.116.5.21.1.1.27 |
logicalDrivesTable SEQUENCE OF LogicalDrives .1.3.6.1.4.1.116.5.21.1.1.27.1 |
logicalDrivesEntry LogicalDrives .1.3.6.1.4.1.116.5.21.1.1.27.1.1 |
logicalDriveNameName used by the system to identify this logical drive. For DOS, this
could be the logical drive letter (A, B, C...). It is expressed in the
form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.1.1.27.1.1.2 |
logicalDriveTypeThis defines the logical drive type. It is indicated by a integer value
as follows (hexadecimal).
0x01 = Other
0x02 = Unknown
0x03 = Fixed Drive
0x04 = Removable Drive
0x05 = Remote Drive
0x06 = CDROM
0x07 = Floppy Drive
0x08 = RAM Drive
0x09 = Drive Arrayro INTEGER .1.3.6.1.4.1.116.5.21.1.1.27.1.1.3 |
logicalDriveSizeThe size of this logical drive in kilobytes.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.27.1.1.4 |
freeLogicalDriveSizeThe remaining space on this logical drive in kilobytes.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.27.1.1.5 |
logicalDrivePathThe path used to access this logical drive (for remote drives). It is
expressed in the form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.1.1.27.1.1.6 |
keyboard Keyboard .1.3.6.1.4.1.116.5.21.1.1.29 |
keyboardLayoutA description of the layout of this keyboard. It is expressed in the form
of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.1.1.29.1 |
keyboardTypeThe type description of this keyboard. It is expressed in the form of
string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.1.1.29.2 |
keyboardConnectorTypeThe type of keyboard connector used by this keyboard. It is indicated by
a integer value as follows (hexadecimal).
0x01 = Other
0x02 = Unknown
0x03 = Mini-Din
0x04 = Micro-Din
0x05 = PS/2
0x06 = Infrared
0x07 = HP-HIL
0x08 = DB-9
0x09 = Access Bus
0xA0 = PC-98ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.29.3 |
securitySettingsEnum describing the current hardware security settings on this device. It
is indicated by a integer value as follows (hexadecimal).
0x01 = Other
0x02 = Unknown
0x03 = None
0x04 = External Interface Locked Out
0x05 = External Interface Enabledro INTEGER .1.3.6.1.4.1.116.5.21.1.1.29.6 |
fieldReplaceableUnit OBJECT IDENTIFIER .1.3.6.1.4.1.116.5.21.1.1.30 |
fieldReplaceableUnitTable SEQUENCE OF FieldReplaceableUnit .1.3.6.1.4.1.116.5.21.1.1.30.1 |
fieldReplaceableUnitEntry FieldReplaceableUnit .1.3.6.1.4.1.116.5.21.1.1.30.1.1 |
fruIndexThe index into the Field Replaceable Unit table.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.30.1.1.1 |
descriptionA clear description of this Field Replaceable Unit. It is expressed in
the form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.1.1.30.1.1.3 |
manufacturerThe name of the company manufacturing or providing this Field Replaceable
Unit. It is expressed in the form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.1.1.30.1.1.4 |
modelThe manufacturer's model number for this Field Replaceable Unit. It is
expressed in the form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.1.1.30.1.1.5 |
partNumberA part number by which a replacement part can be ordered for this Field
Replaceable Unit. It is expressed in the form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.1.1.30.1.1.6 |
fruSerialNumberThe manufacturer's serial number for this Field Replaceable Unit. It is
expressed in the form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.1.1.30.1.1.7 |
revisionLevelThe revision level of this Field Replaceable Unit. It is expressed in the
form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.1.1.30.1.1.8 |
warrantyStartDateThe start date of the service warranty for this Field Replaceable Unit.
It is expressed in the form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.1.1.30.1.1.9 |
warrantyDurationThe total duration of this Field Replaceable Unit warranty in months.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.30.1.1.10 |
supportPhoneNumberThe phone number(s) for support for this Field Replaceable Unit. It is
expressed in the form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.1.1.30.1.1.11 |
fruInternetUniformResourceLocatorThe Internet Uniform Resource Locator string that can be used through a
World Wide Web browser to obtain further information about this FRU. It
is expressed in the form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.1.1.30.1.1.12 |
operationalState OBJECT IDENTIFIER .1.3.6.1.4.1.116.5.21.1.1.31 |
operationalStateTable SEQUENCE OF OperationalState .1.3.6.1.4.1.116.5.21.1.1.31.1 |
operationalStateEntry OperationalState .1.3.6.1.4.1.116.5.21.1.1.31.1.1 |
operationalStateInstanceIndexThe Index into the Operational State table.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.31.1.1.1 |
deviceGroupIndexThe group ID of the group referencing this instance.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.31.1.1.2 |
operationalStatusThe operational status of the Device Group instance. It is indicated by a
integer value as follows (hexadecimal).
0x01 = Other
0x02 = Unknown
0x03 = Enabled
0x04 = Disabled
0x05 = Not Applicablero INTEGER .1.3.6.1.4.1.116.5.21.1.1.31.1.1.3 |
usageStateThe usage state of the Device Group instance. It is indicated by a
integer value as follows (hexadecimal).
0x01 = Other
0x02 = Unknown
0x03 = Idle
0x04 = Active
0x05 = Busy
0x06 = Not Applicablero INTEGER .1.3.6.1.4.1.116.5.21.1.1.31.1.1.4 |
availabilityStatusThe availability status of the Device Group instance. It is indicated by
a integer value as follows (hexadecimal).
0x01 = Other
0x02 = Unknown
0x03 = Running
0x04 = Warning
0x05 = In Test
0x06 = Not Applicable
0x07 = Power Off
0x08 = Off Line
0x09 = Off Duty
0x0A = Degraded
0x0B = Not Installed
0x0C = Install Error
0x0D = Power Savero INTEGER .1.3.6.1.4.1.116.5.21.1.1.31.1.1.5 |
administrativeStateThe administrative state of the Device Group instance. It is indicated by
a integer value as follows (hexadecimal).
0x01 = Other
0x02 = Unknown
0x03 = Locked
0x04 = Unlocked
0x05 = Not Applicable
0x06 = Shutting Downro INTEGER .1.3.6.1.4.1.116.5.21.1.1.31.1.1.6 |
fatalErrorCountThe accumulated Fatal or Non-recoverable error count for this Device
Group instance.ro Counter .1.3.6.1.4.1.116.5.21.1.1.31.1.1.7 |
majorErrorCountThe accumulated Major or Critical error count for this Device Group
instance.ro Counter .1.3.6.1.4.1.116.5.21.1.1.31.1.1.8 |
warningErrorCountThe accumulated Warning or Non-Critical error count for this Device Group
instance.ro Counter .1.3.6.1.4.1.116.5.21.1.1.31.1.1.9 |
currentErrorStatusThis attribute presents the current error status for this Device Group
instance. The most critical error status in effect should be presented.
I.e. if a part of the Device Group instance is 'Critical', while other
status is 'Non-critical' then the status 'Critical' should be reported.
It is indicated by a integer value as follows (hexadecimal).
0x01 = Other
0x02 = Unknown
0x03 = OK
0x04 = Non-critical
0x05 = Critical
0x06 = Non-recoverablero INTEGER .1.3.6.1.4.1.116.5.21.1.1.31.1.1.10 |
physicalMemoryArray OBJECT IDENTIFIER .1.3.6.1.4.1.116.5.21.1.1.34 |
physicalMemoryArrayTable SEQUENCE OF PhysicalMemoryArray .1.3.6.1.4.1.116.5.21.1.1.34.1 |
physicalMemoryArrayEntry PhysicalMemoryArray .1.3.6.1.4.1.116.5.21.1.1.34.1.1 |
memoryArrayLocationThe physical location of the Memory Array, whether on the system board or
an add-on board. It is indicated by a integer value as follows
(hexadecimal).
0x01 = Other
0x02 = Unknown
0x03 = System board or motherboard
0x04 = ISA add-on card
0x05 = EISA add-on card
0x06 = PCI add-on card
0x07 = MCA add-on card
0x08 = PCMCIA add-on card
0x09 = Proprietary add-on card
0x10 = NuBus
0xA0 = PC-98/C20 add-on card
0xA1 = PC-98/C24 add-on card
0xA2 = PC-98/E add-on card
0xA3 = PC-98/Local bus add-on card
0xA4 = PC-98/Card slot add-on cardro INTEGER .1.3.6.1.4.1.116.5.21.1.1.34.1.1.2 |
memoryArrayUseWhat this Memory Array is used for. It is indicated by a integer value as
follows (hexadecimal).
0x01 = Other
0x02 = Unknown
0x03 = System memory
0x04 = Video memory
0x05 = Flash memory
0x06 = Non Volatile RAM
0x07 = Cache Memoryro INTEGER .1.3.6.1.4.1.116.5.21.1.1.34.1.1.3 |
maximumMemoryCapacityThe maximum memory capacity, in kilobytes, on this array. 0x80000000
denotes 'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.34.1.1.4 |
numberOfMemoryDeviceSocketsThe number of SIMM slots or sockets available for Memory Devices in this
array. 0x80000000 denotes 'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.34.1.1.5 |
numberOfMemoryDeviceSocketsUsedThe number of SIMM slots or sockets in use for Memory Devices in this
array. 0x80000000 denotes 'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.34.1.1.6 |
memoryErrorCorrectionThe main hardware error correction or detection method supported by this
Memory Array. It is indicated by a integer value as follows
(hexadecimal).
0x01 = Other
0x02 = Unknown
0x03 = None
0x04 = Parity
0x05 = Single Bit ECC
0x06 = MultiBit ECC
0x07 = CRCro INTEGER .1.3.6.1.4.1.116.5.21.1.1.34.1.1.7 |
arrayErrorTypeThe type of error that is associated with the current status reported in
Operational State for this Memory Array. It is indicated by a integer
value as follows (hexadecimal).
0x01 = Other
0x02 = Unknown
0x03 = OK
0x04 = Bad read
0x05 = Parity error
0x06 = Single-bit error
0x07 = Double-bit error
0x08 = Multi-bit error
0x09 = Nibble error
0x0A = Checksum error
0x0B = CRC error
0x0C = Corrected Single-bit error
0x0D = Corrected error
0x0E = Uncorrectable errorro INTEGER .1.3.6.1.4.1.116.5.21.1.1.34.1.1.8 |
errorAddressPhysical address of the error based on the addressing of the bus that the
Memory Array is connected to. 0x8000 0000 0000 0000 denotes 'unknown'. It
is indicated by a 8bytes value laid out as big endian (byte 0 is the most
significant, byte 7 is the least significant).ro OCTET STRING .1.3.6.1.4.1.116.5.21.1.1.34.1.1.14 |
memoryDevice OBJECT IDENTIFIER .1.3.6.1.4.1.116.5.21.1.1.36 |
memoryDeviceTable SEQUENCE OF MemoryDevice .1.3.6.1.4.1.116.5.21.1.1.36.1 |
memoryDeviceEntry MemoryDevice .1.3.6.1.4.1.116.5.21.1.1.36.1.1 |
memoryArrayIndexThe ID of the Memory Array that this Memory Device is a part of.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.36.1.1.2 |
deviceLocatorA string identifying the physically labeled socket or board position
where the memory device is located. Eg. 'SIMM 3' or 'IC12'. It is
expressed in the form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.1.1.36.1.1.3 |
bankLocatorA string identifying the physically labeled bank where the memory device
is located. Eg. 'Bank 0' or 'A'. It is expressed in the form of string
(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.1.1.36.1.1.4 |
memorydDviceSizeSize of this memory device, in bytes.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.36.1.1.5 |
formFactorImplementation form factor for this memory device. It is indicated by a
integer value as follows (hexadecimal).
0x01 = Other
0x02 = Unknown
0x03 = SIMM
0x04 = SIP
0x05 = Chip
0x06 = DIP
0x07 = ZIP
0x08 = Proprietary Card
0x09 = DIMM
0x0A = TSOP
0x0B = Row of chipsro INTEGER .1.3.6.1.4.1.116.5.21.1.1.36.1.1.6 |
totalWidthTotal width of this memory device, including check or error correction
bits, in bits. If there are no error correction bits, the value in this
attribute should match that specified in Data Width. 0x80000000 denotes
'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.36.1.1.7 |
dataWidthData width of this memory device, in bits. A data width of 0 and a Total
Width of 8 would indicate that the device is solely being used to provide
eight error correction bits. 0x80000000 denotes 'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.36.1.1.8 |
memoryTypeType of memory used in this memory device. It is indicated by a integer
value as follows (hexadecimal).
0x01 = Other
0x02 = Unknown
0x03 = DRAM
0x04 = EDRAM
0x05 = VRAM
0x06 = SRAM
0x07 = RAM
0x08 = ROM
0x09 = FLASH
0x0A = EEPROM
0x0B = FEPROM
0x0C = EPROMro INTEGER .1.3.6.1.4.1.116.5.21.1.1.36.1.1.9 |
typeDetailAdditional detail on the device type. It is indicated by a integer value
as follows (hexadecimal).
0x01 = Other
0x02 = Unknown
0x03 = fast paged
0x04 = static column
0x05 = pseudo-static
0x06 = RAMBUS
0x07 = Synchronous
0x08 = CMOS
0x09 = EDO
0x0A = Window DRAM
0x0B = Cache DRAM
0x0C = Non-volatilero INTEGER .1.3.6.1.4.1.116.5.21.1.1.36.1.1.10 |
deviceSetThis attribute is used to identify when the Memory Device is one of a set
of Memory Devices that must be populated with all devices of the same
type and size, and which set the device belongs to. For example, when one
SIMM belongs to a set of four. 0 indicates the Memory Device isn't part
of a set. 0x80000000 denotes 'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.36.1.1.11 |
deviceErrorTypeThe type of error that is associated with the current status reported in
Operational State for this Memory Device. It is indicated by a integer
value as follows (hexadecimal).
0x01 = Other
0x02 = Unknown
0x03 = OK
0x04 = Bad read
0x05 = Parity error
0x06 = Single-bit error
0x07 = Double-bit error
0x08 = Multi-bit error
0x09 = Nibble error
0x0A = Checksum error
0x0B = CRC error
0x0C = Corrected Single-bit error
0x0D = Corrected error
0x0E = Uncorrectable errorro INTEGER .1.3.6.1.4.1.116.5.21.1.1.36.1.1.12 |
errorGranularitySpecifies whether the current error's location can be resolved to the
partition or device level. It is indicated by a integer value as follows
(hexadecimal).
0x01 = Other
0x02 = Unknown
0x03 = Device level
0x04 = Memory Partition levelro INTEGER .1.3.6.1.4.1.116.5.21.1.1.36.1.1.13 |
lastErrorUpdateSystem state during which the last error update was collected. It is
indicated by a integer value as follows (hexadecimal).
0x01 = Other
0x02 = Unknown
0x03 = No update since last instrumentation start.
0x04 = Updated from information obtained prior to instrumentation start.
0x05 = Updated during instrumentation run-time.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.36.1.1.14 |
errorOperationThe memory access operation that caused the current error. It is
indicated by a integer value as follows (hexadecimal).
0x01 = Other
0x02 = Unknown
0x03 = Read
0x04 = Write
0x05 = Partial writero INTEGER .1.3.6.1.4.1.116.5.21.1.1.36.1.1.15 |
errorDataSizeThe size of the data transfer that caused the error,in bits. Zero
indicates no error, 0x80000000 denotes 'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.36.1.1.16 |
errorDataData captured during the erroneous Memory Array access. The data occupies
the first n bytes of the octetstring required to hold 'Error Data Size'
bits of the data. Data is stored least-significant byte first.ro OCTET STRING .1.3.6.1.4.1.116.5.21.1.1.36.1.1.17 |
vendorSyndromeVendor-specific syndrome or CRC data associated withthe erroneous
access.ro OCTET STRING .1.3.6.1.4.1.116.5.21.1.1.36.1.1.18 |
deviceErrorAddressPhysical address of the error relative to the start of the device, in
bytes. 0x80000000 denotes 'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.36.1.1.19 |
arrayErrorAddressPhysical address of the kilobyte where the error is located, relative to
the bus for the Memory Array. 0x80000000 denotes 'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.36.1.1.20 |
errorResolutionRange in bytes that the error can be determined to be within, when an
Error Address is given. 0x80000000 denotes 'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.36.1.1.21 |
systemResources2 OBJECT IDENTIFIER .1.3.6.1.4.1.116.5.21.1.1.38 |
systemResources2Table SEQUENCE OF SystemResources2 .1.3.6.1.4.1.116.5.21.1.1.38.1 |
systemResources2Entry SystemResources2 .1.3.6.1.4.1.116.5.21.1.1.38.1.1 |
resourceUserA unique number for each different 'resource user' that has resources
specified in this table.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.38.1.1.2 |
resourceSetA number used as the ID of a set of Memory, I/O, DMA and/or INT resources
for the resource user.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.38.1.1.3 |
resourceAssignmentDescribes the state of the assignment of this set of resources. (Note:
This value must be the same for all resources within a given set.) It is
indicated by a integer value as follows (hexadecimal).
0x01 = Other
0x02 = Unknown
0x03 = Allocated
0x04 = Assignable
0x05 = Temporary Assignmentro INTEGER .1.3.6.1.4.1.116.5.21.1.1.38.1.1.4 |
resourceTypeThe type of resource described by this row. It is indicated by a integer
value as follows (hexadecimal).
0x01 = Other
0x02 = Unknown
0x03 = Memory
0x04 = I/O
0x05 = IRQ
0x06 = DMAro INTEGER .1.3.6.1.4.1.116.5.21.1.1.38.1.1.5 |
resourceNumberDMA or IRQ number - 0 for Memory and I/O ranges. This is the interrupt or
DMA number relative to the bus that the interrupt is sourced from.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.38.1.1.6 |
resourceInfoIdID of the row in the 'Info' table for this type of system resource. E.g.
if this Resource Type is 'I/O' then this would be an index into the
'System Resource I/O Info' table.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.38.1.1.7 |
startAddressStarting physical address for this memory range, or the minimum base
address if this attribute is being used to describe a programmable range.
0 for IRQ and DMA resources. It is indicated by a 8bytes value laid out
as big endian (byte 0 is the most significant, byte 7 is the least
significant).ro OCTET STRING .1.3.6.1.4.1.116.5.21.1.1.38.1.1.8 |
endAddressEnding physical address (address of last byte) for this memory range, or
the maximum configurable base address if this attribute is being used to
describe a programmable range. 0 for IRQ and DMA resources. It is
indicated by a 8bytes value laid out as big endian (byte 0 is the most
significant, byte 7 is the least significant).ro OCTET STRING .1.3.6.1.4.1.116.5.21.1.1.38.1.1.9 |
resourceSizeNumber of consecutive bytes that a memory or I/O resource consumes. 0 for
IRQ and DMA resources.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.38.1.1.10 |
baseAlignmentAlignment of Start Address, in bytes. Indicates the granularity of the
increments in which a programmable range can be set.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.38.1.1.11 |
shareableIndicates whether the resource is shareable. It is indicated by a integer
value as follows (hexadecimal).
0x00 = False
0x01 = True
0x02 = Unknownro INTEGER .1.3.6.1.4.1.116.5.21.1.1.38.1.1.12 |
sharedIndicates whether this resource, or a portion of this resource, is shared
with another device. It is indicated by a integer value as follows
(hexadecimal).
0x00 = False
0x01 = True
0x02 = Unknownro INTEGER .1.3.6.1.4.1.116.5.21.1.1.38.1.1.13 |
upsBattery UpsBattery .1.3.6.1.4.1.116.5.21.1.1.53 |
batteryStatusThe indication of the capacity remaining in the UPS system's batteries. A
value of 'battery normal' indicates that the remaining estimated minutes
of run-time is greater than the UPS's configured 'low battery time'
(typically two minutes). A value of 'battery low' indicates that the
remaining estimated minutes of battery run-time is less than or equal to
the UPS's configured 'low battery time'. A value of 'battery depleted'
indicates that the UPS will be unable to sustain the present load when
and if the utility power is lost (including the possibility that the
utility power is currently absent and the UPS is unable to sustain the
output). It is indicated by a integer value as follows (hexadecimal).
0x01 = Unknown
0x02 = Battery Normal
0x03 = Battery Low
0x04 = Battery Depletedro INTEGER .1.3.6.1.4.1.116.5.21.1.1.53.1 |
secondsOnBatteryIf the UPS is on battery power, the elapsed time in seconds since the UPS
last switched to battery power, or the time since the UPS component
software was last restarted, whichever is less. Zero shall be returned if
the UPS is not on battery power.ro Counter .1.3.6.1.4.1.116.5.21.1.1.53.2 |
estimatedMinutesRemainingAn estimate in minutes of the time to battery charge depletion under the
present load conditions if the utility power is off and remains off, or
if it were to be lost and remain off.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.53.3 |
estimatedChargeRemainingAn estimate of the time to battery charge depletion under the present
load conditions if the utility power is off and remains off, or if it
were to be lost and remain off. The value represents a percent of full
charge.ro Gauge .1.3.6.1.4.1.116.5.21.1.1.53.4 |
batteryVoltageThe magnitude of the present battery voltage in 0.1 volts DC.ro Gauge .1.3.6.1.4.1.116.5.21.1.1.53.5 |
batteryCurrentThe present battery current in 0.1 Amps DC.ro Gauge .1.3.6.1.4.1.116.5.21.1.1.53.6 |
temperatureProbeIndexIndex into the Temperature Probe table. This probe indicates the ambient
temperature at or near the UPS battery casing. Zero implies no probe is
present.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.53.7 |
voltageProbe OBJECT IDENTIFIER .1.3.6.1.4.1.116.5.21.1.1.54 |
voltageProbeTable SEQUENCE OF VoltageProbe .1.3.6.1.4.1.116.5.21.1.1.54.1 |
voltageProbeEntry VoltageProbe .1.3.6.1.4.1.116.5.21.1.1.54.1.1 |
voltageProbeIndexIndex into this voltage probe table.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.54.1.1.1 |
voltageProbeLocationIdentifies the physical location of the voltage probe. It is indicated by
a integer value as follows (hexadecimal).
0x01 = Other
0x02 = Unknown
0x03 = Processor
0x04 = Disk
0x05 = Peripheral Bay
0x06 = System Management Module
0x07 = Motherboard
0x08 = Memory Module
0x09 = Processor Module
0x0A = Power Unit
0x0B = Add-in Cardro INTEGER .1.3.6.1.4.1.116.5.21.1.1.54.1.1.2 |
voltageProbeDescriptionAdditional descriptive information about the voltage probe or probe's
location. It is expressed in the form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.1.1.54.1.1.3 |
voltageStatusDefines the status of the voltage monitored by this voltage probe. It is
indicated by a integer value as follows (hexadecimal).
0x01 = Other
0x02 = Unknown
0x03 = OK
0x04 = Non-critical
0x05 = Critical
0x06 = Non-recoverablero INTEGER .1.3.6.1.4.1.116.5.21.1.1.54.1.1.4 |
voltageProbeVoltageLevelThe current voltage level of this voltage probe in millivolts. 0x8000000
denotes 'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.54.1.1.5 |
monitoredVoltageNominalLevelThe nominal voltage level of the voltage monitored by this probe in
millivolts. 0x80000000 denotes 'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.54.1.1.6 |
monitoredVoltageNormalMaximumThe normal maximum voltage level of the voltage monitored by this probe
in millivolts. 0x80000000 denotes 'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.54.1.1.7 |
monitoredVoltageNormalMinimumThe normal minimum voltage level of the voltage monitored by this probe
in millivolts. 0x80000000 denotes 'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.54.1.1.8 |
voltageProbeMaximumThe maximum voltage level specified to be readable by this probe in
millivolts. 0x80000000 denotes 'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.54.1.1.9 |
voltageProbeMinimumThe minimum voltage level specified to be readable by this probe in
millivolts. 0x80000000 denotes 'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.54.1.1.10 |
voltageLevelLowerThreshold-Non-CriticalThe lower non-critical threshold for the voltage level set by the user,
in millivolts. 0x80000000 denotes 'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.54.1.1.11 |
voltageLevelUpperThreshold-Non-CriticalThe upper non-critical threshold for the voltage probe, in millivolts.
0x80000000 denotes 'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.54.1.1.12 |
voltageLevelLowerThreshold-CriticalThe lower critical threshold for the voltage probe, in millivolts.
0x80000000 denotes 'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.54.1.1.13 |
voltageLevelUpperThreshold-CriticalThe upper critical threshold for the voltage probe, in millivolts.
0x80000000 denotes 'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.54.1.1.14 |
voltageLevelLowerThreshold-Non-RecoverableThe lower non-recoverable threshold for the voltage probe, in millivolts.
0x80000000 denotes 'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.54.1.1.15 |
voltageLevelUpperThreshold-Non-RecoverableThe upper non-recoverable threshold for the voltage probe, in millivolts.
0x80000000 denotes 'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.54.1.1.16 |
voltageProbeResolutionThe resolution for the reading from this voltage probe, in tenths of
millivolts. '0x80000000 denotes 'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.54.1.1.17 |
voltageProbeToleranceThe tolerance for the reading from this voltage probe, in plus/minus
millivolts. 0x80000000 denotes 'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.54.1.1.18 |
voltageProbeAccuracyThe accuracy for the reading from this voltage probe, in plus/minus
hundredths of a percent. 0x80000000 denotes 'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.54.1.1.19 |
temperatureProbe OBJECT IDENTIFIER .1.3.6.1.4.1.116.5.21.1.1.55 |
temperatureProbeTable SEQUENCE OF TemperatureProb .1.3.6.1.4.1.116.5.21.1.1.55.1 |
temperatureProbeEntry TemperatureProb .1.3.6.1.4.1.116.5.21.1.1.55.1.1 |
temperatureProbeLocationIdentifies the physical location of the temperature probe. It is
indicated by a integer value as follows (hexadecimal).
0x01 = Other
0x02 = Unknown
0x03 = Processor
0x04 = Disk
0x05 = Peripheral Bay
0x06 = SMB Master
0x07 = Motherboard
0x08 = Memory Module
0x09 = Processor Module
0x0A = Power Unit
0x0B = Add-in Cardro INTEGER .1.3.6.1.4.1.116.5.21.1.1.55.1.1.2 |
temperatureProbeDescriptionAdditional descriptive information about the temperature probe or probe's
location. It is expressed in the form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.1.1.55.1.1.3 |
temperatureStatusDefines the status of the temperature monitored by this temperature
probe. It is indicated by a integer value as follows (hexadecimal).
0x01 = Other
0x02 = Unknown
0x03 = OK
0x04 = Non-critical
0x05 = Critical
0x06 = Non-recoverablero INTEGER .1.3.6.1.4.1.116.5.21.1.1.55.1.1.4 |
temperatureProbeTemperatureReadingThe present temperature reading of this temperature probe in 1/10th
degrees C. 0x8000000 denotes 'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.55.1.1.5 |
monitoredTemperatureNominalReadingThe nominal temperature reading of the temperature monitored by this
probe in 1/10th degrees C. 0x80000000 denotes 'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.55.1.1.6 |
monitoredTemperatureNormalMaximumThe normal maximum temperature reading of the temperature monitored by
this probe in 1/10th degrees C. 0x80000000 denotes 'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.55.1.1.7 |
monitoredTemperatureNormalMinimumThe normal minimum temperature reading of the temperature monitored by
this probe in 1/10th degrees C. 0x80000000 denotes 'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.55.1.1.8 |
temperatureProbeMaximumThe maximum temperature reading specified to be readable by this probe in
1/10th degrees C. 0x80000000 denotes 'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.55.1.1.9 |
temperatureProbeMinimumThe minimum temperature reading specified to be readable by this probe in
1/10th degrees C. 0x80000000 denotes 'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.55.1.1.10 |
temperatureReadingLowerThreshold-Non-CriticalThe lower non-critical threshold for the temperature reading set by the
user, in 1/10th degrees C. 0x80000000 denotes 'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.55.1.1.11 |
temperatureReadingUpperThreshold-Non-CriticalThe upper non-critical threshold for the temperature probe, in 1/10th
degrees C. 0x80000000 denotes 'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.55.1.1.12 |
temperatureReadingLowerThreshold-CriticalThe lower critical threshold for the temperature probe, in 1/10 degrees
C. 0x80000000 denotes 'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.55.1.1.13 |
temperatureReadingUpperThreshold-CriticalThe upper critical threshold for the temperature probe, in /10th degrees
C. 0x80000000 denotes 'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.55.1.1.14 |
temperatureReadingLowerThreshold-Non-RecoverableThe lower non-recoverable threshold for the temperature probe, in 1/10th
degrees C. 0x80000000 denotes 'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.55.1.1.15 |
temperatureReadingUpperThreshold-Non-RecoverableThe upper non-recoverable threshold for the temperature probe, in 1/10th
degrees C. 0x80000000 denotes 'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.55.1.1.16 |
temperatureProbeResolutionThe resolution for the reading from this temperature probe, in tenths of
1/10th degrees C. '0x80000000 denotes 'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.55.1.1.17 |
temperatureProbeToleranceThe tolerance for the reading from this temperature probe, in plus/minus
1/10 degrees C. 0x80000000 denotes 'unknown'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.55.1.1.18 |
temperatureProbeAccuracyThe accuracy for the reading from this temperature probe, in plus/minus
hundredths of a percent. 0x80000000 denotes 'unknown' or 'unsupported'.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.55.1.1.19 |
fruGroupIndexIndex into the FRU table. A value of -1 indicates that this device is not
an FRU.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.55.1.1.20 |
operationalGroupIndexIndex into the Operational State table.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.55.1.1.21 |
memoryInfo MemoryInfo .1.3.6.1.4.1.116.5.21.1.1.202 |
totalPhysicalMemorySizeThe total size of the physical memory in bytes.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.202.1 |
totalPageFileSizeThe total Page File Size of the physical memory in bytes.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.202.2 |
eccErrorCountEcc Error Count.ro Counter .1.3.6.1.4.1.116.5.21.1.1.202.3 |
eccSbcAddressEcc Sbc Address. It is indicated by a 8bytes value laid out as big endian
(byte 0 is the most significant, byte 7 is the least significant).ro OCTET STRING .1.3.6.1.4.1.116.5.21.1.1.202.4 |
eccUncAddressEcc Unc Address. It is indicated by a 8bytes value laid out as big endian
(byte 0 is the most significant, byte 7 is the least significant).ro OCTET STRING .1.3.6.1.4.1.116.5.21.1.1.202.5 |
driveInfo OBJECT IDENTIFIER .1.3.6.1.4.1.116.5.21.1.1.203 |
driveInfoTable SEQUENCE OF DriveInfo .1.3.6.1.4.1.116.5.21.1.1.203.1 |
driveInfoEntry DriveInfo .1.3.6.1.4.1.116.5.21.1.1.203.1.1 |
logicalDriveIndexAn index into the Logical Drive table.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.203.1.1.1 |
partitionTypePartition Type. It is expressed in the form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.1.1.203.1.1.2 |
fdTypeDetail floppy disk type. It is expressed in the form of string
(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.1.1.203.1.1.3 |
cpuSlotsInfo OBJECT IDENTIFIER .1.3.6.1.4.1.116.5.21.1.1.204 |
cpuSlotsInfoTable SEQUENCE OF CpuSlotsInfo .1.3.6.1.4.1.116.5.21.1.1.204.1 |
cpuSlotsInfoEntry CpuSlotsInfo .1.3.6.1.4.1.116.5.21.1.1.204.1.1 |
processorIndexAn index into the processor table.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.204.1.1.1 |
cpuExistenceWearing state of CPU. It is indicated by a integer value as follows
(hexadecimal).
0x00 = Unknown
0x01 = Wearing
0x02 = Non Wearingro INTEGER .1.3.6.1.4.1.116.5.21.1.1.204.1.1.2 |
coprocessorNameCoprocessor Name. It is expressed in the form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.1.1.204.1.1.3 |
rasDriverInfo RasDriverInfo .1.3.6.1.4.1.116.5.21.1.1.205 |
rasDriverVersionRAS Driver Version. It is expressed in the form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.1.1.205.1 |
additionalUpsInfo AdditionalUpsInfo .1.3.6.1.4.1.116.5.21.1.1.206 |
batteryChargingStatusBattery Charging Status. It is indicated by a integer value as follows
(hexadecimal).
0x00 = Unknown
0x01 = Charging
0x02 = Non Chargingro INTEGER .1.3.6.1.4.1.116.5.21.1.1.206.1 |
powerUnitInfo OBJECT IDENTIFIER .1.3.6.1.4.1.116.5.21.1.1.207 |
powerUnitInfoTable SEQUENCE OF PowerUnitInfo .1.3.6.1.4.1.116.5.21.1.1.207.1 |
powerUnitInfoEntry PowerUnitInfo .1.3.6.1.4.1.116.5.21.1.1.207.1.1 |
powerSupplyIndexThe index number of the current power supply.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.207.1.1.1 |
unitExistenceUnit Existence. It is indicated by a integer value as follows
(hexadecimal).
0x00 = Unknown
0x01 = Wearing
0x02 = Non Wearingro INTEGER .1.3.6.1.4.1.116.5.21.1.1.207.1.1.2 |
pciSlotsInfo PciSlotsInfo .1.3.6.1.4.1.116.5.21.1.1.208 |
primaryPciDeviceNumberPrimary PCI Device Number.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.208.1 |
primaryPciStatusPrimary PCI Status. It is indicated by a integer value as follows
(hexadecimal).
0x00 = Unknown
0x01 = Normality
0x02 = Parity Error
0x03 = System Errorro INTEGER .1.3.6.1.4.1.116.5.21.1.1.208.2 |
secondlyPciDeviceNumberSecondly PCI Device Number.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.208.3 |
secondlyPciStatusSecondly PCI Status. It is indicated by a integer value as follows
(hexadecimal).
0x00 = Unknown
0x01 = Normality
0x02 = Parity Error
0x03 = System Errorro INTEGER .1.3.6.1.4.1.116.5.21.1.1.208.4 |
pciDevicesInfo OBJECT IDENTIFIER .1.3.6.1.4.1.116.5.21.1.1.209 |
pciDevicesInfoTable SEQUENCE OF PciDevicesInfo .1.3.6.1.4.1.116.5.21.1.1.209.1 |
pciDevicesInfoEntry PciDevicesInfo .1.3.6.1.4.1.116.5.21.1.1.209.1.1 |
deviceIdDevice ID.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.209.1.1.5 |
vendorIdVendor ID.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.209.1.1.6 |
fuseStatusFuse Status. It is indicated by a integer value as follows (hexadecimal).
0x00 = Unknown
0x01 = TRUE
0x02 = FALSEro INTEGER .1.3.6.1.4.1.116.5.21.1.1.209.1.1.7 |
eisaDevicesInfo OBJECT IDENTIFIER .1.3.6.1.4.1.116.5.21.1.1.210 |
eisaDevicesInfoTable SEQUENCE OF EisaDevicesInfo .1.3.6.1.4.1.116.5.21.1.1.210.1 |
eisaDevicesInfoEntry EisaDevicesInfo .1.3.6.1.4.1.116.5.21.1.1.210.1.1 |
deviceIndexDevice Index.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.210.1.1.1 |
slotExistenceSlot Existence. It is indicated by a integer value as follows
(hexadecimal).
0x00 = Unknown
0x01 = TRUE
0x02 = FALSEro INTEGER .1.3.6.1.4.1.116.5.21.1.1.210.1.1.2 |
slotJointBoardSlot Joint Board. It is indicated by a integer value as follows
(hexadecimal).
0x00 = Unknown
0x01 = Connection
0x02 = Non Connectionro INTEGER .1.3.6.1.4.1.116.5.21.1.1.210.1.1.3 |
compressedIdCompressd ID.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.210.1.1.5 |
deviceNameEISA Device Name. It is indicated by a integer value as follows
(hexadecimal).
0x00 = Unknown
0x01 = LAN Board PC-CN2200A
0x02 = LAN Board PC-CN2200B
0x03 = LAN Board PC-CN2200C
0x04 = LAN Board PC-CN5200
0x05 = ISDN Board PC-CI2200
0x06 = ISDN Board Set PC-SHT4840-IS
0x07 = Communication Board PC-CH2100
0x08 = Multi Communication Box PC-CR5800
0x09 = RS-232C/Parallel Board PC-CZ1100
0x0A = SCSI Board PC-CS5600
0x0B = Disk Array Board
0x0C = Character recognition Board PC-EP1200
0x0D = SVP Board PC-CM5100/PC-CM5100A/PC-CM5100Bro INTEGER .1.3.6.1.4.1.116.5.21.1.1.210.1.1.6 |
vendorNameEISA Vendor Name. It is indicated by a integer value as follows
(hexadecimal).
0x00 = Unknown
0x01 = Novel
0x02 = Unknown (ISA Board)
0x03 = Adaptec
0x04 = Hitachi
0x05 = Mylex
0x06 = Digiro INTEGER .1.3.6.1.4.1.116.5.21.1.1.210.1.1.7 |
bodyFanInfo OBJECT IDENTIFIER .1.3.6.1.4.1.116.5.21.1.1.211 |
bodyFanInfoTable SEQUENCE OF BodyFanInfo .1.3.6.1.4.1.116.5.21.1.1.211.1 |
bodyFanInfoEntry BodyFanInfo .1.3.6.1.4.1.116.5.21.1.1.211.1.1 |
bodyFanIndexBody Fan Index.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.211.1.1.1 |
bodyFanExistenceWearing state of Body Fan. It is indicated by a integer value as follows
(hexadecimal).
0x00 = Unknown
0x01 = Wearing
0x02 = Non Wearingro INTEGER .1.3.6.1.4.1.116.5.21.1.1.211.1.1.3 |
memorySlotInfo OBJECT IDENTIFIER .1.3.6.1.4.1.116.5.21.1.1.212 |
memorySlotInfoTable SEQUENCE OF MemorySlotInfo .1.3.6.1.4.1.116.5.21.1.1.212.1 |
memorySlotInfoEntry MemorySlotInfo .1.3.6.1.4.1.116.5.21.1.1.212.1.1 |
memoryDeviceTableIndexA unique number that identifies this row.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.212.1.1.1 |
slotStatusSlot Status. It is indicated by a integer value as follows (hexadecimal).
0x00 = Unknown
0x01 = TRUE
0x02 = Non Slot
0x03 = Non Connection
0x04 = Disable
0x05 = ECC Error
0x06 = Changero INTEGER .1.3.6.1.4.1.116.5.21.1.1.212.1.1.2 |
memoryArrayTableIndexMemory Array Table Index.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.212.1.1.3 |
scsiPortInfo OBJECT IDENTIFIER .1.3.6.1.4.1.116.5.21.1.1.213 |
scsiPortInfoTable SEQUENCE OF ScsiPortInfo .1.3.6.1.4.1.116.5.21.1.1.213.1 |
scsiPortInfoEntry ScsiPortInfo .1.3.6.1.4.1.116.5.21.1.1.213.1.1 |
diskControllerIndexIndex value used by the system to identify the disk controller.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.213.1.1.2 |
driverNameDriver Name. It is expressed in the form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.1.1.213.1.1.3 |
scsiBusInfo OBJECT IDENTIFIER .1.3.6.1.4.1.116.5.21.1.1.214 |
scsiBusInfoTable SEQUENCE OF ScsiBusInfo .1.3.6.1.4.1.116.5.21.1.1.214.1 |
scsiBusInfoEntry ScsiBusInfo .1.3.6.1.4.1.116.5.21.1.1.214.1.1 |
scsiDevicesInfo OBJECT IDENTIFIER .1.3.6.1.4.1.116.5.21.1.1.215 |
scsiDevicesInfoTable SEQUENCE OF ScsiDevicesInfo .1.3.6.1.4.1.116.5.21.1.1.215.1 |
scsiDevicesInfoEntry ScsiDevicesInfo .1.3.6.1.4.1.116.5.21.1.1.215.1.1 |
scsiDeviceIndexSCSI Device Index.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.215.1.1.1 |
scsiPortIndexSCSI Port Index.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.215.1.1.2 |
scsiBusIndexSCSI Bus Index.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.215.1.1.3 |
diskIndexAn index into the disk table.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.215.1.1.4 |
totalUsedTimeTotal Used Time.ro Counter .1.3.6.1.4.1.116.5.21.1.1.215.1.1.5 |
totalReadCountTotal Read Count.ro Counter .1.3.6.1.4.1.116.5.21.1.1.215.1.1.6 |
totalWriteCountTotal Write Count.ro Counter .1.3.6.1.4.1.116.5.21.1.1.215.1.1.7 |
totalReadErrorsTotal Read Errors.ro Counter .1.3.6.1.4.1.116.5.21.1.1.215.1.1.8 |
totalWriteErrorsTotal Write Errors.ro Counter .1.3.6.1.4.1.116.5.21.1.1.215.1.1.9 |
totalRecoverdReadErrorsTotal Recoverd Read Errors.ro Counter .1.3.6.1.4.1.116.5.21.1.1.215.1.1.10 |
totalRecoverdWriteErrorsTotal Recoverd Write Errors.ro Counter .1.3.6.1.4.1.116.5.21.1.1.215.1.1.11 |
totalSectorReassignCountTotal Sector Reassign Count.ro Counter .1.3.6.1.4.1.116.5.21.1.1.215.1.1.12 |
totalBusResetCountTotal Bus Reset Count.ro Counter .1.3.6.1.4.1.116.5.21.1.1.215.1.1.13 |
totalBusParityErrorsTotal Bus Parity Errors.ro Counter .1.3.6.1.4.1.116.5.21.1.1.215.1.1.14 |
totalBusPhaseErrorsTotal Bus Phase Errors.ro Counter .1.3.6.1.4.1.116.5.21.1.1.215.1.1.15 |
totalSelectionTimeoutsTotal Selection Timeouts.ro Counter .1.3.6.1.4.1.116.5.21.1.1.215.1.1.16 |
totalMediumErrorsTotal Medium Errors.ro Counter .1.3.6.1.4.1.116.5.21.1.1.215.1.1.17 |
totalHardErrorsTotal Hard Errors.ro Counter .1.3.6.1.4.1.116.5.21.1.1.215.1.1.18 |
totalResetCountTotal Reset Count.ro Counter .1.3.6.1.4.1.116.5.21.1.1.215.1.1.19 |
scsiDeviceTypeSCSI Device Type. It is indicated by a integer value as follows
(hexadecimal).
0x00 = Unknown
0x01 = DIRECT ACCESS DEVICE
0x02 = SEQUENTIAL ACCESS DEVICE
0x03 = PRINTER DEVICE
0x04 = PROCESSOR DEVICE
0x05 = WRITE ONCE READ MULTIPLE DEVICE
0x06 = READ ONLY DIRECT ACCESS DEVICE
0x07 = SCANNER DEVICE
0x08 = OPTICAL DEVICE
0x09 = MEDIUM CHANGER
0x0A = COMMUNICATION DEVICE
0x0B = DISK ARRAYro INTEGER .1.3.6.1.4.1.116.5.21.1.1.215.1.1.20 |
resourceInfo OBJECT IDENTIFIER .1.3.6.1.4.1.116.5.21.1.1.218 |
resourceInfoTable SEQUENCE OF ResourceInfo .1.3.6.1.4.1.116.5.21.1.1.218.1 |
resourceInfoEntry ResourceInfo .1.3.6.1.4.1.116.5.21.1.1.218.1.1 |
systemResourcesIndexA number that uniquely identifies the rows in this table.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.218.1.1.1 |
userNameUser Name. It is expressed in the form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.1.1.218.1.1.2 |
propertyInfo PropertyInfo .1.3.6.1.4.1.116.5.21.1.1.219 |
productNameProduct Name. It is expressed in the form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.1.1.219.1 |
makerNameMaker Name. It is expressed in the form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.1.1.219.2 |
serialNumberSerial Number. It is expressed in the form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.1.1.219.3 |
bodyTempInfo BodyTempInfo .1.3.6.1.4.1.116.5.21.1.1.220 |
temperatureProbeTableIndexTemperature Probe Table Index.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.220.1 |
powerFanInfo OBJECT IDENTIFIER .1.3.6.1.4.1.116.5.21.1.1.221 |
powerFanInfoTable SEQUENCE OF PowerFanInfo .1.3.6.1.4.1.116.5.21.1.1.221.1 |
powerFanInfoEntry PowerFanInfo .1.3.6.1.4.1.116.5.21.1.1.221.1.1 |
powerFanIndexPower Fan Index.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.221.1.1.1 |
coolingDeviceIndexCooling Device Index.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.221.1.1.2 |
biosPostInfo OBJECT IDENTIFIER .1.3.6.1.4.1.116.5.21.1.1.222 |
biosPostInfoTable SEQUENCE OF BiosPostInfo .1.3.6.1.4.1.116.5.21.1.1.222.1 |
biosPostInfoEntry BiosPostInfo .1.3.6.1.4.1.116.5.21.1.1.222.1.1 |
biosPostLogIndexBIOS Post Log Index.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.222.1.1.1 |
errorCodeError Code.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.222.1.1.2 |
occerredTimeOccerred Time. It is expressed in the form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.1.1.222.1.1.3 |
errorMessageError Message. It is expressed in the form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.1.1.222.1.1.4 |
additionalDataAdditional Data.ro INTEGER .1.3.6.1.4.1.116.5.21.1.1.222.1.1.5 |
trap OBJECT IDENTIFIER .1.3.6.1.4.1.116.5.21.2 |
general GeneralEntry .1.3.6.1.4.1.116.5.21.2.1 |
generalTrapEventComponentThe component of the event has occurred. It is expressed in the form of
string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.1.1 |
generalTrapEventTypeThe type of event that has occurred. If you want to confirm the meaning of
values, please see the component's specification.ro INTEGER .1.3.6.1.4.1.116.5.21.2.1.2 |
generalTrapEventSeverityThe severity of this event. It is indicated by a integer value as follows
(hexadecimal).
0x001 = Monitor
0x002 = Information
0x004 = OK
0x008 = Non-Critical
0x010 = Critical
0x020 = Non-Recoverablero INTEGER .1.3.6.1.4.1.116.5.21.2.1.3 |
generalTrapEventSystemThe major functional aspect of the product causing the fault.
If you want to confirm the meaning of values, please see the
component's specification.ro INTEGER .1.3.6.1.4.1.116.5.21.2.1.4 |
generalTrapEventSubsystemThe minor functional aspect of the product causing the fault.
If you want to confirm the meaning of values, please see the
component's specification.ro INTEGER .1.3.6.1.4.1.116.5.21.2.1.5 |
generalTrapEventClassThe name of the group that is associated with the event.ro DisplayString .1.3.6.1.4.1.116.5.21.2.1.6 |
generalTrapEventInstanceA list of DMI's integer indexes that identify the instance of the
associated group that actually generated the event. The list of
integer indexs are represented in the value of this attribute as a string
containing a comma-separetaed list of integers.ro DisplayString .1.3.6.1.4.1.116.5.21.2.1.7 |
generalTrapEventGenerationTimeThe time when the event has occurred. It is expressed in the form of
string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.1.8 |
generalTrapEventMessageAuxiliary infomation related to the event.ro DisplayString .1.3.6.1.4.1.116.5.21.2.1.9 |
generalTrapEventSolutionA solution to the problem that caused the event. If you want to confirm
the meaning of values, please see the component's specification.ro INTEGER .1.3.6.1.4.1.116.5.21.2.1.10 |
generalTrapEventVenderSpecificDataAuxiliary information related to the event.ro OCTET STRING .1.3.6.1.4.1.116.5.21.2.1.11 |
driver DriverEntry .1.3.6.1.4.1.116.5.21.2.2 |
driverTrapEventIDThe id of event that has occurred.ro INTEGER .1.3.6.1.4.1.116.5.21.2.2.1 |
driverTrapEventTypeThe type of event that has occurred. It is indicated by a integer value
as follows (hexadecimal).
0x001 = Dummyro INTEGER .1.3.6.1.4.1.116.5.21.2.2.2 |
driverTrapEventSeverityThe severity of this event. It is indicated by a integer value as follows
(hexadecimal).
0x001 = Monitor
0x002 = Information
0x004 = OK
0x008 = Non-Critical
0x010 = Critical
0x020 = Non-Recoverablero INTEGER .1.3.6.1.4.1.116.5.21.2.2.3 |
driverTrapEventSystemThe major functional aspect of the product causing the fault. It is
indicated by a integer value as follows (hexadecimal).
0x000 = Driver
0x001 = CI
0x002 = SVP
0x003 = OS
0x004 = Body/Power
0x005 = UPS
0x006 = SystemBoard
0x007 = Extended Slot
0x008 = SCSI
0x009 = Disk Array
0x00A = BIOS POST
0x00B = Cluster
0x00C = Networkro INTEGER .1.3.6.1.4.1.116.5.21.2.2.4 |
driverTrapEventSubsystemThe minor functional aspect of the product causing the fault.
This information is useless now(reserved).ro INTEGER .1.3.6.1.4.1.116.5.21.2.2.5 |
driverTrapEventClassThe name of the group that is associated with the event. It is
expressed in the form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.2.6 |
driverTrapEventInstanceA list of DMI's integer indexs that identify the instance of the
associated group that actually generated the event. The list of
integer indexs are represented in the value of this attribute as a string
containing a comma-separetaed list of integers. It is expressed in the
form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.2.7 |
driverTrapEventGenerationTimeThe time when the event has occurred. It is expressed in the form of
string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.2.8 |
driverTrapEventMessageAuxiliary infomation related to the event. It is expressed in the form of
string(in Japanese, Sift JIS Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.2.9 |
ci CiEntry .1.3.6.1.4.1.116.5.21.2.3 |
ciTrapEventIDThe id of event that has occurred.ro INTEGER .1.3.6.1.4.1.116.5.21.2.3.1 |
ciTrapEventTypeThe type of event that has occurred. It is indicated by a integer value
as follows (hexadecimal).
0x001 = Dummyro INTEGER .1.3.6.1.4.1.116.5.21.2.3.2 |
ciTrapEventSeverityThe severity of this event. It is indicated by a integer value as follows
(hexadecimal).
0x001 = Monitor
0x002 = Information
0x004 = OK
0x008 = Non-Critical
0x010 = Critical
0x020 = Non-Recoverablero INTEGER .1.3.6.1.4.1.116.5.21.2.3.3 |
ciTrapEventSystemThe major functional aspect of the product causing the fault. It is
indicated by a integer value as follows (hexadecimal).
0x000 = Driver
0x001 = CI
0x002 = SVP
0x003 = OS
0x004 = Body/Power
0x005 = UPS
0x006 = SystemBoard
0x007 = Extended Slot
0x008 = SCSI
0x009 = Disk Array
0x00A = BIOS POST
0x00B = Cluster
0x00C = Networkro INTEGER .1.3.6.1.4.1.116.5.21.2.3.4 |
ciTrapEventSubsystemThe minor functional aspect of the product causing the fault.
This information is useless now(reserved).ro INTEGER .1.3.6.1.4.1.116.5.21.2.3.5 |
ciTrapEventClassThe name of the group that is associated with the event. It is
expressed in the form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.3.6 |
ciTrapEventInstanceA list of DMI's integer indexs that identify the instance of the
associated group that actually generated the event. The list of
integer indexs are represented in the value of this attribute as a string
containing a comma-separetaed list of integers. It is expressed in the
form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.3.7 |
ciTrapEventGenerationTimeThe time when the event has occurred. It is expressed in the form of
string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.3.8 |
ciTrapEventMessageAuxiliary infomation related to the event. It is expressed in the form of
string(in Japanese, Sift JIS Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.3.9 |
svp SvpEntry .1.3.6.1.4.1.116.5.21.2.4 |
svpTrapEventIDThe id of event that has occurred.ro INTEGER .1.3.6.1.4.1.116.5.21.2.4.1 |
svpTrapEventTypeThe type of event that has occurred. It is indicated by a integer value
as follows (hexadecimal).
0x001 = Dummyro INTEGER .1.3.6.1.4.1.116.5.21.2.4.2 |
svpTrapEventSeverityThe severity of this event. It is indicated by a integer value as follows
(hexadecimal).
0x001 = Monitor
0x002 = Information
0x004 = OK
0x008 = Non-Critical
0x010 = Critical
0x020 = Non-Recoverablero INTEGER .1.3.6.1.4.1.116.5.21.2.4.3 |
svpTrapEventSystemThe major functional aspect of the product causing the fault. It is
indicated by a integer value as follows (hexadecimal).
0x000 = Driver
0x001 = CI
0x002 = SVP
0x003 = OS
0x004 = Body/Power
0x005 = UPS
0x006 = SystemBoard
0x007 = Extended Slot
0x008 = SCSI
0x009 = Disk Array
0x00A = BIOS POST
0x00B = Cluster
0x00C = Networkro INTEGER .1.3.6.1.4.1.116.5.21.2.4.4 |
svpTrapEventSubsystemThe minor functional aspect of the product causing the fault.
This information is useless now(reserved).ro INTEGER .1.3.6.1.4.1.116.5.21.2.4.5 |
svpTrapEventClassThe name of the group that is associated with the event. It is
expressed in the form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.4.6 |
svpTrapEventInstanceA list of DMI's integer indexs that identify the instance of the
associated group that actually generated the event. The list of
integer indexs are represented in the value of this attribute as a string
containing a comma-separetaed list of integers. It is expressed in the
form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.4.7 |
svpTrapEventGenerationTimeThe time when the event has occurred. It is expressed in the form of
string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.4.8 |
svpTrapEventMessageAuxiliary infomation related to the event. It is expressed in the form of
string(in Japanese, Sift JIS Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.4.9 |
os OsEntry .1.3.6.1.4.1.116.5.21.2.5 |
osTrapEventIDThe id of event that has occurred.ro INTEGER .1.3.6.1.4.1.116.5.21.2.5.1 |
osTrapEventTypeThe type of event that has occurred. It is indicated by a integer value
as follows (hexadecimal).
0x001 = Dummyro INTEGER .1.3.6.1.4.1.116.5.21.2.5.2 |
osTrapEventSeverityThe severity of this event. It is indicated by a integer value as follows
(hexadecimal).
0x001 = Monitor
0x002 = Information
0x004 = OK
0x008 = Non-Critical
0x010 = Critical
0x020 = Non-Recoverablero INTEGER .1.3.6.1.4.1.116.5.21.2.5.3 |
osTrapEventSystemThe major functional aspect of the product causing the fault. It is
indicated by a integer value as follows (hexadecimal).
0x000 = Driver
0x001 = CI
0x002 = SVP
0x003 = OS
0x004 = Body/Power
0x005 = UPS
0x006 = SystemBoard
0x007 = Extended Slot
0x008 = SCSI
0x009 = Disk Array
0x00A = BIOS POST
0x00B = Cluster
0x00C = Networkro INTEGER .1.3.6.1.4.1.116.5.21.2.5.4 |
osTrapEventSubsystemThe minor functional aspect of the product causing the fault.
This information is useless now(reserved).ro INTEGER .1.3.6.1.4.1.116.5.21.2.5.5 |
osTrapEventClassThe name of the group that is associated with the event. It is
expressed in the form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.5.6 |
osTrapEventInstanceA list of DMI's integer indexs that identify the instance of the
associated group that actually generated the event. The list of
integer indexs are represented in the value of this attribute as a string
containing a comma-separetaed list of integers. It is expressed in the
form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.5.7 |
osTrapEventGenerationTimeThe time when the event has occurred. It is expressed in the form of
string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.5.8 |
osTrapEventMessageAuxiliary infomation related to the event. It is expressed in the form of
string(in Japanese, Sift JIS Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.5.9 |
body BodyEntry .1.3.6.1.4.1.116.5.21.2.6 |
bodyTrapEventIDThe id of event that has occurred.ro INTEGER .1.3.6.1.4.1.116.5.21.2.6.1 |
bodyTrapEventTypeThe type of event that has occurred. It is indicated by a integer value
as follows (hexadecimal).
0x001 = Dummyro INTEGER .1.3.6.1.4.1.116.5.21.2.6.2 |
bodyTrapEventSeverityThe severity of this event. It is indicated by a integer value as follows
(hexadecimal).
0x001 = Monitor
0x002 = Information
0x004 = OK
0x008 = Non-Critical
0x010 = Critical
0x020 = Non-Recoverablero INTEGER .1.3.6.1.4.1.116.5.21.2.6.3 |
bodyTrapEventSystemThe major functional aspect of the product causing the fault. It is
indicated by a integer value as follows (hexadecimal).
0x000 = Driver
0x001 = CI
0x002 = SVP
0x003 = OS
0x004 = Body/Power
0x005 = UPS
0x006 = SystemBoard
0x007 = Extended Slot
0x008 = SCSI
0x009 = Disk Array
0x00A = BIOS POST
0x00B = Cluster
0x00C = Networkro INTEGER .1.3.6.1.4.1.116.5.21.2.6.4 |
bodyTrapEventSubsystemThe minor functional aspect of the product causing the fault.
This information is useless now(reserved).ro INTEGER .1.3.6.1.4.1.116.5.21.2.6.5 |
bodyTrapEventClassThe name of the group that is associated with the event. It is
expressed in the form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.6.6 |
bodyTrapEventInstanceA list of DMI's integer indexs that identify the instance of the
associated group that actually generated the event. The list of
integer indexs are represented in the value of this attribute as a string
containing a comma-separetaed list of integers. It is expressed in the
form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.6.7 |
bodyTrapEventGenerationTimeThe time when the event has occurred. It is expressed in the form of
string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.6.8 |
bodyTrapEventMessageAuxiliary infomation related to the event. It is expressed in the form of
string(in Japanese, Sift JIS Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.6.9 |
powerUps PowerUpsEntry .1.3.6.1.4.1.116.5.21.2.7 |
powerUpsTrapEventIDThe id of event that has occurred.ro INTEGER .1.3.6.1.4.1.116.5.21.2.7.1 |
powerUpsTrapEventTypeThe type of event that has occurred. It is indicated by a integer value
as follows (hexadecimal).
0x001 = Dummyro INTEGER .1.3.6.1.4.1.116.5.21.2.7.2 |
powerUpsTrapEventSeverityThe severity of this event. It is indicated by a integer value as follows
(hexadecimal).
0x001 = Monitor
0x002 = Information
0x004 = OK
0x008 = Non-Critical
0x010 = Critical
0x020 = Non-Recoverablero INTEGER .1.3.6.1.4.1.116.5.21.2.7.3 |
powerUpsTrapEventSystemThe major functional aspect of the product causing the fault. It is
indicated by a integer value as follows (hexadecimal).
0x000 = Driver
0x001 = CI
0x002 = SVP
0x003 = OS
0x004 = Body/Power
0x005 = UPS
0x006 = SystemBoard
0x007 = Extended Slot
0x008 = SCSI
0x009 = Disk Array
0x00A = BIOS POST
0x00B = Cluster
0x00C = Networkro INTEGER .1.3.6.1.4.1.116.5.21.2.7.4 |
powerUpsTrapEventSubsystemThe minor functional aspect of the product causing the fault.
This information is useless now(reserved).ro INTEGER .1.3.6.1.4.1.116.5.21.2.7.5 |
powerUpsTrapEventClassThe name of the group that is associated with the event. It is
expressed in the form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.7.6 |
powerUpsTrapEventInstanceA list of DMI's integer indexs that identify the instance of the
associated group that actually generated the event. The list of
integer indexs are represented in the value of this attribute as a string
containing a comma-separetaed list of integers. It is expressed in the
form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.7.7 |
powerUpsTrapEventGenerationTimeThe time when the event has occurred. It is expressed in the form of
string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.7.8 |
powerUpsTrapEventMessageAuxiliary infomation related to the event. It is expressed in the form of
string(in Japanese, Sift JIS Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.7.9 |
systemBoard SystemBoardEntry .1.3.6.1.4.1.116.5.21.2.8 |
systenBoardTrapEventIDThe id of event that has occurred.ro INTEGER .1.3.6.1.4.1.116.5.21.2.8.1 |
systenBoardTrapEventTypeThe type of event that has occurred. It is indicated by a integer value
as follows (hexadecimal).
0x001 = Dummyro INTEGER .1.3.6.1.4.1.116.5.21.2.8.2 |
systenBoardTrapEventSeverityThe severity of this event. It is indicated by a integer value as follows
(hexadecimal).
0x001 = Monitor
0x002 = Information
0x004 = OK
0x008 = Non-Critical
0x010 = Critical
0x020 = Non-Recoverablero INTEGER .1.3.6.1.4.1.116.5.21.2.8.3 |
systenBoardTrapEventSystemThe major functional aspect of the product causing the fault. It is
indicated by a integer value as follows (hexadecimal).
0x000 = Driver
0x001 = CI
0x002 = SVP
0x003 = OS
0x004 = Body/Power
0x005 = UPS
0x006 = SystemBoard
0x007 = Extended Slot
0x008 = SCSI
0x009 = Disk Array
0x00A = BIOS POST
0x00B = Cluster
0x00C = Networkro INTEGER .1.3.6.1.4.1.116.5.21.2.8.4 |
systenBoardTrapEventSubsystemThe minor functional aspect of the product causing the fault.
This information is useless now(reserved).ro INTEGER .1.3.6.1.4.1.116.5.21.2.8.5 |
systenBoardTrapEventClassThe name of the group that is associated with the event. It is
expressed in the form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.8.6 |
systenBoardTrapEventInstanceA list of DMI's integer indexs that identify the instance of the
associated group that actually generated the event. The list of
integer indexs are represented in the value of this attribute as a string
containing a comma-separetaed list of integers. It is expressed in the
form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.8.7 |
systenBoardTrapEventGenerationTimeThe time when the event has occurred. It is expressed in the form of
string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.8.8 |
systenBoardTrapEventMessageAuxiliary infomation related to the event. It is expressed in the form of
string(in Japanese, Sift JIS Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.8.9 |
extendedSlot ExtendedSlotEntry .1.3.6.1.4.1.116.5.21.2.9 |
extendedSlotTrapEventIDThe id of event that has occurred.ro INTEGER .1.3.6.1.4.1.116.5.21.2.9.1 |
extendedSlotTrapEventTypeThe type of event that has occurred. It is indicated by a integer value
as follows (hexadecimal).
0x001 = Dummyro INTEGER .1.3.6.1.4.1.116.5.21.2.9.2 |
extendedSlotTrapEventSeverityThe severity of this event. It is indicated by a integer value as follows
(hexadecimal).
0x001 = Monitor
0x002 = Information
0x004 = OK
0x008 = Non-Critical
0x010 = Critical
0x020 = Non-Recoverablero INTEGER .1.3.6.1.4.1.116.5.21.2.9.3 |
extendedSlotTrapEventSystemThe major functional aspect of the product causing the fault. It is
indicated by a integer value as follows (hexadecimal).
0x000 = Driver
0x001 = CI
0x002 = SVP
0x003 = OS
0x004 = Body/Power
0x005 = UPS
0x006 = SystemBoard
0x007 = Extended Slot
0x008 = SCSI
0x009 = Disk Array
0x00A = BIOS POST
0x00B = Cluster
0x00C = Networkro INTEGER .1.3.6.1.4.1.116.5.21.2.9.4 |
extendedSlotTrapEventSubsystemThe minor functional aspect of the product causing the fault.
This information is useless now(reserved).ro INTEGER .1.3.6.1.4.1.116.5.21.2.9.5 |
extendedSlotTrapEventClassThe name of the group that is associated with the event. It is
expressed in the form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.9.6 |
extendedSlotTrapEventInstanceA list of DMI's integer indexs that identify the instance of the
associated group that actually generated the event. The list of
integer indexs are represented in the value of this attribute as a string
containing a comma-separetaed list of integers. It is expressed in the
form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.9.7 |
extendedSlotTrapEventGenerationTimeThe time when the event has occurred. It is expressed in the form of
string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.9.8 |
extendedSlotTrapEventMessageAuxiliary infomation related to the event. It is expressed in the form of
string(in Japanese, Sift JIS Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.9.9 |
scsi ScsiEntry .1.3.6.1.4.1.116.5.21.2.10 |
scsiTrapEventIDThe id of event that has occurred.ro INTEGER .1.3.6.1.4.1.116.5.21.2.10.1 |
scsiTrapEventTypeThe type of event that has occurred. It is indicated by a integer value
as follows (hexadecimal).
0x001 = Dummyro INTEGER .1.3.6.1.4.1.116.5.21.2.10.2 |
scsiTrapEventSeverityThe severity of this event. It is indicated by a integer value as follows
(hexadecimal).
0x001 = Monitor
0x002 = Information
0x004 = OK
0x008 = Non-Critical
0x010 = Critical
0x020 = Non-Recoverablero INTEGER .1.3.6.1.4.1.116.5.21.2.10.3 |
scsiTrapEventSystemThe major functional aspect of the product causing the fault. It is
indicated by a integer value as follows (hexadecimal).
0x000 = Driver
0x001 = CI
0x002 = SVP
0x003 = OS
0x004 = Body/Power
0x005 = UPS
0x006 = SystemBoard
0x007 = Extended Slot
0x008 = SCSI
0x009 = Disk Array
0x00A = BIOS POST
0x00B = Cluster
0x00C = Networkro INTEGER .1.3.6.1.4.1.116.5.21.2.10.4 |
scsiTrapEventSubsystemThe minor functional aspect of the product causing the fault.
This information is useless now(reserved).ro INTEGER .1.3.6.1.4.1.116.5.21.2.10.5 |
scsiTrapEventClassThe name of the group that is associated with the event. It is
expressed in the form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.10.6 |
scsiTrapEventInstanceA list of DMI's integer indexs that identify the instance of the
associated group that actually generated the event. The list of
integer indexs are represented in the value of this attribute as a string
containing a comma-separetaed list of integers. It is expressed in the
form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.10.7 |
scsiTrapEventGenerationTimeThe time when the event has occurred. It is expressed in the form of
string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.10.8 |
scsiTrapEventMessageAuxiliary infomation related to the event. It is expressed in the form of
string(in Japanese, Sift JIS Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.10.9 |
diskArray DiskArrayEntry .1.3.6.1.4.1.116.5.21.2.11 |
diskArrayTrapEventIDThe id of event that has occurred.ro INTEGER .1.3.6.1.4.1.116.5.21.2.11.1 |
diskArrayTrapEventTypeThe type of event that has occurred. It is indicated by a integer value
as follows (hexadecimal).
0x001 = Dummyro INTEGER .1.3.6.1.4.1.116.5.21.2.11.2 |
diskArrayTrapEventSeverityThe severity of this event. It is indicated by a integer value as follows
(hexadecimal).
0x001 = Monitor
0x002 = Information
0x004 = OK
0x008 = Non-Critical
0x010 = Critical
0x020 = Non-Recoverablero INTEGER .1.3.6.1.4.1.116.5.21.2.11.3 |
diskArrayTrapEventSystemThe major functional aspect of the product causing the fault. It is
indicated by a integer value as follows (hexadecimal).
0x000 = Driver
0x001 = CI
0x002 = SVP
0x003 = OS
0x004 = Body/Power
0x005 = UPS
0x006 = SystemBoard
0x007 = Extended Slot
0x008 = SCSI
0x009 = Disk Array
0x00A = BIOS POST
0x00B = Cluster
0x00C = Networkro INTEGER .1.3.6.1.4.1.116.5.21.2.11.4 |
diskArrayTrapEventSubsystemThe minor functional aspect of the product causing the fault.
This information is useless now(reserved).ro INTEGER .1.3.6.1.4.1.116.5.21.2.11.5 |
diskArrayTrapEventClassThe name of the group that is associated with the event. It is
expressed in the form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.11.6 |
diskArrayTrapEventInstanceA list of DMI's integer indexs that identify the instance of the
associated group that actually generated the event. The list of
integer indexs are represented in the value of this attribute as a string
containing a comma-separetaed list of integers. It is expressed in the
form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.11.7 |
diskArrayTrapEventGenerationTimeThe time when the event has occurred. It is expressed in the form of
string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.11.8 |
diskArrayTrapEventMessageAuxiliary infomation related to the event. It is expressed in the form of
string(in Japanese, Sift JIS Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.11.9 |
biosPost BiosPostEntry .1.3.6.1.4.1.116.5.21.2.12 |
biosPostTrapEventIDThe id of event that has occurred.ro INTEGER .1.3.6.1.4.1.116.5.21.2.12.1 |
biosPostTrapEventTypeThe type of event that has occurred. It is indicated by a integer value
as follows (hexadecimal).
0x001 = Dummyro INTEGER .1.3.6.1.4.1.116.5.21.2.12.2 |
biosPostTrapEventSeverityThe severity of this event. It is indicated by a integer value as follows
(hexadecimal).
0x001 = Monitor
0x002 = Information
0x004 = OK
0x008 = Non-Critical
0x010 = Critical
0x020 = Non-Recoverablero INTEGER .1.3.6.1.4.1.116.5.21.2.12.3 |
biosPostTrapEventSystemThe major functional aspect of the product causing the fault. It is
indicated by a integer value as follows (hexadecimal).
0x000 = Driver
0x001 = CI
0x002 = SVP
0x003 = OS
0x004 = Body/Power
0x005 = UPS
0x006 = SystemBoard
0x007 = Extended Slot
0x008 = SCSI
0x009 = Disk Array
0x00A = BIOS POST
0x00B = Cluster
0x00C = Networkro INTEGER .1.3.6.1.4.1.116.5.21.2.12.4 |
biosPostTrapEventSubsystemThe minor functional aspect of the product causing the fault.
This information is useless now(reserved).ro INTEGER .1.3.6.1.4.1.116.5.21.2.12.5 |
biosPostTrapEventClassThe name of the group that is associated with the event. It is
expressed in the form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.12.6 |
biosPostTrapEventInstanceA list of DMI's integer indexs that identify the instance of the
associated group that actually generated the event. The list of
integer indexs are represented in the value of this attribute as a string
containing a comma-separetaed list of integers. It is expressed in the
form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.12.7 |
biosPostTrapEventGenerationTimeThe time when the event has occurred. It is expressed in the form of
string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.12.8 |
biosPostTrapEventMessageAuxiliary infomation related to the event. It is expressed in the form of
string(in Japanese, Sift JIS Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.12.9 |
cluster ClusterEntry .1.3.6.1.4.1.116.5.21.2.13 |
clusterTrapEventIDThe id of event that has occurred.ro INTEGER .1.3.6.1.4.1.116.5.21.2.13.1 |
clusterTrapEventTypeThe type of event that has occurred. It is indicated by a integer value
as follows (hexadecimal).
0x001 = Dummyro INTEGER .1.3.6.1.4.1.116.5.21.2.13.2 |
clusterTrapEventSeverityThe severity of this event. It is indicated by a integer value as follows
(hexadecimal).
0x001 = Monitor
0x002 = Information
0x004 = OK
0x008 = Non-Critical
0x010 = Critical
0x020 = Non-Recoverablero INTEGER .1.3.6.1.4.1.116.5.21.2.13.3 |
clusterTrapEventSystemThe major functional aspect of the product causing the fault. It is
indicated by a integer value as follows (hexadecimal).
0x000 = Driver
0x001 = CI
0x002 = SVP
0x003 = OS
0x004 = Body/Power
0x005 = UPS
0x006 = SystemBoard
0x007 = Extended Slot
0x008 = SCSI
0x009 = Disk Array
0x00A = BIOS POST
0x00B = Cluster
0x00C = Networkro INTEGER .1.3.6.1.4.1.116.5.21.2.13.4 |
clusterTrapEventSubsystemThe minor functional aspect of the product causing the fault.
This information is useless now(reserved).ro INTEGER .1.3.6.1.4.1.116.5.21.2.13.5 |
clusterTrapEventClassThe name of the group that is associated with the event. It is
expressed in the form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.13.6 |
clusterTrapEventInstanceA list of DMI's integer indexs that identify the instance of the
associated group that actually generated the event. The list of
integer indexs are represented in the value of this attribute as a string
containing a comma-separetaed list of integers. It is expressed in the
form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.13.7 |
clusterTrapEventGenerationTimeThe time when the event has occurred. It is expressed in the form of
string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.13.8 |
clusterTrapEventMessageAuxiliary infomation related to the event. It is expressed in the form of
string(in Japanese, Sift JIS Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.13.9 |
network NetworkEntry .1.3.6.1.4.1.116.5.21.2.14 |
networkTrapEventIDThe id of event that has occurred.ro INTEGER .1.3.6.1.4.1.116.5.21.2.14.1 |
networkTrapEventTypeThe type of event that has occurred. It is indicated by a integer value
as follows (hexadecimal).
0x001 = Dummyro INTEGER .1.3.6.1.4.1.116.5.21.2.14.2 |
networkTrapEventSeverityThe severity of this event. It is indicated by a integer value as follows
(hexadecimal).
0x001 = Monitor
0x002 = Information
0x004 = OK
0x008 = Non-Critical
0x010 = Critical
0x020 = Non-Recoverablero INTEGER .1.3.6.1.4.1.116.5.21.2.14.3 |
networkTrapEventSystemThe major functional aspect of the product causing the fault. It is
indicated by a integer value as follows (hexadecimal).
0x000 = Driver
0x001 = CI
0x002 = SVP
0x003 = OS
0x004 = Body/Power
0x005 = UPS
0x006 = SystemBoard
0x007 = Extended Slot
0x008 = SCSI
0x009 = Disk Array
0x00A = BIOS POST
0x00B = Cluster
0x00C = Networkro INTEGER .1.3.6.1.4.1.116.5.21.2.14.4 |
networkTrapEventSubsystemThe minor functional aspect of the product causing the fault.
This information is useless now(reserved).ro INTEGER .1.3.6.1.4.1.116.5.21.2.14.5 |
networkTrapEventClassThe name of the group that is associated with the event. It is
expressed in the form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.14.6 |
networkTrapEventInstanceA list of DMI's integer indexs that identify the instance of the
associated group that actually generated the event. The list of
integer indexs are represented in the value of this attribute as a string
containing a comma-separetaed list of integers. It is expressed in the
form of string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.14.7 |
networkTrapEventGenerationTimeThe time when the event has occurred. It is expressed in the form of
string(ASCII Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.14.8 |
networkTrapEventMessageAuxiliary infomation related to the event. It is expressed in the form of
string(in Japanese, Sift JIS Code).ro DisplayString .1.3.6.1.4.1.116.5.21.2.14.9 |
systemAP OBJECT IDENTIFIER .1.3.6.1.4.1.116.7 |
systemManager OBJECT IDENTIFIER .1.3.6.1.4.1.116.7.21 |
generalTrapUnknownThis trap signifies that System Manager recognized that the event has
occurred (severity is unknown). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.0 |
generalTrapMonitorThis trap signifies that System Manager recognized that the event has
occurred (severity is Monitor). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.1 |
generalTrapInformationThis trap signifies that System Manager recognized that the event has
occurred (severity is Information). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.2 |
generalTrapOKThis trap signifies that System Manager recognized that the event has
occurred (severity is OK). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.3 |
generalTrapNon-CriticalThis trap signifies that System Manager recognized that the event has
occurred (severity is Non-Critical). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.4 |
generalTrapCriticalThis trap signifies that System Manager recognized that the event has
occurred (severity is Critical). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.5 |
generalTrapNon-RecoverableThis trap signifies that System Manager recognized that the event has
occurred (severity is Non-Recoverable). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.6 |
driverTrapUnknownThis trap signifies that System Manager recognized that the event has
occurred (at driver, severity is unknown). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.100 |
driverTrapMonitorThis trap signifies that System Manager recognized that the event has
occurred (at driver, severity is Monitor). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.101 |
driverTrapInformationThis trap signifies that System Manager recognized that the event has
occurred (at driver, severity is Information). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.102 |
driverTrapOKThis trap signifies that System Manager recognized that the event has
occurred (at driver, severity is OK). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.103 |
driverTrapNon-CriticalThis trap signifies that System Manager recognized that the event has
occurred (at driver, severity is Non-Critical). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.104 |
driverTrapCriticalThis trap signifies that System Manager recognized that the event has
occurred (at driver, severity is Critical). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.105 |
driverTrapNon-RecoverableThis trap signifies that System Manager recognized that the event has
occurred (at driver, severity is Non-Recoverable). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.106 |
ciTrapUnknownThis trap signifies that System Manager recognized that the event has
occurred (at ci, severity is unknown). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.200 |
ciTrapMonitorThis trap signifies that System Manager recognized that the event has
occurred (at ci, severity is Monitor). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.201 |
ciTrapInformationThis trap signifies that System Manager recognized that the event has
occurred (at ci, severity is Information). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.202 |
ciTrapOKThis trap signifies that System Manager recognized that the event has
occurred (at ci, severity is OK). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.203 |
ciTrapNon-CriticalThis trap signifies that System Manager recognized that the event has
occurred (at ci, severity is Non-Critical). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.204 |
ciTrapCriticalThis trap signifies that System Manager recognized that the event has
occurred (at ci, severity is Critical). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.205 |
ciTrapNon-RecoverableThis trap signifies that System Manager recognized that the event has
occurred (at ci, severity is Non-Recoverable). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.206 |
svpTrapUnknownThis trap signifies that System Manager recognized that the event has
occurred (at svp, severity is unknown). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.300 |
svpTrapMonitorThis trap signifies that System Manager recognized that the event has
occurred (at svp, severity is Monitor). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.301 |
svpTrapInformationThis trap signifies that System Manager recognized that the event has
occurred (at svp, severity is Information). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.302 |
svpTrapOKThis trap signifies that System Manager recognized that the event has
occurred (at svp, severity is OK). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.303 |
svpTrapNon-CriticalThis trap signifies that System Manager recognized that the event has
occurred (at svp, severity is Non-Critical). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.304 |
svpTrapCriticalThis trap signifies that System Manager recognized that the event has
occurred (at svp, severity is Critical). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.305 |
svpTrapNon-RecoverableThis trap signifies that System Manager recognized that the event has
occurred (at svp, severity is Non-Recoverable). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.306 |
osTrapUnknownThis trap signifies that System Manager recognized that the event has
occurred (at os, severity is unknown). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.400 |
osTrapMonitorThis trap signifies that System Manager recognized that the event has
occurred (at os, severity is Monitor). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.401 |
osTrapInformationThis trap signifies that System Manager recognized that the event has
occurred (at os, severity is Information). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.402 |
osTrapOKThis trap signifies that System Manager recognized that the event has
occurred (at os, severity is OK). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.403 |
osTrapNon-CriticalThis trap signifies that System Manager recognized that the event has
occurred (at os, severity is Non-Critical). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.404 |
osTrapCriticalThis trap signifies that System Manager recognized that the event has
occurred (at os, severity is Critical). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.405 |
osTrapNon-RecoverableThis trap signifies that System Manager recognized that the event has
occurred (at os, severity is Non-Recoverable). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.406 |
bodyTrapUnknownThis trap signifies that System Manager recognized that the event has
occurred (at body, power unit, severity is unknown). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.500 |
bodyTrapMonitorThis trap signifies that System Manager recognized that the event has
occurred (at body, power unit, severity is Monitor). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.501 |
bodyTrapInformationThis trap signifies that System Manager recognized that the event has
occurred (at body, power unit, severity is Information). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.502 |
bodyTrapOKThis trap signifies that System Manager recognized that the event has
occurred (at body, power unit, severity is OK). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.503 |
bodyTrapNon-CriticalThis trap signifies that System Manager recognized that the event has
occurred (at body, power unit, severity is Non-Critical). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.504 |
bodyTrapCriticalThis trap signifies that System Manager recognized that the event has
occurred (at body, power unit, severity is Critical). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.505 |
bodyTrapNon-RecoverableThis trap signifies that System Manager recognized that the event has
occurred (at body, power unit, severity is Non-Recoverable). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.506 |
powerUpsTrapUnknownThis trap signifies that System Manager recognized that the event has
occurred (at UPS unit, severity is unknown). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.600 |
powerUpsTrapMonitorThis trap signifies that System Manager recognized that the event has
occurred (at UPS unit, severity is Monitor). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.601 |
powerUpsTrapInformationThis trap signifies that System Manager recognized that the event has
occurred (at UPS unit, severity is Information). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.602 |
powerUpsTrapOKThis trap signifies that System Manager recognized that the event has
occurred (at UPS unit, severity is OK). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.603 |
powerUpsTrapNon-CriticalThis trap signifies that System Manager recognized that the event has
occurred (at UPS unit, severity is Non-Critical). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.604 |
powerUpsTrapCriticalThis trap signifies that System Manager recognized that the event has
occurred (at UPS unit, severity is Critical). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.605 |
powerUpsTrapNon-RecoverableThis trap signifies that System Manager recognized that the event has
occurred (at UPS unit, severity is Non-Recoverable). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.606 |
systenBoardTrapUnknownThis trap signifies that System Manager recognized that the event has
occurred (at system board, severity is unknown). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.700 |
systenBoardTrapMonitorThis trap signifies that System Manager recognized that the event has
occurred (at system board, severity is Monitor). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.701 |
systenBoardTrapInformationThis trap signifies that System Manager recognized that the event has
occurred (at system board, severity is Information). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.702 |
systenBoardTrapOKThis trap signifies that System Manager recognized that the event has
occurred (at system board, severity is OK). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.703 |
systenBoardTrapNon-CriticalThis trap signifies that System Manager recognized that the event has
occurred (at system board, severity is Non-Critical). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.704 |
systenBoardTrapCriticalThis trap signifies that System Manager recognized that the event has
occurred (at system board, severity is Critical). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.705 |
systenBoardTrapNon-RecoverableThis trap signifies that System Manager recognized that the event has
occurred (at system board, severity is Non-Recoverable). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.706 |
extendedSlotTrapUnknownThis trap signifies that System Manager recognized that the event has
occurred (at extended slot, severity is unknown). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.800 |
extendedSlotTrapMonitorThis trap signifies that System Manager recognized that the event has
occurred (at extended slot, severity is Monitor). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.801 |
extendedSlotTrapInformationThis trap signifies that System Manager recognized that the event has
occurred (at extended slot, severity is Information). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.802 |
extendedSlotTrapOKThis trap signifies that System Manager recognized that the event has
occurred (at extended slot, severity is OK). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.803 |
extendedSlotTrapNon-CriticalThis trap signifies that System Manager recognized that the event has
occurred (at extended slot, severity is Non-Critical). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.804 |
extendedSlotTrapCriticalThis trap signifies that System Manager recognized that the event has
occurred (at extended slot, severity is Critical). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.805 |
extendedSlotTrapNon-RecoverableThis trap signifies that System Manager recognized that the event has
occurred (at extended slot, severity is Non-Recoverable). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.806 |
scsiTrapUnknownThis trap signifies that System Manager recognized that the event has
occurred (at scsi device, severity is unknown). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.900 |
scsiTrapMonitorThis trap signifies that System Manager recognized that the event has
occurred (at scsi device, severity is Monitor). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.901 |
scsiTrapInformationThis trap signifies that System Manager recognized that the event has
occurred (at scsi device, severity is Information). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.902 |
scsiTrapOKThis trap signifies that System Manager recognized that the event has
occurred (at scsi device, severity is OK). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.903 |
scsiTrapNon-CriticalThis trap signifies that System Manager recognized that the event has
occurred (at scsi device, severity is Non-Critical). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.904 |
scsiTrapCriticalThis trap signifies that System Manager recognized that the event has
occurred (at scsi device, severity is Critical). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.905 |
scsiTrapNon-RecoverableThis trap signifies that System Manager recognized that the event has
occurred (at scsi device, severity is Non-Recoverable). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.906 |
diskArrayTrapUnknownThis trap signifies that System Manager recognized that the event has
occurred (at disk array, severity is unknown). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.1000 |
diskArrayTrapMonitorThis trap signifies that System Manager recognized that the event has
occurred (at disk array, severity is Monitor). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.1001 |
diskArrayTrapInformationThis trap signifies that System Manager recognized that the event has
occurred (at disk array, severity is Information). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.1002 |
diskArrayTrapOKThis trap signifies that System Manager recognized that the event has
occurred (at disk array, severity is OK). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.1003 |
diskArrayTrapNon-CriticalThis trap signifies that System Manager recognized that the event has
occurred (at disk array, severity is Non-Critical). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.1004 |
diskArrayTrapCriticalThis trap signifies that System Manager recognized that the event has
occurred (at disk array, severity is Critical). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.1005 |
diskArrayTrapNon-RecoverableThis trap signifies that System Manager recognized that the event has
occurred (at disk array, severity is Non-Recoverable). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.1006 |
biosPostTrapUnknownThis trap signifies that System Manager recognized that the event has
occurred (bios post, severity is unknown). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.1100 |
biosPostTrapMonitorThis trap signifies that System Manager recognized that the event has
occurred (bios post, severity is Monitor). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.1101 |
biosPostTrapInformationThis trap signifies that System Manager recognized that the event has
occurred (bios post, severity is Information). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.1102 |
biosPostTrapOKThis trap signifies that System Manager recognized that the event has
occurred (bios post, severity is OK). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.1103 |
biosPostTrapNon-CriticalThis trap signifies that System Manager recognized that the event has
occurred (bios post, severity is Non-Critical). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.1104 |
biosPostTrapCriticalThis trap signifies that System Manager recognized that the event has
occurred (bios post, severity is Critical). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.1105 |
biosPostTrapNon-RecoverableThis trap signifies that System Manager recognized that the event has
occurred (bios post, severity is Non-Recoverable). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.1106 |
clusterTrapUnknownThis trap signifies that System Manager recognized that the event has
occurred (at cluster, severity is unknown). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.1200 |
clusterTrapMonitorThis trap signifies that System Manager recognized that the event has
occurred (at cluster, severity is Monitor). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.1201 |
clusterTrapInformationThis trap signifies that System Manager recognized that the event has
occurred (at cluster, severity is Information). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.1202 |
clusterTrapOKThis trap signifies that System Manager recognized that the event has
occurred (at cluster, severity is OK). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.1203 |
clusterTrapNon-CriticalThis trap signifies that System Manager recognized that the event has
occurred (at cluster, severity is Non-Critical). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.1204 |
clusterTrapCriticalThis trap signifies that System Manager recognized that the event has
occurred (at cluster, severity is Critical). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.1205 |
clusterTrapNon-RecoverableThis trap signifies that System Manager recognized that the event has
occurred (at cluster, severity is Non-Recoverable). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.1206 |
networkTrapUnknownThis trap signifies that System Manager recognized that the event has
occurred (at network, severity is unknown). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.1300 |
networkTrapMonitorThis trap signifies that System Manager recognized that the event has
occurred (at network, severity is Monitor). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.1301 |
networkTrapInformationThis trap signifies that System Manager recognized that the event has
occurred (at network, severity is Information). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.1302 |
networkTrapOKThis trap signifies that System Manager recognized that the event has
occurred (at network, severity is OK). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.1303 |
networkTrapNon-CriticalThis trap signifies that System Manager recognized that the event has
occurred (at network, severity is Non-Critical). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.1304 |
networkTrapCriticalThis trap signifies that System Manager recognized that the event has
occurred (at network, severity is Critical). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.1305 |
networkTrapNon-RecoverableThis trap signifies that System Manager recognized that the event has
occurred (at network, severity is Non-Recoverable). TRAP-TYPE .1.3.6.1.4.1.116.7.21.0.1306 |