From d2273ccfa63e0347648dfea60640e20774a32497 Mon Sep 17 00:00:00 2001 From: wanghuaz Date: Tue, 30 Jun 2009 12:56:49 +0000 Subject: [PATCH] fixed defect:2814406 remove -M option of pmcycles function running on compute node git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3670 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 a7d61f4b1..c76caee00 100644 --- a/xCAT-server/share/xcat/ib/scripts/healthCheck +++ b/xCAT-server/share/xcat/ib/scripts/healthCheck @@ -655,7 +655,7 @@ sub procsrCheckAIX() return $::NOK; } my $ValidAIXNodes = join (",", @ValidAIXNodes); - my $checkCmd = "xdsh $ValidAIXNodes \"$::AIXProcCmd -M\" 2>/dev/null"; + my $checkCmd = "xdsh $ValidAIXNodes \"$::AIXProcCmd\" 2>/dev/null"; print $::LOG_FILE_HANDLE "Running command: $checkCmd.\n"; my @output = `$checkCmd`; if ($?)