Az,

"Lost Connection to Zenoss" on the dashboard means that it can't access the mysql db. Click on Event Manager and enter the mysql username and passwords again. After doing that use zendmd to check that the correct values were saved:

> zendmd
>>> dmd.ZenEventManager.username
[the mysql username should be printed]
>>> dmd.ZenEventManager.password
[the mysql password should be printed]

Ctl-d will get you out of zendmd. Assuming all this looks good make sure you can access the events db with those values:

> mysql -u<username> -p<password> events

-jason


On Feb 7, 2007, at 11:46 AM, Jewel Muffin wrote:

Hi Jason,

1. How to I test from zope ?
2. From dashboard; it shows "Lost Connection to Zenoss"
3. Not able to use the Add Event feature.
4. I have restarted mysql and also zenoss but problem persist.
5. Is there a partial script on install.sh that I can just use to install back the database problem; asuming this is the issue ? 6. Will try on the access to events database but so far password has not being changed at all.

Thanks again,

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

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

Reply via email to