[quote="klinstifen"] tseward wrote: > Stop Zenoss, edit build-functions.sh with correct usernames/passwords, run > install.sh, run zenmigrate, chmod/chown zensocket, start zenoss. Run all of > this as the zenoss user. > > Of course, backing up your previous installation is a good idea, too: > > ( cd $ZENHOME ; tar -czvf /tmp/home.bak.tar.gz . )
I found that I needed to do Code: zeoctl start before zenmigrate worked correctly. then to chown/chmod zensocket Code: su chown root:zenoss /usr/local/zenoss/bin/zensocket chmod 04750 /usr/local/zenoss/bin/zensocket Hopefully that will help someone -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=13418#13418 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
