LSF-SNMP-MIB

File: LSF-SNMP-MIB.mib (28306 bytes)

Imported modules

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

Imported symbols

enterprises IpAddress OBJECT-TYPE
DisplayString TRAP-TYPE

Defined Types

LsfStaticEntry  
SEQUENCE    
  lsfStaticIpIndex IpAddress
  lsfHostName DisplayString
  lsfType DisplayString
  lsfModel DisplayString
  lsfCPUFactor INTEGER
  lsfNumCPU INTEGER
  lsfMaxMemory INTEGER
  lsfMaxSwap INTEGER
  lsfMaxTempSpace INTEGER
  lsfExecutionPriority INTEGER
  lsfIsServer INTEGER
  lsfHostResources DisplayString

LsfDynamicEntry  
SEQUENCE    
  lsfDynamicIpIndex IpAddress
  lsfHostStatus INTEGER
  lsfFifteenSecondRunQueue INTEGER
  lsfOneMinuteRunQueue INTEGER
  lsfFifteenMinuteRunQueue INTEGER
  lsfCPUUtilization INTEGER
  lsfPagingRate INTEGER
  lsfIoRate INTEGER
  lsfLoginSessions INTEGER
  lsfIdleTime INTEGER
  lsfFreeMemory INTEGER
  lsfFreeSwap INTEGER
  lsfFreeTempSpace INTEGER

LsfNumericEntry  
SEQUENCE    
  lsfNumericIndex INTEGER
  lsfNumericIp IpAddress
  lsfNumericLocation DisplayString
  lsfNumericName DisplayString
  lsfNumericOrder INTEGER
  lsfNumericValue INTEGER

LsbHostEntry  
SEQUENCE    
  lsbHostIp IpAddress
  lsbHostName DisplayString
  lsbHostStatus INTEGER
  lsbHostUserJobLimit INTEGER
  lsbHostMaximumJobs INTEGER
  lsbHostNumberOfJobs INTEGER
  lsbHostRunningJobs INTEGER
  lsbHostSystemSuspendedJobs INTEGER
  lsbHostUserSuspendedJobs INTEGER
  lsbHostReservedJobSlots INTEGER

LsbQueueEntry  
SEQUENCE    
  lsbQueueIndex INTEGER
  lsbQueueName DisplayString
  lsbQueuePriority INTEGER
  lsbQueueIsOpen INTEGER
  lsbQueueIsActive INTEGER
  lsbQueueMaximumJobs INTEGER
  lsbQueueUserJobLimit INTEGER
  lsbQueueProcessorJobLimit INTEGER
  lsbQueueHostJobLimit INTEGER
  lsbQueueNumberOfJobs INTEGER
  lsbQueuePendingJobs INTEGER
  lsbQueueRunningJobs INTEGER
  lsbQueueSystemSuspendedJobs INTEGER
  lsbQueueUserSuspendedJobs INTEGER

LsbJobEntry  
SEQUENCE    
  lsbJobId INTEGER
  lsbJobName DisplayString
  lsbJobUser DisplayString
  lsbJobQueue DisplayString
  lsbJobStatus INTEGER
  lsbJobSubmissionHost DisplayString
  lsbJobExecutionHost DisplayString
  lsbJobSubmitTime DisplayString
  lsbJobProcessGroupIds DisplayString
  lsbJobProcessIds DisplayString
  lsbJobCpuUsage INTEGER
  lsbJobMemoryUsage INTEGER
  lsbJobSwapUsage INTEGER

Defined Values

platform 1.3.6.1.4.1.2766
OBJECT IDENTIFIER    

lsfAgent 1.3.6.1.4.1.2766.100
OBJECT IDENTIFIER    

lsfHosts 1.3.6.1.4.1.2766.100.1
OBJECT IDENTIFIER    

lsfResources 1.3.6.1.4.1.2766.100.2
OBJECT IDENTIFIER    

lsfBatch 1.3.6.1.4.1.2766.100.3
OBJECT IDENTIFIER    

lsfCluster 1.3.6.1.4.1.2766.100.4
OBJECT IDENTIFIER    

lsfStaticTable 1.3.6.1.4.1.2766.100.1.1
A table which corresponds to information displayed by the lshosts command.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LsfStaticEntry

lsfStaticEntry 1.3.6.1.4.1.2766.100.1.1.1
One instance (row) of host information. It is indexed by the host's IP address in order to provide a deterministic way of accessing a specific host's configuration information.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  LsfStaticEntry  

lsfStaticIpIndex 1.3.6.1.4.1.2766.100.1.1.1.1
IP address of this host as known by LSF.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

lsfHostName 1.3.6.1.4.1.2766.100.1.1.1.2
Host name for this host as known by LSF.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

lsfType 1.3.6.1.4.1.2766.100.1.1.1.3
Type of this host. Available host types are defined in the lsf.shared file, and can be displayed using the lsinfo command.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

lsfModel 1.3.6.1.4.1.2766.100.1.1.1.4
Model of this host. Available host models are defined in the lsf.shared file, and can be displayed using the lsinfo command.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

lsfCPUFactor 1.3.6.1.4.1.2766.100.1.1.1.5
A relative measure of this host's CPU speed. It is normally represented as a floating point number, and thus has been scaled by 100 for representation in the SNMP.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lsfNumCPU 1.3.6.1.4.1.2766.100.1.1.1.6
Number of CPUs in this host.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lsfMaxMemory 1.3.6.1.4.1.2766.100.1.1.1.7
The configured amount of RAM in this host, in megabytes.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lsfMaxSwap 1.3.6.1.4.1.2766.100.1.1.1.8
The configured amount of physical swap space on this host, in megabytes.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lsfMaxTempSpace 1.3.6.1.4.1.2766.100.1.1.1.9
The size of the temporary file space on this machine. Typically this corresponds to /tmp, but can be overridden in LSF configuration files by the LSF_TMPDIR environment variable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lsfExecutionPriority 1.3.6.1.4.1.2766.100.1.1.1.10
The execution priority, or nice level, of processes spawned by the RES on this host.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lsfIsServer 1.3.6.1.4.1.2766.100.1.1.1.11
true if this host will accept and run remote processes, and false if it won't.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER true(1), false(2)  

lsfHostResources 1.3.6.1.4.1.2766.100.1.1.1.12
A string containing the boolean resources applied to this host. Available boolean resources can be displayed using the lsinfo command.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

lsfNumClusterHosts 1.3.6.1.4.1.2766.100.1.3
This is a count of how many hosts are configured into the cluster. This includes both servers and clients. It corresponds to the number of hosts returned in the ls_gethostinfo command, or the number of hosts listed by the lshosts command.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lsfDynamicTable 1.3.6.1.4.1.2766.100.1.2
A table which corresponds to information displayed by the lsload command.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LsfDynamicEntry

lsfDynamicEntry 1.3.6.1.4.1.2766.100.1.2.1
One instance (row) of host information. It is indexed by the host's IP address in order to provide a deterministic way of accessing a specific host's load information.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  LsfDynamicEntry  

lsfDynamicIpIndex 1.3.6.1.4.1.2766.100.1.2.1.1
IP address of this host as known by LSF.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

lsfHostStatus 1.3.6.1.4.1.2766.100.1.2.1.2
The operating status of LSF on this host. The host can be locked from a management entity by setting this variable to lockU(4). If the host status is lockW(5), the status will become lockUW(6). The management entity can also unlock a host by attempting to set it to ok(1).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ok(1), resDown(2), busy(3), lockU(4), lockW(5), lockUW(6), unavail(7), unlicensed(8)  

lsfFifteenSecondRunQueue 1.3.6.1.4.1.2766.100.1.2.1.3
The 15 second run queue length on this host. This value is a float which is scaled by 100 to format it as an integer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lsfOneMinuteRunQueue 1.3.6.1.4.1.2766.100.1.2.1.4
The 1 minute run queue length on this host. This value is a float which is scaled by 100 to format it as an integer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lsfFifteenMinuteRunQueue 1.3.6.1.4.1.2766.100.1.2.1.5
The 15 minute run queue length on this host. This value is a float which is scaled by 100 to format it as an integer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lsfCPUUtilization 1.3.6.1.4.1.2766.100.1.2.1.6
A percentage of how much CPU time is spent processing system and user processes. A high utilization means that a host's CPU is kept busy.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lsfPagingRate 1.3.6.1.4.1.2766.100.1.2.1.7
A measure of page-in and page-out requests on this host over the lim sample interval. Since it is a floating point number in LSF, it is scaled by 100 to represent it as an INTEGER.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lsfIoRate 1.3.6.1.4.1.2766.100.1.2.1.8
A measure of number of disk operations on this host over the last lim sample interval. The value is a floating point number in LSF, and is thus scaled by 100 to represent it as an INTEGER.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lsfLoginSessions 1.3.6.1.4.1.2766.100.1.2.1.9
The number of login sessions on this host.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lsfIdleTime 1.3.6.1.4.1.2766.100.1.2.1.10
The number of seconds for which all interactive login sessions have been idle on this host.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lsfFreeMemory 1.3.6.1.4.1.2766.100.1.2.1.11
The amount of free real memory on this host. The units are megabytes, scaled by 100. For example, 25 megabytes would be returned as 2500.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lsfFreeSwap 1.3.6.1.4.1.2766.100.1.2.1.12
The amount of free physical swap on this host. The units are megabytes, scaled by 100. For example, 25 megabytes would be returned as 2500.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lsfFreeTempSpace 1.3.6.1.4.1.2766.100.1.2.1.13
The amount of free space in the temporary filesystem. This is typically /tmp, but can be overridden in the LSF configuration files using the LSF_TMPDIR environment variable. The units are megabytes, scaled by 100. For example, 25 megabytes would be returned as 2500.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lsfNumericTable 1.3.6.1.4.1.2766.100.2.1
A table which describes numeric type external indices and shared resources defined for a cluster.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LsfNumericEntry

lsfNumericEntry 1.3.6.1.4.1.2766.100.2.1.1
One instance of resource information. It is indexed by two entries: host IpAddress and a resource index which is generated by the agent by sorting a list of resource names, and numbering the resource names in ascending alphabetical order.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  LsfNumericEntry  

lsfNumericIndex 1.3.6.1.4.1.2766.100.2.1.1.1
A number generated by the agent to uniquely identify this resource name.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lsfNumericIP 1.3.6.1.4.1.2766.100.2.1.1.2
The IP address corresponding to the location of this resource.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

lsfNumericLocation 1.3.6.1.4.1.2766.100.2.1.1.3
The host on which this resource is located.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

lsfNumericName 1.3.6.1.4.1.2766.100.2.1.1.4
The name of this resource.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

lsfNumericOrder 1.3.6.1.4.1.2766.100.2.1.1.5
Indicates the direction which denotes higher load. If a resource is ascending, the load is higher when the resource is higher (e.g. incoming packets). If the resource is descending, the load is higher when the resource is lower (e.g. space on a temporary filesystem).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER ascending(1), descending(2)  

lsfNumericValue 1.3.6.1.4.1.2766.100.2.1.1.6
The current value of this resource. Note that floating point values will be scaled by 100 before being returned.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lsbHostTable 1.3.6.1.4.1.2766.100.3.1
A table which provides the same information as the bhosts command without any arguments.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LsbHostEntry

lsbHostEntry 1.3.6.1.4.1.2766.100.3.1.1
One instance of batch host information. It is indexed by the host's IP address.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  LsbHostEntry  

lsbHostIp 1.3.6.1.4.1.2766.100.3.1.1.1
IP address of this host.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

lsbHostName 1.3.6.1.4.1.2766.100.3.1.1.2
Host name for this entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

lsbHostStatus 1.3.6.1.4.1.2766.100.3.1.1.3
Current status of this host. Only when a host is in ok status can batch jobs be dispatched to it. An SNMP management entity can close hosts by setting this variable to closed(4), and can reopen hosts by setting this variable to ok(1).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ok(1), unavail(2), unreach(3), closed(4), unlicensed(5)  

lsbHostUserJobLimit 1.3.6.1.4.1.2766.100.3.1.1.4
Maximum batch job slots that the host can provide per user. If the number of slots is unlimited, -1 will be returned.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lsbHostMaximumJobs 1.3.6.1.4.1.2766.100.3.1.1.5
Maximum number of job slots that the host can provide in total. If the number of slots is unlimited, -1 will be returned.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lsbHostNumberOfJobs 1.3.6.1.4.1.2766.100.3.1.1.6
Number of job slots used by jobs started on this host.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lsbHostRunningJobs 1.3.6.1.4.1.2766.100.3.1.1.7
Number of job slots used by jobs running on this host.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lsbSystemSuspendedJobs 1.3.6.1.4.1.2766.100.3.1.1.8
Number of job slots used by jobs suspended by LSF on the host.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lsbUserSuspendedJobs 1.3.6.1.4.1.2766.100.3.1.1.9
Number of job slots used by jobs suspended by the job owner or an LSF administrator
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lsbHostReservedJobSlots 1.3.6.1.4.1.2766.100.3.1.1.10
Number of job slots used by pending jobs which have job slots reserved on the host.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lsbQueueTable 1.3.6.1.4.1.2766.100.3.2
A table which provides the same information as the bqueues command without any arguments.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LsbQueueEntry

lsbQueueEntry 1.3.6.1.4.1.2766.100.3.2.1
One instance of batch queue information. The index field is generated by the agent by sorting the list of queues, and numbering the queue names in ascending alphabetical order.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  LsbQueueEntry  

lsbQueueIndex 1.3.6.1.4.1.2766.100.3.2.1.1
A number generated by the agent to uniquely identify this queue.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lsbQueueName 1.3.6.1.4.1.2766.100.3.2.1.2
The name of this queue.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

lsbQueuePriority 1.3.6.1.4.1.2766.100.3.2.1.3
The priority of the queue. It determines the order in which job queues are searched for jobs to dispatch. Queues with higher priorities are searched first.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lsbQueueIsOpen 1.3.6.1.4.1.2766.100.3.2.1.4
A flag telling whether the queue is open to accept jobs submitted to it, or whether it is closed so that it will not accept jobs. The management entity can set this variable to open(1) or closed(2) to change the submission status of this queue.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER open(1), closed(2)  

lsbQueueIsActive 1.3.6.1.4.1.2766.100.3.2.1.5
A flag telling whether the queue is active (dispatching jobs to run), or whether it is inactive so that jobs are not being dispatched. The management entity can set this variable to active(1) or inactive(2) to change the dispatching status of this queue.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER active(1), inactive(2)  

lsbQueueMaximumJobs 1.3.6.1.4.1.2766.100.3.2.1.6
The maximum number of job slots which can be used by jobs from this queue. If the number of slots is unlimited, -1 will be returned.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lsbQueueUserJobLimit 1.3.6.1.4.1.2766.100.3.2.1.7
The maximum number of job slots a user can use for his/her jobs in this queue. If the number of slots is unlimited, -1 will be returned.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lsbQueueProcessorJobLimit 1.3.6.1.4.1.2766.100.3.2.1.8
The maximum number of job slots which a processor can process from this queue. This limit controls the number of jobs sent to each host. The limit is configured per processor so that a multiprocessor host is automatically allowed to run more jobs. If the number of slots is unlimited, -1 will be returned.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lsbQueueHostJobLimit 1.3.6.1.4.1.2766.100.3.2.1.9
The maximum number of job slots which a host can process from this queue. This limit controls the number of jobs sent to each host, regardless of whether a host is a uniprocessor or a multiprocessor. If the number of slots is unlimited, -1 will be returned.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lsbQueueNumberOfJobs 1.3.6.1.4.1.2766.100.3.2.1.10
The total number of job slots which jobs in this queue are currently holding.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lsbQueuePendingJobs 1.3.6.1.4.1.2766.100.3.2.1.11
The number of pending job slots in this queue.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lsbQueueRunningJobs 1.3.6.1.4.1.2766.100.3.2.1.12
The number of running job slots in this queue.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lsbQueueSystemSuspendedJobs 1.3.6.1.4.1.2766.100.3.2.1.13
The number of job slots suspended by the system in this queue.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lsbQueueUserSuspendedJobs 1.3.6.1.4.1.2766.100.3.2.1.14
The number of job slots suspended by the user in this queue.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lsbJobTable 1.3.6.1.4.1.2766.100.3.3
A table which provides the same information as the bjobs -r -u all command, and the resource usage of each running job.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LsbJobEntry

lsbJobEntry 1.3.6.1.4.1.2766.100.3.3.1
An instance of a running job. The entries are indexed by jobID, since it uniquely identifies running jobs in the batch system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  LsbJobEntry  

lsbJobId 1.3.6.1.4.1.2766.100.3.3.1.1
The number which uniquely identifies this job in the batch system.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lsbJobName 1.3.6.1.4.1.2766.100.3.3.1.2
The job name assigned by the user, or the command string assigned by default.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

lsbJobUser 1.3.6.1.4.1.2766.100.3.3.1.3
The user who submitted the job.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

lsbJobQueue 1.3.6.1.4.1.2766.100.3.3.1.4
The name of the queue to which the job belongs.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

lsbJobStatus 1.3.6.1.4.1.2766.100.3.3.1.5
The current status of the job.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER pending(1), psusp(2), running(3), ususp(4), ssusp(5), done(6), exit(7), unknown(8), zombie(9)  

lsbJobSubmissionHost 1.3.6.1.4.1.2766.100.3.3.1.6
The name of the host from which the job was submitted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

lsbJobExecutionHost 1.3.6.1.4.1.2766.100.3.3.1.7
The name of one or more hosts on which the job is executing. If the field is empty, the job has not been dispatched yet. If the execution host for a job has been removed from the configuration, this will be displayed as lost_and_found.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

lsbJobSubmitTime 1.3.6.1.4.1.2766.100.3.3.1.8
The submission time of the job.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

lsbJobProcessGroupIds 1.3.6.1.4.1.2766.100.3.3.1.9
A space delimited list of process group ids which make up this job.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

lsbJobProcessIds 1.3.6.1.4.1.2766.100.3.3.1.10
A space delimited list of process ids which make up this job.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

lsbJobCpuUsage 1.3.6.1.4.1.2766.100.3.3.1.11
The cumulative total CPU time in seconds of all processes in a job.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lsbJobMemoryUsage 1.3.6.1.4.1.2766.100.3.3.1.12
The total resident memory usage in KBytes of all the processes in a job.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lsbJobVirtualMemoryUsage 1.3.6.1.4.1.2766.100.3.3.1.13
The total virtual memory usage in KBytes of all the processes in a job.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lsfClusterName 1.3.6.1.4.1.2766.100.4.1
The name of the cluster for which this agent is returning information.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

lsfMasterName 1.3.6.1.4.1.2766.100.4.2
The hostname of the host which is running as the LSF master server for this cluster.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

lsfEvents 1.3.6.1.4.1.2766.1000
OBJECT IDENTIFIER    

lsfLimDown 1
This trap is sent when the lim on a host goes down. The variable points to the status of the host on which the lim went down.
TRAP-TYPE    

lsfResDown 2
This trap is sent when the res on a host goes down. The variable points to the status of the host on which the res went down.
TRAP-TYPE    

lsfSbdDown 3
This trap is sent when the sbatchd on a host goes down. The variable points to the status of the batch host on which the sbatchd went down.
TRAP-TYPE    

lsfHostUnlicensed 4
This trap is sent when a host in the cluster becomes unlicensed.
TRAP-TYPE    

lsfMasterElect 5
This trap is sent to announce which host has won the master election.
TRAP-TYPE    

lsfMasterResign 6
This trap is sent to indicate that a host has resigned as the master host.
TRAP-TYPE    

lsfMbdUp 7
This trap is sent when an mbatchd comes up on a host, has done its initialization and replay, and is ready to start accepting and scheduling jobs.
TRAP-TYPE    

lsfMbdDown 8
This trap is sent if the mbatchd goes down in the cluster. It could be sent by mbatchd itself, or could be sent by some other agent which detects the condition.
TRAP-TYPE    

lsfMbdReconfig 9
This trap is sent by the mbatchd when it is going to reconfigure itself.
TRAP-TYPE    

lsfWorkdirFull 10
This trap is sent if the mbatchd cannot write to the LSB_SHAREDIR because it is full.
TRAP-TYPE