| Author | Message | 
		
		  | harish225 | 
			  
				|  Posted: Sun Nov 27, 2016 11:45 pm    Post subject: MQ Migration |   |  | 
		
		  | Newbie
 
 
 Joined: 18 Nov 2016Posts: 8
 
 
 | 
			  
				| Can we migrate a qmgr from windows to AIX/UNIX 
 by taking its configuration backup(using MS03 Support pack for old versions or dmpmqcfg commad)
 
 Prevously one of the qmgr is running in windows(V7.0.1.13), we have taken that qmgr  configuration backup using (MS03 support pack).
 
 Later we installed IBM MQ (v8.0.0.4) in AIX server. We created a qmgr (with same name which running in windows) and restored that windows qmgr configuration backup in AIX qmgr.
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | exerk | 
			  
				|  Posted: Mon Nov 28, 2016 2:51 am    Post subject: Re: MQ Migration |   |  | 
		
		  |  Jedi Council
 
 
 Joined: 02 Nov 2006Posts: 6339
 
 
 | 
			  
				| 
   
	| harish225 wrote: |  
	| ...Later we installed IBM MQ (v8.0.0.4) in AIX server. We created a qmgr (with same name which running in windows) and restored that windows qmgr configuration backup in AIX qmgr. |  You've done it once so why are you asking whether it's possible?
 _________________
 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 |  | 
		
		  |  | 
		
		  | smdavies99 | 
			  
				|  Posted: Mon Nov 28, 2016 4:05 am    Post subject: |   |  | 
		
		  |  Jedi Council
 
 
 Joined: 10 Feb 2003Posts: 6076
 Location: Somewhere over the Rainbow this side of Never-never land.
 
 | 
			  
				| There are some things that won't work in this case. 
 For example where there is filename + path in the config. i.e. the path to where you have your SSL/TLS key files.
 
 It worked before because it was Windows to Windows.
 _________________
 WMQ User since 1999
 MQSI/WBI/WMB/'Thingy' User since 2002
 Linux user since 1995
 
 Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | fjb_saper | 
			  
				|  Posted: Mon Nov 28, 2016 5:30 am    Post subject: |   |  | 
		
		  |  Grand High Poobah
 
 
 Joined: 18 Nov 2003Posts: 20767
 Location: LI,NY
 
 | 
			  
				| After migration you need to consider all the new functionality of V 8 especially in the security area. 
 Have fun
  _________________
 MQ & Broker admin
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | gbaddeley | 
			  
				|  Posted: Mon Nov 28, 2016 3:10 pm    Post subject: |   |  | 
		
		  |  Jedi Knight
 
 
 Joined: 25 Mar 2003Posts: 2538
 Location: Melbourne, Australia
 
 | 
			  
				| Before restoring the defs on to the new qmgr you should review every object definition, particularly channels and SYSTEM objects. Check that cluster receivers have the correct host / port. Check receivers, to ensure the remote qmgr sender channel has the correct host / port. Check object authorization profiles and channel auths. Check channel SSL if it is being used. If the qmgr is in a MQ cluster, remove it from the cluster before migrating it. _________________
 Glenn
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | harish225 | 
			  
				|  Posted: Mon Nov 28, 2016 5:59 pm    Post subject: MQ Migration |   |  | 
		
		  | Newbie
 
 
 Joined: 18 Nov 2016Posts: 8
 
 
 | 
			  
				| I did it but, i just want to know. It is not a cluster qmgr, It is a circular loggin qmgr. While restoring backup, we created linear loggin qmgr in AIX and restored that configuration backup in AIX qmgr. 
 I cross checked every thing, Sender channels and receiver channels are working fine. The problem is with MQI channels. We are getting two connections per ip, one is incomming and another one is outgoing.
 
 The problem is with putting applications. They are able to connect and put messages, after some time the connection goes to idle and disconnect. But their is no problem with getting applications, they are connecting contineously. At qmgr error logs we are getting AMQ9209, AMQ9999 and sometimes we are getting AMQ9207
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | fjb_saper | 
			  
				|  Posted: Mon Nov 28, 2016 6:14 pm    Post subject: Re: MQ Migration |   |  | 
		
		  |  Grand High Poobah
 
 
 Joined: 18 Nov 2003Posts: 20767
 Location: LI,NY
 
 | 
			  
				| 
   
	| harish225 wrote: |  
	| I did it but, i just want to know. It is not a cluster qmgr, It is a circular loggin qmgr. While restoring backup, we created linear loggin qmgr in AIX and restored that configuration backup in AIX qmgr. 
 I cross checked every thing, Sender channels and receiver channels are working fine. The problem is with MQI channels. We are getting two connections per ip, one is incomming and another one is outgoing.
 
 The problem is with putting applications. They are able to connect and put messages, after some time the connection goes to idle and disconnect. But their is no problem with getting applications, they are connecting contineously. At qmgr error logs we are getting AMQ9209, AMQ9999 and sometimes we are getting AMQ9207
 |  
 Getting applications seem to have bad practice. They should be connecting once and disconnect only when they are done. Not connecting constantly. They should also be reconnecting on connection broken. If that is the case you may also need to run a very small keep alive interval with the correct Adopt New MCA to avoid running out of connections...
 
 Have fun
  _________________
 MQ & Broker admin
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  |  |