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 &&