TECHZEN Zenoss User Community ARCHIVE  

Not all Zenoss services starting

Subject: Not all Zenoss services starting
Author: Clayton Tavernier
Posted: 2018-01-03 15:41

I come back from two weeks on vacation and now my Zenoss isn't working.  If I go to "zenoss status", it shows zopectl, zenhub, zeneventd and zenactiond not running.  I tried to start them manually and they all looked like they started with no errors but status stills shows those four as "not running" and the web interface won't connect. 

I restarted the server and no change.

Any suggestions?

------------------------------
Clay
------------------------------


Subject: RE: Not all Zenoss services starting
Author: Clayton Tavernier
Posted: 2018-01-03 18:13

Fixed it myself.

I logged into mysql and fixed the zenoss password (I think...).  I got this from http://zenoss-users.zenoss.narkive.com/TjFICNu9/i-changed-the-mysql-password-how with a slight modification to the last line.


# mysql -h localhost -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 10803
Server version: 5.0.51a-0.dotdeb.1 (Dotdeb)

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> grant DROP,CREATE,INSERT,UPDATE,SELECT on events.* to zenoss identified by 'zenoss';
Query OK, 0 rows affected (0.02 sec)

mysql> grant DROP,CREATE,INSERT,UPDATE,SELECT on events.* to zenoss@localhost identified by 'zenoss';
Query OK, 0 rows affected (0.00 sec)

mysql> quit


------------------------------
Clay
Network Computer Technician
------------------------------


< Previous
Error displaying device after modifying a product under Manufactures
  Next
Event Class Fail
>