Delete Threshold Monitoring Job

Contents


1   Description

This instruction describes how to delete a threshold monitoring job. This is to be done when the threshold monitoring job is no longer of interest because of, for example, a new network performance monitoring strategy.

2   Procedure

2.1   Delete Threshold Monitoring Job

Prerequisites

Steps

  1. Navigate to the Pm managed object, for example:

    >dn ManagedElement=NODE06ST,SystemFunctions=1,Pm=1

  2. Enter Config mode:

    (Pm=1)>configure

  3. Delete the threshold monitoring job, for example:

    (config-Pm=1)>no PmJob=VM_15min_Job

  4. Commit the deletion:

    (config-Pm=1)>commit

  5. Verify the result:

    (Pm=1)>show-table –m PmJob –p currentJobState,jobPriority,jobType,pmJobId

    The following is an example output:

    =========================================================================
    |currentJobState   |jobPriority        |jobType          |pmJobId       |
    =========================================================================
    |ACTIVE            |MEDIUM             |MEASUREMENTJOB   |POT_15min_Job |
    =========================================================================
    |ACTIVE            |MEDIUM             |MEASUREMENTJOB   |PU_15min_Job  |
    =========================================================================


Copyright

© Ericsson AB 2016, 2017. 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 Threshold Monitoring Job