taskOptions
MPIOS-MIB ·
.1.3.6.1.4.1.5651.3.20.1.1.2.1.1.5
Object
This value represents the sum of the following
options:
value option
1 VX_SUPERVISOR_MODE(read-only)
2 VX_UNBREAKABLE (break points ignored)
4 VX_DEALLOC_STACK (deallocate stack)
8 VX_FP_TASK (floating point support)
16 VX_STDIO (read-only)
128 VX_PRIVATE_ENV (private env. variables)
256 VX_NO_STACK_FILL (don't fill stack)
All the options above can be set at task creation time.
However, once the task is executing the only option
that can be changed is VX_UNBREAKABLE. The option is
toggled based on the current setting.
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'MPIOS-MIB' -M '/opt/observium/mibs/maipu:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MPIOS-MIB::taskOptions'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MPIOS-MIB' -M '/opt/observium/mibs/maipu:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MPIOS-MIB::taskOptions.<taskId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MPIOS-MIB' -M '/opt/observium/mibs/maipu:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MPIOS-MIB::taskOptions'
Syntax
- Source
- SNMPv2-SMIInteger32
- Base type
Integer32
Values & Constraints
Type Constraints
range: -2147483648..2147483647