Tenuun
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
Comments
Recent activity by Tenuun Sort by recent activity-
Not auto relaunching cmon. after first failure waiting for mariadb file exists under /etc/cron.d/cmon but it is completely empty! Aug 27 11:00:01 ha1 crond[1047]: (*system*) RELOAD (/etc/cron.d/cm...
-
Found the error. Centos7 The culprit was time settings on mariadb Journalctl -u mariadb time stamp was wrong. so checking the now() yeilded wrong time so update to use system time. Make sure you nt...
-
if someone sees this issue just add line enable_autorecovery=0 inside /etc/cmon.cnf https://severalnines.com/blog/installing-clustercontrol-standby-server
-
now we can apt-ger remove accounts-daemon ? is it needed on DB only host ?
-
After force fsck and a dozen reboots, I was able to start the cluster control at last. Unfortunately, I don't know what exactly went wrong in the first place. Now my paranoia is kicking in and I am...
-
There is no /var/run/cmon.pid Ack search result finds this PID 11733 only in an earlier centos audit log. And MySQL dump | grep and ack finds "11733" is within mariadb/cmon/cmon_status table But cm...