Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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:

...

languagetext
  1. $DFBIN

...

  1. -k

...

  1. -t

...

  1. nonfs

...

  1. |

...

  1. fgrep

...

  1. -v

...

  1. proc

...

  1. |

...

  1. fgrep

...

  1. -v

...

  1. cdrom

...

  1. |

...

  1. fgrep

...

  1. -v

...

  1. floppy

...

  1. |

...

  1. $AWKBIN

...

  1. '{

...

  1. if

...

  1. (

...

  1. index

...

  1. (

...

  1. $1,

...

  1. ":"

...

  1. )

...

  1. <=

...

  1. 0

...

  1. )

...

  1. {

...

  1. if

...

  1. ($2=="")

...

  1. {

...

  1. fs=$1;

...

  1. getline;

...

  1. print

...

  1. fs

...

  1. "

...

  1. "

...

  1. $0

...

  1. }

...

  1. else

...

  1. {

...

  1. print

...

  1. $0

...

  1. }

...

  1. }

...

  1. }'

...

  1. |

...

  1. tail

...

  1. +2
  2. Save the file.

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