scalableComplexPartitionAction
BLADE-MIB ·
.1.3.6.1.4.1.2.3.51.2.24.2.1.6
Object
column mandatory
r/w
Enumeration
This object allows various actions to be taken in relation to a particular partition
in a given complex.
delete(1) - Deletes the partition from the complex. All nodes in the partition must
be powered off prior to attempting this operation, otherwise, the action
will fail.
poweron(2) - Powers up a powered off partition
poweroff(3) - Powers off an already powered on partition
powercycle(4) - Power cycles a partition
Context
- MIB
- BLADE-MIB
- OID
.1.3.6.1.4.1.2.3.51.2.24.2.1.6- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- scalableComplexPartitionEntry
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 'BLADE-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BLADE-MIB::scalableComplexPartitionAction'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BLADE-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BLADE-MIB::scalableComplexPartitionAction.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BLADE-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BLADE-MIB::scalableComplexPartitionAction'
Syntax
Enumeration
Values & Constraints
No enumerated values or constraints recorded.