remove /etc/xCATSN if Management Node installed

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2517 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2008-11-20 17:56:02 +00:00
parent b3255f49cc
commit 49b0f4e074

View File

@ -78,6 +78,9 @@ else
{
xCAT::MsgUtils->message('I', "Created /etc/xCATMN file.\n");
}
# Make sure service node file is not there
my $cmd = "/bin/rm /etc/xCATSN";
my $outref = xCAT::Utils->runcmd("$cmd", 0);
# some Linux-only config
# (used to FTP postscripts to nodes)