From 7c949b11b5a485a4686d394314a5e467ea52a3ac Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 10 Jul 2012 18:53:49 +0000 Subject: [PATCH] fix defect 3510989 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13270 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/sbin/xcatconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/xCAT-server/sbin/xcatconfig b/xCAT-server/sbin/xcatconfig index 5300e9d4b..e2ab07be5 100755 --- a/xCAT-server/sbin/xcatconfig +++ b/xCAT-server/sbin/xcatconfig @@ -259,8 +259,9 @@ if ($::INITIALINSTALL || $::FORCE || $::UPDATEINSTALL) if ($::osname eq 'AIX') { - xCAT::Utils->setupAIXconserver($::VERBOSE); - + if ($::INITIALINSTALL) { # do only on install + xCAT::Utils->setupAIXconserver($::VERBOSE); + } &setupAIXIPMITool; # Add the xcatd subsystem to the AIX