Skip to content

Commit ab61324

Browse files
authored
DOC-3605 RS: Added support package options for the CM UI (#1401)
1 parent 14b1939 commit ab61324

File tree

5 files changed

+25
-3
lines changed

5 files changed

+25
-3
lines changed

content/operate/rs/installing-upgrading/creating-support-package.md

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,36 @@ To create a support package from the Cluster Manager UI:
109109

110110
1. In the navigation menu, select **Support**.
111111

112-
{{<image filename="images/rs/screenshots/create-support-package.png" width="60%" alt="Select Support and create a support package.">}}
112+
{{<image filename="images/rs/screenshots/create-support-package/support-package-dialog.png" width="60%" alt="Select Support from the navigation menu and create a support package.">}}
113113

114-
1. Select **Proceed**.
114+
1. Click **Proceed**.
115115

116-
1. In the **Create support package** dialog, select **Run process**.
116+
1. In the **Generate support package** dialog, select one of the following options:
117+
118+
- **Full package including all nodes and databases**: Creates a support package with information about all nodes and databases in the cluster.
119+
120+
- **For Databases**: Creates a support package that includes database information.
121+
122+
- Select **All Databases** from the **Database name (Database ID)** list to include information about all databases in the cluster.
123+
124+
- Select a specific database from the **Database name (Database ID)** list to include information about that database only.
125+
126+
{{<image filename="images/rs/screenshots/create-support-package/generate-support-package-select-db.png" width="60%" alt="The list of databases you can include in the support package.">}}
127+
128+
- **For Nodes**: Creates a support package that includes node information.
129+
130+
- Select **All Nodes** from the **Node ID (IP Addresses)** list to include information about all nodes in the cluster.
131+
132+
- Select a specific node from the **Node ID (IP Addresses)** list to include information about that node only.
133+
134+
{{<image filename="images/rs/screenshots/create-support-package/generate-support-package-select-node.png" width="60%" alt="The list of nodes you can include in the support package.">}}
135+
136+
1. Click **Generate package**.
117137

118138
1. The package is created and downloaded by your browser.
119139

140+
{{<image filename="images/rs/screenshots/create-support-package/support-package-created-alert.png" width="60%" alt="An alert appears that says, 'Support package created, attach it to your request in the Redis Support portal'. The Redis Support portal is a button you can click to contact Redis Support.">}}
141+
120142
### Command-line method
121143

122144
If package creation fails with `internal error` or if you cannot access the UI, create a support package for the cluster from the command line on any node in the cluster using the [`rladmin cluster debug_info`]({{< relref "/operate/rs/references/cli-utilities/rladmin/cluster/debug_info" >}}) command:
Loading
Loading
Loading

0 commit comments

Comments
 (0)