Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
#########################################################################
# #
# Name: acquire_aconn_service #
# #
# Description: This script is called after a service #
# interface is acquired. swap_aconn_protocols #
# is called for each for each standby interface #
# found in the network. #
# #
# Called by: acquire_service_addr #
# #
# Calls to: swap_aconn_protocols #
# #
# Arguments: service_interface network #
# #
# service_interface - the new available interface #
# network - the network name the interface is on #
# #
# Returns: 0 success #
# 1 failure #
# 2 bad argument #
# #
#########################################################################
# @(#)65 1.52 src/43haes/usr/sbin/cluster/events/acquire_service_addr.sh, hacmp.events, 51haes_r530, r5300528b 3/16/05 19:29:41
#########################################################################
# #
# Name: acquire_service_addr #
# #
# Description: This script is called when the local node #
# joins the cluster or a remote node leaves #
# the cluster. #
# First, the script checks the configured boot #
# adapter, then does a boot -> service swap. #
# If in rotating configurations, it #
# figures out the un-used shared service #
# address from environment variables (which #
# were set by cluster manager), then does a #
# boot -> shared_service swap. #
# Finally, it runs 'telinit a' . #
# #
# Called by: node_up_local, node_down_remote #
# #
# Calls to: cl_swap_IP_address, acquire_aconn_service, #
# cl_release_sna_dlc, cl_acquire_sna_dlc #
# #
# Arguments: service_address [service_address] #
# #
# Returns: 0 success #
# 1 failure #
# 2 bad argument #
# 3 failed to turn on NIS #
# #
#########################################################################
for f in `ls /usr/es/sbin/cluster/events | grep -v "[a-z]*.rp"`
do
cat /usr/es/sbin/cluster/events/$f | grep -p -i "desc"
done >> ./events.txt