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) {