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:
parent
1e1bc9ab11
commit
564fd6d61f
@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user