diff --git a/xCAT-client/bin/pasu b/xCAT-client/bin/pasu index 08b77e746..191aeda65 100755 --- a/xCAT-client/bin/pasu +++ b/xCAT-client/bin/pasu @@ -215,6 +215,9 @@ 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 &&