You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Some versions of the Tru64 agent do not ignore NFS file systems by default. To resolve this issue, update your agent or make the following change to the / opt/SPYNuptm/bin/perfparse.sh file on the agent system:
1. Open the file /opt/SPYNuptm/bin/perfparse.sh in a text editor.
2. Search for $DFBIN
3. Change the line to:
$DFBIN -k -t nonfs | fgrep -v proc | fgrep -v cdrom | fgrep -v floppy | $AWKBIN '{ if ( index ( $1, ":"
) <= 0 ) { if ($2=="") { fs=$1; getline; print fs " " $0 } else { print $0 } } }' | tail +2
4. Save the file.
NFS file systems should be ignored starting with the next agent polling cycle.

  • No labels