fix xcatd starting on AIX

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2432 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
linggao 2008-10-31 12:56:58 +00:00
parent 1e1bc9ab11
commit 564fd6d61f
2 changed files with 7 additions and 2 deletions

View File

@ -62,6 +62,11 @@ rm -rf $RPM_BUILD_ROOT
fi
%else
#restart the xcatd
$XCATROOT/sbin/xcatstart
XCATROOT=$RPM_INSTALL_PREFIX0 $RPM_INSTALL_PREFIX0/sbin/xcatstart
%endif

View File

@ -163,7 +163,7 @@ fi
if [ "$1" -gt "1" ]; then #only on upgrade for AIX...
#migration issue for monitoring
XCATROOT=$RPM_INSTALL_PREFIX0 $RPM_INSTALL_PREFIX0/sbin/chtab filename=monitorctrl.pm notification -d
$XCATROOT/sbin/xcatstart
XCATROOT=$RPM_INSTALL_PREFIX0 $RPM_INSTALL_PREFIX0/sbin/xcatstart
fi
%endif