HH3C-DISK-MIB: View SNMP OID List / Download MIB
VENDOR: H3C
Home | MIB: HH3C-DISK-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
hh3cDisk | 1.3.6.1.4.1.25506.10.3 |
This MIB describes the general information of disk device, include the running status, disk interface, and chche management. |
||
hh3cDiskMibObjects | 1.3.6.1.4.1.25506.10.3.1 | |||
hh3cDiskTable | 1.3.6.1.4.1.25506.10.3.1.1 | no-access |
This table contains some entity extend information of the disk. |
|
1.3.6.1.4.1.25506.10.3.1.1.1 | no-access |
An entry containing management information applicable to the disk. |
||
hh3cDiskIndex | 1.3.6.1.4.1.25506.10.3.1.1.1.1 | integer32 | no-access |
This object identifies the entity index of disk. The object identified by this index is the same object as identified by the same value of entPhysicalIndex. |
hh3cDiskPortType | 1.3.6.1.4.1.25506.10.3.1.1.1.2 | integer | read-only |
This object describes the interface type of disk. The value 'sata' means serial advanced technology attachment. The value 'pata' means parallel advanced technology attachment. The value 'sas' means serial attached SCSI. The value 'scsi' means small computer system interface. The value 'ieee1394' means a type of bus standard. The value 'fcal' means fiber channel arbitrated loop. Enumeration: 'ieee1394': 5, 'pata': 2, 'sata': 1, 'sas': 3, 'scsi': 4, 'fcal': 6. |
hh3cDiskPortSpeed | 1.3.6.1.4.1.25506.10.3.1.1.1.3 | integer32 | read-only |
This object identifies the speed of disk interface. The units is million bytes per second. |
hh3cDiskSize | 1.3.6.1.4.1.25506.10.3.1.1.1.4 | integer32 | read-only |
This object describes the size of disk's total space. The units is million bytes. |
hh3cDiskFreeSpace | 1.3.6.1.4.1.25506.10.3.1.1.1.5 | integer32 | read-only |
This object describes the size of spare space of the disk. The units is million bytes. |
hh3cDiskLocationState | 1.3.6.1.4.1.25506.10.3.1.1.1.6 | hh3cstorageenablestate | read-write |
This object identifies if the led used to confirm the position of disk is enable. |
hh3cDiskRunLedState | 1.3.6.1.4.1.25506.10.3.1.1.1.7 | integer | read-only |
This object identifies the runing state of the disk. The value of 'on' means the blue led is on, and the disk works well. The value of 'blink' means the blue led is blinking, and the disk is being readed or writed. The value of 'fastblink' means the blue led is blinking very fast, and the disk is being located. This object can not be 'fastblink' when the value of associated hh3cDiskLocationState object is equal to 'disable'. Enumeration: 'on': 1, 'fastblink': 3, 'blink': 2. |
hh3cDiskFaultLedState | 1.3.6.1.4.1.25506.10.3.1.1.1.8 | integer | read-only |
This object identifies the fault state of the disk. The value of 'off' means the yellow led is go out, and the disk works well. The value of 'on' means the yellow led is on, and the disk break down. The value of 'blink' means the yellow led is blinking, and a group of raid disk is being synchronized. Enumeration: 'on': 2, 'off': 1, 'blink': 3. |
hh3cDiskInitialize | 1.3.6.1.4.1.25506.10.3.1.1.1.9 | hh3cstorageactiontype | read-write |
The operation of initialize the disk. When the value of this object is set to 'action', the operation of disk initialize are touched off. |
hh3cDiskGlobalSpare | 1.3.6.1.4.1.25506.10.3.1.1.1.10 | integer | read-write |
This object identifies if the disk is a global hot spare disk. The value 'globalSpare' means it is a global spare disk, and the value 'nonglobalSpare' means not. Enumeration: 'globalSpare': 1, 'nonglobalSpare': 2. |
hh3cDiskLocalSpare | 1.3.6.1.4.1.25506.10.3.1.1.1.11 | integer | read-only |
This object identifies if the disk is a specific hot spare disk. The value 'localSpare' means it is a local spare disk, and 'nonlocalSpare' means not. Enumeration: 'localSpare': 1, 'nonlocalSpare': 2. |
hh3cDiskReadCache | 1.3.6.1.4.1.25506.10.3.1.1.1.12 | hh3cstorageenablestate | read-write |
This object identifies the state of read cache. |
hh3cDiskWriteCache | 1.3.6.1.4.1.25506.10.3.1.1.1.13 | hh3cstorageenablestate | read-write |
This object identifies the state of write cache. |
hh3cDiskPowerOffReason | 1.3.6.1.4.1.25506.10.3.1.1.1.14 | integer | read-only |
This object describes the reason of disk poweroff. The value 'environmentUnstable' means disk poweroff and may poweron again. The value 'mediumError' means disk poweroff and never poweron. The value 'smartCheckError' means disk's SMART check failed and poweroff. The value 'generalError' means disk poweroff because of general error. Enumeration: 'environmentUnstable': 1, 'generalError': 4, 'smartCheckError': 3, 'mediumError': 2. |