From 72479951fe31a986d056eed6b9c67cab3e17e349 Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 13 Jan 2010 19:29:56 +0000 Subject: [PATCH] remove additional xcatmaster setup git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4949 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/tools/csm2xcat | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/xCAT-server/share/xcat/tools/csm2xcat b/xCAT-server/share/xcat/tools/csm2xcat index fc7a55c09..15c0231a4 100755 --- a/xCAT-server/share/xcat/tools/csm2xcat +++ b/xCAT-server/share/xcat/tools/csm2xcat @@ -271,15 +271,15 @@ sub getNodeinfo while (($attr, $value) = each %$attributes) { - if ($attr eq "InstallServer") - { - if ($value) - { - $xcatline = " xcatmaster=$value\n"; - $xcatline .= " servicenode=$value\n"; + #if ($attr eq "InstallServer") + #{ + # if ($value) + # { + # $xcatline = " xcatmaster=$value\n"; + # $xcatline .= " servicenode=$value\n"; - } - } + #} + #} # since we are suggesting that the xCAT MN is a different machine # than the CSM MS, we will not use the Management Server value #if ($attr eq "ManagementServer")