ADAPTECSCSI-MIB

File: ADAPTECSCSI-MIB.mib (19760 bytes)

Imported modules

RFC-1212 RFC1155-SMI RFC1213-MIB

Imported symbols

OBJECT-TYPE Counter enterprises
DisplayString

Defined Types

DmiCounter  
Counter    

DmiInteger  
INTEGER    

DmiDisplaystring  
DisplayString    

DmiComponentIndex  
INTEGER    

SComponentid  
SEQUENCE    
  a1Manufacturer DmiDisplaystring
  a1Product DmiDisplaystring
  a1Version DmiDisplaystring
  a1SerialNumber DmiDisplaystring
  a1Installation DmiDisplaystring
  a1Verify DmiInteger

SOperationGroup  
SEQUENCE    
  a2PollDevices DmiInteger
  a2ScanDevices DmiInteger
  a2IndicationControl DmiInteger

SHostAdapterGroup  
SEQUENCE    
  a3HostAdapterIndex DmiInteger
  a3HostAdapterDescription DmiDisplaystring
  a3HostAdapterVersion DmiDisplaystring
  a3ChannelCount DmiInteger
  a3Errorcontrolid DmiDisplaystring
  a3EventStatus DmiInteger

SLogicalUnitGroup  
SEQUENCE    
  a4HostAdapterIndex DmiInteger
  a4ScsiId DmiInteger
  a4LogicalUnitId DmiInteger
  a4LogicalUnitType DmiInteger
  a4LogicalUnitDescription DmiDisplaystring
  a4Errorcontrolid DmiDisplaystring
  a4EventStatus DmiInteger

SErrorcontrol  
SEQUENCE    
  a5Selfid DmiInteger
  a5Fatalcount DmiCounter
  a5Majorcount DmiCounter
  a5Warningcount DmiCounter
  a5Errstatus DmiInteger
  a5Errstatustype DmiInteger
  a5Indicationcontrol DmiInteger

SMiftomib  
SEQUENCE    
  a99MibName DmiDisplaystring
  a99MibOid DmiDisplaystring
  a99DisableTrap DmiInteger

STrapGroup  
SEQUENCE    
  a9999ErrorTime DisplayString
  a9999ErrorStatus DmiInteger
  a9999ErrorGroupId DmiInteger
  a9999ErrorInstanceId DmiInteger
  a9999ComponentId DmiInteger
  a9999GroupId DmiInteger
  a9999InstanceId DmiInteger
  a9999VendorCode1 DmiInteger
  a9999VendorCode2 DmiInteger
  a9999VendorText OCTET STRING
  a9999ParentGroupId DmiInteger
  a9999ParentInstanceId DmiInteger

Defined Values

adaptec 1.3.6.1.4.1.795
OBJECT IDENTIFIER    

products 1.3.6.1.4.1.795.2
OBJECT IDENTIFIER    

scsi 1.3.6.1.4.1.795.2.6
OBJECT IDENTIFIER    

dmtfGroups 1.3.6.1.4.1.795.2.6.1
OBJECT IDENTIFIER    

tComponentid 1.3.6.1.4.1.795.2.6.1.1
This group defines the attributes common to all components. This group is required.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SComponentid

eComponentid 1.3.6.1.4.1.795.2.6.1.1.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SComponentid  

a1Manufacturer 1.3.6.1.4.1.795.2.6.1.1.1.1
Manufacturer of this system.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DmiDisplaystring  

a1Product 1.3.6.1.4.1.795.2.6.1.1.1.2
Product name for this system.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DmiDisplaystring  

a1Version 1.3.6.1.4.1.795.2.6.1.1.1.3
Version number of this system.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DmiDisplaystring  

a1SerialNumber 1.3.6.1.4.1.795.2.6.1.1.1.4
Serial number for this system.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DmiDisplaystring  

a1Installation 1.3.6.1.4.1.795.2.6.1.1.1.5
The time and date for the last time this component was installed
Status: mandatory Access: read-only
OBJECT-TYPE    
  DmiDisplaystring  

a1Verify 1.3.6.1.4.1.795.2.6.1.1.1.6
A code that provides a level of verification that the component is still installed and working.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER vAnErrorOccurredCheckStatusCode(0), vThisComponentDoesNotExist(1), vTheVerificationIsNotSupported(2), vReserved(3), vThisComponentExistsButTheFunctionalityI(4), vThisComponentExistsButTheFunctionality1(5), vThisComponentExistsAndIsNotFunctioningC(6), vThisComponentExistsAndIsFunctioningCorr(7)  

tOperationGroup 1.3.6.1.4.1.795.2.6.1.2
The Operation group controls the stystem.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SOperationGroup

eOperationGroup 1.3.6.1.4.1.795.2.6.1.2.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SOperationGroup  

a2PollDevices 1.3.6.1.4.1.795.2.6.1.2.1.1
Writing a non-zero value to this variable causes an immediate one time poll of all currently known devices. This variable will always return the value zero when it is read.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DmiInteger  

a2ScanDevices 1.3.6.1.4.1.795.2.6.1.2.1.2
Writing a non-zero value to this variable causes an immediate one time scan of the SCSI busses for all possible devices. This variable will always return the value zero when it is read.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DmiInteger  

a2IndicationControl 1.3.6.1.4.1.795.2.6.1.2.1.3
Controls whether any indications are enabled
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER vOff(0), vOn(1)  

tHostAdapterGroup 1.3.6.1.4.1.795.2.6.1.3
The Host Adapter Description group describes the logical Host Adapters installed in the system .
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SHostAdapterGroup

eHostAdapterGroup 1.3.6.1.4.1.795.2.6.1.3.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SHostAdapterGroup  

a3HostAdapterIndex 1.3.6.1.4.1.795.2.6.1.3.1.1
An index into the host adatper table
Status: mandatory Access: read-only
OBJECT-TYPE    
  DmiInteger  

a3HostAdapterDescription 1.3.6.1.4.1.795.2.6.1.3.1.2
The description string returned from an SCSI Inquiry Command.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DmiDisplaystring  

a3HostAdapterVersion 1.3.6.1.4.1.795.2.6.1.3.1.3
The version string returned from an SCSI Inquiry Command.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DmiDisplaystring  

a3ChannelCount 1.3.6.1.4.1.795.2.6.1.3.1.4
The number of SCSI channels provided by this host adapter.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DmiInteger  

a3Errorcontrolid 1.3.6.1.4.1.795.2.6.1.3.1.5
Identifies the row in the errorControl table providing error control & status for this group.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DmiDisplaystring  

a3EventStatus 1.3.6.1.4.1.795.2.6.1.3.1.6
Identifies the reason an indication was sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER vDiscovered(0), vChanged(1), vFailed(2), vRecovered(3)  

tLogicalUnitGroup 1.3.6.1.4.1.795.2.6.1.4
The logical units attached to host adapters,
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SLogicalUnitGroup

eLogicalUnitGroup 1.3.6.1.4.1.795.2.6.1.4.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SLogicalUnitGroup  

a4HostAdapterIndex 1.3.6.1.4.1.795.2.6.1.4.1.1
The index of the host adapter to which this Logical Unit is attached.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DmiInteger  

a4ScsiId 1.3.6.1.4.1.795.2.6.1.4.1.2
The SCSI target ID of the Logical Unit
Status: mandatory Access: read-only
OBJECT-TYPE    
  DmiInteger  

a4LogicalUnitId 1.3.6.1.4.1.795.2.6.1.4.1.3
The ID of this Logical Unit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DmiInteger  

a4LogicalUnitType 1.3.6.1.4.1.795.2.6.1.4.1.4
The type of this Logical Unit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER vDirectaccess(1), vTape(2), vPrinter(3), vProcessor(4), vWriteonce(5), vCdrom(6), vScanner(7), vOpticalmemory(8), vJukebox(9), vComdevice(10), vHostadapter(11), vOther(12)  

a4LogicalUnitDescription 1.3.6.1.4.1.795.2.6.1.4.1.5
The description string returned from an SCSI Inquiry Command.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DmiDisplaystring  

a4Errorcontrolid 1.3.6.1.4.1.795.2.6.1.4.1.6
Identifies the row in the errorControl table providing error control & status for this group.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DmiDisplaystring  

a4EventStatus 1.3.6.1.4.1.795.2.6.1.4.1.7
Identifies the reason an indication was sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER vDiscovered(0), vChanged(1), vFailed(2), vRecovered(3)  

tErrorcontrol 1.3.6.1.4.1.795.2.6.1.5
Indication control and status for the parent group
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SErrorcontrol

eErrorcontrol 1.3.6.1.4.1.795.2.6.1.5.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SErrorcontrol  

a5Selfid 1.3.6.1.4.1.795.2.6.1.5.1.1
Instance identifer. A unique number that identifies this row.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DmiInteger  

a5Fatalcount 1.3.6.1.4.1.795.2.6.1.5.1.2
Count of all fatal errors since system startup.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DmiCounter  

a5Majorcount 1.3.6.1.4.1.795.2.6.1.5.1.3
Count of all major errors since system startup.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DmiCounter  

a5Warningcount 1.3.6.1.4.1.795.2.6.1.5.1.4
Count of all warning errors since system startup.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DmiCounter  

a5Errstatus 1.3.6.1.4.1.795.2.6.1.5.1.5
current error status
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER vOk(0), vWarning(1), vMajor(2), vFatal(3)  

a5Errstatustype 1.3.6.1.4.1.795.2.6.1.5.1.6
Indicates the type of detection that set the current error status.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER vPost(0), vRuntime(1), vDiagnosticTest(2)  

a5Indicationcontrol 1.3.6.1.4.1.795.2.6.1.5.1.7
Enables or disables generation of indications
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER vOff(0), vOn(1)  

tMiftomib 1.3.6.1.4.1.795.2.6.1.99
This group defines attributes required for DMI to SNMP translati n.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SMiftomib

eMiftomib 1.3.6.1.4.1.795.2.6.1.99.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SMiftomib  

a99MibName 1.3.6.1.4.1.795.2.6.1.99.1.1
The MIB name that defines this MIF
Status: mandatory Access: read-only
OBJECT-TYPE    
  DmiDisplaystring  

a99MibOid 1.3.6.1.4.1.795.2.6.1.99.1.2
The MIB Object Identifier that corresponds to this MIF
Status: mandatory Access: read-only
OBJECT-TYPE    
  DmiDisplaystring  

a99DisableTrap 1.3.6.1.4.1.795.2.6.1.99.1.3
This attribute can be changed to disable sending of traps from this component
Status: mandatory Access: read-write
OBJECT-TYPE    
  DmiInteger  

tTrapGroup 1.3.6.1.4.1.795.2.6.1.9999
This group defines attributes needed for Trap definition. This group does not exist in MIF file
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    STrapGroup

eTrapGroup 1.3.6.1.4.1.795.2.6.1.9999.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  STrapGroup  

a9999ErrorTime 1.3.6.1.4.1.795.2.6.1.9999.1.1
The Date & Time when the error occured
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

a9999ErrorStatus 1.3.6.1.4.1.795.2.6.1.9999.1.2
Error Status Code
Status: mandatory Access: read-only
OBJECT-TYPE    
  DmiInteger  

a9999ErrorGroupId 1.3.6.1.4.1.795.2.6.1.9999.1.3
Group ID of the errorControl Group
Status: mandatory Access: read-only
OBJECT-TYPE    
  DmiInteger  

a9999ErrorInstanceId 1.3.6.1.4.1.795.2.6.1.9999.1.4
Instance ID of the errorControl Group
Status: mandatory Access: read-only
OBJECT-TYPE    
  DmiInteger  

a9999ComponentId 1.3.6.1.4.1.795.2.6.1.9999.1.5
Component ID of the component that caused this error
Status: mandatory Access: read-only
OBJECT-TYPE    
  DmiInteger  

a9999GroupId 1.3.6.1.4.1.795.2.6.1.9999.1.6
Group ID of the Group that caused this error
Status: mandatory Access: read-only
OBJECT-TYPE    
  DmiInteger  

a9999InstanceId 1.3.6.1.4.1.795.2.6.1.9999.1.7
Instance ID of the Group that caused this error
Status: mandatory Access: read-only
OBJECT-TYPE    
  DmiInteger  

a9999VendorCode1 1.3.6.1.4.1.795.2.6.1.9999.1.8
Vendor specific code 1
Status: mandatory Access: read-only
OBJECT-TYPE    
  DmiInteger  

a9999VendorCode2 1.3.6.1.4.1.795.2.6.1.9999.1.9
Vendor specific code 2
Status: mandatory Access: read-only
OBJECT-TYPE    
  DmiInteger  

a9999VendorText 1.3.6.1.4.1.795.2.6.1.9999.1.10
Vendor specific octet string info
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

a9999ParentGroupId 1.3.6.1.4.1.795.2.6.1.9999.1.11
Group ID of parent of Group that caused this error
Status: mandatory Access: read-only
OBJECT-TYPE    
  DmiInteger  

a9999ParentInstanceId 1.3.6.1.4.1.795.2.6.1.9999.1.12
Instance ID of parent of Group that caused this error
Status: mandatory Access: read-only
OBJECT-TYPE    
  DmiInteger  

adaptecEventError 1
DMI Service Layer generated event for Adaptec Scsi
TRAP-TYPE