On install Linux do not put xcatserver,xcatclient in postscripts table on servicenode. They are now called by servicenode
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11236 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
d552ed957c
commit
a7a08dbb33
@ -1059,7 +1059,7 @@ sub initDB
|
||||
}
|
||||
else
|
||||
{
|
||||
xCAT::MsgUtils->message('I', "Updated cluster site definition.");
|
||||
verbose("Updated cluster site definition.");
|
||||
}
|
||||
}
|
||||
|
||||
@ -1128,7 +1128,7 @@ sub initDB
|
||||
"$::XCATROOT/sbin/chtab node=xcatdefaults postscripts.postscripts='syslog,remoteshell,otherpkgs,syncfiles';";
|
||||
}
|
||||
$chtabcmds .=
|
||||
"$::XCATROOT/sbin/chtab node=service postscripts.postscripts='servicenode,xcatserver,xcatclient'";
|
||||
"$::XCATROOT/sbin/chtab node=service postscripts.postscripts='servicenode'";
|
||||
}
|
||||
|
||||
my $outref = xCAT::Utils->runcmd("$chtabcmds", 0);
|
||||
|
Loading…
Reference in New Issue
Block a user