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 Jan, It is not supported in 1.2.3, you should upgrade to 1.2.4d. Basically you need to create directory /etc/cmon.d/ and put two different clusters' cmon.cnf file in that directory (and not have...
-
Hi Dawid, Yes, it is supported since v1.2.6. Use 'Add Existing Server/Cluster' feature to add multiple clusters into ClusterControl. Regards, Ashraf
-
Hi David, Adding existing MySQL Cluster (ndb) is not supported from the ClusterControl UI. But it is possible to use our bootstrap script to add MySQL Cluster into ClusterControl. Instructions at: ...
-
Ahmad, The error indicates that it couldn't SSH to the controller host (192.168.0.6). Run following command on ClusterControl host: ssh-copy-id root@192.168.0.6 ClusterControl also needs to have...
-
Hi Daniel, It sounds like you haven't setup passwordless SSH to the controller host. On the ClusterControl host, as darkwingduck user, please do: ssh-copy-id -i /home/darkwingduck/.ssh/id_rsa dar...
-
Hi David, It seems like you executed the script under /usr/bin directory. Try again by removing /usr/bin/s9s_repo directory and restart again the script from other location (it is recommended to r...
-
Hi, For the new UI, you need to install it by go to http://cluster_control_ip/install . Enter required details like MySQL root password, email address, password and most importantly take note the ...
-
Hi, Did you mean version 1.1.36? Can you clone again the git repo and restart the upgrade process with following command: $ ./s9s_upgrade_cmon --latest 2>&1 | tee upgrade.log And attach the u...
-
Hi Johan W, Thanks for pointing that out. We have made corrections to the post as suggested. Automated installation is always a preferred way to start with, as described in following page: http:...
-
Hi Alexander, mysql_hostname value should equal to hostname value. Please use following /etc/cmon.cnf: ================= #cmon config file id and name of cluster that this cmon agent is monit...