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, Please send us the output of following command on ClusterControl node: ssh -vvv -ntt -p22 svadmin@10.1.1.100 "echo password | sudo 2>/dev/null -S LC_ALL=en_US.utf8 DEBIAN_FRONTEND=noninteracti...
-
Hi, Take a closer look at following lines where indicates the error: Unpacking percona-xtradb-cluster-server-5.6 (5.6.22-25.8-978.trusty) ...dpkg: error processing archive /var/cache/apt/archives/p...
-
Hi, 1) ClusterControl does not bring any harm to the monitored database cluster if it is down. However, you will lost the ability to auto recover a failed node/cluster since it supports node/cluste...
-
Hi Jeremy, I suggest you to create a support ticket and provide us with error report as described in this page: http://support.severalnines.com/entries/21091498-Error-reporting- Regards, Ashraf
-
Hi Dimitris, 1. Make sure rsync is installed on both donor and joiner nodes. 2. There may be also a problem where the rsync daemon does not stop properly. It needs to be killed manually to free up ...
-
Hi Gabe, Did you configure PTR record for all IP addresses in the cluster (ClusterControl and PXC nodes)? You can verify with following commands: dig ptr <ip address of CC or PXC nodes> Ensure you ...
-
Hi Mike, MariaDB 5.5 doesn't support GTID. You need MariaDB 10 which equivalent to MySQL 5.6. You can stick with 5.5 but you will fall under what has been explained in Hybrid Replication in MySQL 5...
-
Hi, Have you had php-mysql package installed? Following are recommended packages: yum install -y httpd php php-mysql php-gd php-ldap php-curl mod_ssl mysql mysql-server cronie Once installed, pleas...
-
Hi Mike, The following blog post covers on how to setup SSL connections between client/server hosts: http://www.mysqlperformanceblog.com/2013/06/22/setting-up-mysql-ssl-and-secure-connections/ To e...
-
Hi Mike, You can refer to this blog post: http://www.severalnines.com/blog/asynchronous-replication-galera-cluster-mysql-server-gtid Regards, Ashraf