unable to add nodes to cluster control importing galera cluster

Comments

1 comment

  • Avatar
    Sebastian Insausti

    Hi,

    Just to confirm. Did you copy the key to the remote host?

    You should run this in your ClusterControl server:

    $ ssh-keygen -t rsa
    $ ssh-copy-id -i ~/.ssh/id_rsa 10.8.0.6
    $ ssh-copy-id -i ~/.ssh/id_rsa 192.168.5.165

    And repeat the ssh-copy command to all the nodes.

    Then, you should be able to access the nodes without using an SSH password:

    $ ssh 10.8.0.6

    You can check the documentation to setup passwordless SSH access: https://severalnines.com/docs/getting-started.html

    Regards,

    Sebastian.

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk