John,

mysql> use events;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql> show tables;
+------------------+
| Tables_in_events |
+------------------+
| alert_state      |
| detail           |
| heartbeat        |
| history          |
| log              |
| status           |
+------------------+
6 rows in set (0.00 sec)

(Up until this morning when i set the mysql root user's password to null, it would only create the "status" and "history" tables.)

mysql> select User,Host,Password from mysql.user;
+--------+-----------+-------------------------------------------+
| User   | Host      | Password                                  |
+--------+-----------+-------------------------------------------+
| root   | localhost |                                           |
| root   | netcool1  |                                           |
|        | netcool1  |                                           |
|        | localhost |                                           |
| zenoss | localhost | *3715D7F2B0C1D26D72357829DF94B81731174B8C |
+--------+-----------+-------------------------------------------+
5 rows in set (0.00 sec)

It looks like after the install, the user, database and proper tables were created and i am no longer getting the "Lost Connection to Zenoss" red text on the web GUI. So John, after your last install, everything is working for you now? Including your zensyslog and zentrap?

Can you start/stop zenoss using the web gui and the "./zenoss stop" "./zenoss start" and the "./zenoss status" and your "About" link on the web GUI are all happy?

Thanks,

-Daniel

P.S. What steps did you take to un-install zenoss? Did you just wipe the /opt/zenoss directory and do a "make clean" in your install directory?

John Gardner wrote:
Daniel McKinney wrote:
Folks,

I am having the same problem as John (After i reinstalled Zenoss setting
the mysql root password to null...).

Daniel

It sounds similar, but not the same problem as mine.  Is the zenoss
database and user actually created in MySQL?  That was my problem, the
user and database weren't created until I un-installed the zenoss
package, deleted the /opt/zenoss directory and set the root user to
null.  Installing it again, after doing all of this made it all work!

John


_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to