Create Health Check Job

Contents

1Introduction
1.1Prerequisites

2

Procedure

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:

2   Procedure

To create a health check job:

  1. 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.

  2. Enter the Config mode:

    (HealthCheckM=1)>configure

  3. Create a health check job, for example:

    (config-HealthCheckM=1)>HcJob=firstJob

  4. Associate one or more rules categories to health check job, for example:

    (config-HcJob=firstJob)>rulesCategories=SHORT

  5. Commit the creation:

    (config-HcJob=firstJob)>commit

  6. 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


Copyright

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

    Create Health Check Job