HH3C-RAID-MIB

File: HH3C-RAID-MIB.mib (20267 bytes)

Imported modules

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

Imported symbols

Counter32 Integer32 OBJECT-TYPE
MODULE-IDENTITY NOTIFICATION-TYPE RowStatus
DateAndTime TruthValue TEXTUAL-CONVENTION
entPhysicalIndex Hh3cStorageOwnerType Hh3cStorageEnableState
Hh3cStorageActionType Hh3cRaidIDType hh3cStorageRef

Defined Types

Hh3cRaidEntry  
SEQUENCE    
  hh3cRaidName OCTET STRING
  hh3cRaidId Integer32
  hh3cRaidUuid Hh3cRaidIDType
  hh3cRaidLevel INTEGER
  hh3cRaidTimestamp DateAndTime
  hh3cRaidDiskList OCTET STRING
  hh3cRaidOwner Hh3cStorageOwnerType
  hh3cRaidSize Integer32
  hh3cRaidFreeSize Integer32
  hh3cRaidAutoSync TruthValue
  hh3cRaidRowStatus RowStatus

Hh3cRaidManageEntry  
SEQUENCE    
  hh3cRaidLocationState Hh3cStorageEnableState
  hh3cRaidAction INTEGER
  hh3cRaidRunState INTEGER
  hh3cRaidAutoRebuild Hh3cStorageEnableState
  hh3cRaidSyncPercentage Integer32
  hh3cRaidHideState Hh3cStorageEnableState
  hh3cRaidLvRestore Hh3cStorageActionType
  hh3cRaidType INTEGER

Hh3cRaidCacheEntry  
SEQUENCE    
  hh3cRaidReadCache Hh3cStorageEnableState
  hh3cRaidReadCacheHitPeriod Integer32
  hh3cRaidReadCacheAverageRate Integer32
  hh3cRaidReadCachePhaseRate Integer32
  hh3cRaidWriteCache Hh3cStorageEnableState
  hh3cRaidWriteCacheHitPeriod Integer32
  hh3cRaidWriteCacheAverageRate Integer32
  hh3cRaidWriteCachePhaseRate Integer32
  hh3cRaidWriteCacheFlush Hh3cStorageActionType

Hh3cRaidSpareDiskEntry  
SEQUENCE    
  hh3cRaidSpareDiskRowStatus RowStatus

Hh3cFreezeRaidEntry  
SEQUENCE    
  hh3cFreezeRaidUuid Hh3cRaidIDType
  hh3cFreezeRaidName OCTET STRING
  hh3cFreezeRaidRowStatus RowStatus

Hh3c3rdRaidEntry  
SEQUENCE    
  hh3c3rdRaidUuid Hh3cRaidIDType
  hh3c3rdRaidName OCTET STRING
  hh3c3rdRaidOwner OCTET STRING
  hh3c3rdRaidImport Hh3cStorageOwnerType
  hh3c3rdRaidRowStatus RowStatus

Defined Values

hh3cRaid 1.3.6.1.4.1.25506.10.4
This MIB describes the general information of raid.
MODULE-IDENTITY    

hh3cRaidMibObjects 1.3.6.1.4.1.25506.10.4.1
OBJECT IDENTIFIER    

hh3cRaidCapacityTable 1.3.6.1.4.1.25506.10.4.1.1
OBJECT IDENTIFIER    

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

hh3cRaidTable 1.3.6.1.4.1.25506.10.4.1.2
This table containing some property information of the array.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cRaidEntry

hh3cRaidEntry 1.3.6.1.4.1.25506.10.4.1.2.1
An entry containing management information applicable to create array resource.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cRaidEntry  

hh3cRaidName 1.3.6.1.4.1.25506.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)  

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

hh3cRaidUuid 1.3.6.1.4.1.25506.10.4.1.2.1.3
This object describes the UUID of the array.
Status: current Access: read-only
OBJECT-TYPE    
  Hh3cRaidIDType  

hh3cRaidLevel 1.3.6.1.4.1.25506.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)  

hh3cRaidTimestamp 1.3.6.1.4.1.25506.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  

hh3cRaidDiskList 1.3.6.1.4.1.25506.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)  

hh3cRaidOwner 1.3.6.1.4.1.25506.10.4.1.2.1.7
This object identifies the owner of the array.
Status: current Access: read-create
OBJECT-TYPE    
  Hh3cStorageOwnerType  

hh3cRaidSize 1.3.6.1.4.1.25506.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  

hh3cRaidFreeSize 1.3.6.1.4.1.25506.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  

hh3cRaidAutoSync 1.3.6.1.4.1.25506.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  

hh3cRaidRowStatus 1.3.6.1.4.1.25506.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  

hh3cRaidManageTable 1.3.6.1.4.1.25506.10.4.1.3
This table containing some management information of the array.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cRaidManageEntry

hh3cRaidManageEntry 1.3.6.1.4.1.25506.10.4.1.3.1
An entry containing management information applicable to particular array resource.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cRaidManageEntry  

hh3cRaidLocationState 1.3.6.1.4.1.25506.10.4.1.3.1.1
This object identifies if the array can be located.
Status: current Access: read-write
OBJECT-TYPE    
  Hh3cStorageEnableState  

hh3cRaidAction 1.3.6.1.4.1.25506.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)  

hh3cRaidRunState 1.3.6.1.4.1.25506.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)  

hh3cRaidAutoRebuild 1.3.6.1.4.1.25506.10.4.1.3.1.4
This object identifies if the array can be auto rebuild.
Status: current Access: read-write
OBJECT-TYPE    
  Hh3cStorageEnableState  

hh3cRaidSyncPercentage 1.3.6.1.4.1.25506.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  

hh3cRaidHideState 1.3.6.1.4.1.25506.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    
  Hh3cStorageEnableState  

hh3cRaidLvRestore 1.3.6.1.4.1.25506.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    
  Hh3cStorageActionType  

hh3cRaidType 1.3.6.1.4.1.25506.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)  

hh3cRaidCacheTable 1.3.6.1.4.1.25506.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  
    Hh3cRaidCacheEntry

hh3cRaidCacheEntry 1.3.6.1.4.1.25506.10.4.1.4.1
An entry containing management information applicable to particular array cache resource.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cRaidCacheEntry  

hh3cRaidReadCache 1.3.6.1.4.1.25506.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    
  Hh3cStorageEnableState  

hh3cRaidReadCacheHitPeriod 1.3.6.1.4.1.25506.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  

hh3cRaidReadCacheAverageRate 1.3.6.1.4.1.25506.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  

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

hh3cRaidWriteCache 1.3.6.1.4.1.25506.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    
  Hh3cStorageEnableState  

hh3cRaidWriteCacheHitPeriod 1.3.6.1.4.1.25506.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  

hh3cRaidWriteCacheAverageRate 1.3.6.1.4.1.25506.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  

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

hh3cRaidWriteCacheFlush 1.3.6.1.4.1.25506.10.4.1.4.1.9
This object identifies an action to flushing the write cache.
Status: current Access: read-write
OBJECT-TYPE    
  Hh3cStorageActionType  

hh3cRaidSpareDiskTable 1.3.6.1.4.1.25506.10.4.1.5
This table described the spare hot disk information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cRaidSpareDiskEntry

hh3cRaidSpareDiskEntry 1.3.6.1.4.1.25506.10.4.1.5.1
An entry containing management information applicable to a spare hot disk.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cRaidSpareDiskEntry  

hh3cRaidSpareDiskRowStatus 1.3.6.1.4.1.25506.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  

hh3cFreezeRaidTable 1.3.6.1.4.1.25506.10.4.1.6
This table described the freezed raid management.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cFreezeRaidEntry

hh3cFreezeRaidEntry 1.3.6.1.4.1.25506.10.4.1.6.1
An entry containing management information applicable to manage the freezed raid.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cFreezeRaidEntry  

hh3cFreezeRaidUuid 1.3.6.1.4.1.25506.10.4.1.6.1.1
This object describes the uuid of the freezed raid.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cRaidIDType  

hh3cFreezeRaidName 1.3.6.1.4.1.25506.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)  

hh3cFreezeRaidRowStatus 1.3.6.1.4.1.25506.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  

hh3c3rdRaidTable 1.3.6.1.4.1.25506.10.4.1.7
This table described the 3rd raid management.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3c3rdRaidEntry

hh3c3rdRaidEntry 1.3.6.1.4.1.25506.10.4.1.7.1
An entry containing management information applicable to manage the 3rd raid.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3c3rdRaidEntry  

hh3c3rdRaidUuid 1.3.6.1.4.1.25506.10.4.1.7.1.1
This object describes the uuid of the 3rd raid.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cRaidIDType  

hh3c3rdRaidName 1.3.6.1.4.1.25506.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)  

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

hh3c3rdRaidImport 1.3.6.1.4.1.25506.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    
  Hh3cStorageOwnerType  

hh3c3rdRaidRowStatus 1.3.6.1.4.1.25506.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