Johan
- Total activity 435
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 1
- Subscriptions 103
Comments
Recent activity by Johan Sort by recent activity-
Hi, What version of CMON are you using? rpm -qa |grep cmon BR johan
-
Hi, And can you from the controller ssh without passwords to the other nodes?The best would be to the see /var/log/cmon.log from the controller. If you want to put it here or if you want to create ...
-
Hi Chris, Are you running on bare metal, or on VMs? Do you have a /proc on the nodes (some virtualizers do not) and do you have e.g /proc/diskstats ? BR johan
-
Graham, what did you upgrade? ClusterControl? In that case did you apply the new schema?
-
Brian, The instructions have been updated. The idea of the update-rc.d stuff (for Ubuntu, Centos only), is to shutdown the mysql server gracefully, on node reboot, but to not start it automatically...
-
Hi, No it is not, unless you PXC. Johan
-
Hi, The mariadb was indeed missing. Please do: cd s9s-admin git pull cd cluster ./s9s_galera --install-garbd -i 1 -h <ip address> -V mariadbPlease don't use "localhost" or "127.0.0.1", use instead...
-
Hi, Yes we changed this: s9s_galera --install-garbd -i <clusterid> -h<hostname> -f<path to galera package> Path to galera package can be: /var/www/html/cmon/upload/galera-23.2.4-1.rhel6.x86_64.rpm ...
-
Updated article to reflect the last issue.
-
Hi, Correct, you run this from the Controller node: ./s9s_galera --install-garbd -i 1 -h<hostname> Which will then install garbd on <hostname> Make sure you can ssh to <hostname> w/o passwords.Bes...