From ec954acb2bfa84fb2290e2eb5612758550c1ba24 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Mon, 3 Apr 2017 09:59:38 -0400 Subject: [PATCH] Update pasu filtering --- xCAT-client/bin/pasu | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xCAT-client/bin/pasu b/xCAT-client/bin/pasu index 3ae655a58..2a85cb276 100755 --- a/xCAT-client/bin/pasu +++ b/xCAT-client/bin/pasu @@ -201,9 +201,11 @@ sub processoutput { #This way, one arbiter handles output, no interrupting $line !~ /Connected to IMM at IP address/i && $line !~ /Lenovo ASU/i && $line !~ /^\s*$/i && - $line !~ /Lenovo ToolsCenterSuite CLI tcli12c-1.4.0/i && + $line !~ /Lenovo ToolsCenterSuite CLI/i && $line !~ /Invoking SHOW command .../i && $line !~ /Connected to BMC by IP address/i && + $line !~ /Succeeded running command /i && + $line !~ /Based on module version /i && $line !~ /Succeed running command /i)) { print $nodehdl{$readyh} . ": " . $line . "\n"; }