BB Unix Network Monitor - Message

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

Re: {bb} BBGEN and LARRD



On Thu, 2006-10-26 at 08:22, Big Borther wrote:
> Hello,
> 
> I am experiencing problems woth LARRD and BBGEN in my bb1.9e 
> 
> I think I have done all the things mentionend in previous post, I have
> set the right's in the LARRDHOME/tmp
> 
> Any hints how to debug in order to find the problem and solution?
> 
> This is in my LARRDOUT 
> 
> /usr/local/larrd/disk-larrd.pl: ERROR creating
> /home/bb/bbvar/rrd/user.trade.triton.ahrend.net.disk,/dev/vx/dsk/tradear
> cdg/vol12.rrd: creating
> '/home/bb/bbvar/rrd/user.trade.triton.ahrend.net.disk,/dev/vx/dsk/tradea
> rcdg/vol12.rrd': No such file or directory
> /usr/local/larrd/disk-larrd.pl: ERROR creating
> /home/bb/bbvar/rrd/user.trade.triton.ahrend.net.disk,/dev/vx/dsk/tradedg
> /vol77.rrd: creating
> '/home/bb/bbvar/rrd/user.trade.triton.ahrend.net.disk,/dev/vx/dsk/traded
> g/vol77.rrd': No such file or directory
> /usr/local/larrd/disk-larrd.pl: ERROR creating
> /home/bb/bbvar/rrd/user.trade.triton.ahrend.net.disk,edu-user:/archivelo
> gs/trade.rrd: creating
> '/home/bb/bbvar/rrd/user.trade.triton.ahrend.net.disk,edu-user:/archivel
> ogs/trade.rrd': No such file or directory
> 
> /usr/local/larrd/CIMCPU-larrd.pl : DEBUG
> log=/home/bb/bbvar/logs/nl-aps-d01,st-oedenrode,ahrend,net.CIM
> /usr/local/larrd/CIMCPU-larrd.pl : DEBUG
> log=/home/bb/bbvar/logs/nl-azo-dc1,amsterdam-zo,ahrend,net.CIM

I don't remember seeing that "CIMCPU" script before. Is it an add-on
from somewhere? I'd guess that there is probably a "DEBUG" flag for
extra logging output that has been left on. In any case, it does not
look connected with the other problem.

The thing that I noticed is that the files which Larrd is trying to
create look weird. Their format should be similar to:

  host.domain.com.disk,usr,local.rrd

This is the name of the host (FQDN) followed by the word "disk" and
dot separated. Then should come the mount point for the filesystem,
but comma (rather than slash) separated and ending with ".rrd".

In your case, I see two (possibly related) symptoms. First, the
mount point section is not having the comma substitution performed.
As a result, Larrd is trying to create files in a (probably non-
existent) sub-directory. Secondly, the mount point paths look odd.
"/dev/vx/dsk/tradearcdg/vol12" looks more like a logical volume
device rather than a mount point.

In order to investigate further, it would be helpful to know
what OS the machine "user.trade.triton.ahrend.net" is running
and something about how the local disks are organised. It
would also be useful to see what the format of the BB "disk"
test for this host looks like.

My guess would be that the output of "df" on this particular
machine is not what BB expects and the format is causing
Larrd to become confused.

Cheers, Phil.



-- 
Mitchell's Law of Committees: Any simple problem can be made
insoluble if enough meetings are held to discuss it.

--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
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