file-system-set-system-partition-writeable
HP-LASERJET-COMMON-MIB ·
.1.3.6.1.4.1.11.2.3.9.4.2.1.1.10.1.6
Object
scalar mandatory
r/w
OctetString
This object allows the system partition to be written to. It
consists of a C structure containing the following fields:
typedef struct {
ubyte password[8];
ubyte volumenumber;
} fs_writeable_system_partition_t;
which is described below:
Bytes 0 - 7: contain the password
Byte 8 : is the volume number
MAX-ACCESS to this command is controlled by the password. If the
password supplied is incorrect the command will fail. The
volumenumber is a volume number of an existing system
partition.
Additional information:
Returns <noSuchName>
status if attempting to access this object and there
is no storage device is installed.
Returns <badValue> if the password is incorrect or if
the volume requested is not present.
Context
- MIB
- HP-LASERJET-COMMON-MIB
- OID
.1.3.6.1.4.1.11.2.3.9.4.2.1.1.10.1.6- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Parent
- settings-file-system
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HP-LASERJET-COMMON-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HP-LASERJET-COMMON-MIB::file-system-set-system-partition-writeable.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HP-LASERJET-COMMON-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HP-LASERJET-COMMON-MIB::file-system-set-system-partition-writeable'
Syntax
OctetString
Values & Constraints
No enumerated values or constraints recorded.