Skip to content

Commit 8a5f1e0

Browse files
committed
DOC-4177 RS: Fix contradictory statements about internal IP changes
1 parent 121602b commit 8a5f1e0

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

content/operate/rs/networking/multi-ip-ipv6.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ The host file `/etc/hosts` on each node in the cluster must include the followin
7373

7474
## Change internal IP address
7575

76-
If you need to update the internal IP address in the OS, you must remove that node from the Redis Enterprise cluster, make the IP change, and then add the node back into the cluster.
77-
7876
Before you change an internal IP address, consider the following:
7977

8078
- Verify the address is valid and bound to an active interface on the node. Failure to do so prevents the node from coming back online and rejoining the cluster.
@@ -83,11 +81,11 @@ Before you change an internal IP address, consider the following:
8381

8482
- Joining a node that only has IPv6 network interfaces to a master node that does not have IPv6 enabled causes a `NodeBootstrapError`.
8583

86-
{{<note>}}
87-
You cannot change the internal address from IPv4 to IPv6 or IPv6 to IPv4 in a running cluster. You can only change the internal address within the same protocol as the cluster.
88-
{{</note>}}
84+
- You cannot change the internal address from IPv4 to IPv6 or IPv6 to IPv4 in a running cluster. You can only change the internal address within the same protocol as the cluster.
85+
86+
If you need to update the internal IP address in the OS, one option is to remove that node from the cluster, change the IP address, and then add the node back into the cluster.
8987

90-
To update a node's internal IP address:
88+
Alternatively, you can use the following steps to update a node's internal IP address without removing it from the cluster:
9189

9290
1. Turn the node into a replica using [`rladmin`]({{< relref "/operate/rs/references/cli-utilities/rladmin/node/enslave" >}}):
9391

0 commit comments

Comments
 (0)