1 Introduction
This document describes how to unlock a health check rule, meaning that a rule is included to ME healthiness evaluation. When a health check rule is unlocked, the results of all health check jobs referring to it are affected.
All health check rules are in state unlocked by default.
1.1 Prerequisites
This section describes the prerequisites, which must be fulfilled before using the procedure.
1.1.1 Conditions
The following conditions must apply:
- The rule identity to unlock is known.
- The current value of attribute administrativeState is LOCKED for the rule to unlock
- An Ericsson Command-Line Interface (ECLI) session in Exec mode is in progress.
2 Procedure
To unlock a health check rule:
- Navigate to the HealthCheckM MO:
>dn ManagedElement=<node_name>,SystemFunctions=1,HealthCheckM=1
- Note:
- The string node_name is specific for the ME.
- Navigate to the health check rule to unlock, for example:
(HealthCheckM=1)>HcRule=RuleProvider_1
- Note:
- The string RuleProvider_1 is the health check rule identity.
- Enter Config mode:
(HcRule=RuleProvider_1)>configure
- Unlock the health check rule:
(config-HcRule=RuleProvider_1)>administrativeState=UNLOCKED
- Commit the change:
(config-HcRule=RuleProvider_1)>commit
- Verify the rule state:
(HcRule=RuleProvider_1)>show administrativeState
The following is an example output:
HcRule=RuleProvider_1 administrativeState=UNLOCKED

Contents