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:
- Check if all the links are active by executing the following command:
DISPLAY-LINKSTAT:;
- Check if all the Rtsets are accessible by executing the following command:
display-rtset:rtset=*;
- 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/*