Uploaded image for project: 'MariaDB MaxScale'
  1. MariaDB MaxScale
  2. MXS-1408

maxadmin not working in latest version

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Not a Bug
    • 2.2.0
    • 2.2.1
    • N/A
    • 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

      Attachments

        Activity

          People

            johan.wikman Johan Wikman
            bartvrancken bart vrancken
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.