ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » General IBM MQ Support » Request fro info reg WMQ and WMB migration from 6.x to 7.x

Post new topic  Reply to topic Goto page 1, 2  Next
 Request fro info reg WMQ and WMB migration from 6.x to 7.x « View previous topic :: View next topic » 
Author Message
regonda
PostPosted: Wed Jan 19, 2011 5:20 am    Post subject: Request fro info reg WMQ and WMB migration from 6.x to 7.x Reply with quote

Apprentice

Joined: 08 Apr 2008
Posts: 43

Hello All,

As we are running out of service/support from IBM for the WMQ and WMB 6.x versions, we have planned to migrate them to V7 version.
Being this kind of task is new to me, I have raised a PMR with IBM for the info reg this and got some URLs to go through, but OMG there are so many links and each is calling some other links.

Have gone through most of those links and got some info regarding the migration tasks. But I still feel that I might have missed something which may be fatal. So, thought of posting my observation and open points here. (I always follow mqseries.net for all my doubts, because the replies here are so fast and accurate most of the time.. )

May be my doubts are weird and high level, but request you to please provide me with the details.

As per my understanding the tasks involved in migration are as follows.

1) Stop all MQ components ( queue managers, brokers, configuration manager) (MQ Admin)
2) Stop all DB2 instances (DB2 team)
3) Copy WMQ V7 install files to server (UNIX team/ MQ Admin???, Where is it available)
4) install WMQ V7 (UNIX team/ MQ Admin???, do we have to uninstall the old version(not reqd I suppose))
5) migrate queue managers (MQ Admin) ( anything else reqd????)
6) Copy WMB V7 install files to server (UNIX team/ MQ Admin???, Where is it available)
7) install WMB V7 (UNIX team/ MQ Admin???, do we have to uninstall the old version(not reqd I suppose))
8 ) Start queue managers and brokers.

We have 3 queue managers and 3 brokers (dev, integration and UAT) in one solaris server, so how can we migrate one instance after the other??

Do we have to modify any of the file(s) after installation/ during migration. If so, please let me know the list of those.

I'm still in the initial stage of the R&D for migration, so i may have to seek ans for so many in future...

If possible, a step by step approach would be of great helpful for me.

Thanks in advance.

Harish
Back to top
View user's profile Send private message
Vitor
PostPosted: Wed Jan 19, 2011 5:38 am    Post subject: Re: Request fro info reg WMQ and WMB migration from 6.x to 7 Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

regonda wrote:
1) Stop all MQ components ( queue managers, brokers, configuration manager) (MQ Admin)




regonda wrote:
2) Stop all DB2 instances (DB2 team)




regonda wrote:
3) Copy WMQ V7 install files to server (UNIX team/ MQ Admin???, Where is it available)


Available from wherever you usually obtain it - speak to whoever deals with your IBM license.

regonda wrote:
4) install WMQ V7 (UNIX team/ MQ Admin???, do we have to uninstall the old version(not reqd I suppose))


AFAIK on UNIX you do have to uninstall. If I could be bothered to read the relevant QB guide I'd know....

regonda wrote:
5) migrate queue managers (MQ Admin) ( anything else reqd????)


Just migrate

regonda wrote:
6) Copy WMB V7 install files to server (UNIX team/ MQ Admin???, Where is it available)


See point 3 & I'd have all the install files on the server before you start.

regonda wrote:
7) install WMB V7 (UNIX team/ MQ Admin???, do we have to uninstall the old version(not reqd I suppose))


See point 4 regarding manuals, except that I believe WMBv6 & WMBv7 can coexist.

regonda wrote:
8 ) Start queue managers and brokers.




regonda wrote:
We have 3 queue managers and 3 brokers (dev, integration and UAT) in one solaris server, so how can we migrate one instance after the other??


See above regarding coexistance or not.

regonda wrote:
If possible, a step by step approach would be of great helpful for me.


I'd start with those steps. Putting a full file system backup at step 0.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
regonda
PostPosted: Wed Jan 19, 2011 5:44 am    Post subject: Reply with quote

Apprentice

Joined: 08 Apr 2008
Posts: 43

take my bow Vitor
Thank you very much for the prompt response.. this is why I like mqseries.net

just a small doubt here..

steps 3,4, 6 and 7 :
who can do this? is it that, only MQ admin has to take care? or UNIX team??

Thanks again Vitor.
Back to top
View user's profile Send private message
mqjeff
PostPosted: Wed Jan 19, 2011 5:51 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

Broker v6 and v7 can coexist.

The action of "migrating" a broker to v7 is done by issuing mqsistart from a command shell that has the v7 profile applied.

It is *simpler* to uninstall v6 and install v7, if you do not actually NEED to coexist your brokers.

And it would be a good excuse to take the time now to create scripts that build your v7 environment - queue managers and everything. Then you have these for any later need.
Back to top
View user's profile Send private message
Vitor
PostPosted: Wed Jan 19, 2011 5:57 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

regonda wrote:
steps 3,4, 6 and 7 :
who can do this? is it that, only MQ admin has to take care? or UNIX team??


Anyone can copy anything. If you need to copy it somewhere specific / useful you may need higher (or root) access.

You'll need root access to install anything.

If this means it's done by the Unix team or if root access is granted to the WMQ admin team for the duration of this exercise is a question for your site management, site security team, site audit team, etc, etc.

Enjoy.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
Vitor
PostPosted: Wed Jan 19, 2011 5:58 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

mqjeff wrote:
And it would be a good excuse to take the time now to create scripts that build your v7 environment - queue managers and everything. Then you have these for any later need.



_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
zpat
PostPosted: Wed Jan 19, 2011 5:59 am    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5866
Location: UK

WMB 6.1 is not out of support or even approaching it.
Back to top
View user's profile Send private message
Vitor
PostPosted: Wed Jan 19, 2011 6:01 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

zpat wrote:
WMB 6.1 is not out of support or even approaching it.


Granted, but if you've got a maintenance window and management support you might as well now as later.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
zpat
PostPosted: Wed Jan 19, 2011 6:34 am    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5866
Location: UK

WMB 7 is fairly new, so it's a case of "Do you feel lucky?" - well do you?
Back to top
View user's profile Send private message
mqjeff
PostPosted: Wed Jan 19, 2011 6:36 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

zpat wrote:
WMB 7 is fairly new, so it's a case of "Do you feel lucky?" - well do you?


WMB v7 also has a lot of features that are unavailable at other levels - like a FileRead node.
Back to top
View user's profile Send private message
Vitor
PostPosted: Wed Jan 19, 2011 6:49 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

zpat wrote:
WMB 7 is fairly new, so it's a case of "Do you feel lucky?" - well do you?


If the OP's management have bought into the upgrade clearly they do. Or given that the server in question doesn't run production feel the risk is managable. Or see this as the start of a good long run up to the production upgrade.

Or want to use some of the new v7 features.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Wed Jan 19, 2011 9:56 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

As you are moving from MQ V6 to MQ V7 you might want to read the WMB pub/sub migration guide from MQ V6 to MQ V7...

Have fun
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
regonda
PostPosted: Thu Jan 20, 2011 12:31 am    Post subject: Reply with quote

Apprentice

Joined: 08 Apr 2008
Posts: 43

fjb_saper wrote:
As you are moving from MQ V6 to MQ V7 you might want to read the WMB pub/sub migration guide from MQ V6 to MQ V7...

Have fun


Can u pls let me know where can I get that guide...
Back to top
View user's profile Send private message
regonda
PostPosted: Thu Jan 20, 2011 1:26 am    Post subject: Reply with quote

Apprentice

Joined: 08 Apr 2008
Posts: 43

Friends,

Here I have one more doubt...
When I was googling or searching in forums or links provided by IBM, I observed that it is always better to clone the existing environment, install and migrate the cloned instance, test the working and then finally implement the same in PAT and PROD.

But my doubt here is, how is it possible to test the working of the migrated version as many other applications out of MQ server are using it.

Regards,
Harish
Back to top
View user's profile Send private message
Vitor
PostPosted: Thu Jan 20, 2011 5:06 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

regonda wrote:
fjb_saper wrote:
As you are moving from MQ V6 to MQ V7 you might want to read the WMB pub/sub migration guide from MQ V6 to MQ V7...

Have fun


Can u pls let me know where can I get that guide...


v7 docs
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Goto page 1, 2  Next Page 1 of 2

MQSeries.net Forum Index » General IBM MQ Support » Request fro info reg WMQ and WMB migration from 6.x to 7.x
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.