LSF-SNMP-MIB: View SNMP OID List / Download MIB

VENDOR: PLATFORM COMPUTING CORPORATION


 Home MIB: LSF-SNMP-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 platform 1.3.6.1.4.1.2766
           lsfAgent 1.3.6.1.4.1.2766.100
                   lsfHosts 1.3.6.1.4.1.2766.100.1
                       lsfStaticTable 1.3.6.1.4.1.2766.100.1.1 no-access
A table which corresponds to information displayed by the lshosts command.
                           lsfStaticEntry 1.3.6.1.4.1.2766.100.1.1.1 no-access
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.
                               lsfStaticIpIndex 1.3.6.1.4.1.2766.100.1.1.1.1 ipaddress read-only
IP address of this host as known by LSF.
                               lsfHostName 1.3.6.1.4.1.2766.100.1.1.1.2 displaystring read-only
Host name for this host as known by LSF.
                               lsfType 1.3.6.1.4.1.2766.100.1.1.1.3 displaystring read-only
Type of this host. Available host types are defined in the lsf.shared file, and can be displayed using the lsinfo command.
                               lsfModel 1.3.6.1.4.1.2766.100.1.1.1.4 displaystring read-only
Model of this host. Available host models are defined in the lsf.shared file, and can be displayed using the lsinfo command.
                               lsfCPUFactor 1.3.6.1.4.1.2766.100.1.1.1.5 integer read-only
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.
                               lsfNumCPU 1.3.6.1.4.1.2766.100.1.1.1.6 integer read-only
Number of CPUs in this host.
                               lsfMaxMemory 1.3.6.1.4.1.2766.100.1.1.1.7 integer read-only
The configured amount of RAM in this host, in megabytes.
                               lsfMaxSwap 1.3.6.1.4.1.2766.100.1.1.1.8 integer read-only
The configured amount of physical swap space on this host, in megabytes.
                               lsfMaxTempSpace 1.3.6.1.4.1.2766.100.1.1.1.9 integer read-only
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.
                               lsfExecutionPriority 1.3.6.1.4.1.2766.100.1.1.1.10 integer read-only
The execution priority, or nice level, of processes spawned by the RES on this host.
                               lsfIsServer 1.3.6.1.4.1.2766.100.1.1.1.11 integer read-only
true if this host will accept and run remote processes, and false if it won't. Enumeration: 'false': 2, 'true': 1.
                               lsfHostResources 1.3.6.1.4.1.2766.100.1.1.1.12 displaystring read-only
A string containing the boolean resources applied to this host. Available boolean resources can be displayed using the lsinfo command.
                       lsfDynamicTable 1.3.6.1.4.1.2766.100.1.2 no-access
A table which corresponds to information displayed by the lsload command.
                           lsfDynamicEntry 1.3.6.1.4.1.2766.100.1.2.1 no-access
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.
                               lsfDynamicIpIndex 1.3.6.1.4.1.2766.100.1.2.1.1 ipaddress read-only
IP address of this host as known by LSF.
                               lsfHostStatus 1.3.6.1.4.1.2766.100.1.2.1.2 integer read-write
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). Enumeration: 'busy': 3, 'ok': 1, 'lockUW': 6, 'unavail': 7, 'lockW': 5, 'lockU': 4, 'unlicensed': 8, 'resDown': 2.
                               lsfFifteenSecondRunQueue 1.3.6.1.4.1.2766.100.1.2.1.3 integer read-only
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.
                               lsfOneMinuteRunQueue 1.3.6.1.4.1.2766.100.1.2.1.4 integer read-only
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.
                               lsfFifteenMinuteRunQueue 1.3.6.1.4.1.2766.100.1.2.1.5 integer read-only
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.
                               lsfCPUUtilization 1.3.6.1.4.1.2766.100.1.2.1.6 integer read-only
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.
                               lsfPagingRate 1.3.6.1.4.1.2766.100.1.2.1.7 integer read-only
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.
                               lsfIoRate 1.3.6.1.4.1.2766.100.1.2.1.8 integer read-only
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.
                               lsfLoginSessions 1.3.6.1.4.1.2766.100.1.2.1.9 integer read-only
The number of login sessions on this host.
                               lsfIdleTime 1.3.6.1.4.1.2766.100.1.2.1.10 integer read-only
The number of seconds for which all interactive login sessions have been idle on this host.
                               lsfFreeMemory 1.3.6.1.4.1.2766.100.1.2.1.11 integer read-only
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.
                               lsfFreeSwap 1.3.6.1.4.1.2766.100.1.2.1.12 integer read-only
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.
                               lsfFreeTempSpace 1.3.6.1.4.1.2766.100.1.2.1.13 integer read-only
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.
                       lsfNumClusterHosts 1.3.6.1.4.1.2766.100.1.3 integer read-only
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.
                   lsfResources 1.3.6.1.4.1.2766.100.2
                       lsfNumericTable 1.3.6.1.4.1.2766.100.2.1 no-access
A table which describes numeric type external indices and shared resources defined for a cluster.
                           lsfNumericEntry 1.3.6.1.4.1.2766.100.2.1.1 no-access
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.
                               lsfNumericIndex 1.3.6.1.4.1.2766.100.2.1.1.1 integer read-only
A number generated by the agent to uniquely identify this resource name.
                               lsfNumericIP 1.3.6.1.4.1.2766.100.2.1.1.2 ipaddress read-only
The IP address corresponding to the location of this resource.
                               lsfNumericLocation 1.3.6.1.4.1.2766.100.2.1.1.3 displaystring read-only
The host on which this resource is located.
                               lsfNumericName 1.3.6.1.4.1.2766.100.2.1.1.4 displaystring read-only
The name of this resource.
                               lsfNumericOrder 1.3.6.1.4.1.2766.100.2.1.1.5 integer read-only
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). Enumeration: 'descending': 2, 'ascending': 1.
                               lsfNumericValue 1.3.6.1.4.1.2766.100.2.1.1.6 integer read-only
The current value of this resource. Note that floating point values will be scaled by 100 before being returned.
                   lsfBatch 1.3.6.1.4.1.2766.100.3
                       lsbHostTable 1.3.6.1.4.1.2766.100.3.1 no-access
A table which provides the same information as the bhosts command without any arguments.
                           lsbHostEntry 1.3.6.1.4.1.2766.100.3.1.1 no-access
One instance of batch host information. It is indexed by the host's IP address.
                               lsbHostIp 1.3.6.1.4.1.2766.100.3.1.1.1 ipaddress read-only
IP address of this host.
                               lsbHostName 1.3.6.1.4.1.2766.100.3.1.1.2 displaystring read-only
Host name for this entry.
                               lsbHostStatus 1.3.6.1.4.1.2766.100.3.1.1.3 integer read-write
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). Enumeration: 'unlicensed': 5, 'unreach': 3, 'ok': 1, 'unavail': 2, 'closed': 4.
                               lsbHostUserJobLimit 1.3.6.1.4.1.2766.100.3.1.1.4 integer read-only
Maximum batch job slots that the host can provide per user. If the number of slots is unlimited, -1 will be returned.
                               lsbHostMaximumJobs 1.3.6.1.4.1.2766.100.3.1.1.5 integer read-only
Maximum number of job slots that the host can provide in total. If the number of slots is unlimited, -1 will be returned.
                               lsbHostNumberOfJobs 1.3.6.1.4.1.2766.100.3.1.1.6 integer read-only
Number of job slots used by jobs started on this host.
                               lsbHostRunningJobs 1.3.6.1.4.1.2766.100.3.1.1.7 integer read-only
Number of job slots used by jobs running on this host.
                               lsbSystemSuspendedJobs 1.3.6.1.4.1.2766.100.3.1.1.8 integer read-only
Number of job slots used by jobs suspended by LSF on the host.
                               lsbUserSuspendedJobs 1.3.6.1.4.1.2766.100.3.1.1.9 integer read-only
Number of job slots used by jobs suspended by the job owner or an LSF administrator
                               lsbHostReservedJobSlots 1.3.6.1.4.1.2766.100.3.1.1.10 integer read-only
Number of job slots used by pending jobs which have job slots reserved on the host.
                       lsbQueueTable 1.3.6.1.4.1.2766.100.3.2 no-access
A table which provides the same information as the bqueues command without any arguments.
                           lsbQueueEntry 1.3.6.1.4.1.2766.100.3.2.1 no-access
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.
                               lsbQueueIndex 1.3.6.1.4.1.2766.100.3.2.1.1 integer read-only
A number generated by the agent to uniquely identify this queue.
                               lsbQueueName 1.3.6.1.4.1.2766.100.3.2.1.2 displaystring read-only
The name of this queue.
                               lsbQueuePriority 1.3.6.1.4.1.2766.100.3.2.1.3 integer read-only
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.
                               lsbQueueIsOpen 1.3.6.1.4.1.2766.100.3.2.1.4 integer read-write
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. Enumeration: 'open': 1, 'closed': 2.
                               lsbQueueIsActive 1.3.6.1.4.1.2766.100.3.2.1.5 integer read-write
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. Enumeration: 'active': 1, 'inactive': 2.
                               lsbQueueMaximumJobs 1.3.6.1.4.1.2766.100.3.2.1.6 integer read-only
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.
                               lsbQueueUserJobLimit 1.3.6.1.4.1.2766.100.3.2.1.7 integer read-only
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.
                               lsbQueueProcessorJobLimit 1.3.6.1.4.1.2766.100.3.2.1.8 integer read-only
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.
                               lsbQueueHostJobLimit 1.3.6.1.4.1.2766.100.3.2.1.9 integer read-only
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.
                               lsbQueueNumberOfJobs 1.3.6.1.4.1.2766.100.3.2.1.10 integer read-only
The total number of job slots which jobs in this queue are currently holding.
                               lsbQueuePendingJobs 1.3.6.1.4.1.2766.100.3.2.1.11 integer read-only
The number of pending job slots in this queue.
                               lsbQueueRunningJobs 1.3.6.1.4.1.2766.100.3.2.1.12 integer read-only
The number of running job slots in this queue.
                               lsbQueueSystemSuspendedJobs 1.3.6.1.4.1.2766.100.3.2.1.13 integer read-only
The number of job slots suspended by the system in this queue.
                               lsbQueueUserSuspendedJobs 1.3.6.1.4.1.2766.100.3.2.1.14 integer read-only
The number of job slots suspended by the user in this queue.
                       lsbJobTable 1.3.6.1.4.1.2766.100.3.3 no-access
A table which provides the same information as the bjobs -r -u all command, and the resource usage of each running job.
                           lsbJobEntry 1.3.6.1.4.1.2766.100.3.3.1 no-access
An instance of a running job. The entries are indexed by jobID, since it uniquely identifies running jobs in the batch system.
                               lsbJobId 1.3.6.1.4.1.2766.100.3.3.1.1 integer read-only
The number which uniquely identifies this job in the batch system.
                               lsbJobName 1.3.6.1.4.1.2766.100.3.3.1.2 displaystring read-only
The job name assigned by the user, or the command string assigned by default.
                               lsbJobUser 1.3.6.1.4.1.2766.100.3.3.1.3 displaystring read-only
The user who submitted the job.
                               lsbJobQueue 1.3.6.1.4.1.2766.100.3.3.1.4 displaystring read-only
The name of the queue to which the job belongs.
                               lsbJobStatus 1.3.6.1.4.1.2766.100.3.3.1.5 integer read-only
The current status of the job. Enumeration: 'psusp': 2, 'ssusp': 5, 'unknown': 8, 'zombie': 9, 'running': 3, 'done': 6, 'ususp': 4, 'exit': 7, 'pending': 1.
                               lsbJobSubmissionHost 1.3.6.1.4.1.2766.100.3.3.1.6 displaystring read-only
The name of the host from which the job was submitted.
                               lsbJobExecutionHost 1.3.6.1.4.1.2766.100.3.3.1.7 displaystring read-only
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.
                               lsbJobSubmitTime 1.3.6.1.4.1.2766.100.3.3.1.8 displaystring read-only
The submission time of the job.
                               lsbJobProcessGroupIds 1.3.6.1.4.1.2766.100.3.3.1.9 displaystring read-only
A space delimited list of process group ids which make up this job.
                               lsbJobProcessIds 1.3.6.1.4.1.2766.100.3.3.1.10 displaystring read-only
A space delimited list of process ids which make up this job.
                               lsbJobCpuUsage 1.3.6.1.4.1.2766.100.3.3.1.11 integer read-only
The cumulative total CPU time in seconds of all processes in a job.
                               lsbJobMemoryUsage 1.3.6.1.4.1.2766.100.3.3.1.12 integer read-only
The total resident memory usage in KBytes of all the processes in a job.
                               lsbJobVirtualMemoryUsage 1.3.6.1.4.1.2766.100.3.3.1.13 integer read-only
The total virtual memory usage in KBytes of all the processes in a job.
                   lsfCluster 1.3.6.1.4.1.2766.100.4
                       lsfClusterName 1.3.6.1.4.1.2766.100.4.1 displaystring read-only
The name of the cluster for which this agent is returning information.
                       lsfMasterName 1.3.6.1.4.1.2766.100.4.2 displaystring read-only
The hostname of the host which is running as the LSF master server for this cluster.
           lsfEvents 1.3.6.1.4.1.2766.1000
                       lsfLimDown 1.3.6.1.4.1.2766.10000.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.
                       lsfResDown 1.3.6.1.4.1.2766.10000.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.
                       lsfSbdDown 1.3.6.1.4.1.2766.10000.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.
                       lsfHostUnlicensed 1.3.6.1.4.1.2766.10000.4
This trap is sent when a host in the cluster becomes unlicensed.
                       lsfMasterElect 1.3.6.1.4.1.2766.10000.5
This trap is sent to announce which host has won the master election.
                       lsfMasterResign 1.3.6.1.4.1.2766.10000.6
This trap is sent to indicate that a host has resigned as the master host.
                       lsfMbdUp 1.3.6.1.4.1.2766.10000.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.
                       lsfMbdDown 1.3.6.1.4.1.2766.10000.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.
                       lsfMbdReconfig 1.3.6.1.4.1.2766.10000.9
This trap is sent by the mbatchd when it is going to reconfigure itself.
                       lsfWorkdirFull 1.3.6.1.4.1.2766.10000.10
This trap is sent if the mbatchd cannot write to the LSB_SHAREDIR because it is full.