Delete Health Check Job

Contents

1Introduction
1.1Prerequisites

2

Procedure

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:

2   Procedure

To delete a health check job:

  1. 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).

  2. 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"
  3. Enter Config mode:

    (HealthCheckM=1)>configure

  4. Delete the health check job, for example:

    (config-HealthCheckM=1)>no HcJob=jobName

  5. Commit the change:

    (config-HealthCheckM=1)>commit

  6. 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"
    Note:  
    Upon HcJob MO deletion, the related scheduled events are deleted as well.