Going from a single CLM host to multiple
Hi,
I am just about to convert a single server deployment to an enterprise one as described here:
This was always the plan and the DNS and URI have been configured appropriately for this.
I have been looking through the installation guide and cannot find anything that actually takes you through the steps to move from one configuration to the enterprise one.
It is currently running on Tomcat and the proposal is to go to WAS - do you think that we should do the migration first and then got to WAS as a second step. The user database is on tomcat at the moment, the proposal is to move the LDAP (all the user names are consistent to the LDAP domain, it was just that the LDAP setup was not ready)
I think that the steps are:
(1) Install WAS on each of the new servers.
(2) Install the relevant component on each server, ie JTS on one, then RRC, then RTC, then RQM on one of each of the others.
(3) Shutdown the JTS on the old server.
(4) Install the relevant WAR files on each of the app servers.
(5) Start the app servers for each app, JTS,RRC,RTC and RQM.
(6) Run the /setup on each of the other servers to configure them to access the original database - or can I just do something with the teamserver.properties file from the original setup ?
(7) Test access for each app.
Am I on the right track ?
Cheers,
Adrian
3 answers
Adrian,
the help is not able to cover all the gory details especially since there are so many topologies. We have created https://jazz.net/library/article/831 to give you an idea how that process could look like.
the help is not able to cover all the gory details especially since there are so many topologies. We have created https://jazz.net/library/article/831 to give you an idea how that process could look like.
Adrian,
Migrating databases and application servers are covered here: http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m1/nav/6_3
And configuring a reverse proxy is covered here: http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m1/topic/com.ibm.jazz.install.doc/topics/t_config_reverse_proxy_ihs.html
Migrating databases and application servers are covered here: http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m1/nav/6_3
And configuring a reverse proxy is covered here: http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m1/topic/com.ibm.jazz.install.doc/topics/t_config_reverse_proxy_ihs.html
Thanks both for the information.
I am comfortable with migrating from Tomcat to WAS and also setting up a reverse proxy.
However a reverse proxy will not help in this case because each application was configured with a different Public URI that is resolved to the same box using DNS entries. The customer does not want to use a separate IHS server.
Ralph, I went through the section that explains moving the JTS to a new server, this is only explained for WAS - do I take it from that, that it would be best to convert the existing single box to WAS first and then migrate to the separate boxes ? I guess that moving RRC, RTC and RQM is just the same procedure.
So I think the procedure is starting to emerge as:
(1) Upgrade the current Linux box from CLM 4 to CLM 4.0.1
(2) Move the Oracle database to a separate box as per the infocenter instructions.
(3) Install WAS and migrate the applications over to WAS (This is clearly documented in the infocenter).
(4) Configure LDAP and ensure success on the single box.
(5) Install WAS on each of the new application server boxes.
(6) Install the relevant application on each of the new app server boxes, JTS,RRC,RTC and RQM
(7) Stop the original JTS.
(8) Migrate the applications as per Ralphs lab instructions.
(9) Reconfigure the DNS to point to the new separate servers.
(10) Install the SSL certificates on the new WAS application servers.
(11) Start up the new application servers.
(12) Test access.
Please can you run your eye over this and see if I am on the right track.
Cheers
Adrian