I had to add a "| grep -v :/" to not check NFS mounted filesystems.<br><br>
<div><span class="gmail_quote">On 2/6/06, <b class="gmail_sendername">Frédéric Mangeant</b> <<a href="mailto:frederic.mangeant@steria.com">frederic.mangeant@steria.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Stef Coene a écrit :<br>> Hi,<br>><br>> The command df on AIX (I think 5.2 and higher) includes /proc.  And it's
<br>> useless to monitor this virtual file system.   So I changed my df command to:<br>><br>> # The sed stuff is to make sure lines are not split into two.<br>> df -Ik | grep -v "^/proc" | sed -e '/^[^        ][^     ]*$/{
<br>> N<br>> s/[     ]*\n[   ]*/ /<br>> }'<br>><br>> This is a bug in the hobbitclient-aix.sh script.<br>><br><br>Hi<br><br>it should be even better to use this command :<br><br>df -Ik | grep "^/dev" | [...]
<br><br><br>--<br><br>Frédéric Mangeant<br><br>Steria EDC Sophia-Antipolis<br><br><br><br><br>To unsubscribe from the hobbit list, send an e-mail to<br><a href="mailto:hobbit-unsubscribe@hswn.dk">hobbit-unsubscribe@hswn.dk
</a><br><br><br></blockquote></div><br>