enum LmState

Operational modes of the License Manager.

References from:
Lm;

0
LOCKED
No key file is available for the License Manager, so license requests are rejected.
1
NORMAL
Key file is available for the License Manager, so license requests are granted accordingly.
2
INTEGRATION_UNLOCK
All license requests are granted until first key file is delivered.

The maximum duration the License Manager can function in this operational mode is pre-defined. When maximum duration expires and no other unlock applies, the License Manager goes into LOCKED operational state.
3
MAINTENANCE_UNLOCK
All license requests are granted for maintenance purposes.

The maximum duration the License Manager can function in this operational state is pre-defined. When maximum duration expires and no other unlock applies, the License Manager goes into LOCKED operational state.

Note: This value is reserved for future usage.
4
EMERGENCY_UNLOCK
All license requests are granted due to an emergency situation.

The maximum duration the License Manager can function in this operational state is pre-defined. When maximum duration expires and no other unlock applies, the License Manager goes into LOCKED operational state.
5
AUTONOMOUS_MODE
The key file is not accessible and license requests are granted based on cached license information.

The maximum duration the License Manager can function in this operational state is pre-defined. When maximum duration expires and no unlock state applies, the License Manager goes into LOCKED operational state.
6
SYSTEM_TRIGGERED_UNLOCK
All license requests are granted due to unlock state being triggered by some event in the License Manager.

The maximum duration the License Manager can function in this operational state is pre-defined.

Note: This value is reserved for future use.
  enum LmState