Remove Health Check Job To Trigger

Contents

1Introduction
1.1Prerequisites

2

Procedure

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:

2   Procedure

To delete a job to trigger:

  1. Navigate to the HealthCheckM MO:

    >dn ManagedElement=<node_name>,SystemFunctions=1,HealthCheckM=1

    Note:  
    The string node_name is specific for the ME.

  2. Navigate to the HcJob MO representing the health check job for which the jobToTrigger must be deleted, for example:

    (HealthCheckM=1)>HcJob=jobName

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

    (HcJob=jobName)>configure

  5. Delete the jobToTrigger attribute:

    (config-HcJob=jobName)>no jobToTrigger

  1. Commit the operation:

    (config-HcJob=jobName)>commit

  2. Show jobToTrigger attribute:

    (HcJob=jobName)>show jobToTrigger

    The jobToTrigger is empty.

    The following is an example output:

    (HcJob=jobName)>jobToTrigger=[]


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.

    Remove Health Check Job To Trigger