i new to linux, but love the idea of zenoss, so i thought i'd give it a whirl.. this is everything i have done below: from the web, i downloaded the rpm for the install... then. did the yum update line
[EMAIL PROTECTED] Desktop]# rpm -ivh zenoss-2.0.0-0.el5.i386.rpm Preparing... ########################################### [100%] 1:zenoss ########################################### [100%] [EMAIL PROTECTED] Desktop]# setenforce 0 setenforce: SELinux is disabled [EMAIL PROTECTED] Desktop]# set enforce 0 [EMAIL PROTECTED] Desktop]# /etc/init.d/snmpd start Starting snmpd: [ OK ] [EMAIL PROTECTED] Desktop]# /etc/init.d/mysqld start Initializing MySQL database: Installing all prepared tables Fill help tables To start mysqld at boot time you have to copy support-files/mysql.server to the right place for your system PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER ! To do so, start the server, then issue the following commands: /usr/bin/mysqladmin -u root password 'new-password' /usr/bin/mysqladmin -u root -h aco-linux-1a.aconet.us password 'new-password' See the manual for more instructions. You can start the MySQL daemon with: cd /usr ; /usr/bin/mysqld_safe & You can test the MySQL daemon with the benchmarks in the 'sql-bench' directory: cd sql-bench ; perl run-all-tests Please report any problems with the /usr/bin/mysqlbug script! The latest information about MySQL is available on the web at http://www.mysql.com Support MySQL by buying support/licenses at http://shop.mysql.com [ OK ] Starting MySQL: [ OK ] [EMAIL PROTECTED] Desktop]# /usr/bin/mysqladmin -u root password 'not telling you' [EMAIL PROTECTED] Desktop]# /usr/bin/mysqladmin -u root -h aco-linux-1a.aconet.us password 'not telling you' /usr/bin/mysqladmin: connect to server at 'aco-linux-1a.aconet.us' failed error: 'Access denied for user 'root'@'localhost' (using password: NO)' [EMAIL PROTECTED] Desktop]# /etc/init.d/mysqld stop Stopping MySQL: [ OK ] [EMAIL PROTECTED] Desktop]# /etc/init.d/mysqld start Starting MySQL: [ OK ] [EMAIL PROTECTED] Desktop]# /usr/bin/mysqladmin -u root -h aco-linux-1a.aconet.us password 'not telling you' /usr/bin/mysqladmin: connect to server at 'aco-linux-1a.aconet.us' failed error: 'Access denied for user 'root'@'localhost' (using password: NO)' [EMAIL PROTECTED] Desktop]# /etc/init.d/zenoss start Zenoss not initialized. Performing first-boot initialization... Stopping snmpd: [ OK ] Starting snmpd: [ OK ] Stopping MySQL: [ OK ] Starting MySQL: [ OK ] ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO) ERROR 1045 (28000): Access denied for user 'zenoss'@'localhost' (using password: YES) mysql install, user or password is incorrect Zenoss initialization complete. Daemon: zeoctl /opt/zenoss/bin/zenoss: line 98: /opt/zenoss/bin/zeoctl: No such file or directory Daemon: zopectl /opt/zenoss/bin/zenoss: line 98: /opt/zenoss/bin/zopectl: No such file or directory Daemon: zenhub starting... Daemon: zenping starting... Daemon: zensyslog starting... Daemon: zenstatus starting... Daemon: zenactions starting... Daemon: zentrap starting... Daemon: zenmodeler starting... Daemon: zenperfsnmp starting... Daemon: zencommand starting... Daemon: zenprocess starting... Daemon: zenwin starting... Daemon: zeneventlog starting... Daemon: zenwinmodeler starting... --11:25:41-- http://localhost.localdomain:8080/zport/dmd/DeviceLoader/loadDevice?deviceName=localhost.localdomain&devicePath=/Server/Linux Resolving localhost.localdomain... 127.0.0.1, ::1 Connecting to localhost.localdomain|127.0.0.1|:8080... failed: Connection refused. Connecting to localhost.localdomain|::1|:8080... failed: Connection refused. ~~~~~~~~~~~~~ I edited /etc/hosts and removed the ::1 entry in the file ~~~~~~~~~~~~~ [EMAIL PROTECTED] Desktop]# /etc/init.d/zenoss start Daemon: zeoctl /opt/zenoss/bin/zenoss: line 98: /opt/zenoss/bin/zeoctl: No such file or directory Daemon: zopectl /opt/zenoss/bin/zenoss: line 98: /opt/zenoss/bin/zopectl: No such file or directory Daemon: zenhub starting... Session terminated, killing shell... ...killed. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ so that's where i am right now... anyone help ?? ------------------------ Eric Giblock -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=7911#7911 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
