Skip to content

Commit 0dd9cf5

Browse files
Merge pull request #72910 from zaneb/agent-gather
Improve docs about running agent-gather command
2 parents e53110a + 130b5da commit 0dd9cf5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/installing-ocp-agent-gather-log.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ $ ./openshift-install --dir <install_directory> agent wait-for bootstrap-complet
2828
ERROR Bootstrap failed to complete: : bootstrap process timed out: context deadline exceeded
2929
----
3030

31-
. If the output from the previous command indicates a failure, or if the bootstrap is not progressing, run the following command on node 0 and collect the output:
31+
. If the output from the previous command indicates a failure, or if the bootstrap is not progressing, run the following command to connect to the rendezvous host and collect the output:
3232
+
3333
[source,terminal]
3434
----
35-
$ ssh core@<node-ip> sudo /usr/local/bin/agent-gather -O > <local_tmp_path>/agent-gather.tar.xz
35+
$ ssh core@<node-ip> agent-gather -O >agent-gather.tar.xz
3636
----
3737
+
3838
[NOTE]
3939
====
40-
You only need to gather data from node 0, but gathering this data from every node can be helpful.
40+
Red{nbsp}Hat Support can diagnose most issues using the data gathered from the rendezvous host, but if some hosts are not able to register, gathering this data from every host might be helpful.
4141
====
4242

4343
. If the bootstrap completes and the cluster nodes reboot, run the following command and collect the output:
@@ -72,4 +72,4 @@ $ tar cvaf must-gather.tar.gz <must_gather_directory>
7272

7373
. Excluding the `/auth` subdirectory, attach the installation directory used during the deployment to your support case on the link:https://access.redhat.com[Red Hat Customer Portal].
7474

75-
. Attach all other data gathered from this procedure to your support case.
75+
. Attach all other data gathered from this procedure to your support case.

0 commit comments

Comments
 (0)