Hello, I've got a cluster with 2 peers, 1 seach head and 1 CM. All of them with a single network. Due to network change, the server are going to have an additionnal card with a new network address. I'll like to know if it's possible to swap the IP address used for réplication between peer member and SH communication while keeping the old one for forwarder communication Initialy: peer 1 => 10.254.x.1, peer 2 => 10.254.x.2 After changes : Peer 1 => forwarder communication, 10.254.x.1, réplication/SH comm=> 10.254.y.1 Peer 2 => forwarder communication, 10.254.x.2, réplication/SH comm=> 10.254.y.2 I've try to use register_replication_address and register_search_address parameter in server.conf with the new address 10.254.y. but the peer and the CM, complain of duplicate guid/member. Do you have any advice on how to do this, if it's possible ? Thanks Frédéric
... View more