Start a conversation

D7 Server Basic Health Check

Overview

There may be cases where you need to verify the system's health, usually after a hardware replacement. This article provides information on how to do a D7 server basic system health check.

 


 

Process

To verify that the D7 server is operating correctly, follow the steps below as the root user:

  1. Check if all the links are active by executing the following command:

    DISPLAY-LINKSTAT:;
  2. Check if all the Rtsets are accessible by executing the following command:

    display-rtset:rtset=*;
  3. Check if there are any errors messages in the alarm logs by executing the following commands:

     grep "SMPP" $EBSHOME/access/RUN/alarmlog/*
     grep "DM" $EBSHOME/access/RUN/alarmlog/*
     grep "SMS" $EBSHOME/access/RUN/alarmlog/*
     grep "APM" $EBSHOME/access/RUN/alarmlog/*
     grep -i "KILL" $EBSHOME/access/RUN/alarmlog/*

Back to top


Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted

Comments