From 321db70ad19f4f4d61c44b6d523fac0a3d11493e Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 10 Jul 2012 18:51:30 +0000 Subject: [PATCH] fix defect 3510989 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@13269 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 ea66febcf..82da0f7b9 100755 --- a/xCAT-server/sbin/xcatconfig +++ b/xCAT-server/sbin/xcatconfig @@ -274,8 +274,9 @@ if ($::INITIALINSTALL || $::FORCE || $::UPDATEINSTALL) if ($::osname eq 'AIX') { - xCAT::Utils->setupAIXconserver($::VERBOSE); - + if ($::INITIALINSTALL) { # only do once on install + xCAT::Utils->setupAIXconserver($::VERBOSE); + } &setupAIXIPMITool; # Add the xcatd subsystem to the AIX