123456789101112131415161718192021222324252627 |
- REM ##########################################################################
- REM #
- REM # Licensed Materials - Property of IBM and/or HCL
- REM #
- REM # IBM Informix Dynamic Server
- REM # (c) Copyright IBM Corporation 2008 All rights reserved.
- REM # (c) Copyright HCL Technologies Ltd. 2017. All Rights Reserved.
- REM #
- REM # Title: ifx_failover_callback.sh
- REM #
- REM # Description: Failover callback script for secondary servers
- REM #
- REM # Notes: This script is executed when secondary server
- REM # switches to standard or primary mode.
- REM #
- REM # Script should exit with status 0 for secondary
- REM # to continue switching to new mode.
- REM #
- REM # This script is intended to be used for performing
- REM # necessary operation on system before secondary
- REM # can take of role of standard/primary server.
- REM #
- REM # One of the example is to prevent original primary
- REM # server from updating the shared disk using I/O fencing.
- REM ##########################################################################
|