From 44ff28c16043b5aebdbaa5d7c2f0c98bb740bab8 Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Mon, 27 Mar 2017 17:49:20 +0100 Subject: [powerpc] remove lsvpd family commands from plugin lsvpd family commands captures information, which can be extracted from /var/lib/lsvpd. So, avoid capturing duplicate information by skipping the execution of these command. Signed-off-by: Mukesh Ojha Reviewed-by: Kamalesh Babulal Signed-off-by: Bryn M. Reeves --- sos/plugins/powerpc.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sos/plugins/powerpc.py b/sos/plugins/powerpc.py index 9252cf2c..517175ca 100644 --- a/sos/plugins/powerpc.py +++ b/sos/plugins/powerpc.py @@ -56,10 +56,7 @@ class PowerPC(Plugin, RedHatPlugin, UbuntuPlugin, DebianPlugin): "ppc64_cpu --cores-on", "ppc64_cpu --run-mode", "ppc64_cpu --frequency", - "ppc64_cpu --dscr", - "lscfg -vp", - "lsmcode -A", - "lsvpd --debug" + "ppc64_cpu --dscr" ]) if ispSeries: @@ -70,7 +67,6 @@ class PowerPC(Plugin, RedHatPlugin, UbuntuPlugin, DebianPlugin): "/var/log/platform" ]) self.add_cmd_output([ - "lsvio -des", "servicelog --dump", "servicelog_notify --list", "usysattn", -- cgit