SIEMENS-MULTIPATH-MIB

File: SIEMENS-MULTIPATH-MIB.mib (22686 bytes)

Imported modules

RFC-1212 RFC1213-MIB RFC1155-SMI

Imported symbols

OBJECT-TYPE mib-2 DisplayString
TimeTicks Counter Gauge
enterprises

Defined Types

SieMPGroup  
SEQUENCE    
  sieMPGroupID INTEGER
  sieMPGroupCommand INTEGER
  sieMPGroupLoadBalancingStatus INTEGER
  sieMPGroupAutorecoverStatus INTEGER

SieMPPort  
SEQUENCE    
  sieMPPortID INTEGER
  sieMPParentGroup INTEGER
  sieMPPortStatus INTEGER
  sieMPPortCommand INTEGER
  sieMPPortPciSlot INTEGER
  sieMPPortHAType DisplayString
  sieMPPortTargetID INTEGER
  sieMPPortLastErrorNumber INTEGER
  sieMPPortLastErrorTarget INTEGER
  sieMPPortLastErrorLun INTEGER
  sieMPPortLastErrorPath INTEGER

SieMPLun  
SEQUENCE    
  sieMPLunID INTEGER
  sieMPLunParentPort INTEGER
  sieMPLunTargetNo INTEGER
  sieMPLunLunNo INTEGER
  sieMPLunInquiry DisplayString
  sieMPOSDeviceName DisplayString
  sieMPLunType INTEGER
  sieMPLunClaimed INTEGER

Defined Values

sni 1.3.6.1.4.1.231
OBJECT IDENTIFIER    

sniProductMibs 1.3.6.1.4.1.231.2
OBJECT IDENTIFIER    

sniExtensions 1.3.6.1.4.1.231.2.10
OBJECT IDENTIFIER    

sniServerMgmt 1.3.6.1.4.1.231.2.10.2
OBJECT IDENTIFIER    

sniCommon 1.3.6.1.4.1.231.2.10.2.2
OBJECT IDENTIFIER    

sieMultiPath 1.3.6.1.4.1.231.2.10.2.2.7
OBJECT IDENTIFIER    

sieMPAgentInfo 1.3.6.1.4.1.231.2.10.2.2.7.1
OBJECT IDENTIFIER    

sieMPState 1.3.6.1.4.1.231.2.10.2.2.7.2
OBJECT IDENTIFIER    

sieMPContainer 1.3.6.1.4.1.231.2.10.2.2.7.3
OBJECT IDENTIFIER    

sieMPTrapInfo 1.3.6.1.4.1.231.2.10.2.2.7.10
OBJECT IDENTIFIER    

sieMPAgentId 1.3.6.1.4.1.231.2.10.2.2.7.1.1
MultiPath SNMP agent ID string
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sieMPAgentCompany 1.3.6.1.4.1.231.2.10.2.2.7.1.2
MultiPath SNMP agent company string
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sieMPAgentVersion 1.3.6.1.4.1.231.2.10.2.2.7.1.3
MultiPath SNMP agent version string
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sieMPAgentBuild 1.3.6.1.4.1.231.2.10.2.2.7.1.4
MultiPath SNMP agent build date and time string
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sieMPLastDate 1.3.6.1.4.1.231.2.10.2.2.7.2.1
Date of last recent reconfiguration in time_t (seconds since 1/1/1970 00:00:00)
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sieMPCurrentState 1.3.6.1.4.1.231.2.10.2.2.7.2.2
This reflects the overall state of the driver, agent and the underlying ports. Possible values are: OK everything is fine DEGRADED there was an event from the driver marking a change of MultiPath configuration or port status ERROR software exception (software bug) FAILED communication with driver fails (bug, driver not installed)
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER ok(1), degraded(2), error(3), failed(4)  

sieMPGroupTable 1.3.6.1.4.1.231.2.10.2.2.7.3.1
Table of available MultiPath groups
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SieMPGroup

sieMPGroup 1.3.6.1.4.1.231.2.10.2.2.7.3.1.1
Entry in table of MultiPath groups
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SieMPGroup  

sieMPGroupID 1.3.6.1.4.1.231.2.10.2.2.7.3.1.1.1
A unique value for each group, starts at 0 and remains unchanged from one re-initialization of the agent to the next
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sieMPGroupCommand 1.3.6.1.4.1.231.2.10.2.2.7.3.1.1.2
These are the possible commands a frontend can send to a MultiPath group. ENABLE-LOAD-BALANCING I/Os can use all available ports of a MultiPath group DISABLE-LOAD-BALANCING only one port of a MultiPath group can be used for I/Os ENABLE-AUTORECOVER a automatic failback (a formerly failed port was replaced and can be used again) is possible DISABLE-AUTORECOVER don't do automatic failback RECONFIGURE search all ports the can be integrated into a MultiPath group and build this group A GET always returns 0.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable-load-balancing(1), disable-load-balancing(2), enable-autorecover(3), disable-autorecover(4), reconfigure(5)  

sieMPGroupLoadBalancingStatus 1.3.6.1.4.1.231.2.10.2.2.7.3.1.1.3
Show wether load balancing is enabled or disabled
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(0), load-balancing-enabled(1), load-balancing-disabled(2)  

sieMPGroupAutorecoverStatus 1.3.6.1.4.1.231.2.10.2.2.7.3.1.1.4
Show wether autorecover is enabled or disabled
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(0), autorecover-enabled(1), autorecover-disabled(2)  

sieMPPortTable 1.3.6.1.4.1.231.2.10.2.2.7.3.2
Table of available ports
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SieMPPort

sieMPPort 1.3.6.1.4.1.231.2.10.2.2.7.3.2.1
Entry in table of ports
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SieMPPort  

sieMPPortID 1.3.6.1.4.1.231.2.10.2.2.7.3.2.1.1
A unique value for each port, starts at 0 and remains unchanged from one re-initialization of the agent to the next
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sieMPParentGroup 1.3.6.1.4.1.231.2.10.2.2.7.3.2.1.2
sieMPGroupID of the group where port is member
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sieMPPortStatus 1.3.6.1.4.1.231.2.10.2.2.7.3.2.1.3
These are the possible states a port can be in UNKNOWN cannot get status information for this port UNUSED this port cannot be used for MultiPath (user defined) DISABLED this port is turned off - no I/O is possible PASSTHROUGH every I/O for this port is sent through the driver without being looked at ACTIVE this port can accept I/Os. When load balancing is off only one port of a MultiPath group can be active STANDBY this port waits until an active port fails and takes over all I/Os then ERROR this port failed due to an error
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), unused(2), disabled(3), passthrough(4), active(5), standby(6), error(7)  

sieMPPortCommand 1.3.6.1.4.1.231.2.10.2.2.7.3.2.1.4
These are the possible commands a frontend can send to a port. ENABLE when a port was disabled by user request - enable it DISABLE disable a port CLEAR-ERROR clear the error flag of this port ACTIVE when load balancing is off this port will handle all I/Os. All other ports of this MultiPath group will be in status STANDBY REMOVE-PORT take a port out of a MultiPath group. It will get its own group A GET always returns 0.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2), clear-error(3), active(4), remove-port(5)  

sieMPPortPciSlot 1.3.6.1.4.1.231.2.10.2.2.7.3.2.1.5
Physical PCI slot of port
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sieMPPortHAType 1.3.6.1.4.1.231.2.10.2.2.7.3.2.1.6
Vendor, name, type of hostadaptor
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sieMPPortTargetID 1.3.6.1.4.1.231.2.10.2.2.7.3.2.1.7
SCSI Target ID of port
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sieMPPortLastErrorNumber 1.3.6.1.4.1.231.2.10.2.2.7.3.2.1.8
Last error number for port
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sieMPPortLastErrorTarget 1.3.6.1.4.1.231.2.10.2.2.7.3.2.1.9
Last target number where error occured for port
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sieMPPortLastErrorLun 1.3.6.1.4.1.231.2.10.2.2.7.3.2.1.10
Last lun number where error occured for port
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sieMPPortLastErrorPath 1.3.6.1.4.1.231.2.10.2.2.7.3.2.1.11
Last path where error occured for port
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sieMPLunTable 1.3.6.1.4.1.231.2.10.2.2.7.3.3
Table of available luns
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SieMPLun

sieMPLun 1.3.6.1.4.1.231.2.10.2.2.7.3.3.1
Entry in table of luns
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SieMPLun  

sieMPLunID 1.3.6.1.4.1.231.2.10.2.2.7.3.3.1.1
A unique value for each lun, starts at 0 and remains unchanged from one re-initialization of the agent to the next
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sieMPLunParentPort 1.3.6.1.4.1.231.2.10.2.2.7.3.3.1.2
sieMPPortID of the group where lun is member
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sieMPLunTargetNo 1.3.6.1.4.1.231.2.10.2.2.7.3.3.1.3
SCSI Target ID of lun
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sieMPLunLunNo 1.3.6.1.4.1.231.2.10.2.2.7.3.3.1.4
SCSI LUN of lun
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sieMPLunInquiry 1.3.6.1.4.1.231.2.10.2.2.7.3.3.1.5
Inquiry string containing serial number, etc. for lun
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sieMPOSDeviceName 1.3.6.1.4.1.231.2.10.2.2.7.3.3.1.6
The operating system's name for this device (e.g. Windows NT: disk0).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sieMPLunType 1.3.6.1.4.1.231.2.10.2.2.7.3.3.1.7
SCSI LUN type
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER disk(0), tape(1), printer(2), processor(3), worm(4), cdrom(5), scanner(6), optical-disk(7), jukebox(8), network(9), unit-not-present(127), unknown(255)  

sieMPLunClaimed 1.3.6.1.4.1.231.2.10.2.2.7.3.3.1.8
SCSI LUN claimed status
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER not-claimed(0), claimed(1)  

sieMPTrapServerName 1.3.6.1.4.1.231.2.10.2.2.7.10.1
Name of the server where the trap occured
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DisplayString  

sieMPTrapTime 1.3.6.1.4.1.231.2.10.2.2.7.10.2
Time the trap occured (in seconds since 1/1/1970 00:00:00)
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

sieMPTrapGroupID 1.3.6.1.4.1.231.2.10.2.2.7.10.3
The MultiPath Group ID where the change occured
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

sieMPTrapPortID 1.3.6.1.4.1.231.2.10.2.2.7.10.4
The MultiPath Port ID where the change occured
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

sieMPTrapTargetID 1.3.6.1.4.1.231.2.10.2.2.7.10.5
The MultiPath Target ID where the change occured
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

sieMPTrapLunID 1.3.6.1.4.1.231.2.10.2.2.7.10.6
The MultiPath Lun ID where the change occured
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

sieMPError 1200
Only one port of the MultiPath group was alive and this one failed. The MultiPath group is not operational anymore.
TRAP-TYPE    

sieMPRetry 1201
One active port of a MultiPath group has failed. A retry on another path has been started.
TRAP-TYPE    

sieMPActivePortChanged 1202
Trap occurs after the driver has activated a port as requested by the configuration utility.
TRAP-TYPE    

sieMPReconfigured 1203
Trap occurs after the driver has added a port to a MultiPath group (if a matching port was found) or removed a port from a MultiPath group. The action was requested by the configuration utility.
TRAP-TYPE    

sieMPStatusChanged 1204
Trap occurs after the driver has changed the behavior of a MultiPath group. Autorecovery was turned or off, loadbalancing was turned on or off or one port was enabled or disabled. The action was requested by the configuration utility.
TRAP-TYPE    

sieMPAutoRecovered 1205
Trap occurs when the driver has detected that a port which was in status error is accessible again.
TRAP-TYPE    

sieMPErrorCleared 1206
Trap occurs after the driver has cleared the error status for a port from a MultiPath group as requested by the configuration utility.
TRAP-TYPE