186 Highly Available WebSphere Business Integration Solutions
hamqsi_start_broker_as.MBBRK
This is the main HACMP start script.
#!/bin/ksh
/usr/mqm/hascripts/hamqsi_start_broker_as MBBRK MB_QM superman 1414
hamqsi_stop_broker_as.MBBRK
This is the main HACMP stop script.
#!/bin/ksh
/usr/mqm/hascripts/hamqsi_stop_broker_as MBBRK MB_QM superman 15
echo "Sleeping for 10 seconds"
sleep 10
hamqsi_start_broker_as.MB2BRK
This is the main HACMP start script for the second Message Broker.
#!/bin/ksh
/usr/mqm/hascripts/hamqsi_start_broker_as MB2BRK MB_QM superman 2020
hamqsi_stop_broker_as.MBBRK
This is the main HACMP stop script for the second Message Broker.
#!/bin/ksh
/usr/mqm/hascripts/hamqsi_stop_broker_as MB2BRK MB_QM superman 15
echo "Sleeping for 10 seconds"
sleep 10

Get Highly Available WebSphere Business Integration Solutions now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.