1 Description
This instruction describes how to delete a measurement collection job. This is to be done when the performance measurement collection job is no longer of interest due to, for example, a new network performance monitoring strategy.
2 Procedure
2.1 Delete Measurement Collection Job
Prerequisites
- No documents are required.
- No tools are required.
- The following conditions must apply:
- The job name is known.
In this instruction, the job name example is PU_15min_Job.
- currentJobState for the job is STOPPED.
- An Ericsson Command-Line Interface (ECLI) session in Exec mode is in progress.
- The job name is known.
Steps
- Navigate to the Pm managed object, for example:
>dn ManagedElement=NODE06ST,SystemFunctions=1,Pm=1
- Enter Config mode:
(Pm=1)>configure
- Delete the measurement collection job, for example:
(config-Pm=1)>no PmJob=PU_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
STOPPED
MEDIUM
THRESHOLDJOB
VM_15min_Job

Contents