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/7.8/installing-upgrading/creating-support-package.md
+25-3Lines changed: 25 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,14 +110,36 @@ To create a support package from the Cluster Manager UI:
110
110
111
111
1. In the navigation menu, select **Support**.
112
112
113
-
{{<imagefilename="images/rs/screenshots/create-support-package.png"width="60%"alt="Select Support and create a support package.">}}
113
+
{{<imagefilename="images/rs/screenshots/create-support-package/support-package-dialog.png"width="60%"alt="Select Support from the navigation menu and create a support package.">}}
114
114
115
-
1.Select**Proceed**.
115
+
1.Click**Proceed**.
116
116
117
-
1. In the **Create support package** dialog, select **Run process**.
117
+
1. In the **Generate support package** dialog, select one of the following options:
118
+
119
+
-**Full package including all nodes and databases**: Creates a support package with information about all nodes and databases in the cluster.
120
+
121
+
-**For Databases**: Creates a support package that includes database information.
122
+
123
+
- Select **All Databases** from the **Database name (Database ID)** list to include information about all databases in the cluster.
124
+
125
+
- Select a specific database from the **Database name (Database ID)** list to include information about that database only.
126
+
127
+
{{<imagefilename="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.">}}
128
+
129
+
-**For Nodes**: Creates a support package that includes node information.
130
+
131
+
- Select **All Nodes** from the **Node ID (IP Addresses)** list to include information about all nodes in the cluster.
132
+
133
+
- Select a specific node from the **Node ID (IP Addresses)** list to include information about that node only.
134
+
135
+
{{<imagefilename="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.">}}
136
+
137
+
1. Click **Generate package**.
118
138
119
139
1. The package is created and downloaded by your browser.
120
140
141
+
{{<imagefilename="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.">}}
142
+
121
143
### Command-line method
122
144
123
145
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/7.8/references/cli-utilities/rladmin/cluster/debug_info" >}}) command:
0 commit comments