Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
2.2.0
-
None
-
2017-45
Description
using the socket does work, but with TCP not working.
TCPDUMP shows traffic, telnet works:
root@pxc1:~/MaxScale/_build# telnet localhost 6603
Trying ::1...
Connected to localhost.
Escape character is '^]'.
USER
root@pxc1:~/MaxScale/_build# maxadmin -h 172.16.0.111 -pmariadb list servers
Unable to connect to MaxScale at 172.16.0.111, 6603: Connection refused
Found default MaxAdmin socket in: /tmp/maxadmin.sock
Try connecting with:
maxadmin -S /tmp/maxadmin.sock
root@pxc1:~/MaxScale/_build# maxadmin -h 127.0.0.1 -pmariadb list servers
Unable to connect to MaxScale at 127.0.0.1, 6603: Connection refused
Found default MaxAdmin socket in: /tmp/maxadmin.sock
Try connecting with:
maxadmin -S /tmp/maxadmin.sock
root@pxc1:~/MaxScale/_build# maxadmin -h ::1 -pmariadb list servers
Unable to connect to MaxScale at ::1, 6603: Connection refused
Found default MaxAdmin socket in: /tmp/maxadmin.sock
Try connecting with:
maxadmin -S /tmp/maxadmin.sock
using older maxadmin (2.0.1)
root@pxc2:~# maxadmin -h 172.16.0.111 -pmariadb list servers
Unable to connect to MaxScale at 172.16.0.111, 6603: Connection refused
root@pxc2:~# maxadmin -h 172.16.0.111 -uroot -pmariadb list servers
Unable to connect to MaxScale at 172.16.0.111, 6603: Connection refused
root@pxc2:~# maxadmin -h 172.16.0.111 -umaxadmin -pmariadb list servers
Unable to connect to MaxScale at 172.16.0.111, 6603: Connection refused
root@pxc2:~# maxadmin -h 172.16.0.111 -umariadb -pmariadb list servers
Unable to connect to MaxScale at 172.16.0.111, 6603: Connection refused
root@pxc2:~# maxadmin -h 172.16.0.111 -P 6603 -umariadb -pmariadb list servers
Unable to connect to MaxScale at 172.16.0.111, 6603: Connection refused