1 Introduction
This document describes how to remove the name of the health check job to be triggered. Deleting the name of the health check job to be triggered, no job is triggered if the job execution detects a Managed Element (ME) status different from HEALTHY.
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 health check job for which the job to trigger must be deleted is known.
- An Ericsson Command-Line Interface (ECLI) session in Exec mode is in progress.
2 Procedure
To delete a job to trigger:
- 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 HcJob MO representing the health check job for which the jobToTrigger must be deleted, for example:
(HealthCheckM=1)>HcJob=jobName
- Check the jobToTrigger attribute
value:
(HcJob=jobName)>show jobToTrigger
The jobToTrigger attribute value is shown.
The following is an example output:
(HcJob=jobName)>jobToTrigger="ManagedElement=1,SystemFunctions=1,HealthCheckM=1,HcJob=secondJob"
- Enter Config mode:
(HcJob=jobName)>configure
- Delete the jobToTrigger attribute:
(config-HcJob=jobName)>no jobToTrigger
- Commit the operation:
(config-HcJob=jobName)>commit
- Show jobToTrigger attribute:
(HcJob=jobName)>show jobToTrigger
The jobToTrigger is empty.
The following is an example output:
(HcJob=jobName)>jobToTrigger=[]

Contents