hpnicfLicenseOpType
HPN-ICF-LICENSE-MIB ·
.1.3.6.1.4.1.11.2.14.11.15.2.145.2.4.1.3
Object
column r/w
Enumeration
The type of this operation.
compress - Compress the license storage if the free license storage
is not sufficient.
Note that:
1) After compressing, the expired licenses and uninstalled licenses
in the storage area will be cleared.
2) The DID changes each time the license storage is compressed.
3) Before performing a compression, make sure all activation files
generated based on the old DID have been installed.
They cannot be installed after the compression.
delete - Compress one license storage only.
installActivationFile - Install an activation file.
installActivationKey - Install an activation key.
installLicenseKey - Install a license key.
uninstallActivationFile - Uninstall an activation file.
uninstallActivationKey - Uninstall an activation key.
uninstallLicenseKey - Uninstall a license key.
Context
- MIB
- HPN-ICF-LICENSE-MIB
- OID
.1.3.6.1.4.1.11.2.14.11.15.2.145.2.4.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hpnicfLicenseOpEntry
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 'HPN-ICF-LICENSE-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HPN-ICF-LICENSE-MIB::hpnicfLicenseOpType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HPN-ICF-LICENSE-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HPN-ICF-LICENSE-MIB::hpnicfLicenseOpType.<hpnicfLicenseOpIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HPN-ICF-LICENSE-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HPN-ICF-LICENSE-MIB::hpnicfLicenseOpType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | compress |
2 | delete |
3 | installActivationFile |
4 | installActivationKey |
5 | installLicenseKey |
6 | uninstallActivationFile |
7 | uninstallActivationKey |
8 | uninstallLicenseKey |