Skip to content

Commit 588684f

Browse files
authored
Merge pull request #17651 from wking/gather-sshs-for-you
modules/installation-bootstrap-gather: Gather SSHs for you
2 parents 1dfb174 + 77682b0 commit 588684f

File tree

1 file changed

+2
-33
lines changed

1 file changed

+2
-33
lines changed

modules/installation-bootstrap-gather.adoc

Lines changed: 2 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -63,40 +63,9 @@ list that contains all the control plane machines in your cluster.
6363
The command output resembles the following example:
6464
+
6565
----
66-
INFO Use the following commands to gather logs from the cluster
67-
INFO ssh -A core@<bootstrap_address> '/usr/local/bin/installer-gather.sh <master_address> <master_address> <master_address>'
68-
INFO scp core@<bootstrap_address>:~/log-bundle.tar.gz .
66+
INFO Pulling debug logs from the bootstrap machine
67+
INFO Bootstrap gather logs captured here "<directory>/log-bundle-<timestamp>.tar.gz"
6968
----
7069
+
71-
You use both commands that are displayed to gather and download the logs.
72-
73-
. Gather logs from the bootstrap and master machines:
74-
+
75-
----
76-
$ ssh -A core@<bootstrap_address> '/usr/local/bin/installer-gather.sh <master_address> <master_address> <master_address>'
77-
----
78-
+
79-
You SSH into the bootstrap machine and run the gather tool, which is designed to
80-
collect as much data as possible from the bootstrap and control plane machines
81-
in your cluster and compress all of the gathered files.
82-
+
83-
[NOTE]
84-
====
85-
It is normal to see errors in the command output. If the command output
86-
displays the instructions to download the compressed log files,
87-
`log-bundle.tar.gz`, then the command succeeded.
88-
====
89-
90-
. Download the compressed file that contains the logs:
91-
+
92-
----
93-
$ scp core@<bootstrap_address>:~/log-bundle.tar.gz . <1>
94-
----
95-
<1> `<bootstrap_address>` is the fully-qualified domain name or IP address of the bootstrap
96-
machine.
97-
+
98-
The command to download the log files is included at the end of the gather
99-
command output.
100-
+
10170
If you open a Red Hat support case about your installation failure, include
10271
the compressed logs in the case.

0 commit comments

Comments
 (0)