You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/rs/networking/multi-ip-ipv6.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
-
Title: Multi-IP and IPv6
2
+
Title: Manage IP addresses
3
3
alwaysopen: false
4
4
categories:
5
5
- docs
6
6
- operate
7
7
- rs
8
8
description: Information and requirements for using multiple IP addresses or IPv6
9
9
addresses with Redis Enterprise Software.
10
-
linkTitle: Multi-IP and IPv6
10
+
linkTitle: Manage IP addresses
11
11
weight: $weight
12
12
---
13
13
Redis Enterprise Software supports servers, instances, and VMs with
@@ -73,8 +73,6 @@ The host file `/etc/hosts` on each node in the cluster must include the followin
73
73
74
74
## Change internal IP address
75
75
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
-
78
76
Before you change an internal IP address, consider the following:
79
77
80
78
- 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:
83
81
84
82
- Joining a node that only has IPv6 network interfaces to a master node that does not have IPv6 enabled causes a `NodeBootstrapError`.
85
83
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.
89
87
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:
91
89
92
90
1. Turn the node into a replica using [`rladmin`]({{< relref "/operate/rs/references/cli-utilities/rladmin/node/enslave" >}}):
0 commit comments