Skip to content

Commit d60ed7d

Browse files
authored
Merge pull request #89251 from bergerhoffer/OCPBUGS-14747
OCPBUGS#14747: Removing redhat-support-tool since it no longer ships …
2 parents c879ad6 + f86e33e commit d60ed7d

5 files changed

+2
-21
lines changed

modules/about-toolbox.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
= About `toolbox`
88

99
ifndef::openshift-origin[]
10-
`toolbox` is a tool that starts a container on a {op-system-first} system. The tool is primarily used to start a container that includes the required binaries and plugins that are needed to run commands such as `sosreport` and `redhat-support-tool`.
10+
`toolbox` is a tool that starts a container on a {op-system-first} system. The tool is primarily used to start a container that includes the required binaries and plugins that are needed to run commands such as `sosreport`.
1111

1212
The primary purpose for a `toolbox` container is to gather diagnostic information and to provide it to Red Hat Support. However, if additional diagnostic tools are required, you can add RPM packages or run an image that is an alternative to the standard support tools image.
1313
endif::openshift-origin[]

modules/support-collecting-network-trace.adoc

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,6 @@ $ tcpdump -nn -s 0 -i ens5 -w /host/var/tmp/my-cluster-node_$(date +%d_%m_%Y-%H_
109109

110110
. Provide the `tcpdump` capture file to Red Hat Support for analysis, using one of the following methods.
111111
+
112-
* Upload the file to an existing Red Hat support case directly from an {product-title} cluster.
113-
.. From within the toolbox container, run `redhat-support-tool` to attach the file directly to an existing Red Hat Support case. This example uses support case ID `01234567`:
114-
+
115-
[source,terminal]
116-
----
117-
# redhat-support-tool addattachment -c 01234567 /host/var/tmp/my-tcpdump-capture-file.pcap <1>
118-
----
119-
<1> The toolbox container mounts the host's root directory at `/host`. Reference the absolute path from the toolbox container's root directory, including `/host/`, when specifying files to upload through the `redhat-support-tool` command.
120-
+
121112
* Upload the file to an existing Red Hat support case.
122113

123114
.. Concatenate the `sosreport` archive by running the `oc debug node/<node_name>` command and redirect the output to a file. This command assumes you have exited the previous `oc debug` session:

modules/support-generating-a-sosreport-archive.adoc

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -114,15 +114,6 @@ The checksum is: 382ffc167510fd71b4f12a4f40b97a4e
114114

115115
. Provide the `sosreport` archive to Red Hat Support for analysis, using one of the following methods.
116116
+
117-
* Upload the file to an existing Red Hat support case directly from an {product-title} cluster.
118-
.. From within the toolbox container, run `redhat-support-tool` to attach the archive directly to an existing Red Hat support case. This example uses support case ID `01234567`:
119-
+
120-
[source,terminal]
121-
----
122-
# redhat-support-tool addattachment -c 01234567 /host/var/tmp/my-sosreport.tar.xz <1>
123-
----
124-
<1> The toolbox container mounts the host's root directory at `/host`. Reference the absolute path from the toolbox container's root directory, including `/host/`, when specifying files to upload through the `redhat-support-tool` command.
125-
+
126117
* Upload the file to an existing Red Hat support case.
127118
.. Concatenate the `sosreport` archive by running the `oc debug node/<node_name>` command and redirect the output to a file. This command assumes you have exited the previous `oc debug` session:
128119
+

modules/support-providing-diagnostic-data-to-red-hat.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[id="support-providing-diagnostic-data-to-red-hat_{context}"]
77
= Providing diagnostic data to Red Hat Support
88

9-
When investigating {product-title} issues, Red Hat Support might ask you to upload diagnostic data to a support case. Files can be uploaded to a support case through the Red Hat Customer Portal, or from an {product-title} cluster directly by using the `redhat-support-tool` command.
9+
When investigating {product-title} issues, Red Hat Support might ask you to upload diagnostic data to a support case. Files can be uploaded to a support case through the Red Hat Customer Portal.
1010

1111
.Prerequisites
1212

support/index.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ ifndef::openshift-rosa,openshift-rosa-hcp,openshift-dedicated[]
5454
endif::openshift-rosa,openshift-rosa-hcp,openshift-dedicated[]
5555
* *Cluster node journal logs*: Gather `journald` unit logs and logs within `/var/log` on individual cluster nodes to troubleshoot node-related issues.
5656
* *A network trace*: Provide a network packet trace from a specific {product-title} cluster node or a container to Red Hat Support to help troubleshoot network-related issues.
57-
* *Diagnostic data*: Use the `redhat-support-tool` command to gather(?) diagnostic data about your cluster.
5857

5958
[id='support-overview-troubleshooting-issues']
6059
== Troubleshooting issues

0 commit comments

Comments
 (0)