We use Authentication Manager 8.2 SP1 Patch 8. Our monitoring team wants to monitor for our license count being close to or meeting a threshold. Is that information stored on the server where they can access it?
We use Authentication Manager 8.2 SP1 Patch 8. Our monitoring team wants to monitor for our license count being close to or meeting a threshold. Is that information stored on the server where they can access it?
You can use either of these three methods:
a) security console, setup, licenses, and check license status, or
b) do gets on an snmp mib OID
.1.3.6.1.4.1.2197.20.24.1.1 are names,
and
.1.3.6.1.4.1.2197.20.24.1.2 are values...
example:
configname.0 rba, configvalue.0 count (number of active RBA/ODA users),
and
configname.468, ims.license.active_user_count, configvalue.468 count (number of active users)
c) in the database
ims_config_value table: "ims.license.rbaoda_count" and "ims.license.active_user_count"