Folks,

I am having the same problem as John (After i reinstalled Zenoss setting the mysql root password to null...).
Once i am done installing, i issued the following command:
/usr/local/zenoss/bin/zenoss start

Which seems to start every daemon just fine... the first time.
[EMAIL PROTECTED] bin]# /usr/local/zenoss/bin/zenoss start
Daemon: zeoctl . daemon process started, pid=14924
Daemon: zopectl . daemon process started, pid=14928
Daemon: zenxevent starting...
Daemon: zenmodeler starting...
Daemon: zenperfsnmp starting...
Daemon: zenperfxmlrpc starting...
Daemon: zenprocess starting...
Daemon: zenping starting...
Daemon: zensyslog starting...
Daemon: zenstatus starting...
Daemon: zenactions starting...
Daemon: zentrap starting...
Daemon: zencommand starting...

Then if i do the same command with a "stop" option, it will stop all of the daemons.
[EMAIL PROTECTED] bin]# /usr/local/zenoss/bin/zenoss stop
Daemon: zencommand stopping...
Daemon: zentrap already stopped
Daemon: zenactions stopping...
Daemon: zenstatus stopping...
Daemon: zensyslog already stopped
Daemon: zenping stopping...
Password:
clearing pid file
Daemon: zenprocess stopping...
Daemon: zenperfxmlrpc stopping...
Daemon: zenperfsnmp stopping...
Daemon: zenmodeler stopping...
Daemon: zenxevent stopping...
Daemon: zopectl . daemon process stopped
Daemon: zeoctl . daemon process stopped

[EMAIL PROTECTED] bin]# /usr/local/zenoss/bin/zenoss status
Daemon: zeoctl daemon manager not running
Daemon: zopectl daemon manager not running
Daemon: zenxevent not running
Daemon: zenmodeler not running
Daemon: zenperfsnmp not running
Daemon: zenperfxmlrpc not running
Daemon: zenprocess not running
Daemon: zenping not running
Daemon: zensyslog not running
Daemon: zenstatus not running
Daemon: zenactions not running
Daemon: zentrap not running
Daemon: zencommand not running

Then i try to issue a "start" again and it will consistently start all but the zensyslog and the zentrap.
[EMAIL PROTECTED] bin]# /usr/local/zenoss/bin/zenoss start
Daemon: zeoctl . daemon process started, pid=15350
Daemon: zopectl . daemon process started, pid=15354
Daemon: zenxevent starting...
Daemon: zenmodeler starting...
Daemon: zenperfsnmp starting...
Daemon: zenperfxmlrpc starting...
Daemon: zenprocess starting...
Daemon: zenping starting...
Daemon: zensyslog starting...
Daemon: zenstatus starting...
Daemon: zenactions starting...
Daemon: zentrap starting...
Daemon: zencommand starting...

[EMAIL PROTECTED] bin]# /usr/local/zenoss/bin/zenoss status
Daemon: zeoctl program running; pid=15350
Daemon: zopectl program running; pid=15354
Daemon: zenxevent program running; pid=15359
Daemon: zenmodeler program running; pid=15372
Daemon: zenperfsnmp program running; pid=15381
Daemon: zenperfxmlrpc program running; pid=15390
Daemon: zenprocess program running; pid=15399
Daemon: zenping program running; pid=15407
Daemon: zensyslog not running
Daemon: zenstatus program running; pid=15421
Daemon: zenactions program running; pid=15446
Daemon: zentrap not running
Daemon: zencommand program running; pid=15474

The curious part of all of this, is even after i start up Zenoss again, the actual zensyslog and zentrap processes are actually running on the process table (So does that mean that the daemons are actually running, there is just something funky going on with the "About" link and the "./zenoss status" commands?).
[EMAIL PROTECTED] bin]# ps -ef | grep -v grep | grep zensyslog
root 12978 1 0 09:07 ? 00:00:02 /usr/local/zenoss/bin/python /usr/local/zenoss/Products/ZenEvents/zensyslog.py --configfile /usr/local/zenoss/etc/zensyslog.conf --cycle --daemon
[EMAIL PROTECTED] bin]# ps -ef | grep -v grep | grep zentrap
root 10998 1 0 08:51 ? 00:00:01 /usr/local/zenoss/bin/python /usr/local/zenoss/Products/ZenEvents/zentrap.py --configfile /usr/local/zenoss/etc/zentrap.conf --cycle --daemon

Now, if i go to the "About" link on the web GUI, I can try to click the Start for each of those daemons and it starts for a second, then i refresh the page and both kill themselves again.

When i go to look at the logfiles, here is what i am seeing (I only see the WARNING entries when i am in the process of restarting, once the rest of the daemons are back up, port 8100 is listening and active):
[EMAIL PROTECTED] log]# tail -f /usr/local/zenoss/log/zensyslog.log
2006-12-18 08:51:40 INFO zen.ZenSyslog: started
2006-12-18 09:07:43 INFO zen.ZenSyslog: stopping...
2006-12-18 09:07:43 INFO zen.Syslog: stopping Thread-1...
2006-12-18 09:07:43 INFO zen.ZenSyslog: Daemon ZenSyslog shutting down
2006-12-18 09:07:57 INFO zen.Syslog: starting Thread-1
2006-12-18 09:07:57 INFO zen.ZenSyslog: started
2006-12-18 09:21:11 WARNING ZEO.zrpc: (12957) CW: error connecting to ('localhost', 8100): ECONNREFUSED 2006-12-18 09:21:16 WARNING ZEO.zrpc: (12957) CW: error connecting to ('localhost', 8100): ECONNREFUSED 2006-12-18 09:32:22 WARNING ZEO.zrpc: (12957) CW: error connecting to ('localhost', 8100): ECONNREFUSED 2006-12-18 09:32:27 WARNING ZEO.zrpc: (12957) CW: error connecting to ('localhost', 8100): ECONNREFUSED

[EMAIL PROTECTED] log]# tail -f /usr/local/zenoss/log/zentrap.log
2006-12-18 09:21:40 INFO zen.ZenTrap: started
2006-12-18 09:25:35 INFO zen.ZenTrap: started
2006-12-18 09:25:43 INFO zen.ZenTrap: started
2006-12-18 09:29:47 WARNING ZEO.zrpc: (10998) CW: error connecting to ('localhost', 8100): ECONNREFUSED 2006-12-18 09:29:52 WARNING ZEO.zrpc: (10998) CW: error connecting to ('localhost', 8100): ECONNREFUSED
2006-12-18 09:30:17 INFO zen.ZenTrap: started
2006-12-18 09:31:57 WARNING ZEO.zrpc: (10998) CW: error connecting to ('localhost', 8100): ECONNREFUSED 2006-12-18 09:32:02 WARNING ZEO.zrpc: (10998) CW: error connecting to ('localhost', 8100): ECONNREFUSED 2006-12-18 09:32:12 WARNING ZEO.zrpc: (10998) CW: error connecting to ('localhost', 8100): ECONNREFUSED
2006-12-18 09:32:45 INFO zen.ZenTrap: started

Thanks ahead of time,

-Daniel


John Gardner wrote:
Drew Bray wrote:
John,

You said you can get to the web interface, right? Can you manually start
the daemons? On the left side of the dashboard, go to About link, the
Status tab will allow you to manually start the daemons. See if that
works...

Drew
[EMAIL PROTECTED]



On Dec 15, 2006, at 6:27 AM, John Gardner wrote:

I've just installed the latest version of Zenoss on CentOS4.4 using the
the manual instructions at: http://www.zenoss.com/docs/install_centos

I thought i'd done it to the letter, but I have only a few of the
daemons actually running...


Daemon: zeoctl program running; pid=28914
Daemon: zopectl program running; pid=28918
Daemon: zenxevent not running
Daemon: zenmodeler program running; pid=28931
Daemon: zenperfsnmp program running; pid=28938
Daemon: zenperfxmlrpc program running; pid=28946
Daemon: zenprocess program running; pid=28954
Daemon: zenping not running
Daemon: zensyslog program running; pid=28968
Daemon: zenstatus not running
Daemon: zenactions not running
Daemon: zentrap not running
Daemon: zencommand program running; pid=29001

I can logon to the site, but clearly something is wrong.  Is there a
troublshooting document about?  Or perhaps someone on this list could
help me out?

Thanks

John

Drew

Hmmm, some success, zenxevent starts fine this way, but when I start
zenping, it starts fine but then zenxevent stops!  In fact, of the five
daemons not running, I can only have one running at a time, clicking
start on any of the remaining daemons stops the one i've just started...

I've just had a look at a look at MySQL as well, there doesn't seem to
be any zenoss database created either :-(

John

_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to