Date: Thu, 20 Sep 2001 12:38:22 -0500 From: John_Fleming@compusa.com To: freebsd-emulation@freebsd.org Subject: netcool and linux emu Message-ID: <OFA8F0A1A8.48745CFD-ON86256ACD.005EF4B8@compusa.com>
next in thread | raw e-mail | index | archive | help
I'm playing around with a product called netcool, and i was wondering if
anyone else has tried this. The first problem i had (am having), was that
it seems to want to use pam for auth. I don't know if this is the right
thing to do or not, but i just downloaded the pam rpm for rh6.1, rpm2cpio
and uncpioed it, then moved the .so to /usr/compat/linux/usr/lib, then
rebooted. after that the pam errors go away, but now the daemon just runs
at 100 % cpu. I'm not really sure what else to look at. Is there anything i
can do for debug info. I have tried a ktrace -di S110nco start, and it
looks like it doesn't have any problems opening files, but this doesn't
look too good :)
"Sep 19 18:53:10 2001: Error: Failed to fetch the host information for interface IP 6.3.6.0.
Sep 19 18:53:10 2001: Error: Failed to fetch the host information for interface IP 6.3.6.0.
Sep 19 18:53:10 2001: Error: Failed to fetch the host information for interface IP 56.6.0.0.
Sep 19 18:53:10 2001: Error: Failed to fetch the host information for interface IP 55.4.0.0.
Sep 19 18:53:10 2001: Error: Failed to fetch the host information for interface IP 55.4.0.0.
Sep 19 18:53:10 2001: Error: Failed to fetch the host information for interface IP 55.4.0.0.
Sep 19 18:53:10 2001: Error: Failed to fetch the host information for interface IP 55.4.0.0.
Sep 19 18:53:10 2001: Error: Failed to fetch the host information for interface IP 24.3.0.0.
Sep 19 18:53:10 2001: Error: Failed to fetch the host information for interface IP 23.4.0.0.
Sep 19 18:53:10 2001: Error: Failed to fetch the host information for interface IP 28.3.0.0.
Sep 19 18:54:24 2001: NCO_PA: Error: 16219/10/0: A call to srv__waitfor_read() was interrupted by an attention
.
Sep 19 18:54:24 2001: NCO_PA: Fatal Connect Error: 16310/15/0: srv__ioparam: Fatal error while Reading PARAMS TDS for spid\
: 18
.
Sep 19 18:54:24 2001: Error: Complete failure of connection NCO_PA.
Sep 19 18:54:24 2001: Error: Failed to remove notification registration from the server.
I have no idea where that came from, none of the config files have any of those ips in them
find /opt/Omnibus/ -exec egrep '55\.4\.0\.0' {} \; | more
Is there some system call that is failing to get ip info of the nic? There is a config file that asks for the name of the nic (defaults to eth0)
i currently have tl0, but have tried eth0 also.
This was built for RH 6.
NetCool is a set of daemons, and such for log managment of everything.
(unix hosts, windows hosts, switchs, routers, etc etc)
What i'm trying to run is a daemon that sucks syslog data off
/var/log/whatever (somewhat like a tail -f /var/log/whatever), then sends
it via port 4200 (i think) to a central server.
Anything else i can provide, please let me know.
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-emulation" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?OFA8F0A1A8.48745CFD-ON86256ACD.005EF4B8>
