dbginfo.sh: add overview and crypto update

Add "zhypinfo" as an overview on Hypervisor structure in runtime.out
Get an overview of all block devices in front of the detailed outputs
using "lsblk" into runtime.out
Starting OpenSSL3.0 "openssl engine" is deprecated and needs replacement by:
"openssl list --providers" (keep "engine" for older versions)

Suggested-by: Christian Rund <Christian.Rund@de.ibm.com>
Reviewed-by: Mario Held <mario.held@de.ibm.com>
Signed-off-by: Joern Siglen <siglen@de.ibm.com>
Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
This commit is contained in:
Joern Siglen
2024-10-21 16:56:34 +02:00
committed by Steffen Eiden
parent 5751c08627
commit 6fc13a0ff4

View File

@@ -471,6 +471,7 @@ CONFIGFILES="\
CMDS="uname -a\
:uptime\
:timedatectl\
:zhypinfo\
:last\
:lscpu -ae\
:lscpu -ye\
@@ -507,6 +508,7 @@ CMDS="${CMDS}\
# block device and other scsi device commands (in non alphabetical order)
# command groups itself have an intentional topical grouping and order
CMDS="${CMDS}\
:lsblk\
:lsdasd\
:lsdasd -u\
:lvdisplay\
@@ -603,7 +605,8 @@ NETWORK_CMDS="ip -br a\
:netstat -s\
:nm-tool\
:nstat -az\
:openssl engine\
:openssl engine # deprecated in OpenSSL 3.n\
:openssl list --providers 2>/dev/null # redirect help on older systems\
:route -n\
"