I have four linux box ,A and B and C and D,in one cluster.
the A is the primary node,which open the tcp port 9090 for manager,but now I have to change the primary node to B and open the tcp port 9090 in B box,how can I make it and keep the config as same as beforce?
thank you very much!
If they are in a cluster, then all nodes will share the same configuration and none of them is the primary node (or master). You can always make changes to any node, and the changes will be replicated to the other nodes.
Best regards,
Karsten