What are the steps to move to new CLM application servers?
We have the CLM 4.0.3 solution installed on SLE-10 servers. We now want to move them to SLES-11 servers. What are the steps to accomplish this?
1. Install CLM 4.0.3 on the new servers
2. Copy some properties files over from the SLES-10 servers to the SLES-11 servers.
3. Create aliases for the old server names so that they evaluate to the new server names
1. Install CLM 4.0.3 on the new servers
2. Copy some properties files over from the SLES-10 servers to the SLES-11 servers.
3. Create aliases for the old server names so that they evaluate to the new server names
2 answers
You have a couple of choices:
1. Use a reverse proxy (see https://jazz.net/help-dev/clm/topic/com.ibm.jazz.install.doc/topics/c_reverse_proxy.html).
2. Rename the CLM server (see https://jazz.net/help-dev/clm/topic/com.ibm.jazz.install.doc/topics/c_server_rename_sup_unsup.html and https://jazz.net/help-dev/clm/topic/com.ibm.jazz.install.doc/topics/c_server_rename_ex3_fullprod.html).
You may also have to migrate your DBs over to the new servers (see https://jazz.net/help-dev/clm/topic/com.ibm.jazz.install.doc/topics/c_migrate_overview.html).
1. Use a reverse proxy (see https://jazz.net/help-dev/clm/topic/com.ibm.jazz.install.doc/topics/c_reverse_proxy.html).
2. Rename the CLM server (see https://jazz.net/help-dev/clm/topic/com.ibm.jazz.install.doc/topics/c_server_rename_sup_unsup.html and https://jazz.net/help-dev/clm/topic/com.ibm.jazz.install.doc/topics/c_server_rename_ex3_fullprod.html).
You may also have to migrate your DBs over to the new servers (see https://jazz.net/help-dev/clm/topic/com.ibm.jazz.install.doc/topics/c_migrate_overview.html).
Comments
Hi Kevin,
I am going under the following assumptions:
a. Moving to the new server and keeping the same version of RTC
b. Keeping the same public url and the old server will be sunset
c. This is a TOmcat install
1. Install RTC on the new server. If possible use the same directory since this will make things easier going forward
2. Stop the existing server
3. From the original server, copy the server/conf directory and move it to the new server so to replace the server/conf directory of the new install
4. If the rtc indexes are located in a location outside the server/conf directory, they will also need to be copied and moved over
5. Check the properties files to make sure all the paths are valid for the new install
6. Alias the public url to the IP of the new host and make sure the DNS server is updated
I am going under the following assumptions:
a. Moving to the new server and keeping the same version of RTC
b. Keeping the same public url and the old server will be sunset
c. This is a TOmcat install
1. Install RTC on the new server. If possible use the same directory since this will make things easier going forward
2. Stop the existing server
3. From the original server, copy the server/conf directory and move it to the new server so to replace the server/conf directory of the new install
4. If the rtc indexes are located in a location outside the server/conf directory, they will also need to be copied and moved over
5. Check the properties files to make sure all the paths are valid for the new install
6. Alias the public url to the IP of the new host and make sure the DNS server is updated