1 Introduction
This document describes how to unlock a health check job scheduler. When the scheduler is unlocked, it allows scheduled events for the current job to occur. By default, job scheduler is locked.
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 name of the job for which the scheduler must be unlocked is known.
- The current value of attribute administrativeState is LOCKED for the job scheduler to unlock.
- An Ericsson Command-Line Interface (ECLI) session in Exec mode is in progress.
2 Procedure
To unlock a health check job scheduler:
- 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 job for which the scheduler
must be unlocked, for example:
(HealthCheckM=1)>HcJob=jobName
- Note:
- The string jobName is the health check job name.
- Navigate to the health check job scheduler to unlock:
(HcJob=jobName)>HcJobScheduler=1
- Enter Config mode:
(HcJobScheduler=1)>configure
- Unlock the health check job scheduler:
(config-HcJobScheduler=1)>administrativeState=UNLOCKED
- Commit the change:
(config-HcJobScheduler=1)>commit
- Verify the scheduler state:
(HcJobScheduler=1)>show administrativeState
The following is an example output:
HcJobScheduler=1 administrativeState=UNLOCKED

Contents