dbginfo.sh: (re)group commands for network

This change will regroup & reorder the commands executed for network.
By grouping, we intend to enhance the handling in our runtime.out file
and help to understand the purpose of command groups.

In addition we did get feedback for promoting some commands to the top.
"ip -br a" was added on request of SMEs during the discussions

Signed-off-by: Joern Siglen <siglen@de.ibm.com>
Reviewed-by: Sa Liu <saliu@de.ibm.com>
Reviewed-by: Mario Held <mario.held@de.ibm.com>
Acked-by: Sandy Winter <WINTERA@de.ibm.com>
Acked-by: Stefan Raspl <stefan.raspl@de.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Joern Siglen
2022-02-14 11:42:23 +01:00
committed by Jan Höppner
parent 40dd63e2ac
commit 81920f7cfd

View File

@@ -426,7 +426,6 @@ CMDS="uname -a\
:dmsetup status\
:icainfo\
:icastats\
:ipcs -a\
:ivp.e # IBM CCA package install check\
:java -version\
:last\
@@ -490,16 +489,19 @@ CMDS="uname -a\
"
########################################
NETWORK_CMDS="ip a sh\
# network comamnds for separate output file with ip -br a as header command
NETWORK_CMDS="ip -br a\
:firewall-cmd --list-all\
:ifconfig -a\
:ip a sh\
:ip -s -s link\
:ip link show\
:ip neigh list\
:ip ntable\
:ip route list\
:ip route list table all\
:ip rule list\
:ip neigh list\
:ip link show\
:ip ntable\
:ip -s -s link\
:firewall-cmd --list-all\
:ifconfig -a\
:ipcs -a\
:iptables -L\
:lsqeth\
:netstat -pantu\