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 Paolo, Just to confirm the backup finished ok, right?If you go to "Backup" --> "Reports" you can see the status. About the argument list too long problem, i need to look at it. Then you can do:...
-
Hi,Is this a galera cluster, in that case: http://support.severalnines.com/entries/23523886-Restore-Xtrabackup-on-Galera-ClusterBR johan
-
Hi, There is no easy way to do it. This is a limitation of Percona Xtrabackup itself, making this very hard. I would recommend you restore the full server, let the cluster sync up, and the drop the...
-
Hi, By default CMON manages the slow query log (turn it on off), this is because: 1) the slow query log must not grow too big, it starts to slow down queries significantly after a while 2) the agen...
-
Hi, I looked into this. Do you run the new UI or the old one? In the old UI then if you do "clear all", then you will have this url in your browser: http://clustercontrol-ip/cmon/quan.php?cid=1&cle...
-
Hi, Thanks for you report. Did you also restart the agents on each of the nodes? Can you check if that helps? BRjohan
-
Hi, Verify the following: mysql_hostname=<address of the mysql server holding the cmon db> hostname=<address of *this* server, not 127.0.0.1 or locatost>Then do: mysql -uroot -p -h127.0.0.1or mysql...
-
Hi Brian, We do like this for ip addresses: serverid=`echo ${host} | cut -d . -f 4` so that echo "192.168.56.101" | cut -d . -f 4 ---> serverid=101 and for hostnames:serverid=`\${basedir}/bin...
-
Thanks for the information. Which flavor of Galera is this, Codership, Percona or Mariadb ? Which OS? Best regards,johan
-
Hi Ron, What happens if you do, from the controller:ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -oNumberOfPasswordPrompts=0 -oConnectTimeout=10 -oIdentityFile=/root/.ssh/id_rsa ...