H3C-RAID-MIB

File: H3C-RAID-MIB.mib (20065 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC ENTITY-MIB
H3C-STORAGE-REF-MIB

Imported symbols

Counter32 Integer32 OBJECT-TYPE
MODULE-IDENTITY NOTIFICATION-TYPE RowStatus
DateAndTime TruthValue TEXTUAL-CONVENTION
entPhysicalIndex H3cStorageOwnerType H3cStorageEnableState
H3cStorageActionType H3cRaidIDType h3cStorageRef

Defined Types

H3cRaidEntry  
SEQUENCE    
  h3cRaidName OCTET STRING
  h3cRaidId Integer32
  h3cRaidUuid H3cRaidIDType
  h3cRaidLevel INTEGER
  h3cRaidTimestamp DateAndTime
  h3cRaidDiskList OCTET STRING
  h3cRaidOwner H3cStorageOwnerType
  h3cRaidSize Integer32
  h3cRaidFreeSize Integer32
  h3cRaidAutoSync TruthValue
  h3cRaidRowStatus RowStatus

H3cRaidManageEntry  
SEQUENCE    
  h3cRaidLocationState H3cStorageEnableState
  h3cRaidAction INTEGER
  h3cRaidRunState INTEGER
  h3cRaidAutoRebuild H3cStorageEnableState
  h3cRaidSyncPercentage Integer32
  h3cRaidHideState H3cStorageEnableState
  h3cRaidLvRestore H3cStorageActionType
  h3cRaidType INTEGER

H3cRaidCacheEntry  
SEQUENCE    
  h3cRaidReadCache H3cStorageEnableState
  h3cRaidReadCacheHitPeriod Integer32
  h3cRaidReadCacheAverageRate Integer32
  h3cRaidReadCachePhaseRate Integer32
  h3cRaidWriteCache H3cStorageEnableState
  h3cRaidWriteCacheHitPeriod Integer32
  h3cRaidWriteCacheAverageRate Integer32
  h3cRaidWriteCachePhaseRate Integer32
  h3cRaidWriteCacheFlush H3cStorageActionType

H3cRaidSpareDiskEntry  
SEQUENCE    
  h3cRaidSpareDiskRowStatus RowStatus

H3cFreezeRaidEntry  
SEQUENCE    
  h3cFreezeRaidUuid H3cRaidIDType
  h3cFreezeRaidName OCTET STRING
  h3cFreezeRaidRowStatus RowStatus

H3c3rdRaidEntry  
SEQUENCE    
  h3c3rdRaidUuid H3cRaidIDType
  h3c3rdRaidName OCTET STRING
  h3c3rdRaidOwner OCTET STRING
  h3c3rdRaidImport H3cStorageOwnerType
  h3c3rdRaidRowStatus RowStatus

Defined Values

h3cRaid 1.3.6.1.4.1.2011.10.10.4
This MIB describes the general information of raid.
MODULE-IDENTITY    

h3cRaidMibObjects 1.3.6.1.4.1.2011.10.10.4.1
OBJECT IDENTIFIER    

h3cRaidCapacityTable 1.3.6.1.4.1.2011.10.10.4.1.1
OBJECT IDENTIFIER    

h3cPrimaryRaidCount 1.3.6.1.4.1.2011.10.10.4.1.1.1
This object identifies the maximal number of primary raids supported.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cRaidTable 1.3.6.1.4.1.2011.10.10.4.1.2
This table containing some property information of the array.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cRaidEntry

h3cRaidEntry 1.3.6.1.4.1.2011.10.10.4.1.2.1
An entry containing management information applicable to create array resource.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cRaidEntry  

h3cRaidName 1.3.6.1.4.1.2011.10.10.4.1.2.1.1
This object identifies the name of the array.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  OCTET STRING Size(1..31)  

h3cRaidId 1.3.6.1.4.1.2011.10.10.4.1.2.1.2
This object describes the identification of the array.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cRaidUuid 1.3.6.1.4.1.2011.10.10.4.1.2.1.3
This object describes the UUID of the array.
Status: current Access: read-only
OBJECT-TYPE    
  H3cRaidIDType  

h3cRaidLevel 1.3.6.1.4.1.2011.10.10.4.1.2.1.4
This object identifies the type of array. The value 'jbod' means just a bunch of disks, the value 'raid0' means RAID Level 0, and so on.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER jbod(1), raid0(2), raid1(3), raid2(4), raid3(5), raid4(6), raid5(7), raid6(8), raid10(9), raid50(10)  

h3cRaidTimestamp 1.3.6.1.4.1.2011.10.10.4.1.2.1.5
This object identifies the system time when the array is created.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

h3cRaidDiskList 1.3.6.1.4.1.2011.10.10.4.1.2.1.6
This object describes a list of the disk composed the array, each two bytes with network-byte order means a single entity index of the disk.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(2..256)  

h3cRaidOwner 1.3.6.1.4.1.2011.10.10.4.1.2.1.7
This object identifies the owner of the array.
Status: current Access: read-create
OBJECT-TYPE    
  H3cStorageOwnerType  

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

h3cRaidFreeSize 1.3.6.1.4.1.2011.10.10.4.1.2.1.9
This object describes the size of array's vacancy space. The units is million bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cRaidAutoSync 1.3.6.1.4.1.2011.10.10.4.1.2.1.10
This object identifies if the raid should be synchro automatically when created.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

h3cRaidRowStatus 1.3.6.1.4.1.2011.10.10.4.1.2.1.11
This object describes the actions to crate or delete an array.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

h3cRaidManageTable 1.3.6.1.4.1.2011.10.10.4.1.3
This table containing some management information of the array.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cRaidManageEntry

h3cRaidManageEntry 1.3.6.1.4.1.2011.10.10.4.1.3.1
An entry containing management information applicable to particular array resource.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cRaidManageEntry  

h3cRaidLocationState 1.3.6.1.4.1.2011.10.10.4.1.3.1.1
This object identifies if the array can be located.
Status: current Access: read-write
OBJECT-TYPE    
  H3cStorageEnableState  

h3cRaidAction 1.3.6.1.4.1.2011.10.10.4.1.3.1.2
This object identifies the actions to operating the array. When read, this object always returns the value 'invalid'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER run(1), pause(2), rebuild(3), invalid(4)  

h3cRaidRunState 1.3.6.1.4.1.2011.10.10.4.1.3.1.3
This object identifies the state of the array. The value 'normal' means array works well. The value 'degraded' means array has degraded. The value 'failed' means some disks met failure and array has failed.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER normal(1), degraded(2), failed(3)  

h3cRaidAutoRebuild 1.3.6.1.4.1.2011.10.10.4.1.3.1.4
This object identifies if the array can be auto rebuild.
Status: current Access: read-write
OBJECT-TYPE    
  H3cStorageEnableState  

h3cRaidSyncPercentage 1.3.6.1.4.1.2011.10.10.4.1.3.1.5
This object describes the percentage of progress when the array is synchronizing. The value is equal to '100' when the progress has finished.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..100  

h3cRaidHideState 1.3.6.1.4.1.2011.10.10.4.1.3.1.6
This object identifies if the array is hided. When the value of this object is equal to 'enable', the array will be hided and the files on it can not be accessed by any user.
Status: current Access: read-write
OBJECT-TYPE    
  H3cStorageEnableState  

h3cRaidLvRestore 1.3.6.1.4.1.2011.10.10.4.1.3.1.7
This object identifies an action to restore all the logic volume resources.
Status: current Access: read-write
OBJECT-TYPE    
  H3cStorageActionType  

h3cRaidType 1.3.6.1.4.1.2011.10.10.4.1.3.1.8
This object identifies the physical type of an array. The value 'virtualDevice' means if a array is prepared for virtual device, it can be used to create LV, for exampe, it is can be split into a lot of LV, or be a part of LV. The value 'directDevice' means if a array is prepared for direct device, it can be used to create a LV which type is direct. Unlike virtual devices, they cannot be combined or split into multiple logical devices. The value 'serviceEnabledDevice' means if a array is prepared for service-enabled device, it can be used to create a LV which type is service-enabled. Unlike virtual devices, they cannot be combined or split into multiple logical devices. The value 'unassigned' means it is the original status of a array, if a array is unassigned, it can't be used to create LV.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER virtualDevice(1), directDevice(2), serviceEnabledDevice(3), unassigned(4)  

h3cRaidCacheTable 1.3.6.1.4.1.2011.10.10.4.1.4
This table containing some property information and management information of the array cache.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cRaidCacheEntry

h3cRaidCacheEntry 1.3.6.1.4.1.2011.10.10.4.1.4.1
An entry containing management information applicable to particular array cache resource.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cRaidCacheEntry  

h3cRaidReadCache 1.3.6.1.4.1.2011.10.10.4.1.4.1.1
This object identifies the state of read cache. If the value of this object is set to 'disable', the associated percentage of cache hit may be invalid.
Status: current Access: read-write
OBJECT-TYPE    
  H3cStorageEnableState  

h3cRaidReadCacheHitPeriod 1.3.6.1.4.1.2011.10.10.4.1.4.1.2
This object describes the period during which how often the date matched with the cache when read. The units is minute.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..60  

h3cRaidReadCacheAverageRate 1.3.6.1.4.1.2011.10.10.4.1.4.1.3
This object describes the average percentage of cache hit when read.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..100  

h3cRaidReadCachePhaseRate 1.3.6.1.4.1.2011.10.10.4.1.4.1.4
This object describes the percentage of cache hit when read during the period set by the h3cRaidReadCacheHitPeriod object.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..100  

h3cRaidWriteCache 1.3.6.1.4.1.2011.10.10.4.1.4.1.5
This object identifies the state of write cache. If the value of this object is set to 'disable', the associated percentage of cache hit may be invalid.
Status: current Access: read-write
OBJECT-TYPE    
  H3cStorageEnableState  

h3cRaidWriteCacheHitPeriod 1.3.6.1.4.1.2011.10.10.4.1.4.1.6
This object describes the period during which how often the date matched with the cache when writed. The units is minute.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..60  

h3cRaidWriteCacheAverageRate 1.3.6.1.4.1.2011.10.10.4.1.4.1.7
This object describes the average percentage of cache hit when writed.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..100  

h3cRaidWriteCachePhaseRate 1.3.6.1.4.1.2011.10.10.4.1.4.1.8
This object describes the percentage of cache hit when write during the period set by the h3cRaidWriteCacheHitPeriod object.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..100  

h3cRaidWriteCacheFlush 1.3.6.1.4.1.2011.10.10.4.1.4.1.9
This object identifies an action to flushing the write cache.
Status: current Access: read-write
OBJECT-TYPE    
  H3cStorageActionType  

h3cRaidSpareDiskTable 1.3.6.1.4.1.2011.10.10.4.1.5
This table described the spare hot disk information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cRaidSpareDiskEntry

h3cRaidSpareDiskEntry 1.3.6.1.4.1.2011.10.10.4.1.5.1
An entry containing management information applicable to a spare hot disk.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cRaidSpareDiskEntry  

h3cRaidSpareDiskRowStatus 1.3.6.1.4.1.2011.10.10.4.1.5.1.1
This object describes the actions to create or delete spare hot disk.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

h3cFreezeRaidTable 1.3.6.1.4.1.2011.10.10.4.1.6
This table described the freezed raid management.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cFreezeRaidEntry

h3cFreezeRaidEntry 1.3.6.1.4.1.2011.10.10.4.1.6.1
An entry containing management information applicable to manage the freezed raid.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cFreezeRaidEntry  

h3cFreezeRaidUuid 1.3.6.1.4.1.2011.10.10.4.1.6.1.1
This object describes the uuid of the freezed raid.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cRaidIDType  

h3cFreezeRaidName 1.3.6.1.4.1.2011.10.10.4.1.6.1.2
This object describes the name of the freezed raid.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..31)  

h3cFreezeRaidRowStatus 1.3.6.1.4.1.2011.10.10.4.1.6.1.3
This object describes the actions to manage the freezed raid. Only the value 'destroy' is supported.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

h3c3rdRaidTable 1.3.6.1.4.1.2011.10.10.4.1.7
This table described the 3rd raid management.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3c3rdRaidEntry

h3c3rdRaidEntry 1.3.6.1.4.1.2011.10.10.4.1.7.1
An entry containing management information applicable to manage the 3rd raid.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3c3rdRaidEntry  

h3c3rdRaidUuid 1.3.6.1.4.1.2011.10.10.4.1.7.1.1
This object describes the uuid of the 3rd raid.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cRaidIDType  

h3c3rdRaidName 1.3.6.1.4.1.2011.10.10.4.1.7.1.2
This object describes the name of the 3rd raid.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..31)  

h3c3rdRaidOwner 1.3.6.1.4.1.2011.10.10.4.1.7.1.3
This object describes the owner of the 3rd raid.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

h3c3rdRaidImport 1.3.6.1.4.1.2011.10.10.4.1.7.1.4
This object describes the owner for the 3rd raid. When read, the value 'none' will be get. If the action is executed successfully, the 3rd raid will become a primary raid, and this entry will be deleted automatically.
Status: current Access: read-create
OBJECT-TYPE    
  H3cStorageOwnerType  

h3c3rdRaidRowStatus 1.3.6.1.4.1.2011.10.10.4.1.7.1.5
This object describes the actions to manage the 3rd raid. Only the value 'destroy' is supported.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus