DocHolden wrote: > It was not running. I started same and then ran a status and it shows > running. I then tried the web interface and same issue. I then ran a status > again and it is not running again.
what is the output? If it is something like this then you need to remove a file. Code: zenoss status Daemon: zeoctl program running; pid=28431 Daemon: zopectl daemon manager not running Daemon: zenhub program running; pid=28440 Daemon: zenping program running; pid=28447 Daemon: zensyslog program running; pid=28455 Daemon: zenstatus program running; pid=28466 Daemon: zenactions program running; pid=28475 Daemon: zentrap program running; pid=28482 Daemon: zenmodeler program running; pid=28498 Daemon: zenperfsnmp program running; pid=28515 Daemon: zencommand program running; pid=28524 Daemon: zenprocess program running; pid=28541 Daemon: zenwin program running; pid=28550 Daemon: zeneventlog program running; pid=28564 Daemon: zenwinmodeler program running; pid=28581 Try this: Code: zopectl stop mv $ZENHOME/var/zeo1-1.zec $ZENHOME/var/BACKUP.zeo1-1.zec zopectl start If it works, then remove that file. -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=10798#10798 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
