Hi guys.
I'm trying to add a new slave (pmg12) on my 3 nodes cluster to connect to my master (pmg10 with the IP 198.xxx.xxx.xxx), and I'm getting this error when trying to add it in CLI, and similar error from GUI (the xxx are replaced with my ip of course):
and from the gui perspective I see:
All my nodes are version 7.1.1, freshly rebooted my master and the new PMG I want to add.
I'm able to ping and to "ssh 198.xxx.xxx.xxx".
I'm able to access the GUI of both PMG (so port 8006 is working fine).
I tried to disable the firewall on the master and on the new PMG.
The timezone are the same on both servers.
On my new PMG12 two services are not running (pmgtunnel and pmgmiror), is it because they aren't required until a cluster is joined?
Where should I start to look?
Thank you.
I'm trying to add a new slave (pmg12) on my 3 nodes cluster to connect to my master (pmg10 with the IP 198.xxx.xxx.xxx), and I'm getting this error when trying to add it in CLI, and similar error from GUI (the xxx are replaced with my ip of course):
Code:
(from pmg12)
pmgcm join 198.xxx.xxx.xxx
cluster join failed: 500 Can't connect to 198.xxx.xxx.xxx:8006 (hostname verification failed)
and from the gui perspective I see:
Code:
TASK ERROR: 401 permission denied - invalid PMG ticket
All my nodes are version 7.1.1, freshly rebooted my master and the new PMG I want to add.
I'm able to ping and to "ssh 198.xxx.xxx.xxx".
I'm able to access the GUI of both PMG (so port 8006 is working fine).
I tried to disable the firewall on the master and on the new PMG.
The timezone are the same on both servers.
On my new PMG12 two services are not running (pmgtunnel and pmgmiror), is it because they aren't required until a cluster is joined?
Where should I start to look?
Thank you.