Fix the bug that rspconfig can't change node name on HMC

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9937 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
yinle 2011-06-25 02:50:06 +00:00
parent 43c6b35704
commit 616851a944

View File

@ -44,7 +44,9 @@ my %lssyscfg = (
my %chsyscfg = (
prof =>"chsyscfg -r prof -m %s -i %s",
bpa =>"chsyscfg -r frame -e %s -i %s",
fsp =>"chsyscfg -r sys -m %s -i %s"
fsp =>"chsyscfg -r sys -m %s -i %s",
frame =>"chsyscfg -r frame -e %s -i %s",
cec =>"chsyscfg -r sys -m %s -i %s",
);
##############################################