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

Compare with Current View Page History

Version 1 Next »

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:

\n
  • Open the file /opt/SPYNuptm/bin/perfparse.sh in a text editor.
  • Search for $DFBIN
  • Change the line to:
\n
\n
\n

$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

\n
  • Save the file.
\n

NFS file systems should be ignored starting with the next agent polling cycle.

  • No labels