XYPLEX-BOOT-SERVER-MIB

File: XYPLEX-BOOT-SERVER-MIB.mib (62951 bytes)

Imported modules

RFC1155-SMI SNMPv2-TC RFC-1212
XYPLEX-SYSTEM-MIB

Imported symbols

enterprises Counter Gauge
DisplayString OBJECT-TYPE DateTime
AddressType

Defined Types

ActiveEntry  
SEQUENCE    
  activeIdentificationType AddressType
  activeIdentification OCTET STRING
  activeFunction INTEGER
  activeSoftwareVersionType INTEGER
  activeSoftwareVersion OCTET STRING
  activeParameterVersion INTEGER
  activeCurrentSequence INTEGER
  activeBytesRemaining INTEGER
  activeFile DisplayString
  activeStatus INTEGER
  activeState INTEGER

ClientEntry  
SEQUENCE    
  clientIdentificationType AddressType
  clientIdentification OCTET STRING
  clientEntryStatus INTEGER
  clientName DisplayString
  clientLoadFile DisplayString
  clientDiagnosticFile DisplayString
  clientLoadService INTEGER
  clientDumpService INTEGER

NamedEntry  
SEQUENCE    
  namedIdentificationType AddressType
  namedIdentification OCTET STRING
  namedEntryStatus INTEGER
  namedName DisplayString
  namedLoadFile DisplayString
  namedDiagnosticFile DisplayString
  namedLoadService INTEGER
  namedDumpService INTEGER

EventEntry  
SEQUENCE    
  eventIndex INTEGER
  eventText DisplayString

DeviceEntry  
SEQUENCE    
  deviceIndex INTEGER
  deviceName DisplayString
  deviceDescr DisplayString
  deviceOperation INTEGER
  deviceFormat INTEGER
  deviceProtection INTEGER
  deviceFormatMedium INTEGER
  deviceGetFile INTEGER
  deviceGetFileHostIdentificationType AddressType
  deviceGetFileHostIdentification OCTET STRING
  deviceGetFileName DisplayString

DumpFileEntry  
SEQUENCE    
  dumpFileIdentificationType AddressType
  dumpFileIdentification OCTET STRING
  dumpFileEntryStatus INTEGER
  dumpFileCreation DateTime
  dumpFileSize INTEGER

LoadFileEntry  
SEQUENCE    
  loadFileName DisplayString
  loadFileCreation DateTime
  loadFileSize INTEGER
  loadFileSoftwareVersionType INTEGER
  loadFileSoftwareVersion OCTET STRING

ParamFileEntry  
SEQUENCE    
  paramFileIdentificationType AddressType
  paramFileIdentification OCTET STRING
  paramFileEntryStatus INTEGER
  paramFileWrite DateTime
  paramFileSize INTEGER
  paramFileParameterVersion INTEGER

Defined Values

xyplex 1.3.6.1.4.1.33
OBJECT IDENTIFIER    

bootServer 1.3.6.1.4.1.33.6
OBJECT IDENTIFIER    

bsBasic 1.3.6.1.4.1.33.6.1
OBJECT IDENTIFIER    

dump 1.3.6.1.4.1.33.6.2
OBJECT IDENTIFIER    

load 1.3.6.1.4.1.33.6.3
OBJECT IDENTIFIER    

param 1.3.6.1.4.1.33.6.4
OBJECT IDENTIFIER    

basicLogLimit 1.3.6.1.4.1.33.6.1.1
Maximum allowed number of kilobytes for recording events. Corresponds directly to MANAGER LOG FILE SIZE and the value labeled 'Log File Size:' in the MANAGER CHARACTERISTICS display.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..100  

basicActiveLimit 1.3.6.1.4.1.33.6.1.2
Maximum allowed number of simultaneous service dialogs. Corresponds directly to MANAGER SIMULTANEOUS and the value labeled 'Maximum simultaneous requests:' in the MANAGER CHARACTERISTICS display.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..32  

basicActiveNumber 1.3.6.1.4.1.33.6.1.3
Number of active service dialogs. Corresponds indirectly to the list of active clients in the MANAGER STATUS display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

basicClientNumber 1.3.6.1.4.1.33.6.1.4
Number of defined clients. Corresponds indirectly to the list of defined clients in the MANAGER LOCAL, MANAGER GLOBAL, and MANAGER NODE displays.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

basicOffersSent 1.3.6.1.4.1.33.6.1.5
Total number of service offers sent in response to client requests. Corresponds directly to the value labeled 'Total service offers sent:' in the MANAGER STATUS display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

basicEventTotal 1.3.6.1.4.1.33.6.1.6
Total number of events that have been written to the event log since it was last purged. This may be less than the number currently in the log. Corresponds directly to the value labeled 'Total Messages Logged:' in the MANAGER EVENTS display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

basicEventPurge 1.3.6.1.4.1.33.6.1.7
Control to cause emptying the event log. In response to a get-request or get-next-request, the agent always returns 'ready' for this value. Setting the value to 'ready' has no effect. Setting it to 'execute' causes the event log to immediately become empty. Corresponds directly to the PURGE MANAGER LOG FILE command.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ready(1), execute(2)  

activeTable 1.3.6.1.4.1.33.6.1.8
A list of active client dialog entries. The number of entries is given by basicActiveNumber.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ActiveEntry

activeEntry 1.3.6.1.4.1.33.6.1.8.1
Parameter values for an active client dialog entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ActiveEntry  

activeIdentificationType 1.3.6.1.4.1.33.6.1.8.1.1
The type of identification value in activeIdentification. Corresponds indirectly to the value labeled 'EthernetAddress' in the MANAGER STATUS display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  AddressType  

activeIdentification 1.3.6.1.4.1.33.6.1.8.1.2
Identification of the active partner. Corresponds directly to the value labeled 'EthernetAddress' in the MANAGER STATUS display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..6)  

activeFunction 1.3.6.1.4.1.33.6.1.8.1.3
The function the server is performing with the partner. Corresponds directly to the value labeled 'Function' in the MANAGER STATUS display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER parameterStore(1), load(2), dump(3), imageUpdate(4)  

activeSoftwareVersionType 1.3.6.1.4.1.33.6.1.8.1.4
If activeFunction is 'load', the software version being sent to the client, otherwise 'notApplicable'. Corresponds to the letter in the software version labeled 'Version' in the MANAGER STATUS display. alpha 'A': alpha test beta 'B': beta test production null: normal, production software special 'S': special, custom software
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER alpha(1), beta(2), production(3), special(4), notApplicable(5)  

activeSoftwareVersion 1.3.6.1.4.1.33.6.1.8.1.5
If activeFunction is 'load', the 4-byte software version being sent to the client, otherwise zero length. In order, the octets contain major version, minor version, ECO, and pre-release number. Corresponds to the numbers in the software version labeled 'Version' in the MANAGER STATUS display. For example, the version display for activeSoftwareVersionType 'production' and activeSoftwareVersion '2.2.0.0' is 'V2.2'. The version display for activeSoftwareVersionType 'beta' and activeSoftwareVersion '3.1.0.4' is 'V3.1B4'.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..4)  

activeParameterVersion 1.3.6.1.4.1.33.6.1.8.1.6
If activeFunction is 'parameterStore', the parameter version being stored by the client, otherwise zero. Corresponds directly to the value labeled 'Version' in the MANAGER STATUS display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

activeCurrentSequence 1.3.6.1.4.1.33.6.1.8.1.7
The current dialog sequence number. Corresponds directly to the value labeled 'Seq' in the MANAGER STATUS display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

activeBytesRemaining 1.3.6.1.4.1.33.6.1.8.1.8
The number of bytes remaining to be transferred in the dialog. Corresponds directly to the value labeled 'Left' in the MANAGER STATUS display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

activeFile 1.3.6.1.4.1.33.6.1.8.1.9
The name of the file being used in the dialog. Corresponds directly to the value labeled 'File' in the MANAGER STATUS display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..16)  

activeStatus 1.3.6.1.4.1.33.6.1.8.1.10
The final status of the most recent attempt to get an image. Corresponds directly to the value labeled 'Get Status:' in the DEVICE STATUS display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER none(1), fileTooLarge(2), notImageFile(3), notExecutableFile(4), badFileData(5), deviceWriteProtected(6), operationTimeout(7), remoteFileNotFound(8), remoteFileAccessViolation(9), protocolError(10), fileSystemError(11), temporaryResourceConflict(12), success(13)  

activeState 1.3.6.1.4.1.33.6.1.8.1.11
The dynamic state of an active attempt to get an image. Corresponds directly to the value labeled 'Get State:' in the DEVICE STATUS display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER idle(1), internal1(2), internal2(3), openPartner(4), openFile(5), receivePartner(6), writeFile(7), closePartner(8), closeFile(9), cleanup(10), done(11), error(12)  

clientTable 1.3.6.1.4.1.33.6.1.9
A list of client data base entries. The number of entries is given by basicClientNumber.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ClientEntry

clientEntry 1.3.6.1.4.1.33.6.1.9.1
Parameter values for a client data base entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ClientEntry  

clientIdentificationType 1.3.6.1.4.1.33.6.1.9.1.1
The type of identification value in clientIdentification. Corresponds directly to MANAGER NODE, MANAGER GLOBAL, and MANAGER LOCAL, and the value labeled 'Ethernet Address' in the MANAGER NODE display or 'Ethernet Address', 'Device', and 'Global Devices' or 'Local Devices' in the MANAGER GLOBAL and LOCAL displays.
Status: mandatory Access: read-write
OBJECT-TYPE    
  AddressType  

clientIdentification 1.3.6.1.4.1.33.6.1.9.1.2
Identification of the client, either a hardware type or an Ethernet address, depending on clientIdentificationType. Corresponds directly to MANAGER NODE, MANAGER GLOBAL, and MANAGER LOCAL, and the value labeled 'Ethernet Address' in the MANAGER NODE display or 'Ethernet Address', 'Device', and 'Global Devices' or 'Local Devices' in the MANAGER GLOBAL and LOCAL displays.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..6)  

clientEntryStatus 1.3.6.1.4.1.33.6.1.9.1.3
The status of the entry. Set to 'invalid' to remove the entry, which corresponds directly to the PURGE LOCAL, PURGE GLOBAL, and PURGE NODE commands. Actual removal of the entry is implementation specific.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER invalid(1), valid(2)  

clientName 1.3.6.1.4.1.33.6.1.9.1.4
A name that may be used to identify the client. Corresponds directly to the value labeled 'Name' in the MANAGER NODE display.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..16)  

clientLoadFile 1.3.6.1.4.1.33.6.1.9.1.5
The file with the client's load image. Corresponds directly to the value labeled 'Load File' in the MANAGER LOCAL, MANAGER GLOBAL, and MANAGER NODE displays.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..16)  

clientDiagnosticFile 1.3.6.1.4.1.33.6.1.9.1.6
The file with the client's diagnostic test image. Corresponds directly to the value labeled 'Diag File' in the MANAGER LOCAL, MANAGER GLOBAL, and MANAGER NODE displays.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..16)  

clientLoadService 1.3.6.1.4.1.33.6.1.9.1.7
Control for allowing load service for the client. Corresponds directly to the value labeled 'Load' in the MANAGER LOCAL, MANAGER GLOBAL, and MANAGER NODE displays.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

clientDumpService 1.3.6.1.4.1.33.6.1.9.1.8
Control for allowing dump service for the client. Corresponds directly to the value labeled 'Dump' in the MANAGER LOCAL, MANAGER GLOBAL, and MANAGER NODE displays.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

namedTable 1.3.6.1.4.1.33.6.1.10
A list of named client data base entries. The number of entries is given by basicClientNumber.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NamedEntry

namedEntry 1.3.6.1.4.1.33.6.1.10.1
Parameter values for a named client data base entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NamedEntry  

namedIdentificationType 1.3.6.1.4.1.33.6.1.10.1.1
The type of identification value in namedIdentification. Corresponds directly to MANAGER NODE, MANAGER GLOBAL, and MANAGER LOCAL, and the value labeled 'Ethernet Address' in the MANAGER NODE display or 'Ethernet Address', 'Device', and 'Global Devices' or 'Local Devices' in the MANAGER GLOBAL and LOCAL displays.
Status: mandatory Access: read-write
OBJECT-TYPE    
  AddressType  

namedIdentification 1.3.6.1.4.1.33.6.1.10.1.2
Identification of the client, either a hardware type or an Ethernet address, depending on namedIdentificationType. Corresponds directly to MANAGER NODE, MANAGER GLOBAL, and MANAGER LOCAL, and the value labeled 'Ethernet Address' in the MANAGER NODE display or 'Ethernet Address', 'Device', and 'Global Devices' or 'Local Devices' in the MANAGER GLOBAL and LOCAL displays.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..6)  

namedEntryStatus 1.3.6.1.4.1.33.6.1.10.1.3
The status of the entry. Set to 'invalid' to remove the entry, which corresponds directly to the PURGE LOCAL, PURGE GLOBAL, and PURGE NODE commands. Actual removal of the entry is implementation specific.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER invalid(1), valid(2)  

namedName 1.3.6.1.4.1.33.6.1.10.1.4
A name that may be used to identify the client. Corresponds directly to the value labeled 'Name' in the MANAGER NODE display.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..16)  

namedLoadFile 1.3.6.1.4.1.33.6.1.10.1.5
The file with the client's load image. Corresponds directly to the value labeled 'Load File' in the MANAGER LOCAL, MANAGER GLOBAL, and MANAGER NODE displays.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..16)  

namedDiagnosticFile 1.3.6.1.4.1.33.6.1.10.1.6
The file with the client's diagnostic test image. Corresponds directly to the value labeled 'Diag File' in the MANAGER LOCAL, MANAGER GLOBAL, and MANAGER NODE displays.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..16)  

namedLoadService 1.3.6.1.4.1.33.6.1.10.1.7
Control for allowing load service for the client. Corresponds directly to the value labeled 'Load' in the MANAGER LOCAL, MANAGER GLOBAL, and MANAGER NODE displays.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

namedDumpService 1.3.6.1.4.1.33.6.1.10.1.8
Control for allowing dump service for the client. Corresponds directly to the value labeled 'Dump' in the MANAGER LOCAL, MANAGER GLOBAL, and MANAGER NODE displays.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

eventTable 1.3.6.1.4.1.33.6.1.11
A list of event entries. The number of entries is given by basicEventNumber.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EventEntry

eventEntry 1.3.6.1.4.1.33.6.1.11.1
Parameter values for a event entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  EventEntry  

eventIndex 1.3.6.1.4.1.33.6.1.11.1.1
In identification number for an event. The value 1 indicates the oldest event in the file, with subsequent numbers indicating sequential events. The event text for a given number may change as a circular event log wraps over its beginning. Corresponds directly to the relative position of an event in the MANAGER EVENTS display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

eventText 1.3.6.1.4.1.33.6.1.11.1.2
The text of the event, including date, time and other information. Corresponds directly to the individual event text in the MANAGER EVENTS display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..255)  

basicDeviceNumber 1.3.6.1.4.1.33.6.1.12
The system's number of mass-storage devices.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

deviceTable 1.3.6.1.4.1.33.6.1.13
A list of device entries. The number of entries is given by basicDeviceNumber.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DeviceEntry

deviceEntry 1.3.6.1.4.1.33.6.1.13.1
Parameter values for a device entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DeviceEntry  

deviceIndex 1.3.6.1.4.1.33.6.1.13.1.1
In identification number for a device, in the range 1 to basicDeviceNumber
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

deviceName 1.3.6.1.4.1.33.6.1.13.1.2
A name by which the device is known in other displays, such as 'C1' or 'D2'.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..16)  

deviceDescr 1.3.6.1.4.1.33.6.1.13.1.3
Details of the device type, including, for example, size, manufacturer, Flash versus RAM, and such. Corresponds directly to the value labeled 'Device Type: in the MANAGER DEVICE STATUS display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..80)  

deviceOperation 1.3.6.1.4.1.33.6.1.13.1.4
Current operational state of the device. Corresponds directly the value labeled 'Device Operation:' in the MANAGER DEVICE STATUS display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER read(1), write(2), format(3), idle(4)  

deviceFormat 1.3.6.1.4.1.33.6.1.13.1.5
Formatting status of the device. Corresponds directly the presence of one of the value labels under the label 'Device Status:' in the MANAGER DEVICE STATUS display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unformatted(1), formatted(2), unknown(3)  

deviceProtection 1.3.6.1.4.1.33.6.1.13.1.6
Write-protect status of the device. Corresponds directly the presence of one of the value labels under the label 'Device Status:' in the MANAGER DEVICE STATUS display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER write-enabled(1), write-protected(2), unknown(3)  

deviceFormatMedium 1.3.6.1.4.1.33.6.1.13.1.7
Control to cause formatting of the medium in the device. In response to a get-request or get-next-request, the agent always returns 'ready' for this value. Setting the value to 'ready' has no effect. Setting it to 'execute' causes the device to be formatted. Corresponds directly to the FORMAT DEVICE command.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ready(1), execute(2)  

deviceGetFile 1.3.6.1.4.1.33.6.1.13.1.8
Control to cause getting a file to the device from a remote host system. In response to a get-request or get-next-request, the agent always returns 'ready' for this value. Setting the value to 'ready' has no effect. Setting it to 'execute' causes the get to be attempted. Corresponds directly to the GET DEVICE command. When set to 'execute', the objects deviceGetFileHostIdentificationType, deviceGetFileHostIdentification, and deviceGetFileName must be somewhere in the same set request message.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ready(1), execute(2)  

deviceGetFileHostIdentificationType 1.3.6.1.4.1.33.6.1.13.1.9
The type of identification value in deviceIdentification. Corresponds indirectly to ADDRESS in the GET DEVICE command. This object may not be set outside the context of setting deviceGetFile to 'execute'. In response to a get-request or get-next-request, the value of this object is 'undefined'.
Status: mandatory Access: read-write
OBJECT-TYPE    
  AddressType  

deviceGetFileHostIdentification 1.3.6.1.4.1.33.6.1.13.1.10
Identification of the host to get the file from, with type depending on deviceIdentificationType. Corresponds directly to ADDRESS in the GET DEVICE command. This object may not be set outside the context of setting deviceGetFile to 'execute'. In response to a get-request or get-next-request, the value of this object is zero length.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..6)  

deviceGetFileName 1.3.6.1.4.1.33.6.1.13.1.11
The name of the file to get. Corresponds directly to LOAD FILE in the GET DEVICE command. This object may not be set outside the context of setting deviceGetFile to 'execute'. In response to a get-request or get-next-request, the value of this object is zero length.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..64)  

dumpService 1.3.6.1.4.1.33.6.2.1
Control for allowing dump service for any client. Corresponds directly to DUMP and the value labeled 'Dump:' in the MANAGER CHARACTERISTICS display.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

dumpDrive 1.3.6.1.4.1.33.6.2.2
Identification number of the disk drive where dumps are stored. Corresponds directly to DUMP DRIVE and the value labeled 'Dump Drive:' in the MANAGER CHARACTERISTICS display.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..2  

dumpMerit 1.3.6.1.4.1.33.6.2.3
Relative preference for this dump server over others. Corresponds directly to DUMP MERIT and the value labeled 'Dump Merit:' in the MANAGER CHARACTERISTICS display.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..15  

dumpSize 1.3.6.1.4.1.33.6.2.4
Type of dump file to keep. Corresponds directly to DUMP SIZE and the value labeled 'Dump Size:' in the MANAGER CHARACTERISTICS display.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER small(1), full(2)  

dumpCompleted 1.3.6.1.4.1.33.6.2.5
The number of dumps completed since system initialization. Corresponds directly to the value labeled 'Dump Operations Completed:' in the MANAGER STATUS display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dumpActive 1.3.6.1.4.1.33.6.2.6
The number of dumps in progress. Corresponds directly to the value labeled 'Currently Dumping:' in the MANAGER STATUS display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

dumpFileNumber 1.3.6.1.4.1.33.6.2.7
The number of dump files currently stored. Corresponds directly to the value labeled 'Network dump files' and 'files' in the MANAGER FILES display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

dumpFileTable 1.3.6.1.4.1.33.6.2.8
A list of dump file entries. The number of entries is given by dumpFileNumber.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DumpFileEntry

dumpFileEntry 1.3.6.1.4.1.33.6.2.8.1
Parameter values for a dump file entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DumpFileEntry  

dumpFileIdentificationType 1.3.6.1.4.1.33.6.2.8.1.1
The type of identification value in dumpFileIdentification. Corresponds indirectly to a file name part in the section labeled 'Network dump files' in the MANAGER FILES display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  AddressType  

dumpFileIdentification 1.3.6.1.4.1.33.6.2.8.1.2
Identification of the dump file, an Ethernet address, as indicated by dumpFileIdentificationType. Corresponds indirectly to a file name part in the section labeled 'Network dump files' in the MANAGER FILES display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..6)  

dumpFileEntryStatus 1.3.6.1.4.1.33.6.2.8.1.3
The status of the entry. Set to 'invalid' to remove the entry, which corresponds indirectly to the PURGE MANAGER DUMP FILES command. Actual removal of the entry is implementation specific.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER invalid(1), valid(2)  

dumpFileCreation 1.3.6.1.4.1.33.6.2.8.1.4
The time the dump file was created. Corresponds directly to a date and time in the section labeled 'Network dump files' in the MANAGER FILES display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DateTime  

dumpFileSize 1.3.6.1.4.1.33.6.2.8.1.5
The number of bytes stored in the dump file. Corresponds directly to the value labeled 'bytes' in the section labeled 'Network dump files' in the MANAGER FILES display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

loadService 1.3.6.1.4.1.33.6.3.1
Control for allowing load service for any client. Corresponds directly to LOAD and the value labeled 'Load:' in the MANAGER CHARACTERISTICS display.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

loadMerit 1.3.6.1.4.1.33.6.3.2
Relative preference for this load server over others. Corresponds directly to LOAD MERIT and the value labeled 'Load Merit:' in the MANAGER CHARACTERISTICS display.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..15  

loadCompleted 1.3.6.1.4.1.33.6.3.3
The number of loads completed since system initialization. Corresponds directly to the value labeled 'Load Operations Completed:' in the MANAGER STATUS display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

loadActive 1.3.6.1.4.1.33.6.3.4
The number of loads in progress. Corresponds directly to the value labeled 'Currently Loading:' in the MANAGER STATUS display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

loadFileNumber 1.3.6.1.4.1.33.6.3.5
The number of load files currently stored. Corresponds directly to the value labeled 'Load image files' and 'files' in the MANAGER FILES display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

loadFileTable 1.3.6.1.4.1.33.6.3.6
A list of load file entries. The number of entries is given by loadFileNumber.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LoadFileEntry

loadFileEntry 1.3.6.1.4.1.33.6.3.6.1
Parameter values for a load file entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  LoadFileEntry  

loadFileName 1.3.6.1.4.1.33.6.3.6.1.1
The name of a load file. Corresponds directly to a file name part in the section labeled 'Load image files' in the MANAGER FILES display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..16)  

loadFileCreation 1.3.6.1.4.1.33.6.3.6.1.2
The time the load file was created. Corresponds directly to a date and time in the section labeled 'Load image files' in the MANAGER FILES display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DateTime  

loadFileSize 1.3.6.1.4.1.33.6.3.6.1.3
The number of bytes stored in the load file. Corresponds directly to the value labeled 'bytes' in the section labeled 'Load image files' in the MANAGER FILES display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

loadFileSoftwareVersionType 1.3.6.1.4.1.33.6.3.6.1.4
The software version type of the image in the load file. Corresponds directly to a software version in the section labeled 'Load image files' in the MANAGER FILES display. alpha 'A': alpha test beta 'B': beta test production null: normal, production software special 'S': special, custom software
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER alpha(1), beta(2), production(3), special(4)  

loadFileSoftwareVersion 1.3.6.1.4.1.33.6.3.6.1.5
The software version of the image in the load file. Corresponds directly to a software version in the section labeled 'Load image files' in the MANAGER FILES display. For example, the version display for loadFileSoftwareVersionType 'production' and loadFileSoftwareVersion '2.2.0.0' is 'V2.2'. The version display for loadFileSoftwareVersionType 'beta' and loadFileSoftwareVersion '3.1.0.4' is 'V3.1B4'.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..4)  

paramService 1.3.6.1.4.1.33.6.4.1
Control for allowing parameter storage service for any client. Corresponds directly to PARAMETER SERVICE and the value labeled 'Parameter Service:' in the MANAGER CHARACTERISTICS display.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

paramDefaultService 1.3.6.1.4.1.33.6.4.2
Control for allowing default parameter loading service for any client. Corresponds directly to PARAMETER DEFAULT SERVICE and the value labeled 'Parameter Default Service:' in the MANAGER CHARACTERISTICS display.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

paramDrive 1.3.6.1.4.1.33.6.4.3
Identification number of the disk drive where parameters are stored. Corresponds directly to PARAMETER DRIVE and the value labeled 'Parameter Drive:' in the MANAGER CHARACTERISTICS display.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..2  

paramActive 1.3.6.1.4.1.33.6.4.4
The number of params in progress. Corresponds directly to the value labeled 'Currently Paraming:' in the MANAGER STATUS display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

paramStorageActive 1.3.6.1.4.1.33.6.4.5
The number of parameter storage operations in progress. Corresponds directly to the value labeled 'Currently saving parameters:' in the MANAGER STATUS display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

paramFileNumber 1.3.6.1.4.1.33.6.4.6
The number of parameter files currently stored. Corresponds directly to the value labeled 'Parameter files' and 'files' in the MANAGER FILES display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

paramFileTable 1.3.6.1.4.1.33.6.4.7
A list of param file entries. The number of entries is given by paramFileNumber.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ParamFileEntry

paramFileEntry 1.3.6.1.4.1.33.6.4.7.1
Parameter values for a param file entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ParamFileEntry  

paramFileIdentificationType 1.3.6.1.4.1.33.6.4.7.1.1
The type of identification value in paramFileIdentification. Corresponds indirectly to a file name part in the section labeled 'Parameter files' in the MANAGER FILES display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  AddressType  

paramFileIdentification 1.3.6.1.4.1.33.6.4.7.1.2
Identification of the param file, an Ethernet address, as indicated by paramFileIdentificationType. Corresponds indirectly to a file name part in the section labeled 'Parameter files' in the MANAGER FILES display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..6)  

paramFileEntryStatus 1.3.6.1.4.1.33.6.4.7.1.3
The status of the entry. Set to 'invalid' to remove the entry, which corresponds indirectly to the PURGE MANAGER PARAMETER FILES command. Actual removal of the entry is implementation specific.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER invalid(1), valid(2)  

paramFileWrite 1.3.6.1.4.1.33.6.4.7.1.4
The time the parameter file was last written. Corresponds directly to a date and time in the section labeled 'Parameter files' in the MANAGER FILES display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DateTime  

paramFileSize 1.3.6.1.4.1.33.6.4.7.1.5
The number of bytes stored in the param file. Corresponds directly to the value labeled 'bytes' in the section labeled 'Parameter files' in the MANAGER FILES display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

paramFileParameterVersion 1.3.6.1.4.1.33.6.4.7.1.6
The version number of the parameter data in the file. Corresponds directly to the value labeled 'ver' in the section labeled 'Parameter files' in the MANAGER FILES display.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER