https://developer.ibm.com/answers/questions/183882/how-can-i-migrate-mq-cluster-full-repository-queue.html
Q:
I want to move my MQ cluster full repository queue managers to new servers. What's the best way to migrate to new servers without causing any downtime or cluster errors?
ANS:
We have to be careful with how we do this since the goal is to make the change as transparent to users as much as possible and also preserve cluster information integrity as much as we can. So if there are multiple full repositories, we can move each repository over from one box to another ONE at a time. Please move full repositories to new location first and then follow up with partials.
1. Alter QM1 to be a partial repository
alter qmgr repos(' ')
2. suspend QM1 from the cluster
suspend qmgr cluster(cluster name)
3. alter cluster receiver on QM1 to take it out of a cluster
alter channel (channel name) chltype(clusrcvr)cluster (' ')
- stop channel
- delete channel
4. alter cluster sender to QM2 to take it out of the cluster
alter channel (channel name) chltype(clussdr)cluster (' ')
- stop channel
- delete channel
NOTE: At this point cluster has only one full repository QM2 and QM1 is out of the cluster.
All partial repositories will be able to function as they have
established connections to remaining full repository queue managers.
5. Issue RESET cluster command on QM2 and reference queue manager
name as QM1 to take all info about this queue manager from the
cluster out. This step will delete all information about QM1 including
autodefined cluster sender channels in the cluster
reset cluster (cluster name) qmname(QM1) action(forceremove) queues(yes)
Issue display clusqmgr(*) to make sure that QM1 is no longer in the
cluster.
6. Take steps to define this queue manager on a new box and configure it to join your cluster.
Once queue manager is created on a new box:
- fill in REPOS attribute of a queue manager with the cluster name
- create a cluster receiver
- create a cluster sender channel pointing to QM2
NOTE: at this point, cluster has two full repositories again: one on a
new box and one on an old box. Two full repositories will sink up
cluster information.
7. Repeat steps 1 - 5 for queue manager QM2
Reset cluster will have to be issued on QM1 referencing QM2
NOTE: At this point, cluster has only one full repository QM
8. Create QM2 on a new box and configure it to join cluster (by
this time NAT'd table changes should take place to service routing to
this new box if one is used)
Once queue manager is created on a new box
- fill in REPOS attribute of a queue manager with the cluster name
- create a cluster receiver
- create a cluster sender channel pointing to QM1 on a new box.
NOTE:Cluster has two new full repositories now that are connected to
each other!
9. Manually defined cluster sender channels from partial to full
repositories will have to be altered to contain a new conname that
points to a new location of a full repository of choice.
https://developer.ibm.com/answers/questions/183882/how-can-i-migrate-mq-cluster-full-repository-queue.html
星期三, 5月 03, 2017
星期三, 3月 15, 2017
Migrate Java of IHS 8 from 1.6 to 1.8
1. Can't directly migrate to Java 1.8 before fixpack 8.5.5.11
2. Must new install IHS 8.5.5.11 to have Java 1.8
4. To install IHS 8.5.5.11 with Java 1.8 using imcl command, you must add "-properties wasjava=java8" option
5. Will be able to migrate to 1.8 directly by applying fixpack 8.5.5.12
6. The incorrect core runtime information in the versionInfo output will be fixed in fixpack 8.5.5.12 (PI77304)
Installing Java SDK 8.0 on WAS 8.5.5.x
https://www.ibm.com/developerworks/community/blogs/aimsupport/entry/Installing_Java_SDK_8.0_on_WAS_8.5.5.x?lang=en
7. If you install IHS 5.5.5.11 (new install) using IM GUI (wizard mode), it will install Java 8 default (same as WAS). It is not necessary to add the option "-properties wasjava=java8" like imcl command line.
2. Must new install IHS 8.5.5.11 to have Java 1.8
4. To install IHS 8.5.5.11 with Java 1.8 using imcl command, you must add "-properties wasjava=java8" option
5. Will be able to migrate to 1.8 directly by applying fixpack 8.5.5.12
6. The incorrect core runtime information in the versionInfo output will be fixed in fixpack 8.5.5.12 (PI77304)
Installing Java SDK 8.0 on WAS 8.5.5.x
https://www.ibm.com/developerworks/community/blogs/aimsupport/entry/Installing_Java_SDK_8.0_on_WAS_8.5.5.x?lang=en
7. If you install IHS 5.5.5.11 (new install) using IM GUI (wizard mode), it will install Java 8 default (same as WAS). It is not necessary to add the option "-properties wasjava=java8" like imcl command line.
標籤:
EOS,
HttpServer,
IHS,
IM,
imcl,
install,
InstallationManager,
Java 1.8,
Java 8,
migrate,
versionInfo
訂閱:
文章 (Atom)
