For now 3 servers. 1 MDS, 1 OSS, and an lmt/cerebro server
Here's what I've seen:
"cerebro-stat -m lmt_ost" shows expected data from all boxes.
wireshark shows the lmt data moving from OSS to lmt/cerebro server.
(though not multicast.)
"ldd cerebro_monitor_lmt.so" shows libmysqlclient
debugging mysql shows queries during table build, restarting cerebro,
and running ltop, but nothing corresponding to arrival of lmt data.
Some kluges:
our servers have dashes in their names which confused create_lmconfig.
I manully added the names to the lc1.sql after running the script.
installing the lmt-server rpm balked on DATE::MANIP dependency. I
confirmed the latest was installed. (But we do only have perl 5.8
installed.) I "nodep'ed" the rpm on to the box.
djm
First thing that comes to mind is can the cerebro monitor module
authenticate for write access (select,insert,delete) to the database?
I think you would be seeing a complaint in syslog if not but I am not sure.
It uses /usr/share/lmt/cron/lmtrc for this, while ltop uses
/usr/share/lmt/etc/lmtrc.
Jim
> --
> You received this message because you are subscribed to the Google Groups "lmt-discuss" group.
> To post to this group, send email to lmt-d...@googlegroups.com.
> To unsubscribe from this group, send email to lmt-discuss...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/lmt-discuss?hl=en.
>
djm
Yes.
Jim
djm