Delete Scheduled Event

Contents

1Introduction
1.1Prerequisites

2

Procedure

1   Introduction

This document describes how to delete a scheduled event. Deleting a scheduled event prevents the associated scheduled health check jobs from occurring.

A scheduled event can be deleted when no longer needed because of, for example, a new preventive maintenance strategy.

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 scheduled event:

  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. Navigate to the health check job for which the scheduled event must be deleted, for example:

    (HealthCheckM=1)>HcJob=jobName

    Note:  
    The string jobName is the health check job name.

  3. Navigate to the health check job scheduler associated to the health check job:

    (HcJob=jobName)>HcJobScheduler=1

  4. Show the list of scheduled events:

    (HcJobScheduler=1)>show

    This command is useful to retrieve the scheduled event name in case it is unknown.

    The following is an example output:

     HcSingleEvent=S_EVENT_201505_003
     HcSingleEvent=S_EVENT_201505_004
     HcSingleEvent=S_EVENT_201505_005
  5. Enter Config mode:

    (HcJobScheduler=1)>configure

  6. Delete the scheduled event, for example:

    (config-HcJobScheduler=1)>no HcSingleEvent=S_EVENT_201505_003

  7. Commit the change:

    (config-HcJobScheduler=1)>commit

  8. Verify that the event has been deleted:

    (HcJobScheduler=1)>show

    The event is no longer shown in the output.

    The following is an example output:

     HcSingleEvent=S_EVENT_201505_004
     HcSingleEvent=S_EVENT_201505_005


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 Scheduled Event