bnelson wrote: > I have installed zenoss-2.1.3-0.el5.i386.rpm and when zenoss is started I > receive errors messages that says zopectl and zeoclt are missing. Should > these be installed when the rpm is installed or do I have to install the zope > package separately.
You do not have to install Zope seperately, it is included as part of Zenoss. The files you mention, zopectl and zeoctl, should be created as part of the install process. When /etc/init.d/zenoss starts up the first time after an rpm install it does a bunch of additional installation steps before actually launching zenoss. If something goes wrong during those additional steps then potentially Zope won't be installed correctly. The most common reasons for this problem happening are when the user forgets to start /etc/init.d/zenoss right after the rpm install or they do so as the zenoss user rather than as root. This results in a partially installed/configured zenoss. The cleanest way to recover is to remove the rpm at that point and attempt again. If you do an /etc/init.d/zenoss start as root after the rpm install and still running into problems it would be very helpful for us to see the output from that command. -jason -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=19582#19582 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
