From 27c94dec21830a9c042a0134dfc9b20b9030974a Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 18 Sep 2012 10:52:30 +0000 Subject: [PATCH] xcatconfig -m only sets group=__mgmtnode git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13836 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/sbin/xcatconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/sbin/xcatconfig b/xCAT-server/sbin/xcatconfig index 5498799af..5c28d4528 100755 --- a/xCAT-server/sbin/xcatconfig +++ b/xCAT-server/sbin/xcatconfig @@ -2019,7 +2019,7 @@ sub cleanupPSTable =head3 setupMNinDB - Will add the management node to the database with group=mn and nodetype=mn + Will add the management node to the database with group=__mgmtnode =cut @@ -2030,7 +2030,7 @@ sub setupMNinDB my $mnname = `hostname`; chomp $mnname; $mnname && $mnname =~ s/\..*//; # strip off domain - my $chtabcmds = "$::XCATROOT/sbin/chtab node=$mnname nodelist.groups=__mgmtnode nodetype.nodetype=mn;"; + my $chtabcmds = "$::XCATROOT/sbin/chtab node=$mnname nodelist.groups=__mgmtnode;"; my $outref = xCAT::Utils->runcmd("$chtabcmds", 0); if ($::RUNCMD_RC != 0) {