RTC 3.0.1.1 to 5.0.2 upgrade query
![]()
We have RTC 3.0.x environment (JTS and JAZZ apps) on High availability configured with reverse proxy WAS 7.x and IHS 7.x using DB2 9.7 on Linux red-hat OS 5.x (IHS, WAS and DB's are on different servers)
As of now, IHS is pointed to primary RTC server and will point to backup/standby RTC server in case of any fail over based on setting on plugin-cfg.xml file. Public URI was set to IHS as-> https://webserver.domain.com/jts We are planing to upgrade RTC 3.0.x to 5.0.2. It is a 2 step process. Need upgrade to 4.0.7 (latest on 4.x line) first and then to 5.0.2. We can directly upgrade our infrastructure to 4.0.7 as first step in process. But for 2nd step, current infrastructure is not supported because RTC 5.0.2 doesn't support WAS 7.x, DB2 9.7 and redhat 5.x. So, we need to move RTC infrastructure to different physical machines with supported softwares by keeping same public server root URI to get rid of any breaks/loose integrity of the current data. The below are the steps that we are going to follow: 1.Stand up NEW infrastructure (IHS 8.5.5 and WAS 8.5.5) for the 5.0.2 HA environment on redhat OS 6.x webserver1.domain.com, primary1.domain.com, standby1.domian.com (Make sure to use same old public URI "https://webserver.domain.com/jts" while configuring new 5.0.2) 2.Migrate 3.0.1 to 4.0.7 on same server using same DB 9.7 3.Migrate DB2 server v9.7 to v10.1 and do some smoke tests for 4.0.7 4.Copy teamserver.properties,log4j props and shared indices from 4.0.7 to 5.0.2 RTC server and shutdown 4.0.7 front end web,primary and standby servers. 5.Update the DNS name for the new IHS server(webserver1.domain.com) with webserver.domain.com which is old IHS server to keep the same public URI to route requests on new IHS server. 6.From 5.0.2, run the upgrade steps for "DB level migration" (front end server is already on 5.0.2) Please let us know the steps are proper? |