Hi there!
I have two machines which are connected with a private VLAN.
I properly set up the IP in the /etc/hosts file to be 172.16.0.2, but after I created the cluster with the
and then did
it says
which I guess is wrong. When I try to add the other machine to the cluster I type
and after first accepting the ssh key (added to known hosts) I get this error:
I suppose this has to do with the IP of the main node being wrong.
The question now is: how do I fix that?
I have two machines which are connected with a private VLAN.
I properly set up the IP in the /etc/hosts file to be 172.16.0.2, but after I created the cluster with the
Code:
pvecm create clustername
Code:
pvecm status
Code:
Node addresses: 127.0.0.1
Code:
pvecm add 172.16.0.2
Code:
unable to copy ssh ID
The question now is: how do I fix that?