H3C-DISK-MIB

File: H3C-DISK-MIB.mib (8549 bytes)

Imported modules

SNMPv2-SMI H3C-STORAGE-REF-MIB

Imported symbols

Integer32 OBJECT-TYPE MODULE-IDENTITY
h3cStorageRef H3cStorageEnableState H3cStorageActionType

Defined Types

H3cDiskEntry  
SEQUENCE    
  h3cDiskIndex Integer32
  h3cDiskPortType INTEGER
  h3cDiskPortSpeed Integer32
  h3cDiskSize Integer32
  h3cDiskFreeSpace Integer32
  h3cDiskLocationState H3cStorageEnableState
  h3cDiskRunLedState INTEGER
  h3cDiskFaultLedState INTEGER
  h3cDiskInitialize H3cStorageActionType
  h3cDiskGlobalSpare INTEGER
  h3cDiskLocalSpare INTEGER
  h3cDiskReadCache H3cStorageEnableState
  h3cDiskWriteCache H3cStorageEnableState
  h3cDiskPowerOffReason INTEGER

Defined Values

h3cDisk 1.3.6.1.4.1.2011.10.10.3
This MIB describes the general information of disk device, include the running status, disk interface, and chche management.
MODULE-IDENTITY    

h3cDiskMibObjects 1.3.6.1.4.1.2011.10.10.3.1
OBJECT IDENTIFIER    

h3cDiskTable 1.3.6.1.4.1.2011.10.10.3.1.1
This table contains some entity extend information of the disk.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cDiskEntry

h3cDiskEntry 1.3.6.1.4.1.2011.10.10.3.1.1.1
An entry containing management information applicable to the disk.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cDiskEntry  

h3cDiskIndex 1.3.6.1.4.1.2011.10.10.3.1.1.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

h3cDiskPortType 1.3.6.1.4.1.2011.10.10.3.1.1.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER sata(1), pata(2), sas(3), scsi(4), ieee1394(5), fcal(6)  

h3cDiskPortSpeed 1.3.6.1.4.1.2011.10.10.3.1.1.1.3
This object identifies the speed of disk interface. The units is million bytes per second.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cDiskSize 1.3.6.1.4.1.2011.10.10.3.1.1.1.4
This object describes the size of disk's total space. The units is million bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cDiskFreeSpace 1.3.6.1.4.1.2011.10.10.3.1.1.1.5
This object describes the size of spare space of the disk. The units is million bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cDiskLocationState 1.3.6.1.4.1.2011.10.10.3.1.1.1.6
This object identifies if the led used to confirm the position of disk is enable.
Status: current Access: read-write
OBJECT-TYPE    
  H3cStorageEnableState  

h3cDiskRunLedState 1.3.6.1.4.1.2011.10.10.3.1.1.1.7
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 h3cDiskLocationState object is equal to 'disable'.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER on(1), blink(2), fastblink(3)  

h3cDiskFaultLedState 1.3.6.1.4.1.2011.10.10.3.1.1.1.8
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER off(1), on(2), blink(3)  

h3cDiskInitialize 1.3.6.1.4.1.2011.10.10.3.1.1.1.9
The operation of initialize the disk. When the value of this object is set to 'action', the operation of disk initialize are touched off.
Status: current Access: read-write
OBJECT-TYPE    
  H3cStorageActionType  

h3cDiskGlobalSpare 1.3.6.1.4.1.2011.10.10.3.1.1.1.10
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER globalSpare(1), nonglobalSpare(2)  

h3cDiskLocalSpare 1.3.6.1.4.1.2011.10.10.3.1.1.1.11
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER localSpare(1), nonlocalSpare(2)  

h3cDiskReadCache 1.3.6.1.4.1.2011.10.10.3.1.1.1.12
This object identifies the state of read cache.
Status: current Access: read-write
OBJECT-TYPE    
  H3cStorageEnableState  

h3cDiskWriteCache 1.3.6.1.4.1.2011.10.10.3.1.1.1.13
This object identifies the state of write cache.
Status: current Access: read-write
OBJECT-TYPE    
  H3cStorageEnableState  

h3cDiskPowerOffReason 1.3.6.1.4.1.2011.10.10.3.1.1.1.14
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER environmentUnstable(1), mediumError(2), smartCheckError(3), generalError(4)