Print this page
NEX-6513 IPMP should be a proper service and not require manual daemon startup
Reviewed by: Steve Peng <steve.peng@nexenta.com>
Reviewed by: Gordon Ross <gordon.ross@nexenta.com>
*** 48,67 ****
if [ -f /etc/inet/ipaddrsel.conf ]; then
/usr/sbin/ipaddrsel -f /etc/inet/ipaddrsel.conf
fi
#
- # If explicit IPMP groups are being used, in.mpathd will already be started.
- # However, if TRACK_INTERFACES_ONLY_WITH_GROUPS=no and no explicit IPMP
- # groups have been configured, then it still needs to be started. So, fire
- # it up in "adopt" mode; if there are no interfaces it needs to manage, it
- # will automatically exit.
- #
- /usr/bin/pgrep -x -u 0 -z `smf_zonename` in.mpathd >/dev/null 2>&1 || \
- /usr/lib/inet/in.mpathd -a
-
- #
# Set the RFC 1948 entropy, regardless of if I'm using it or not. If present,
# use the encrypted root password as a source of entropy. Otherwise,
# just use the pre-set (and hopefully difficult to guess) entropy that
# tcp used when it loaded.
#
--- 48,57 ----