[MXS-1131] MySQL Cluster setup and MaxScale configuration: unable to connect maxadmin Created: 2017-02-08 Updated: 2017-03-15 Resolved: 2017-03-15 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | N/A |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | dic (Inactive) | Assignee: | markus makela |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Description |
|
Follow instruction at: https://mariadb.com/kb/en/mariadb-enterprise/mariadb-maxscale-14/mysql-cluster-setup-and-maxscale-configuration/#comment_2746.
[Cluster Listener] [NDB Cluster Monitor] [server1] [server2] [MaxAdmin] [MaxAdmin Unix Listener]
2017-02-08 15:11:46 notice : MariaDB MaxScale 2.0.4 started Error:
|
| Comments |
| Comment by markus makela [ 2017-02-08 ] | |
|
Can you upload the error logs located at /var/log/maxscale/? That way we should see whether the socket is created. Which operating system are you using? If the OS uses systemd, does systemctl start maxscale work? | |
| Comment by dic (Inactive) [ 2017-02-08 ] | |
|
There's nothing in maxscale log and ystemctl start maxscale doesn't work: | |
| Comment by markus makela [ 2017-02-08 ] | |
|
Could you try starting MaxScale with
to see whether there are any errors when it starts? | |
| Comment by dic (Inactive) [ 2017-02-08 ] | |
|
maxscale1.log | |
| Comment by markus makela [ 2017-02-14 ] | |
|
Based on the log files, MaxScale seems to start OK until it is stopped by a SIGTERM. What does the following command output?
| |
| Comment by dic (Inactive) [ 2017-02-16 ] | |
|
This is my output: Feb 16 14:51:07 ITI-VN-83-VM maxscale[3168]: Loaded module qc_sqlite: V1.0.0 from /usr/lib64/maxscale/libqc_sqlite.so | |
| Comment by markus makela [ 2017-02-16 ] | |
|
After that command, does sudo maxadmin help print the help output for maxadmin? |