From 49b0f4e07411bd449e7c12f67c44220cdb743281 Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 20 Nov 2008 17:56:02 +0000 Subject: [PATCH] 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 --- xCAT-server/sbin/xcatconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xCAT-server/sbin/xcatconfig b/xCAT-server/sbin/xcatconfig index 6f9d75f66..7c5f34958 100644 --- a/xCAT-server/sbin/xcatconfig +++ b/xCAT-server/sbin/xcatconfig @@ -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)