H3C-LOGIC-VOLUME-MIB

File: H3C-LOGIC-VOLUME-MIB.mib (28986 bytes)

Imported modules

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

Imported symbols

Counter32 Integer32 OBJECT-TYPE
MODULE-IDENTITY NOTIFICATION-TYPE RowStatus
DateAndTime TEXTUAL-CONVENTION TruthValue
InetAddressType InetAddress entPhysicalIndex
H3cLvIDType H3cStorageEnableState H3cStorageActionType
H3cStorageLedStateType H3cSessionIDType H3cRaidIDType
H3cWwpnListType h3cStorageRef

Defined Types

H3cLvEntry  
SEQUENCE    
  h3cLvIndex H3cLvIDType
  h3cLvName OCTET STRING
  h3cLvTotalSize Integer32
  h3cLvCreateRaidUuid H3cRaidIDType
  h3cLvCreateRaidSize Integer32
  h3cLvSedInquiryStringKeep TruthValue
  h3cLvSedRaidUuid H3cRaidIDType
  h3cLvState INTEGER
  h3cLvAssigned INTEGER
  h3cLvType INTEGER
  h3cLvExtendTimes Integer32
  h3cLvRowStatus RowStatus

H3cLvExtEntry  
SEQUENCE    
  h3cLvRaidUuid H3cRaidIDType
  h3cLvExtSize Integer32
  h3cLvRaidSize Integer32
  h3cLvExtRowStatus RowStatus

H3cTargetEntry  
SEQUENCE    
  h3cTargetId Integer32
  h3cTargetName OCTET STRING
  h3cTargetMinLun Integer32
  h3cTargetRowStatus RowStatus

H3cTargetAddressEntry  
SEQUENCE    
  h3cTargetIpAddress InetAddress
  h3cTargetIpAddrType InetAddressType
  h3cTargetIpRowStatus RowStatus

H3cTargetLvAssignEntry  
SEQUENCE    
  h3cTargetLvLun Integer32
  h3cTargetLvRowStatus RowStatus

H3cInitiatorEntry  
SEQUENCE    
  h3cInitiatorId Integer32
  h3cInitiatorName OCTET STRING
  h3cInitiatorRowStatus RowStatus

H3cTargetInitiatorAssociateEntry  
SEQUENCE    
  h3cTIAccessMode INTEGER
  h3cTIChap H3cStorageEnableState
  h3cTIUserName OCTET STRING
  h3cTIPassword OCTET STRING
  h3cTIRowStatus RowStatus

H3cTISessionEntry  
SEQUENCE    
  h3cTISessionId H3cSessionIDType
  h3cTISessionConnectionCount Counter32
  h3cTISessionInitiatorName OCTET STRING

H3cSanClientEntry  
SEQUENCE    
  h3cSanClientId Integer32
  h3cSanClientName OCTET STRING
  h3cSanClientType INTEGER
  h3cFcInitiatorWwpnList H3cWwpnListType
  h3cFcAccessMode INTEGER
  h3cSanClientRowStatus RowStatus

H3cFcLogicResourceEntry  
SEQUENCE    
  h3cFcLvLun Integer32
  h3cFcTargetWwpnName H3cWwpnListType
  h3cFcInitiatorWwpnName H3cWwpnListType
  h3cFcLvRowStatus RowStatus

Defined Values

h3cLogicVolume 1.3.6.1.4.1.2011.10.10.5
This MIB describes the general information of disk device.
MODULE-IDENTITY    

h3cLvMibObjects 1.3.6.1.4.1.2011.10.10.5.1
OBJECT IDENTIFIER    

h3cLogicResourceCapacityObject 1.3.6.1.4.1.2011.10.10.5.1.1
OBJECT IDENTIFIER    

h3cLvCount 1.3.6.1.4.1.2011.10.10.5.1.1.1
This object identifies the maximal number of logic volumes supported.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cLvMaxSize 1.3.6.1.4.1.2011.10.10.5.1.1.2
This object identifies the maximal size of logic volumes supported.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cTargetCount 1.3.6.1.4.1.2011.10.10.5.1.1.3
This object identifies the maximal number of targets supported.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cInitiatorCount 1.3.6.1.4.1.2011.10.10.5.1.1.4
This object identifies the maximal number of initiators supported.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cSanClientCount 1.3.6.1.4.1.2011.10.10.5.1.1.5
This object identifies the maximal number of SAN client supported.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cLogicVolumeResource 1.3.6.1.4.1.2011.10.10.5.1.2
OBJECT IDENTIFIER    

h3cLvCreateIndex 1.3.6.1.4.1.2011.10.10.5.1.2.1
This object supplys an valid index which uses to create a new entry for the h3cLvTable object. Reference to h3cLvRowStatus object for more information. Note that if an entry of the associated table has been created or deleted, the historical value of this object may be an invalid index to create a new entry for the associated table.
Status: current Access: read-only
OBJECT-TYPE    
  H3cLvIDType  

h3cLvTable 1.3.6.1.4.1.2011.10.10.5.1.2.2
This table describes the logic resource information of a logic volume.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cLvEntry

h3cLvEntry 1.3.6.1.4.1.2011.10.10.5.1.2.2.1
An entry containing management information applicable to a particular logic resource.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cLvEntry  

h3cLvIndex 1.3.6.1.4.1.2011.10.10.5.1.2.2.1.1
This object describes the symbol of a logic volume.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cLvIDType  

h3cLvName 1.3.6.1.4.1.2011.10.10.5.1.2.2.1.2
This object identifies the name of a logic volume.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..31)  

h3cLvTotalSize 1.3.6.1.4.1.2011.10.10.5.1.2.2.1.3
This object describes the total size of a logic volume. The units is million bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cLvCreateRaidUuid 1.3.6.1.4.1.2011.10.10.5.1.2.2.1.4
This object describes the ID of array where a logic volume build on.
Status: current Access: read-create
OBJECT-TYPE    
  H3cRaidIDType  

h3cLvCreateRaidSize 1.3.6.1.4.1.2011.10.10.5.1.2.2.1.5
This object describes the size of a logic volume when create it. The units is million bytes.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

h3cLvSedInquiryStringKeep 1.3.6.1.4.1.2011.10.10.5.1.2.2.1.6
This object identifies if the inquiry string of the logic volume should be reserved. This value of this object is valid only when the associated h3cLvType is equal to 'serviceEnabled'.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

h3cLvSedRaidUuid 1.3.6.1.4.1.2011.10.10.5.1.2.2.1.7
This object describes the location where the SED infomation is build on.
Status: current Access: read-only
OBJECT-TYPE    
  H3cRaidIDType  

h3cLvState 1.3.6.1.4.1.2011.10.10.5.1.2.2.1.8
This object identifies the state of a logic volume. The value 'conflict' means the names of two or more logic volume are reduplicate.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER usable(1), unusable(2), conflict(3)  

h3cLvAssigned 1.3.6.1.4.1.2011.10.10.5.1.2.2.1.9
This object identifies if the logic volume has be designated for target or SAN client.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER use(1), unused(2)  

h3cLvType 1.3.6.1.4.1.2011.10.10.5.1.2.2.1.10
This object describes the type of a logic volume. The value 'virtual' means virtual devices are defined as sets of storage blocks from one or more physical array. This allows the creation of virtual devices that can be a portion of a larger physical array, or an aggregation of multiple physical array. The value 'direct' means direct devices are directly mapped SCSI devices. Because they are not virtualized, direct devices cannot take advantage of advanced storage options, such as mirroring, failover, replication, or snapshot copy. The value 'serviceEnabled' means service enabled devices are all maintained in a one-to-one mapping relationship(one physical array equals one logical device).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER virtual(1), direct(2), serviceEnabled(3)  

h3cLvExtendTimes 1.3.6.1.4.1.2011.10.10.5.1.2.2.1.11
This object describes the times the logic volume has been extended.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cLvRowStatus 1.3.6.1.4.1.2011.10.10.5.1.2.2.1.12
This object describes the actions to create or delete a logic volume.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

h3cLvExtTable 1.3.6.1.4.1.2011.10.10.5.1.3
This table contains the extend resource information of the logic volume.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cLvExtEntry

h3cLvExtEntry 1.3.6.1.4.1.2011.10.10.5.1.3.1
An entry containing management information applicable to extend resource of logic volume.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cLvExtEntry  

h3cLvRaidUuid 1.3.6.1.4.1.2011.10.10.5.1.3.1.1
This index is identical to h3cRaidUuid in H3C-RAID-MIB.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cRaidIDType  

h3cLvExtSize 1.3.6.1.4.1.2011.10.10.5.1.3.1.2
This object describes the extend size of the logic volume in a specific raid. The units is million bytes. This object will always return zero when read.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..2147483647  

h3cLvRaidSize 1.3.6.1.4.1.2011.10.10.5.1.3.1.3
This object describes the size of logic volume on the specific raid. The units is million bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cLvExtRowStatus 1.3.6.1.4.1.2011.10.10.5.1.3.1.4
This object describes the action to extend the logic volume.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

h3cTargetResource 1.3.6.1.4.1.2011.10.10.5.1.4
OBJECT IDENTIFIER    

h3cTargetCreateIndex 1.3.6.1.4.1.2011.10.10.5.1.4.1
This object supplys an valid index which uses to create a new entry for the h3cTargetTable object. Note that if an entry of the associated table has been created or deleted, the historical value of this object may be an invalid index to create a new entry for the associated table.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cTargetTable 1.3.6.1.4.1.2011.10.10.5.1.4.2
This table describes some information when creating a target.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cTargetEntry

h3cTargetEntry 1.3.6.1.4.1.2011.10.10.5.1.4.2.1
An entry containing management information applicable to a target when create it.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cTargetEntry  

h3cTargetId 1.3.6.1.4.1.2011.10.10.5.1.4.2.1.1
This object identifies the ID of a target.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

h3cTargetName 1.3.6.1.4.1.2011.10.10.5.1.4.2.1.2
This object describes the name of a target.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..223)  

h3cTargetMinLun 1.3.6.1.4.1.2011.10.10.5.1.4.2.1.3
This object describes the mini LUN(logical unit number) number of a target.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..127  

h3cTargetRowStatus 1.3.6.1.4.1.2011.10.10.5.1.4.2.1.4
This object describes the actions to add or delete the target.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

h3cTargetAddressTable 1.3.6.1.4.1.2011.10.10.5.1.5
This table described some address information of a target.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cTargetAddressEntry

h3cTargetAddressEntry 1.3.6.1.4.1.2011.10.10.5.1.5.1
An entry containing management information applicable to the address of a target.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cTargetAddressEntry  

h3cTargetIpAddress 1.3.6.1.4.1.2011.10.10.5.1.5.1.1
This object describes the IP address of a target.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

h3cTargetIpAddrType 1.3.6.1.4.1.2011.10.10.5.1.5.1.2
This object describes the type of IP address.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

h3cTargetIpRowStatus 1.3.6.1.4.1.2011.10.10.5.1.5.1.3
This object describes the actions to add or delete a IP address of a target.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

h3cTargetLvAssignTable 1.3.6.1.4.1.2011.10.10.5.1.6
This table describes logic resource information of a target.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cTargetLvAssignEntry

h3cTargetLvAssignEntry 1.3.6.1.4.1.2011.10.10.5.1.6.1
An entry containing management information applicable to the logic resource of a target.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cTargetLvAssignEntry  

h3cTargetLvLun 1.3.6.1.4.1.2011.10.10.5.1.6.1.1
This object identifies the init LUN number of a target.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..127  

h3cTargetLvRowStatus 1.3.6.1.4.1.2011.10.10.5.1.6.1.2
This object describes the actions to add or delete the logic resource of a target.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

h3cInitiatorResource 1.3.6.1.4.1.2011.10.10.5.1.7
OBJECT IDENTIFIER    

h3cInitiatorCreateIndex 1.3.6.1.4.1.2011.10.10.5.1.7.1
This object supplys an valid index which uses to create a new entry for the h3cInitiatorTable object. Note that if an entry of the associated table has been created or deleted, the historical value of this object may be an invalid index to create a new entry for the associated table.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cInitiatorTable 1.3.6.1.4.1.2011.10.10.5.1.7.2
This table describes the creation information of initiators.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cInitiatorEntry

h3cInitiatorEntry 1.3.6.1.4.1.2011.10.10.5.1.7.2.1
An entry containing management information applicable to the creation of initiator.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cInitiatorEntry  

h3cInitiatorId 1.3.6.1.4.1.2011.10.10.5.1.7.2.1.1
This object identifies the ID of the initiator.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

h3cInitiatorName 1.3.6.1.4.1.2011.10.10.5.1.7.2.1.2
This object describes the name of the initiator.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..223)  

h3cInitiatorRowStatus 1.3.6.1.4.1.2011.10.10.5.1.7.2.1.3
This object describes the actions to add or delete initiators.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

h3cTargetInitiatorAssociateTable 1.3.6.1.4.1.2011.10.10.5.1.8
This table describes the associate information between the target and initiator.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cTargetInitiatorAssociateEntry

h3cTargetInitiatorAssociateEntry 1.3.6.1.4.1.2011.10.10.5.1.8.1
An entry containing management information applicable to association between the target and initiator.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cTargetInitiatorAssociateEntry  

h3cTIAccessMode 1.3.6.1.4.1.2011.10.10.5.1.8.1.1
This object identifies the mode of accessing between the target and initiator. The value 'read' means read available. The value 'write' means read/write available, and write available only for one association. The value 'nonexclusive' means read/write available for multi-association.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER read(1), write(2), nonexclusive(3)  

h3cTIChap 1.3.6.1.4.1.2011.10.10.5.1.8.1.2
This object identifies the state of the chap attestation.
Status: current Access: read-create
OBJECT-TYPE    
  H3cStorageEnableState  

h3cTIUserName 1.3.6.1.4.1.2011.10.10.5.1.8.1.3
This object identifies the user name for the chap attestation.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..128)  

h3cTIPassword 1.3.6.1.4.1.2011.10.10.5.1.8.1.4
This object identifies the password for the chap attestation. It is proclaimed and can be modified.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(12..16)  

h3cTIRowStatus 1.3.6.1.4.1.2011.10.10.5.1.8.1.5
This object describes the actions to add or delete the association.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

h3cTISessionTable 1.3.6.1.4.1.2011.10.10.5.1.9
This table described the information of the sessions.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cTISessionEntry

h3cTISessionEntry 1.3.6.1.4.1.2011.10.10.5.1.9.1
An entry containing management information applicable to the sessions.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cTISessionEntry  

h3cTISessionId 1.3.6.1.4.1.2011.10.10.5.1.9.1.1
This object identifies the ID of a session.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cSessionIDType  

h3cTISessionConnectionCount 1.3.6.1.4.1.2011.10.10.5.1.9.1.2
This object describes the number of connections between the targets and initiators.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

h3cTISessionInitiatorName 1.3.6.1.4.1.2011.10.10.5.1.9.1.3
This object identifies the initiator's name of a session.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..223)  

h3cSanClientResource 1.3.6.1.4.1.2011.10.10.5.1.10
OBJECT IDENTIFIER    

h3cSanClientCreateIndex 1.3.6.1.4.1.2011.10.10.5.1.10.1
This object supplys an valid index which uses to create a new entry for the h3cSanClientTable object. Note that if an entry of the associated table has been created or deleted, the historical value of this object may be an invalid index to create a new entry for the associated table.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cSanClientTable 1.3.6.1.4.1.2011.10.10.5.1.10.2
This table described the information of SAN(Storage Area Network) clients.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cSanClientEntry

h3cSanClientEntry 1.3.6.1.4.1.2011.10.10.5.1.10.2.1
An entry containing management information applicable to the SAN clients.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cSanClientEntry  

h3cSanClientId 1.3.6.1.4.1.2011.10.10.5.1.10.2.1.1
This object identifies the index of a SAN client.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

h3cSanClientName 1.3.6.1.4.1.2011.10.10.5.1.10.2.1.2
This object identifies the name of a SAN client.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..64)  

h3cSanClientType 1.3.6.1.4.1.2011.10.10.5.1.10.2.1.3
This object identifies the type of a SAN client.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER iscsi(1), fc(2)  

h3cFcInitiatorWwpnList 1.3.6.1.4.1.2011.10.10.5.1.10.2.1.4
This object identifies the name list of FC Initiator WWPN(World Wide Port Name). The value of this object is invalid and should be ignored when the value of associated h3cSanClientType object is not equal to 'fc'.
Status: current Access: read-create
OBJECT-TYPE    
  H3cWwpnListType  

h3cFcAccessMode 1.3.6.1.4.1.2011.10.10.5.1.10.2.1.6
This object identifies the mode of access. The value of this object is invalid and should be ignored when the value of associated h3cSanClientType object is not equal to 'fc'. The value 'read' means read available. The value 'write' means read/write available, and write available only for one association. The value 'nonexclusive' means read/write available for multi-association.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER read(1), write(2), nonexclusive(3)  

h3cSanClientRowStatus 1.3.6.1.4.1.2011.10.10.5.1.10.2.1.7
This object describes the action to create or delete a SAN client.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

h3cFcLogicResourceTable 1.3.6.1.4.1.2011.10.10.5.1.11
This table describes logic resource information of a FC.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cFcLogicResourceEntry

h3cFcLogicResourceEntry 1.3.6.1.4.1.2011.10.10.5.1.11.1
An entry containing management information applicable to the logic resource of a FC.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cFcLogicResourceEntry  

h3cFcLvLun 1.3.6.1.4.1.2011.10.10.5.1.11.1.1
This object identifies the init LUN number of a FC.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..127  

h3cFcTargetWwpnName 1.3.6.1.4.1.2011.10.10.5.1.11.1.2
This object identifies the name list of FC Target WWPN(World Wide Port Name).
Status: current Access: read-create
OBJECT-TYPE    
  H3cWwpnListType  

h3cFcInitiatorWwpnName 1.3.6.1.4.1.2011.10.10.5.1.11.1.3
This object identifies the name list of FC Initiator WWPN(World Wide Port Name).
Status: current Access: read-create
OBJECT-TYPE    
  H3cWwpnListType  

h3cFcLvRowStatus 1.3.6.1.4.1.2011.10.10.5.1.11.1.4
This object describes the actions to add or delete the logic resource of a FC.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus