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"; }