1 Introduction
This document 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.
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:
- The job name is known.
The job name is VM_15min_Job in this document.
- The PmJob Managed Object (MO) is stopped.
- An Ericsson Command-Line Interface (ECLI) session in Exec mode is in progress.
2 Procedure
To delete a threshold monitoring job:
- Navigate to the Pm MO, for example:
>dn ManagedElement=NODE06ST,SystemFunctions=1,Pm=1
- Enter Config mode:
(Pm=1)>configure
- Delete the threshold monitoring job, for example:
(config-Pm=1)>no PmJob=VM_15min_Job
- Commit the deletion:
(config-Pm=1)>commit
- 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

Contents