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
Title: Remove an unresponsive participating cluster
3
3
alwaysopen: false
4
4
categories:
5
5
- docs
@@ -9,43 +9,120 @@ description:
9
9
linkTitle: Remove RERC
10
10
weight: 98
11
11
---
12
+
13
+
When a RedisEnterpriseRemoteCluster (RERC) isn't communicating with other participating clusters, the RedisEnterpriseActiveActiveDatabase(REAADB) will enter an error state. To remedy this, you can remove the unresponsive RERC from the Active-Active database configuration.
12
14
13
15
## Prerequisites
14
16
15
-
## Identify failed RERC
17
+
We strongly recommend backing up your cluster before proceeding with the following steps.
16
18
17
-
1.
19
+
{{<warning>}}Proceed with caution. Ensure you are running the following command from the correct instance. Verify the status of the RERCs and REAADB before and after each step.{{</warning>}}
18
20
19
-
```sh
20
-
kubectl get rerc
21
-
```
21
+
The followings steps use these example values. Remember to substitute these with your own values.
22
22
23
-
2.
23
+
- RERCs: `new-york-1` (cluster name `rec1`), `new-york-2` (`rec2`) and `boston-1` (`rec3`)
NAME STATUS SPEC STATUS LINKED REDBS REPLICATION STATUS
50
-
example-aadb-1 active Valid up
51
-
```
128
+
After the communication issue on the cluster is resolved, you can add it back to the REAADB configuration by following the steps for [Add a participating cluster]({{<relref "operate/kubernetes/active-active/edit-clusters#add-a-participating-cluster">}}.
0 commit comments