mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
dbginfo.sh: (re)group commands by z device
This change will group the commands executed for Z device subsystem into a section with a comment. By grouping, we try 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. lspci -t 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: Nicklas Schnelle <Niklas.Schnelle@ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
2677a4182d
commit
be47b51890
@@ -435,20 +435,27 @@ CMDS="uname -a\
|
||||
:mount\
|
||||
"
|
||||
|
||||
# Z device subsystem commands (first commands in non alphabetical order)
|
||||
CMDS="${CMDS}\
|
||||
:lschp\
|
||||
:lscss\
|
||||
:lszdev\
|
||||
:find /dev -print0 | sort -z | xargs -0 -n 10 ls -ld\
|
||||
:lspci -t\
|
||||
:lspci -vv\
|
||||
:lstape\
|
||||
:smc_dbg\
|
||||
"
|
||||
|
||||
CMDS="${CMDS}\
|
||||
:dmsetup ls\
|
||||
:dmsetup ls --tree\
|
||||
:dmsetup table\
|
||||
:dmsetup table --target multipath\
|
||||
:dmsetup status\
|
||||
:lschp\
|
||||
:lscss\
|
||||
:lsdasd\
|
||||
:lsdasd -u\
|
||||
:lspci -vv\
|
||||
:lsscsi\
|
||||
:lstape\
|
||||
:lszdev\
|
||||
:lszfcp\
|
||||
:lszfcp -D\
|
||||
:lszfcp -V\
|
||||
@@ -466,8 +473,6 @@ CMDS="${CMDS}\
|
||||
:multipath -d\
|
||||
:multipath -t\
|
||||
:pvpath -qa\
|
||||
:find /dev -print0 | sort -z | xargs -0 -n 10 ls -ld\
|
||||
:smc_dbg\
|
||||
:lvdisplay\
|
||||
:ziorep_config -ADM\
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user