1 Introduction
This document describes how to create a health check job.
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 categories of the rules to be executed by the job are known.
- An Ericsson Command-Line Interface (ECLI) session in Exec mode is in progress.
2 Procedure
To create a health check job:
- Navigate to the HealthCheckM Managed
Object (MO):
>dn ManagedElement=<node_name>,SystemFunctions=1,HealthCheckM=1
- Note:
- The string node_name is specific for the ME.
- Enter the Config mode:
(HealthCheckM=1)>configure
- Create a health check job, for example:
(config-HealthCheckM=1)>HcJob=firstJob
- Associate one or more rules
categories to health check job, for example:
(config-HcJob=firstJob)>rulesCategories=SHORT
- Commit the creation:
(config-HcJob=firstJob)>commit
- Verify the job creation:
(HcJob=firstJob)>show
The following is an example output:
HcJob=firstJob localFileStorePath="/var/filem/internal_root/health_check" rulesCategories SHORT progressReport actionName="" progressInfo="" progressPercentage=0 result=NOT_AVAILABLE resultInfo="" HcJobScheduler=1

Contents