1 Introduction
This document describes how to delete a health check job.
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 to delete is known.
- The health check job to delete is not currently running.
- An Ericsson Command-Line Interface (ECLI) session in Exec mode is in progress.
2 Procedure
To delete a health check job:
- Navigate to the HealthCheckM Managed
Object (MO):
>dn ManagedElement=<node_name>,SystemFunctions=1,HealthCheckM=1
- Note:
- The string node_name is specific for the Managed Element (ME).
- Show the list of previously created health check jobs:
(HealthCheckM=1)>show -m HcJob -p hcJobId
The following is an example output:
HcJob=jobName hcJobId="jobName" HcJob=secondJob hcJobId="secondJob"
- Enter Config mode:
(HealthCheckM=1)>configure
- Delete the health check job, for example:
(config-HealthCheckM=1)>no HcJob=jobName
- Commit the change:
(config-HealthCheckM=1)>commit
- Verify the job deletion:
(HealthCheckM=1)>show -m HcJob -p hcJobId
The object HcJob=jobName is no longer shown into the output.
The following is an example output:
HcJob=secondJob hcJobId="secondJob"

Contents