Possible Scenario - I get a "No data available" message for Inode Usage while trying to monitor servers.
Solution:
The connection must be established only through TELNET or SSH mode.
Check whether the below command runs and displays corresponding output in the system.
Novell :
Command to be executed on the server => /bin/df -Pm |awk '{print $3 " " $4 " " $5 " " $6}'
Linux:
Command to be executed on the server => /bin/df -Pm |awk '{print $(NF-3) " " $(NF-2) " " $(NF-1) " " $NF}'
FreeBSD:
Command to be executed on the server => /bin/df -m
MacOS:
Command to be executed on the server => /bin/df -lm
Sun Solaris:
Command to be executed on the server => /usr/bin/df -k |awk '{print $3 " " $4 " " $5 " " $6}'
AIX:
Command to be executed on the server => /usr/bin/df -Ik