[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Monitor CIFS mount on Linux client?
- To: hobbit (at) hswn.dk
- Subject: Monitor CIFS mount on Linux client?
- From: "Xymon User in Richmond" <hobbit (at) epperson.homelinux.net>
- Date: Tue, 17 Nov 2009 11:58:18 -0500
- Importance: Normal
- References: <BAY133-W59601B1784CEA53E45D52B4A80 (at) phx.gbl> <d6b65a270911132305p1f2dedfdl8c61af1bbe0198cb (at) mail.gmail.com> <BA6B801A0471124EB9D301BCCA67368EF66E94 (at) rhddenmbx04-dex-bup> <c6fda93d0911161334k7ac11415xcb9541f219673636 (at) mail.gmail.com> <BA6B801A0471124EB9D301BCCA67368EF66FA1 (at) rhddenmbx04-dex-bup> <BA6B801A0471124EB9D301BCCA67368EF66FDD (at) rhddenmbx04-dex-bup>
- User-agent: SquirrelMail/1.4.19-2.fc10
We have Windows shares mounted as CIFS filesystems on RHEL5 servers
running Oracle DBMS, e.g.
# df -P|grep -E -e cifs -e Filesystem
Filesystem 1024-blocks Used Available Capacity Mounted on
//windows.nowhere.com/oracle 1098613024 887737788 210875236 81%
/windows.cifsxport
These become non-functional somewhat randomly on individual servers, which
we usually find out about when the Linux box goes purple because the "df"
for the disk test has hung.
I can exclude CIFS using df options to avoid the hang, but then I won't
get any warning at all unless I find a better way to check the mounts.
Suggestions?