<br><font size=2 face="sans-serif">Hello,</font>
<br>
<br><font size=2 face="sans-serif">I have tried different recommendations
from the mailing list and I played around with different ways of ignoring
some mount types.</font>
<br>
<br><font size=2 face="sans-serif">There is two problems I always had:</font>
<br><font size=2 face="sans-serif">- NFS/CIFS/SMB mounts hang/delay the
"df" command if remote host does not respond</font>
<br><font size=2 face="sans-serif">- Special devices should be ignored
(CD/DVD/etc)</font>
<br>
<br><font size=2 face="sans-serif">Now, I'm using the following method
and as of now, it look like it work very well for me (mostly AIX or Linux
environments)</font>
<br>
<br><font size=2 face="sans-serif">*** If somebody has other ideas or think
this could be done in a simpler ways, I would be glad to hear your comments.
 ***</font>
<br>
<br><font size=2 face="sans-serif">My actual "method" if to catch
only some vfs types from the "mount" command and pass the filesystem
list to "df"</font>
<br>
<br><font size=2 face="sans-serif">In the file  /home/hobbit/client/bin/hobbitclient-aix.sh</font>
<br>
<br><font size=2 face="sans-serif">################################################################################</font>
<br><font size=2 face="sans-serif"># Change to remove NFS and CIFS filesystems</font>
<br><font size=2 face="sans-serif">#df -Ik | sed -e '/^[^  ][^  
  ]*$/{</font>
<br><font size=2 face="sans-serif">df -Ik `mount | awk '$3~/jfs/ {printf
$2 " "}'` | sed -e '/^[^  ][^     ]*$/{</font>
<br><font size=2 face="sans-serif">################################################################################</font>
<br>
<br>
<br><font size=2 face="sans-serif">Pierre</font>
<br>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b>Richard Leon <rleon@racenter.com></b>
</font>
<p><font size=1 face="sans-serif">2007-01-04 07:39</font>
<table border>
<tr valign=top>
<td bgcolor=white>
<div align=center><font size=1 face="sans-serif">Please respond to<br>
hobbit@hswn.dk</font></div></table>
<br>
<td width=59%>
<table width=100%>
<tr>
<td>
<div align=right><font size=1 face="sans-serif">To</font></div>
<td valign=top><font size=1 face="sans-serif">hobbit@hswn.dk</font>
<tr>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td valign=top>
<tr>
<td>
<div align=right><font size=1 face="sans-serif">Subject</font></div>
<td valign=top><font size=1 face="sans-serif">[hobbit] Ignore NFS</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br><font size=2 color=#000080 face="Arial">I searched the archive and
found a few posts about monitoring nfs mounts.</font>
<br><font size=2 color=#000080 face="Arial">But how can I ignore nfs mounts
from showing up?</font>
<br><font size=2 color=#000080 face="Arial"> </font>
<br><font size=2 color=#000080 face="Arial">Weekly ignite backups mount
a filesystem and unmount it. </font>
<br><font size=2 color=#000080 face="Arial">I would like to ignore this
filesystem on the clients but have it monitored on the server. </font>
<br><font size=2 color=#000080 face="Arial"> </font>
<br><font size=2 color=#000080 face="Arial">How can I go about this?</font>
<br><font size=2 color=#000080 face="Arial"> </font>
<br><font size=2 color=#000080 face="Arial">And also how can I delete the
extra chart that it created today.</font>
<br><font size=2 color=#000080 face="Arial"> </font>
<br><font size=2 color=#000080 face="Arial">For now I just set the default
higher so it would not page out.</font>
<br><font size=2 color=#000080 face="Arial"> </font>
<br><font size=2 color=#000080 face="Arial">Thanks</font>
<br><font size=2 color=#000080 face="Arial">Richard</font>
<br><font size=2 color=#000080 face="Arial"> </font>
<br>