HH3C-RAID-MIB
- Registered at
- 1.3.6.1.4.1.25506.10.4
- Last updated
- 2007-09-04 14:52
- Organization
- New H3C Technologies Co., Ltd.
- Namespace
- comware
- Source file
HH3C-RAID-MIB- Digest
sha256:ef5380df153ec3e33b79df4307030c9cd8d5b15c248601922c33d6832bfa97e8
Description
This MIB describes the general information of raid.
Contact
Platform Team New H3C Technologies Co., Ltd. Hai-Dian District Beijing P.R. China Http://www.h3c.com Zip:100085
Imports
| From | Symbols |
|---|---|
| ENTITY-MIB | entPhysicalIndex |
| HH3C-STORAGE-REF-MIB | Hh3cRaidIDType, Hh3cStorageActionType, Hh3cStorageEnableState, Hh3cStorageOwnerType, hh3cStorageRef |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Counter32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DateAndTime, DisplayString, RowStatus, TEXTUAL-CONVENTION, TruthValue |
Imported by
1 module(s) in this corpus import this one.
Load order
Every file a consumer needs in order to load this module, dependencies first.
ENTITY-MIB HH3C-OID-MIB HH3C-RAID-MIB HH3C-STORAGE-REF-MIB IANA-ENTITY-MIB SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC UUID-TC-MIB
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| hh3cRaidMibObjects OBJECT-IDENTITY | 1.3.6.1.4.1.25506.10.4.1 | |||
| hh3cRaidCapacityTable OBJECT-IDENTITY | 1.3.6.1.4.1.25506.10.4.1.1 | |||
| hh3cPrimaryRaidCount OBJECT-TYPE This object identifies the maximal number of primary raids supported. | 1.3.6.1.4.1.25506.10.4.1.1.1 | Integer32 | read-only | current |
| hh3cRaidTable OBJECT-TYPE This table containing some property information of the array. | 1.3.6.1.4.1.25506.10.4.1.2 | not-accessible | current | |
| hh3cRaidEntry OBJECT-TYPE An entry containing management information applicable to create array resource. | 1.3.6.1.4.1.25506.10.4.1.2.1 | not-accessible | current | |
| hh3cRaidName OBJECT-TYPE This object identifies the name of the array. | 1.3.6.1.4.1.25506.10.4.1.2.1.1 | OCTET STRING (SIZE(1..31)) | accessible-for-notify | current |
| hh3cRaidId OBJECT-TYPE This object describes the identification of the array. | 1.3.6.1.4.1.25506.10.4.1.2.1.2 | Integer32 | read-only | current |
| hh3cRaidUuid OBJECT-TYPE This object describes the UUID of the array. | 1.3.6.1.4.1.25506.10.4.1.2.1.3 | Hh3cRaidIDType | read-only | current |
| hh3cRaidLevel OBJECT-TYPE 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. | 1.3.6.1.4.1.25506.10.4.1.2.1.4 | INTEGER {jbod(1), raid0(2), raid1(3), raid2(4), raid3(5), raid4(6), raid5(7), raid6(8), raid10(9), raid50(10)} | read-create | current |
| hh3cRaidTimestamp OBJECT-TYPE This object identifies the system time when the array is created. | 1.3.6.1.4.1.25506.10.4.1.2.1.5 | DateAndTime | read-only | current |
| hh3cRaidDiskList OBJECT-TYPE 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. | 1.3.6.1.4.1.25506.10.4.1.2.1.6 | OCTET STRING (SIZE(2..256)) | read-create | current |
| hh3cRaidOwner OBJECT-TYPE This object identifies the owner of the array. | 1.3.6.1.4.1.25506.10.4.1.2.1.7 | Hh3cStorageOwnerType | read-create | current |
| hh3cRaidSize OBJECT-TYPE This object describes the size of array's total space. The units is million bytes. | 1.3.6.1.4.1.25506.10.4.1.2.1.8 | Integer32 | read-only | current |
| hh3cRaidFreeSize OBJECT-TYPE This object describes the size of array's vacancy space. The units is million bytes. | 1.3.6.1.4.1.25506.10.4.1.2.1.9 | Integer32 | read-only | current |
| hh3cRaidAutoSync OBJECT-TYPE This object identifies if the raid should be synchro automatically when created. | 1.3.6.1.4.1.25506.10.4.1.2.1.10 | TruthValue | read-create | current |
| hh3cRaidRowStatus OBJECT-TYPE This object describes the actions to crate or delete an array. | 1.3.6.1.4.1.25506.10.4.1.2.1.11 | RowStatus | read-create | current |
| hh3cRaidManageTable OBJECT-TYPE This table containing some management information of the array. | 1.3.6.1.4.1.25506.10.4.1.3 | not-accessible | current | |
| hh3cRaidManageEntry OBJECT-TYPE An entry containing management information applicable to particular array resource. | 1.3.6.1.4.1.25506.10.4.1.3.1 | not-accessible | current | |
| hh3cRaidLocationState OBJECT-TYPE This object identifies if the array can be located. | 1.3.6.1.4.1.25506.10.4.1.3.1.1 | Hh3cStorageEnableState | read-write | current |
| hh3cRaidAction OBJECT-TYPE This object identifies the actions to operating the array. When read, this object always returns the value 'invalid'. | 1.3.6.1.4.1.25506.10.4.1.3.1.2 | INTEGER {run(1), pause(2), rebuild(3), invalid(4)} | read-write | current |
| hh3cRaidRunState OBJECT-TYPE 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. | 1.3.6.1.4.1.25506.10.4.1.3.1.3 | INTEGER {normal(1), degraded(2), failed(3)} | read-only | current |
| hh3cRaidAutoRebuild OBJECT-TYPE This object identifies if the array can be auto rebuild. | 1.3.6.1.4.1.25506.10.4.1.3.1.4 | Hh3cStorageEnableState | read-write | current |
| hh3cRaidSyncPercentage OBJECT-TYPE This object describes the percentage of progress when the array is synchronizing. The value is equal to '100' when the progress has finished. | 1.3.6.1.4.1.25506.10.4.1.3.1.5 | Integer32 (0..100) | read-only | current |
| hh3cRaidHideState OBJECT-TYPE 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. | 1.3.6.1.4.1.25506.10.4.1.3.1.6 | Hh3cStorageEnableState | read-write | current |
| hh3cRaidLvRestore OBJECT-TYPE This object identifies an action to restore all the logic volume resources. | 1.3.6.1.4.1.25506.10.4.1.3.1.7 | Hh3cStorageActionType | read-write | current |
| hh3cRaidType OBJECT-TYPE 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. | 1.3.6.1.4.1.25506.10.4.1.3.1.8 | INTEGER {virtualDevice(1), directDevice(2), serviceEnabledDevice(3), unassigned(4)} | read-write | current |
| hh3cRaidCacheTable OBJECT-TYPE This table containing some property information and management information of the array cache. | 1.3.6.1.4.1.25506.10.4.1.4 | not-accessible | current | |
| hh3cRaidCacheEntry OBJECT-TYPE An entry containing management information applicable to particular array cache resource. | 1.3.6.1.4.1.25506.10.4.1.4.1 | not-accessible | current | |
| hh3cRaidReadCache OBJECT-TYPE 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. | 1.3.6.1.4.1.25506.10.4.1.4.1.1 | Hh3cStorageEnableState | read-write | current |
| hh3cRaidReadCacheHitPeriod OBJECT-TYPE This object describes the period during which how often the date matched with the cache when read. The units is minute. | 1.3.6.1.4.1.25506.10.4.1.4.1.2 | Integer32 (1..60) | read-write | current |
| hh3cRaidReadCacheAverageRate OBJECT-TYPE This object describes the average percentage of cache hit when read. | 1.3.6.1.4.1.25506.10.4.1.4.1.3 | Integer32 (0..100) | read-only | current |
| hh3cRaidReadCachePhaseRate OBJECT-TYPE This object describes the percentage of cache hit when read during the period set by the hh3cRaidReadCacheHitPeriod object. | 1.3.6.1.4.1.25506.10.4.1.4.1.4 | Integer32 (0..100) | read-only | current |
| hh3cRaidWriteCache OBJECT-TYPE 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. | 1.3.6.1.4.1.25506.10.4.1.4.1.5 | Hh3cStorageEnableState | read-write | current |
| hh3cRaidWriteCacheHitPeriod OBJECT-TYPE This object describes the period during which how often the date matched with the cache when writed. The units is minute. | 1.3.6.1.4.1.25506.10.4.1.4.1.6 | Integer32 (1..60) | read-write | current |
| hh3cRaidWriteCacheAverageRate OBJECT-TYPE This object describes the average percentage of cache hit when writed. | 1.3.6.1.4.1.25506.10.4.1.4.1.7 | Integer32 (0..100) | read-only | current |
| hh3cRaidWriteCachePhaseRate OBJECT-TYPE This object describes the percentage of cache hit when write during the period set by the hh3cRaidWriteCacheHitPeriod object. | 1.3.6.1.4.1.25506.10.4.1.4.1.8 | Integer32 (0..100) | read-only | current |
| hh3cRaidWriteCacheFlush OBJECT-TYPE This object identifies an action to flushing the write cache. | 1.3.6.1.4.1.25506.10.4.1.4.1.9 | Hh3cStorageActionType | read-write | current |
| hh3cRaidSpareDiskTable OBJECT-TYPE This table described the spare hot disk information. | 1.3.6.1.4.1.25506.10.4.1.5 | not-accessible | current | |
| hh3cRaidSpareDiskEntry OBJECT-TYPE An entry containing management information applicable to a spare hot disk. | 1.3.6.1.4.1.25506.10.4.1.5.1 | not-accessible | current | |
| hh3cRaidSpareDiskRowStatus OBJECT-TYPE This object describes the actions to create or delete spare hot disk. | 1.3.6.1.4.1.25506.10.4.1.5.1.1 | RowStatus | read-create | current |
| hh3cFreezeRaidTable OBJECT-TYPE This table described the freezed raid management. | 1.3.6.1.4.1.25506.10.4.1.6 | not-accessible | current | |
| hh3cFreezeRaidEntry OBJECT-TYPE An entry containing management information applicable to manage the freezed raid. | 1.3.6.1.4.1.25506.10.4.1.6.1 | not-accessible | current | |
| hh3cFreezeRaidUuid OBJECT-TYPE This object describes the uuid of the freezed raid. | 1.3.6.1.4.1.25506.10.4.1.6.1.1 | Hh3cRaidIDType | not-accessible | current |
| hh3cFreezeRaidName OBJECT-TYPE This object describes the name of the freezed raid. | 1.3.6.1.4.1.25506.10.4.1.6.1.2 | OCTET STRING (SIZE(1..31)) | read-create | current |
| hh3cFreezeRaidRowStatus OBJECT-TYPE This object describes the actions to manage the freezed raid. Only the value 'destroy' is supported. | 1.3.6.1.4.1.25506.10.4.1.6.1.3 | RowStatus | read-create | current |
| hh3c3rdRaidTable OBJECT-TYPE This table described the 3rd raid management. | 1.3.6.1.4.1.25506.10.4.1.7 | not-accessible | current | |
| hh3c3rdRaidEntry OBJECT-TYPE An entry containing management information applicable to manage the 3rd raid. | 1.3.6.1.4.1.25506.10.4.1.7.1 | not-accessible | current | |
| hh3c3rdRaidUuid OBJECT-TYPE This object describes the uuid of the 3rd raid. | 1.3.6.1.4.1.25506.10.4.1.7.1.1 | Hh3cRaidIDType | not-accessible | current |
| hh3c3rdRaidName OBJECT-TYPE This object describes the name of the 3rd raid. | 1.3.6.1.4.1.25506.10.4.1.7.1.2 | OCTET STRING (SIZE(1..31)) | read-only | current |
| hh3c3rdRaidOwner OBJECT-TYPE This object describes the owner of the 3rd raid. | 1.3.6.1.4.1.25506.10.4.1.7.1.3 | OCTET STRING | read-only | current |
| hh3c3rdRaidImport OBJECT-TYPE 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. | 1.3.6.1.4.1.25506.10.4.1.7.1.4 | Hh3cStorageOwnerType | read-create | current |
| hh3c3rdRaidRowStatus OBJECT-TYPE This object describes the actions to manage the 3rd raid. Only the value 'destroy' is supported. | 1.3.6.1.4.1.25506.10.4.1.7.1.5 | RowStatus | read-create | current |