First Check Dependencies - rpm -qa | grep mysql must be >= 5.0.22 rpm -qa | grep swig must be >= 1.3 rpm -qa | grep autoconf must be >=2.53 zypper install perl-Net-SNMP
Create Zenoss User useradd zenoss -d /home/zenoss -m chown zenoss.users /home/zenoss Add Zenoss Environment - echo #### ADDING ENVIRONMENT VARIABLES FOR ZENOSS >> /etc/profile echo export ZENHOME=/opt/zenoss >> /etc/profile echo export PYTHONPATH=$ZENHOME/lib/python >> /etc/profile echo export PATH=$ZENHOME/bin:$PATH >> /etc/profile mkdir /opt/zenoss chown zenoss.users /opt/zenoss Massage Services - service mysql start service apache2 start chkconfig -s apache2 35 chkconfig -s mysql 35 service syslog stop Get and Install Python - wget http://www.python.org/ftp/python/2.4.4/Python-2.4.4.tgz tar -zxf Python-2.4.4.tgz cd Python-2.4.4 ./configure make make install Get and Install Zenoss - su - zenoss wget http://dev.zenoss.org/downloads/zenoss-2.0.X-0.tar.gz (download the latest version) tar -zxf zenoss-2.0.X.tar.gz cd zenoss-2.0.X ./install.sh Clean up and Start ZenOSS - sudo chown root:users /opt/zenoss/bin/zensocket sudo chmod 04750 /opt/zenoss/bin/zensocket $ZENHOME/bin/zenoss start Send me an email or check for me in the IRC channel if you have any problems with this HOWTO. ------------------------ Benjamin Moore -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=10067#10067 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
