Start a conversation

Basic LGP Health Check

Overview

There may be cases where you need to verify the system's health, usually after a hardware replacement. This article contains the steps to do a basic LGP system health check.

 


Requirements

You need to have VPN access to perform the steps outlined in this article.

 


Process

To verify that the LGP component is operating correctly, do the following:

  1. Check the status (as a textpass user).
    tp_status
  2. Search for any abnormal log report (as a textpass user).
    tail –f /var/log/messages
  3. Check that lgpQueueFiles.0 and lgpQueueSize.0 are decreasing (as a textpass user).
    tp_walk --tp_lgp lgpstatus
  4. Check the disk space (as root user).
    df -h
  5. Display how long the server has been running (as a textpass user).
    uptime
  6. Check the CPU usage and RAM “rss” usage (as a textpass user)
    top
    ps aux --sort -rss
  7. Check that the mysql service is running (as a textpass user).
    service mysql status
Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted

Comments