I started zeoctl, zopectl and then ran zenhub run -v 10.
I just started zenoss normally with "zenoss start" and at some point of 
starting one of the daemons, zenhub was killed. Follwing is the output...

Thanks!

[EMAIL PROTECTED] ~]$ 
DEBUG:zen.Events:EventClassInst=Start
DEBUG:zen.DbConnectionPool:Creating a new connection; Pool size: 0
DEBUG:zen.Events:update status set clearid = '0ab69ac03586115f6fffffff' where 
device='ycompute.com' and component='zenhub' and eventKey='' and 
(eventClass='/App/Stop' or eventClass='/App/Start'): --> 0
DEBUG:zen.Events:insert into log (evid, userName, text) select evid, "admin", 
"auto cleared" from status where clearid = "0ab69ac03586115f6fffffff": --> 0
DEBUG:zen.Events:DELETE FROM status WHERE clearid IS NOT NULL: --> 0
DEBUG:zen.Events:insert into history set 
firstTime=1183923958.522,severity=0,component='zenhub',summary='zenhub 
started',dedupid='ycompute.com|zenhub|/App/Start||0|zenhub 
started',eventKey='',device='ycompute.com',eventClass='/App/Start',lastTime=1183923958.522,message='zenhub
 started',deletedTime=null,evid='0ab69ac03586115f6fffffff': --> 1
DEBUG:zen.DbConnectionPool:Returned a connection; Pool size: 1
DEBUG:zen.Events:EventClassInst=Start
DEBUG:zen.DbConnectionPool:Retrieved a connection; Pool size: 0
DEBUG:zen.Events:update status set clearid = '0ab69ac035861161dffffffe' where 
device='ycompute.com' and component='zenstatus' and eventKey='' and 
(eventClass='/App/Stop' or eventClass='/App/Start'): --> 0
DEBUG:zen.Events:insert into log (evid, userName, text) select evid, "admin", 
"auto cleared" from status where clearid = "0ab69ac035861161dffffffe": --> 0
DEBUG:zen.Events:DELETE FROM status WHERE clearid IS NOT NULL: --> 0
DEBUG:zen.Events:insert into history set 
firstTime=1183923997.489,severity=0,component='zenstatus',agent='zenstatus',summary='started',dedupid='ycompute.com|zenstatus|/App/Start||0|started',eventKey='',device='ycompute.com',eventClass='/App/Start',lastTime=1183923997.489,message='started',deletedTime=null,evid='0ab69ac035861161dffffffe':
 --> 1
DEBUG:zen.DbConnectionPool:Returned a connection; Pool size: 1
DEBUG:zen.DbConnectionPool:Retrieved a connection; Pool size: 0
DEBUG:zen.DbConnectionPool:Returned a connection; Pool size: 1
DEBUG:zen.DbConnectionPool:Retrieved a connection; Pool size: 0
DEBUG:zen.DbConnectionPool:Returned a connection; Pool size: 1
DEBUG:zen.DbConnectionPool:Retrieved a connection; Pool size: 0
DEBUG:zen.Events:insert into heartbeat set 
device='ycompute.com',component='zenstatus',timeout=180 on duplicate key update 
lastTime=Null, timeout=180: --> 2
DEBUG:zen.DbConnectionPool:Returned a connection; Pool size: 1
DEBUG:zen.Events:EventClassInst=Start
DEBUG:zen.DbConnectionPool:Retrieved a connection; Pool size: 0
DEBUG:zen.Events:update status set clearid = '0ab69ac0358611621ffffffd' where 
device='ycompute.com' and component='zenperfsnmp' and eventKey='' and 
(eventClass='/App/Stop' or eventClass='/App/Start'): --> 0
DEBUG:zen.Events:insert into log (evid, userName, text) select evid, "admin", 
"auto cleared" from status where clearid = "0ab69ac0358611621ffffffd": --> 0
DEBUG:zen.Events:DELETE FROM status WHERE clearid IS NOT NULL: --> 0
DEBUG:zen.Events:insert into history set 
firstTime=1183924001.394,severity=0,component='zenperfsnmp',agent='zenperfsnmp',summary='started',dedupid='ycompute.com|zenperfsnmp|/App/Start||0|started',eventKey='',device='ycompute.com',eventClass='/App/Start',lastTime=1183924001.394,message='started',deletedTime=null,evid='0ab69ac0358611621ffffffd':
 --> 1
DEBUG:zen.DbConnectionPool:Returned a connection; Pool size: 1
DEBUG:zen.DbConnectionPool:Retrieved a connection; Pool size: 0
DEBUG:zen.DbConnectionPool:Returned a connection; Pool size: 1
DEBUG:zen.DbConnectionPool:Retrieved a connection; Pool size: 0
DEBUG:zen.DbConnectionPool:Returned a connection; Pool size: 1
DEBUG:zen.DbConnectionPool:Retrieved a connection; Pool size: 0
DEBUG:zen.Events:insert into heartbeat set 
device='ycompute.com',component='zenperfsnmp',timeout=2700 on duplicate key 
update lastTime=Null, timeout=2700: --> 2
DEBUG:zen.DbConnectionPool:Returned a connection; Pool size: 1
DEBUG:zen.Events:EventClassInst=Start
DEBUG:zen.DbConnectionPool:Retrieved a connection; Pool size: 0
DEBUG:zen.Events:update status set clearid = '0ab69ac0358611623ffffffc' where 
device='ycompute.com' and component='zencommand' and eventKey='' and 
(eventClass='/App/Stop' or eventClass='/App/Start'): --> 0
DEBUG:zen.Events:insert into log (evid, userName, text) select evid, "admin", 
"auto cleared" from status where clearid = "0ab69ac0358611623ffffffc": --> 0
DEBUG:zen.Events:DELETE FROM status WHERE clearid IS NOT NULL: --> 0
DEBUG:zen.Events:insert into history set 
firstTime=1183924003.700,severity=0,component='zencommand',agent='zencommand',summary='started',dedupid='ycompute.com|zencommand|/App/Start||0|started',eventKey='',device='ycompute.com',eventClass='/App/Start',lastTime=1183924003.700,message='started',deletedTime=null,evid='0ab69ac0358611623ffffffc':
 --> 1
DEBUG:zen.DbConnectionPool:Returned a connection; Pool size: 1
DEBUG:zen.DbConnectionPool:Retrieved a connection; Pool size: 0
DEBUG:zen.Events:insert into heartbeat set 
device='ycompute.com',component='zencommand',timeout=180 on duplicate key 
update lastTime=Null, timeout=180: --> 2
DEBUG:zen.DbConnectionPool:Returned a connection; Pool size: 1
INFO:zen.ZenHub:Daemon ZenHub shutting down
DEBUG:zen.Events:EventClassInst=Stop
DEBUG:zen.DbConnectionPool:Retrieved a connection; Pool size: 0
DEBUG:zen.Events:insert into status set 
firstTime=1183924005.059,severity=2,component='zenhub',summary='zenhub 
stopped',dedupid='ycompute.com|zenhub|/App/Stop||2|zenhub 
stopped',eventKey='',device='ycompute.com',eventClass='/App/Stop',lastTime=1183924005.059,message='zenhub
 stopped',evid='0ab69ac0358611625ffffffb' on duplicate key update 
summary='zenhub stopped',count=count+1,lastTime=1183924005.059: --> 1
DEBUG:zen.DbConnectionPool:Returned a connection; Pool size: 1
WARNING:zenhub:removing listener
WARNING:zenhub:removing listener
Killed
[EMAIL PROTECTED] ~]$

------------------------
 Kris




-------------------- m2f --------------------

Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=8488#8488

-------------------- m2f --------------------



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

Reply via email to