Start - stop Agile script
I'd like a sanity check on the core functions of a bash script I'd like to use to stop / start a clustered pair of servers
Hostname : co-ap-101v
Instance : OAS.co-ap-101v
Function : Repository Host
Hostname : co-ap-102v
Instance : OAS.co-ap-102v
Function : Non-Repository Host
opmnctl @instance
Hostname : co-ap-101v
Instance : OAS.co-ap-101v
Function : Repository Host
Hostname : co-ap-102v
Instance : OAS.co-ap-102v
Function : Non-Repository Host
- I am operating under the assumption that the repository host must be started first and stopped last.
- This script would be run from the repository host
- I'll be able to run this from /etc/init.d on host startup, and issue it from the command line for ad-hoc system outages.
opmnctl @instance
0