Skip to content

Commit 33376bd

Browse files
committed
OCPBUGS-52653 updated gathering network logs topic step openshift#2.
1 parent 968886e commit 33376bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/gathering-data-network-logs.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ $ oc adm must-gather -- gather_network_logs
2222
====
2323
By default, the `must-gather` tool collects the OVN `nbdb` and `sbdb` databases from all of the nodes in the cluster. Adding the `-- gather_network_logs` option to include additional logs that contain OVN-Kubernetes transactions for OVN `nbdb` database.
2424
====
25-
. Create a compressed file from the `must-gather` directory that was just created in your working directory. For example, on a computer that uses a Linux operating system, run the following command:
25+
. Create a compressed file from the `must-gather` directory that was just created in your working directory. Make sure you provide the date and cluster ID for a unique must-gather. For more information on how to find the cluster ID, see the Red Hat Knowledge base solution link:https://access.redhat.com/solutions/5280291[How to find the cluster-id or name on OpenShift cluster]. For example, on a computer that uses a Linux operating system, run the following command:
2626
+
2727
[source,terminal]
2828
----
29-
$ tar cvaf must-gather.tar.gz must-gather.local.472290403699006248 <1>
29+
$ tar cvaf must-gather-`date +"%m-%d-%Y-%H-%M-%S"`-$CLUSTERID.tar.gz must-gather.local.426787175854303238 <1>
3030
----
3131
<1> Replace `must-gather-local.472290403699006248` with the actual directory name.
3232

0 commit comments

Comments
 (0)