From 229533cbdaa370f949c4650d48bf602d7c97b51e Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 15 Nov 2017 09:47:39 -0500 Subject: [PATCH] Further improve the filtering of OneCli --- xCAT-client/bin/pasu | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xCAT-client/bin/pasu b/xCAT-client/bin/pasu index 191aeda65..f4270bea8 100755 --- a/xCAT-client/bin/pasu +++ b/xCAT-client/bin/pasu @@ -215,13 +215,13 @@ sub processoutput { #This way, one arbiter handles output, no interrupting $line !~ /Lenovo ToolsCenterSuite CLI/i && $line !~ /Lenovo XClarity Essentials OneCLI/i && $line !~ /Invoking SHOW command .../i && - $line !~ /Succeed in running the command: SHOW/i && $line !~ /start to convert cmd./i && - $line !~ /Connected to BMC at IP address/i && $line !~ /Invoking SET command .../i && - $line !~ /Connected to BMC by IP address/i && - $line !~ /Succeeded running the command /i && $line !~ /Based on module version /i && + $line !~ /Connected to BMC by IP address/i && + $line !~ /Connected to BMC at IP address/i && + $line !~ /Succeeded running the command /i && + $line !~ /Succeed in running the command:/i && $line !~ /Succeed running command /i)) { print $nodehdl{$readyh} . ": " . $line . "\n"; }