BB Unix Network Monitor - Message

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: {bb} False alert about disk size




From the bb-disk.sh script:


73 elif [ ! -s $BBTMP/DFOUT.$$ ]
74 then
75 $BBHOME/bin/bb-combo.sh add "status $MACHINE.disk red `date` Filesystem of $BBTMP is FULL"
76 else


test -s means: file exists and has a greater size than zero

There could be several reasons why the DFOUT.$$ has zero length, e.g. filesystem full, no / not enough swap space left, the solaris tail bug...
In the past there were several asks about this behaviour. Search through the archives at support.bb4.com.


Johann

Henrik Storner wrote:
In <20041021131359.GC28351@qwestip.net> Asif Iqbal <iqbala-bb@qwestip.net> writes:


I am running bbc1.9e-btf on a Solaris 9 and I am getting this error


[2335011] host.domain.net.disk red Thu Oct 21 09:00:14 EDT 2004 - Filesystem of /opt/bbro/bbc1.9e-btf/tmp is FULL


On that same machine


host$ df -k /opt/bbro
Filesystem            kbytes    used   avail capacity  Mounted on
/dev/dsk/c1t8d0s4    5043518 1145387 3847696    23%    /opt


I think this happens also if the BB client cannot write to this
directory, e.g. due to file permissions or perhaps the directory does
not exist.

Henrik
--
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
To unsubscribe from this list, or to subscribe to the bb-digest list
send e-mail to mailto:majordomo@bb4.com with unsubscribe bb -and/or-
subscribe bb-digest in the BODY of the message.


Home | Main Index | Thread Index