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, You need to remove '-q' as stated in my previous reply. Regards, Ashraf
-
Hi, Please attach the cc.log and also the output of failed command, by replacing '-q -nqtt' with '-vvv -ntt' in the SSH options. Regards, Ashraf
-
Hi, I can't see anything wrong with the SSH output. On 10.224.204.160 what are the outputs of following commands: echo ucssa1bs | sudo 2>/dev/null -S chmod 755 /etc/init.d/mysqlecho $? Please also...
-
Hi Dinesh, You also need to setup passwordless SSH on ClusterControl node, so it can SSH to itself passwordlessly. Run following command on ClusterControl node as user dinesh: su - dineshssh-copy-i...
-
Hi Dinesh, Does this user 'dinesh' has sudo privileges to execute super user command? It says: "Permission denied". Please verify if the basedir can be accessible by the specified user. I can see t...
-
Hi Dinesh, On job ID 229, /usr/bin/mysql is being executed on the controller node, not the target MySQL server to determine whether skip_name_resolve is enabled. So ensure on ClusterControl node, y...
-
Hi Dinesh, The error message showing up is when the UI is not able to push the job request to the REST API. Can you verify if you can access to http://[ClusterControl_host]/cmonapi ? Also, what is ...
-
Hi, Please edit s9s-galera-mariadb-3.5.0/mysql/scripts/install/bootstrap.sh on line 111, as follows: remote_cmd ${host} "$SUDO /usr/sbin/mysqld --bootstrap --user=mysql --skip-grant-tables --defaul...
-
Hi, Ensure /tmp/s9s_init.sql does exist and also please send the output of following commmand on 192.168.10.10: echo password | sudo 2>/dev/null -S /usr/sbin/mysqld --bootstrap --user=mysql --skip...
-
Hi, Thanks for the log. We are able to reproduce the issue. Please apply fixes inside bootstrap.sh on following lines: Line 111: remote_cmd ${host} "sh -c '/usr/sbin/mysqld --bootstrap --user=mysql...