SCC-RAID7-MIB

File: SCC-RAID7-MIB.mib (15541 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC-1215
RFC1213-MIB SCC-ENTERPRISE-MIB

Imported symbols

Counter Gauge IpAddress
OBJECT-TYPE TRAP-TYPE DisplayString
raid7mib

Defined Types

Raid7BlockEntry  
SEQUENCE    
  raid7BlockSize INTEGER
  raid7NumBlocks Gauge

Raid7ChannelEntry  
SEQUENCE    
  raid7ChannelNumber INTEGER
  raid7ChannelTransferRate Gauge
  raid7ChannelTransactionRate Gauge
  raid7ChannelErrorMsgs Counter
  raid7ChannelLastKey INTEGER
  raid7ChannelLastSense INTEGER

Raid7DriveEntry  
SEQUENCE    
  raid7DriveNumber INTEGER
  raid7DriveState INTEGER
  raid7DriveActivity DisplayString Size(1)
  raid7DriveWrites Counter
  raid7DriveReads Counter
  raid7DriveTimeOuts Counter
  raid7DriveErrors Counter

Defined Values

raid7Sys 1.3.6.1.4.1.1386.2.1.1
OBJECT IDENTIFIER    

raid7Memory 1.3.6.1.4.1.1386.2.1.2
OBJECT IDENTIFIER    

raid7Host 1.3.6.1.4.1.1386.2.1.3
OBJECT IDENTIFIER    

raid7Drive 1.3.6.1.4.1.1386.2.1.4
OBJECT IDENTIFIER    

raid7Env 1.3.6.1.4.1.1386.2.1.5
OBJECT IDENTIFIER    

raid7SysVersion 1.3.6.1.4.1.1386.2.1.1.1
Describes the revision level of the running RAID7 Operating System; this is not really an IP address - but the revision is expressed as 4 decimal numbers so the IpAddress type is convenient.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

raid7TotalMem 1.3.6.1.4.1.1386.2.1.2.1
The number of kilobytes of memory present
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

raid7GoodMem 1.3.6.1.4.1.1386.2.1.2.2
The number of kilobytes of memory judged good by self-test
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

raid7MemAvail 1.3.6.1.4.1.1386.2.1.2.3
The number of kilobytes of memory currently in use.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

raid7CacheHitPercent 1.3.6.1.4.1.1386.2.1.2.4
The system-wide percentage of operations satisfied from the RAID7 system cache. This does not include any operations satisfied from cache in channel adapters, or cache built into the physical drives.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..100  

raid7BlockTable 1.3.6.1.4.1.1386.2.1.2.5
This table shows how the host transfer block sizes have been distributed - it can be used to tune system performance (see the RAID 7 User Guide).
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Raid7BlockEntry

raid7BlockEntry 1.3.6.1.4.1.1386.2.1.2.5.1
Information specific to blocks of a given size.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Raid7BlockEntry  

raid7BlockSize 1.3.6.1.4.1.1386.2.1.2.5.1.1
Size of the blocks.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

raid7NumBlocks 1.3.6.1.4.1.1386.2.1.2.5.1.2
Number of blocks of this size.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

raid7NumHostChannels 1.3.6.1.4.1.1386.2.1.3.1
The number of functional Host I/O Channels.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..12  

raid7ChannelTable 1.3.6.1.4.1.1386.2.1.3.2
A table describing each of the Host I/O Channels
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Raid7ChannelEntry

raid7ChannelEntry 1.3.6.1.4.1.1386.2.1.3.2.1
Information specific to a given Host I/O Channel
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Raid7ChannelEntry  

raid7ChannelNumber 1.3.6.1.4.1.1386.2.1.3.2.1.1
The number of this Host I/O Channel
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..12  

raid7ChannelTransferRate 1.3.6.1.4.1.1386.2.1.3.2.1.2
A measure of the data transfer speed on this channel during recent transfers (does not include the idle time on the channel between transfers in the calculation).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

raid7ChannelTransactionRate 1.3.6.1.4.1.1386.2.1.3.2.1.3
A measure of the number I/O operations per second on this channel.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

raid7ChannelErrorMsgs 1.3.6.1.4.1.1386.2.1.3.2.1.4
The number of error messages on this channel; see the RAID7 console and the User Guide.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

raid7ChannelLastKey 1.3.6.1.4.1.1386.2.1.3.2.1.5
The most recently reported SCSI Key value
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER noSense(0), recoveredError(1), notReady(2), mediumError(3), hardwareError(4), illegalRequest(5), unitAttention(6), abortedCommand(11), miscompare(14)  

raid7ChannelLastSense 1.3.6.1.4.1.1386.2.1.3.2.1.6
The last SCSI Sense reported.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER noAddSense(0), noIndexSectSignal(1), noSeekComplete(2), writeFault(3), driveNotReady(4), communicationFailure(8), writeError(12), readError(17), retries(23), retriesAndECC(24), listLengthError(26), syncError(27), defectListNotFound(28), verifyMiscompare(29), invalidCommand(32), invalidBlockAddress(33), illegalFunction(34), invalidFieldCDB(36), invalidLUN(37), invalidField(38), resetCondition(41), initClearQ(47), mediaFormat(49), invalidIdentify(61), diagnosticFailure(64), messageRejectError(67), internalFailure(68), selectFailure(69), parityError(70), initiatorDetectedError(72), illegalMessage(73)  

raid7NumDrives 1.3.6.1.4.1.1386.2.1.4.1
The number of drives installed in the RAID7 system
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

raid7NumDataDrives 1.3.6.1.4.1.1386.2.1.4.2
The number of drives being used as data drives; this may not be equal to the total of the drives in the following objects.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

raid7NumParityDrives 1.3.6.1.4.1.1386.2.1.4.3
The number of drives being used to store parity information.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

raid7NumStandbyDrives 1.3.6.1.4.1.1386.2.1.4.4
The number of drives available for reconstructing data from a failed drive.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

raid7NumFailedDrives 1.3.6.1.4.1.1386.2.1.4.5
The number of drives whos raid7DriveState is either reconstructing or failed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

raid7DriveTable 1.3.6.1.4.1.1386.2.1.4.6
A list of drive entries, one for each physical drive; this may be a sparse table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Raid7DriveEntry

raid7DriveEntry 1.3.6.1.4.1.1386.2.1.4.6.1
Information specific to a single drive.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Raid7DriveEntry  

raid7DriveNumber 1.3.6.1.4.1.1386.2.1.4.6.1.1
Drive number of this drive.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..48  

raid7DriveState 1.3.6.1.4.1.1386.2.1.4.6.1.2
State of this drive.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER data(1), parity(2), standby(3), rebuilding(4), reformatting(5), failed(6), dataAndParity(7), unknown(8)  

raid7DriveActivity 1.3.6.1.4.1.1386.2.1.4.6.1.3
This is letter indicating the most recent operation reported for the drive. See the RAID7 User Guide for values and thier meanings.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(1)  

raid7DriveWrites 1.3.6.1.4.1.1386.2.1.4.6.1.4
Number of write operations to this drive.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

raid7DriveReads 1.3.6.1.4.1.1386.2.1.4.6.1.5
Number of read operations to this drive; does not include operations satisfied from RAID7 system or channel cache, but does include those satisfied from any cache within the drive.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

raid7DriveTimeOuts 1.3.6.1.4.1.1386.2.1.4.6.1.6
The number of SCSI operations timed out on the drive.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

raid7DriveErrors 1.3.6.1.4.1.1386.2.1.4.6.1.7
Number of errors reported by the drive
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

raid7DriveUp 1
This trap is sent whenever the state for a drive changes to data or parity from any other value. An equivalent poll would be to poll raid7NumberDrives and raid7FailedDrives and then read the raid7DriveTable when one of them changes.
TRAP-TYPE    

raid7DriveDown 2
This trap is sent whenever the state for a drive changes from data or parity to any other value. An equivalent poll would be to poll raid7NumberDrives and raid7FailedDrives and then read the raid7DriveTable when one of them changes.
TRAP-TYPE    

raid7EnvironmentStatus 1.3.6.1.4.1.1386.2.1.5.1
The 'failure' indicates that one or more power supplies or fans in the unit have failed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER operational(1), failure(2)  

raid7EnvironmentFailure 3
This trap is sent when the value of raid7EnvironmentStatus changes to failure.
TRAP-TYPE