Skip to content

Commit 0c11ed6

Browse files
authored
RS: Added troubleshooting index with links to knowledge base (#2152)
* DOC-3912 RS: Troubleshooting index * DOC-5732 Added knowledge base links to RS troubleshooting * DOC-5732 Some RS troubleshooting link adjustments
1 parent a61bd30 commit 0c11ed6

File tree

2 files changed

+64
-0
lines changed

2 files changed

+64
-0
lines changed

content/operate/rs/security/encryption/tls/_index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,11 @@ You can [use TLS authentication]({{< relref "/operate/rs/security/encryption/tls
2323
TLS protocols and ciphers define the overall suite of algorithms that clients are able to connect to the servers with.
2424

2525
You can change the [TLS protocols]({{< relref "/operate/rs/security/encryption/tls/tls-protocols" >}}) and [ciphers]({{< relref "/operate/rs/security/encryption/tls/ciphers" >}}) to improve the security of your Redis Enterprise cluster and databases. The default settings are in line with industry best practices, but you can customize them to match the security policy of your organization.
26+
27+
## Troubleshooting
28+
29+
For help troubleshooting TLS failures, see the following knowledge base guides:
30+
31+
- [Troubleshooting TLS Failures](https://support.redislabs.com/hc/en-us/articles/26867190871314-Troubleshooting-TLS-Failures)
32+
33+
- [Troubleshooting TLS Connection Failures Caused by Certificate Expiration](https://support.redislabs.com/hc/en-us/articles/27021922067090-Troubleshooting-TLS-Connection-Failures-Caused-by-Certificate-Expiration)
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
Title: Troubleshooting Redis Enterprise Software
3+
alwaysopen: false
4+
categories:
5+
- docs
6+
- operate
7+
- rs
8+
description: Resources for troubleshooting Redis Enterprise Software
9+
linkTitle: Troubleshooting
10+
weight: 75
11+
---
12+
13+
## General troubleshooting
14+
15+
For general troubleshooting, see:
16+
17+
- [Create a support package]({{<relref "/operate/rs/installing-upgrading/creating-support-package">}}) to gather information about the cluster, nodes, and databases to help debug issues
18+
19+
- [Logging]({{<relref "/operate/rs/clusters/logging">}})
20+
21+
- [`rladmin status`]({{<relref "/operate/rs/references/cli-utilities/rladmin/status">}}) command, which displays the current status of nodes, databases, database endpoints, and shards on the cluster
22+
23+
- [`rlcheck`]({{<relref "/operate/rs/references/cli-utilities/rlcheck">}}) utility, which runs various tests to check node health and reports any discovered issues
24+
25+
- [Troubleshooting pocket guide]({{<relref "/operate/rs/databases/connect/troubleshooting-guide">}})
26+
27+
## Troubleshooting by topic
28+
29+
For troubleshooting specific issues, see:
30+
31+
- [Database connectivity troubleshooting]({{<relref "/operate/rs/databases/connect/troubleshooting-guide#troubleshoot-connectivity">}})
32+
33+
- [Latency troubleshooting]({{<relref "/operate/rs/databases/connect/troubleshooting-guide#troubleshoot-latency">}})
34+
35+
- [Replica Of repeatedly fails]({{<relref "/operate/rs/databases/import-export/replica-of/replicaof-repeatedly-fails">}})
36+
37+
- CRDT [INFO]({{<relref "/operate/rs/databases/active-active/develop/develop-for-aa#info">}}) for troubleshooting Active-Active databases
38+
39+
## Knowledge base
40+
41+
The [Redis Software knowledge base](https://support.redislabs.com/hc/en-us/categories/26174244088594-Redis-Software) provides additional guides and troubleshooting resources.
42+
43+
- [Tools for Identifying Failures in Clusters](https://support.redislabs.com/hc/en-us/articles/26759137301394-Tools-for-Identifying-Failures-in-Clusters)
44+
45+
- [Troubleshooting TLS Failures](https://support.redislabs.com/hc/en-us/articles/26867190871314-Troubleshooting-TLS-Failures)
46+
47+
- [Troubleshooting TLS Connection Failures Caused by Certificate Expiration](https://support.redislabs.com/hc/en-us/articles/27021922067090-Troubleshooting-TLS-Connection-Failures-Caused-by-Certificate-Expiration)
48+
49+
- [Diagnosing and Resolving Endpoint Flapping in Redis Software](https://support.redislabs.com/hc/en-us/articles/27001052658706-Diagnosing-and-Resolving-Endpoint-Flapping-in-Redis-Software)
50+
51+
- See [Troubleshooting Redis Software](https://support.redislabs.com/hc/en-us/sections/26758971861778-Troubleshooting-Redis-Software) for more troubleshooting guides.
52+
53+
54+
## Contact support
55+
56+
If initial troubleshooting doesn't resolve the issue, you can [contact support](https://redis.io/support/) for additional help.

0 commit comments

Comments
 (0)