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
This commit is contained in:
wanghuaz 2009-06-30 12:56:49 +00:00
parent 5e462c7a75
commit d2273ccfa6

View File

@ -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 ($?)