Load Balance on RTC-RQM
One answer
Amit,
load balancing requires to have more than one one server running the same application. This is not possible with CLM. However, you should look into the Deployment Wiki and look at the topologies: https://jazz.net/wiki/bin/view/Deployment/StandardTopologiesOverview . You should plan for an Enterprise topology and have a reverse proxy in front of your Jazz applications and distribute the applications on different servers. In addition you should have the application servers and the database tier on separate machines, if you don't already.
load balancing requires to have more than one one server running the same application. This is not possible with CLM. However, you should look into the Deployment Wiki and look at the topologies: https://jazz.net/wiki/bin/view/Deployment/StandardTopologiesOverview . You should plan for an Enterprise topology and have a reverse proxy in front of your Jazz applications and distribute the applications on different servers. In addition you should have the application servers and the database tier on separate machines, if you don't already.
Comments
Hi Ralph,
Thanks for the reply.. In my case RTC and RQM are hosted on the same server, Suppose if i want to distribute both the applications say RTC on one server and RQM on other server then what will be the complications of moving RQM to new server?
>>What all steps i need to consider while moving RQM to other server?
>>Considering indices and database of RQM what all things i need to perform so that the RQM hosted on new server will work similar to one hosted along with RTC?
Amit, you need to set up a reverse proxy that hosts the common public URI for your system (I am assuming all your apps have the same prefix https://my.clm.instance.company.com:port/.
Please look into the links provided above. If I correctly remember we talk about this also in https://jazz.net/library/article/831 in Lab 4. Please note, clustering is not supported with 5.0 and onwards, however the steps to migrate to multiple servers should be similar.