1 Description
This instruction describes how to stop a measurement collection job.
In maintenance situations, the user can suspend a measurement collection job to avoid the creation and exposure of unreliable performance report files to the management system when the Managed Element (ME) is unstable. This is also a way to reduce the load on the ME.
2 Procedure
2.1 Stop 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 POT_15min_Job.
- currentJobState is ACTIVE.
- An Ericsson Command-Line Interface (ECLI) session in Exec mode is in progress.
- The job name is known.
Steps
- Navigate to the PmJob managed object, for example:
>dn ManagedElement=NODE06ST,SystemFunctions=1,Pm=1,PmJob=POT_15min_Job
- Enter Config mode:
(PmJob=POT_15min_Job)>configure
- Set the PmJob state to STOPPED:
(config-PmJob=POT_15min_Job)>requestedJobState=STOPPED
- Commit the PmJob configuration:
(config-PmJob=POT_15min_Job)>commit
- Verify the result:
(PmJob=POT_15min_Job)>show -v
The following is an example output:
PmJob=POT_15min_Job compressionType=[] <empty> currentJobState=STOPPED <read-only> granularityPeriod=FIFTEEN_MIN <default> jobControl=FULL <default> <read-only> jobGroup=[] <empty> jobPriority=MEDIUM <default> jobType=MEASUREMENTJOB <default> pmJobId="POT_15min_Job" reportContentGeneration=CHANGED_ONLY <default> reportingPeriod=FIFTEEN_MIN <default> requestedJobState=STOPPED MeasurementReader=POT_mr

Contents