All MIBs › LSF-SNMP-MIB › lsfModel
lsfModel
Module: LSF-SNMP-MIB
OID (symbolic): LSF-SNMP-MIB::lsfModel
OID (numeric): 1.3.6.1.4.1.2766.100.1.1.1.4
Node type: OBJECT-TYPE
Type: DisplayString
Access: read-only
Description: Model of this host. Available host models are defined in the lsf.shared file, and can be displayed using the lsinfo command.
What is lsfModel?
This read-only string reports the host's configured model, as defined in lsf.shared and listed by lsinfo, reflecting the relative CPU speed class LSF assigns the machine. It's used alongside lsfCPUFactor to understand how LSF weighs this host when scheduling jobs.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2766.100.1.1.1.4 snmpwalk -v2c -c public <target> LSF-SNMP-MIB::lsfModel
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2766.100.1.1.1.4.1 snmpget -v2c -c public <target> LSF-SNMP-MIB::lsfModel.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> lsfModel.1
Start monitoring Platform Computing LSF (Load Sharing Facility) compute-cluster host with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the LSF-SNMP-MIB::lsfModel OID value, configure state conditions and alerts, and monitor any Platform Computing LSF (Load Sharing Facility) compute-cluster host from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.2766 | platform | LSF-SNMP-MIB |
| 1.3.6.1.4.1.2766.100 | lsfAgent | LSF-SNMP-MIB |
| 1.3.6.1.4.1.2766.100.1 | lsfHosts | LSF-SNMP-MIB |
| 1.3.6.1.4.1.2766.100.1.1 | lsfStaticTable | LSF-SNMP-MIB |
| 1.3.6.1.4.1.2766.100.1.1.1 | lsfStaticEntry | LSF-SNMP-MIB |
| 1.3.6.1.4.1.2766.100.1.1.1.4 | lsfModel | LSF-SNMP-MIB |