How to troubleshoot when having error 'No data available' for Connection Stats in Linux/AIX servers?

How to troubleshoot when having error 'No data available' for Connection Stats in Linux/AIX servers?

Problem:  "No data available" message shown for Connection Stats while trying to monitor Linux/AIX servers.

Solution:

  1. The connection must be established only through TELNET or SSH mode.
  2. Check whether the below command runs and displays the corresponding output in the system

LinuxLANG=C netstat -nat | awk '{if(NR>1)print}' | awk '{print $6}' | sort | uniq -c | sort -n
AIXLANG=C netstat -nat | awk '{print $6}' | sort | uniq -c | sort -n

If the output is "Command not installed ", install the command . 
If the output is "Permission denied" , grant sufficient privileges to the user used in APM for logging into remote system.
If the output is "No such file or directory" , check the command is present in the file path and environment variable includes that file path . If not present install the same


                New to ADManager Plus?

                  New to ADSelfService Plus?