Overview
At times, end-users may need to verify the health of their system (e.g., after a hardware replacement).
Prerequisites
VPN access to the platform is required to perform the process below.
Process
To verify that the MGR and STV components are operating correctly, please follow the steps below:
- Log in to the MGR GUI.
- Check how long the server has been running (as a textpass user):
uptime
- Search for any abnormal log reports (as a textpass user):
tail –f /var/log/messages
- Check the amount of free disk space (as root user):
df -h
- Check the CPU usage and RAM RSS usage (as a textpass user):
top
ps aux --sort -rss
- Check the core files on the server (as a textpass user):
ls -orth /var/TKLC
- Verify that the date and time are correct (as a textpass user):
date
- Check that all STV modules are running (as a textpass user):
stv_self_test
- Confirm the status of the MySQL server (as a textpass user):
service mysql status