From 781c87bf8f317b0ce986b68bbfd03a3b4c267b78 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 11 Aug 2017 09:11:54 -0400 Subject: [PATCH] Filter out header of new version of OneCLI --- xCAT-client/bin/pasu | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-client/bin/pasu b/xCAT-client/bin/pasu index 4b5e75deb..876e577d1 100755 --- a/xCAT-client/bin/pasu +++ b/xCAT-client/bin/pasu @@ -213,6 +213,7 @@ sub processoutput { #This way, one arbiter handles output, no interrupting $line !~ /Lenovo ASU/i && $line !~ /^\s*$/i && $line !~ /Lenovo ToolsCenterSuite CLI/i && + $line !~ /Lenovo XClarity Essentials OneCLI/i && $line !~ /Invoking SHOW command .../i && $line !~ /Connected to BMC by IP address/i && $line !~ /Succeeded running the command /i &&