From 616851a944868880c3c881ec2abbccae5055fe40 Mon Sep 17 00:00:00 2001 From: yinle Date: Sat, 25 Jun 2011 02:50:06 +0000 Subject: [PATCH] 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 --- perl-xCAT/xCAT/PPCcli.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/PPCcli.pm b/perl-xCAT/xCAT/PPCcli.pm index 18bf7ddd3..9c7f74cd5 100644 --- a/perl-xCAT/xCAT/PPCcli.pm +++ b/perl-xCAT/xCAT/PPCcli.pm @@ -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", ); ##############################################