RTC 5.0.2 - Migrating from Single server to Enterprise topology
One answer
The Databases can be moved to other servers, you just have to change the connection strings in the teamserver.properties or during a setup. That is no problem.
In general you should always plan your initial deployment and pick a public URI that is fully qualified not machine dependent and does not have to change ever. I can only emphasize how important that is, especially because you end up having the URI's everywhere in external documents in web sites, in other tools.
If the public URI can't stay, you have to do a server rename. Please note that multiple server rename will have a performance impact. If you have to contact support to get a key and choose a public URI that can stay as it is.
Comments
If the reverse proxy is hosted with the old public URI, it does not matter where the applications are. They will be ignorant of the hardware they are installed on. They will always use the public URI which is hosted by the reverse proxy, which will forward the requests to the correct machine. Just to add this, in case you did not notice the detail. If the old public URI (DNS entry) can be associated to the machine that hots the reverse proxy, you don't need a server rename.
The reverse proxy will have to listen to 9443, which can be done. No problem there.
If I would be asked to plan a deployment I would prefer 443 which would allow the port to be hidden in the public URI, but I would not necessarily do a server rename just to get rid of the port.
Comments
Kevin Ramer
May 06 '15, 11:38 a.m.It has been our experience that db2 on a VM ( intel vcell) ( not an LPAR ) works poorly.