Author |
Message
|
kailashbawane |
Posted: Fri Aug 18, 2017 3:27 am Post subject: MQ HA control powershell script required |
|
|
 Acolyte
Joined: 13 Jun 2007 Posts: 51 Location: Pune,INDIA
|
Hello Champs,
We got an requirement to setup MQ HA on Windows server 2012 R2 Standard platform using Microsoft fail-over clustering. MQ version installed is 8.0.0.4 .
I have searched for HA control scripts (powershell or some other which will work on windows platform) on IBM sites , We got scripts for unix but not for Windows platform.
Will be a great help if some one has already done this on Windows . We are building those scripts ourself .
We are looking out for some tips and tricks to move fwd .
Thanks
Kailash _________________ ITO- MQ ISE.
" Slow n steady always win the race. " |
|
Back to top |
|
 |
exerk |
Posted: Fri Aug 18, 2017 3:35 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
What do you want these scripts to do? The Knowledge Centre provides the information necessary, but another good resource is THIS. _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Aug 18, 2017 3:46 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
For windows look into power shell scripts to manipulate MSCS.
Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
gbaddeley |
Posted: Sun Aug 20, 2017 5:24 pm Post subject: |
|
|
 Jedi Knight
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
|
MQ Queue Managers are defined as resources in Microsoft Failover Cluster Manager. No scripting is required. Note that the MQ Data disk also needs to be a resource. _________________ Glenn |
|
Back to top |
|
 |
kailashbawane |
Posted: Sun Aug 20, 2017 11:25 pm Post subject: |
|
|
 Acolyte
Joined: 13 Jun 2007 Posts: 51 Location: Pune,INDIA
|
Quote: |
MQ Queue Managers are defined as resources in Microsoft Failover Cluster Manager. No scripting is required. Note that the MQ Data disk also needs to be a resource. |
@gbaddeley : Thanks for your reply
I have concern that we have seen controlled scripts in UNIX/Linux HA , Where one script Monitor the status of QMGR and and then on the basis of situation it called QM start and stop scripts .
DOnt we have such scripts in Windows or they really not required here ?
Thanks
Kailash _________________ ITO- MQ ISE.
" Slow n steady always win the race. " |
|
Back to top |
|
 |
exerk |
Posted: Sun Aug 20, 2017 11:36 pm Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
MSCS will automatically move queue managers from a failed node to an available node. If MSCS detects what it thinks is a failure of a resource group it will take the appropriate action, e.g. restart the queue manager on the same node, or move it if it can't. MSCS can do many things 'out of the box' for you. That said, PowerShell scripts will be needed to do other things if you do not wish to handle certain things manually. _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
gbaddeley |
Posted: Mon Aug 21, 2017 5:26 pm Post subject: |
|
|
 Jedi Knight
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
|
|
Back to top |
|
 |
|