From f54ddf96fa7a081f413a69481f1df46486ad6b5c Mon Sep 17 00:00:00 2001 From: wanghuaz Date: Tue, 10 Nov 2009 05:18:29 +0000 Subject: [PATCH] Updated script to match RHEL5.4 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4529 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/ib/scripts/healthCheck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/share/xcat/ib/scripts/healthCheck b/xCAT-server/share/xcat/ib/scripts/healthCheck index c191a9719..daaf48dbe 100644 --- a/xCAT-server/share/xcat/ib/scripts/healthCheck +++ b/xCAT-server/share/xcat/ib/scripts/healthCheck @@ -1320,7 +1320,7 @@ sub HCACheckLinux() #Check state if ($line =~ /\S*:\s*state:\s*(\w+)\s*\(.*/ && $ignore == 0) { - if ($1 ne "PORT_ACTIVE") + if ($1 ne "PORT_ACTIVE" && $1 ne "active") { $abnormal = 1; print "$host: ib$if_id state is $1. UNEXPECTED STATE.\n";