| Author | Message | 
		
		  | shafiq | 
			  
				|  Posted: Wed Nov 07, 2018 11:48 pm    Post subject: Advantages of MQ on Windows Server |   |  | 
		
		  |  Newbie
 
 
 Joined: 07 Nov 2018Posts: 3
 
 
 | 
			  
				| Management want to redesign the IBM MQ environment to make it more secure and to reduce costs. Current MQ environment is described below: 
 MQ Server installed in 6 different servers (3 production – 3 test) the operating system in all is Solaris (Oracle)
 
 Would it be of benefit to create a new Windows MQ Server and install MQ Client on 6 Solaris machines and communicate with MQ Server?
 
 Could anyone suggest the best architecture design for this environment. Would this reduce costs?
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | Vitor | 
			  
				|  Posted: Thu Nov 08, 2018 5:35 am    Post subject: Re: Advantages of MQ on Windows Server |   |  | 
		
		  |  Grand High Poobah
 
 
 Joined: 11 Nov 2005Posts: 26093
 Location: Texas, USA
 
 | 
			  
				| 
   
	| shafiq wrote: |  
	| Would it be of benefit to create a new Windows MQ Server and install MQ Client on 6 Solaris machines and communicate with MQ Server? |  
 Maybe. If your applications can't handle connection failures (because they've been designed on the assumption they're cohosted with a queue manager) then it could be a disaster. At best you're likely to have to relink all the applications to use client. You might also have to redesign the applications, depending on how they use queues and if they think they have their own.
 
 For instance: an application uses queue A for some reason. For load balancing, there's a copy of this application on each of your 3 prod servers. Each currently has (obviously) it's own copy of A. In the new scenario, the Windows queue manager has a copy of A but all 3 instances of the application are now using it. Is that going to work?
 
 You'll also have to take on all the client maintenance and monitoring; checking the channels & network, maintaining client configuration data, maintaining the PKI that's protecting data that's now going over the network that wasn't before, that sort of thing.
 
 
 
   
	| shafiq wrote: |  
	| Could anyone suggest the best architecture design for this environment. |  
 It's never a good idea to combine prod with non-prod, so that's 2 MQ servers. You also need to consider high availability; currently if MQ is down, it's likely the application and indeed the Solaris server is down so no big, especially as you have 2 other prod instances. Now if the Windows MQ server is down, your entire prod estate is OOS. So you probably need 2 MCSC clustered servers for prod, with all the maintenance and set up that entails.
 
 
 
   
	| shafiq wrote: |  
	| Would this reduce costs? |  
 It'll probably reduce MQ costs as you'll need less MQ license. You need to balance that with all the other costs you'll incur that I describe above.
 
 From a personal perspective, I'd use Linux not Windoze. There's no difference functionally between MQ on Windows and MQ on Linux, and Linux is easier to administer / more stable / more controllable / just better than Windoze. But you'd still need everything I talk about in this post for Linux.
 _________________
 Honesty is the best policy.
 Insanity is the best defence.
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | exerk | 
			  
				|  Posted: Thu Nov 08, 2018 6:06 am    Post subject: Re: Advantages of MQ on Windows Server |   |  | 
		
		  |  Jedi Council
 
 
 Joined: 02 Nov 2006Posts: 6339
 
 
 | 
			  
				| 
   
	| Vitor wrote: |  
	| ...From a personal perspective, I'd use Linux not Windoze. There's no difference functionally between MQ on Windows and MQ on Linux, and Linux is easier to administer / more stable / more controllable / just better than Windoze. But you'd still need everything I talk about in this post for Linux. |  Added to that, there should not be too much of a learning curve for your current UNIX Sys Admins...
 _________________
 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 |  | 
		
		  |  | 
		
		  | tczielke | 
			  
				|  Posted: Thu Nov 08, 2018 2:00 pm    Post subject: |   |  | 
		
		  | Guardian
 
 
 Joined: 08 Jul 2010Posts: 941
 Location: Illinois, USA
 
 | 
			  
				| At the MQTC v2.0.1.8 conference, IBM announced that they do not intend to support IBM MQ past 9.1 for Solaris.  At least that is how I remember the announcement.  So if it was me, I would be looking for an exit strategy for being on Solaris if you use MQ. _________________
 Working with MQ since 2010.
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | PeterPotkay | 
			  
				|  Posted: Thu Nov 08, 2018 6:34 pm    Post subject: Re: Advantages of MQ on Windows Server |   |  | 
		
		  |  Poobah
 
 
 Joined: 15 May 2001Posts: 7723
 
 
 | 
			  
				| 
   
	| Vitor wrote: |  
	| There's no difference functionally between MQ on Windows and MQ on Linux |  
 Replicated Data Queue Managers is a feature available on Linux but not Windows.
 _________________
 Peter Potkay
 Keep Calm and MQ On
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | bruce2359 | 
			  
				|  Posted: Thu Nov 08, 2018 6:39 pm    Post subject: |   |  | 
		
		  |  Poobah
 
 
 Joined: 05 Jan 2008Posts: 9486
 Location: US: west coast, almost. Otherwise, enroute.
 
 | 
			  
				| 
   
	| tczielke wrote: |  
	| At the MQTC v2.0.1.8 conference, IBM announced that they do not intend to support IBM MQ past 9.1 for Solaris.  At least that is how I remember the announcement.  So if it was me, I would be looking for an exit strategy for being on Solaris if you use MQ. |  Could have something to do with IBM's recent purchase of RedHat.
 _________________
 I like deadlines. I like to wave as they pass by.
 ב''ה
 Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live.
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | tczielke | 
			  
				|  Posted: Fri Nov 09, 2018 4:47 am    Post subject: |   |  | 
		
		  | Guardian
 
 
 Joined: 08 Jul 2010Posts: 941
 Location: Illinois, USA
 
 | 
			  
				| 
   
	| bruce2359 wrote: |  
	| 
   
	| tczielke wrote: |  
	| At the MQTC v2.0.1.8 conference, IBM announced that they do not intend to support IBM MQ past 9.1 for Solaris.  At least that is how I remember the announcement.  So if it was me, I would be looking for an exit strategy for being on Solaris if you use MQ. |  Could have something to do with IBM's recent purchase of RedHat.
 |  
 Could be.  Should RedHat be called BlueHat now?
  _________________
 Working with MQ since 2010.
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | exerk | 
			  
				|  Posted: Fri Nov 09, 2018 5:03 am    Post subject: |   |  | 
		
		  |  Jedi Council
 
 
 Joined: 02 Nov 2006Posts: 6339
 
 
 | 
			  
				| 
   
	| tczielke wrote: |  
	| 
   
	| bruce2359 wrote: |  
	| 
   
	| tczielke wrote: |  
	| At the MQTC v2.0.1.8 conference, IBM announced that they do not intend to support IBM MQ past 9.1 for Solaris.  At least that is how I remember the announcement.  So if it was me, I would be looking for an exit strategy for being on Solaris if you use MQ. |  Could have something to do with IBM's recent purchase of RedHat.
 |  
 Could be.  Should RedHat be called BlueHat now?
  |  Mixture of two colours - PurpleHat?
 _________________
 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 |  | 
		
		  |  | 
		
		  | zpat | 
			  
				|  Posted: Sun Nov 11, 2018 12:07 am    Post subject: |   |  | 
		
		  |  Jedi Council
 
 
 Joined: 19 May 2001Posts: 5867
 Location: UK
 
 | 
			  
				| 
   
	| bruce2359 wrote: |  
	| 
   
	| tczielke wrote: |  
	| At the MQTC v2.0.1.8 conference, IBM announced that they do not intend to support IBM MQ past 9.1 for Solaris.  At least that is how I remember the announcement.  So if it was me, I would be looking for an exit strategy for being on Solaris if you use MQ. |  Could have something to do with IBM's recent purchase of RedHat.
 |  
 Unlikely - that would be very joined up thinking (which most people in large companies would say doesn't happen much!).
 
 I seem to recall the demise of Solaris support was mentioned at the MQ beta in June. More to do with the delline in use of Solaris in general.
 _________________
 Well, I don't think there is any question about it. It can only be attributable to human error. This sort of thing has cropped up before, and it has always been due to human error.
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | bruce2359 | 
			  
				|  Posted: Sun Nov 11, 2018 4:36 am    Post subject: |   |  | 
		
		  |  Poobah
 
 
 Joined: 05 Jan 2008Posts: 9486
 Location: US: west coast, almost. Otherwise, enroute.
 
 | 
			  
				| 
   
	| zpat wrote: |  
	| 
   
	| bruce2359 wrote: |  
	| 
   
	| tczielke wrote: |  
	| At the MQTC v2.0.1.8 conference, IBM announced that they do not intend to support IBM MQ past 9.1 for Solaris.  At least that is how I remember the announcement.  So if it was me, I would be looking for an exit strategy for being on Solaris if you use MQ. |  Could have something to do with IBM's recent purchase of RedHat.
 |  
 Unlikely - that would be very joined up thinking (which most people in large companies would say doesn't happen much!).
 
 I seem to recall the demise of Solaris support was mentioned at the MQ beta in June. More to do with the delline in use of Solaris in general.
 |  
 And Oracle having acquired Sun-Solaris.
 _________________
 I like deadlines. I like to wave as they pass by.
 ב''ה
 Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live.
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | gbaddeley | 
			  
				|  Posted: Sun Nov 11, 2018 3:57 pm    Post subject: Re: Advantages of MQ on Windows Server |   |  | 
		
		  |  Jedi Knight
 
 
 Joined: 25 Mar 2003Posts: 2538
 Location: Melbourne, Australia
 
 | 
			  
				| 
   
	| shafiq wrote: |  
	| Would it be of benefit to create a new Windows MQ Server and install MQ Client on 6 Solaris machines and communicate with MQ Server? Could anyone suggest the best architecture design for this environment. Would this reduce costs?
 |  You also need to consider TCO of the Windows Servers, including the impact of outages for patching, software upgrades, and general OS reliability and operational housekeeping activities.
 _________________
 Glenn
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | shafiq | 
			  
				|  Posted: Sun Nov 11, 2018 11:50 pm    Post subject: MQ New Setup Discussions |   |  | 
		
		  |  Newbie
 
 
 Joined: 07 Nov 2018Posts: 3
 
 
 | 
			  
				| Such great points by all - Thank you so much. 
 Does anyone know a good reference (maybe a Redbook ... they still do those right??) that can guide for moving setups configurations?
 
 Really see why Linus makes more sense. Oh also can anyone guide me towards MQ pricing. Is there a good reference on MQ pricing?
 
 Thanks again to everyone.
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | shafiq | 
			  
				|  Posted: Mon Nov 12, 2018 1:02 am    Post subject: Question for Vitor |   |  | 
		
		  |  Newbie
 
 
 Joined: 07 Nov 2018Posts: 3
 
 
 | 
			  
				| Hi Vitor - Thansk for your great response. 
 Just wondering why you say:
 
 "It's never a good idea to combine prod with non-prod, so that's 2 MQ servers"
 
 Could you please expand on that.
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | bruce2359 | 
			  
				|  Posted: Mon Nov 12, 2018 5:10 am    Post subject: Re: Question for Vitor |   |  | 
		
		  |  Poobah
 
 
 Joined: 05 Jan 2008Posts: 9486
 Location: US: west coast, almost. Otherwise, enroute.
 
 | 
			  
				| 
   
	| shafiq wrote: |  
	| Hi Vitor - Thansk for your great response. 
 Just wondering why you say:
 
 "It's never a good idea to combine prod with non-prod, so that's 2 MQ servers"
 
 Could you please expand on that.
 |  It's a long established best-practice to have separate test, QA, and prod,   environments.  Why?  So that testing of apps and o/s's does not affect production.
 _________________
 I like deadlines. I like to wave as they pass by.
 ב''ה
 Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live.
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | gbaddeley | 
			  
				|  Posted: Mon Nov 12, 2018 3:13 pm    Post subject: |   |  | 
		
		  |  Jedi Knight
 
 
 Joined: 25 Mar 2003Posts: 2538
 Location: Melbourne, Australia
 
 | 
			  
				| 
   
	| Quote: |  
	| Oh also can anyone guide me towards MQ pricing. Is there a good reference on MQ pricing? |  Yes. Discuss it with the IBM sales / account representative for your organization.
 _________________
 Glenn
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  |  |