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.



Copyright

© Ericsson AB 2015. All rights reserved. No part of this document may be reproduced in any form without the written permission of the copyright owner.

Disclaimer

The contents of this document are subject to revision without notice due to continued progress in methodology, design and manufacturing. Ericsson shall have no liability for any error or damage of any kind resulting from the use of this document.

Trademark List
All trademarks mentioned herein are the property of their respective owners. These are shown in the document Trademark Information.

    Delete Health Check Job