Stop Threshold Monitoring Job

Contents

1Introduction
1.1Prerequisites

2

Procedure

1   Introduction

This document describes how to stop a threshold monitoring job. In maintenance situations, the user can suspend a threshold monitoring job to avoid forwarding threshold alarms to the management system when the Managed Element (ME) is unstable and already given specific attention. This is also a way to reduce the load on the ME.

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 stop a threshold monitoring job:

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

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

  2. Enter Config mode:

    (PmJob=POT_Thr_Job)>configure

  3. Set the PmJob state to STOPPED:

    (config-PmJob=POT_Thr_Job)>requestedJobState=STOPPED

  4. Commit the PmJob configuration:

    (config-PmJob=POT_Thr_Job)>commit

  5. Verify the result:

    (PmJob=POT_Thr_Job)>show -v

    The following is an example output:

    PmJob=POT_Thr_Job
       compressionType=[] <empty>
       currentJobState=STOPPED <read-only>
       granularityPeriod=FIFTEEN_MIN <default>
       jobControl=FULL <default> <read-only>
       jobGroup=[] <empty>
       jobPriority=MEDIUM <default>
       jobType=THRESHOLDJOB
       pmJobId="POT_Thr_Job"
       reportContentGeneration=CHANGED_ONLY <default>
       reportingPeriod=FIFTEEN_MIN <default>
       requestedJobState=STOPPED
       MeasurementReader=POT_mr


Copyright

© Ericsson AB 2016. 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.

    Stop Threshold Monitoring Job