Ashraf Sharif
- Total activity 325
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 120
Comments
Recent activity by Ashraf Sharif Sort by recent activity-
Hi Alex, The default HAproxy statistic page username and password are admin/admin. You can change it inside /etc/haproxy/haproxy.cfg. Regards, Ashraf
-
Hi Alex, What did you mean by 'broke the base' and 'it brokes all again'? There are several ways to get ClusterControl installed, as described in details in this blog post: http://www.severalnines...
-
Hi kid_pig, Your /etc/hosts is fine. The error indicates that CC couldn't connect to MySQL using socket. You have specified wrong command though: $ mysql -uroot -hlocalhost -p3306 It supposed to...
-
Hi Alexandr, If you followed the quick start guide, you don't necessary need to tweak cmon.cnf's parameters. But when you do, please specify following two mandatory parameters: hostname=[your clu...
-
Hi Vladimir, You need a dedicated host for Clustercontrol (we do not recommend you to co-host ClusterControl with the database cluster). Please refer to ClusterControl Administration Guide here fo...
-
Hi Alexandr, Did you follow this guide to install: http://www.severalnines.com/docs/clustercontrol-quick-start-guide/existing-cluster/clustercontrol-ui ? What is the operating system that you use...
-
Hi Alexandr, Try to specify other node's IP address as describe in this page on step #6: http://www.severalnines.com/docs/clustercontrol-quick-start-guide/existing-cluster/clustercontrol-ui Rega...
-
Hi kid_pig, Is the MySQL server running on 172.16.200.27? Please verify it with this command on 172.16.200.27: $ service mysql status $ ps -ef | grep mysql $ mysql -uroot -p'[mysql root passwor...
-
Hi Rafael, It seems multicast environment doesn't really work for you. I would suggest you to disable iptables completely and try with unicast instead. On keepalived.conf apply following config: LB...
-
Hi Rafael, Did you have iptables enabled between LB1 and LB2? If yes, please add following rules: iptables -I INPUT -i eth0 -d 224.0.0.0/8 -j ACCEPT iptables -I INPUT -p 112 -i eth0 -j ACCEPT iptab...