EditAttachPrintable
r3 - 2013-11-06 - 10:13:29 - PaulEllisYou are here: TWiki >  Deployment Web > DeploymentInstallingUpgradingAndMigrating > EvolvingYourToplogy

uc.png Evolving your topology

Authors: PaulEllis, ShubjitNaik, ElisabethCarbone, MikeDelargy
Build basis: Products, editions, or versions that apply to the content. If no build basis applies to this content, set the build basis to None.

It is typical for a project to download the Jazz software from jazz.net and then install this in a proof of concept scenario, in order to demonstrate the applications to potential users/management/stakeholders. In some circumstances, those new projects using the proof of concept will start adding production data. You soon have a key system using completely under-powered hardware in an environment, which was never intended or planned, for production use.

The above pattern is just one scenario where you would want to move Collaborative Lifecycle Management (CLM) or Systems and Software Engineering (SSE) collocated applications to a new topology. It is also quite conceivable that you started off with just one project and are now on your way to many, many more! If you are, then you will need to evolve your topology.

The Deployment Planning and Design section of this wiki explains the different types of topology.
The base example that this article will use is the CLM V1 Evaluation single server topology and how to evolve from this.

An assumption of these evolutions is that in moving your applications and/or Jazz Team Server from one location to another, there was some planning performed when URIs were defined. It is most common that a reverse proxy was setup for this, but we have also seen Tomcat Virtual Hosting used instead. Ultimately, if you also need to change your URI, then you will need to be at least at version 4.x to take advantage of Server Rename.

How do I separate a Jazz Team Server from an application?

Once you register an application with a JTS, it is not possible to change that association by re-registering with a new JTS. It is only possible to change the location of the Jazz Team Server.

The assumption here is that you will move the Jazz Team Server (JTS) from the incumbent server onto its own hardware/Virtual machine as you evolve from the CLM V1 Evaluation single server topology to a recommended CLM deployment topology or a recommended SSE deployment topology. These instructions also account for a reverse proxy.

Backup everything so that you are sure that you can restore your original deployment should anything untoward occur during this procedure.

  • Stop the current Tomcat server for your apps and JTS (assume just Rational Team Concert)
  • Install JTS with a new Tomcat instance into a new install directory (JTS must always be at the same version as your highest application)
  • Copy across the JTS tomcat applications the configuration details from old server to the new copy the teamserver*.properties for /jts and /admin
  • Copy the user authentication files across:
    • If you use LDAP, then copy the following tomcat/conf files:
    • JazzTeamServer\server\tomcat\conf\server.xml
    • JazzTeamServer\server\tomcat\webapps\jts\WEB-INF\web.xml
    • JazzTeamServer\server\tomcat\webapps\admin\WEB-INF\web.xml
    • If you are using the Tomcat users registry, then copy the JazzTeamServer\server\tomcat\conf\tomcat-users.xml file instead
  • Copy indices install_dir/server/conf/jts/indices to the new tomcat install, if not it has to be created again on the new server with repotool-jts
  • Configure the new tomcat to use other ports than the first one. Make sure the new JTS Tomcat server listens on a different port number.
  • Update the reverse proxy so that the JTS URL points to the new JTS Tomcat server
  • Undeploy JTS from the original Tomcat server so that it will only run the RTC server
  • Start the new JTS Tomcat server
  • Start the old Tomcat server which now serves only the RTC application (and the other application servers).
  • Test that everything is working correctly, specially links from jts to ccm and back from ccm to jts
  • Stop both tomcat servers, make backup so that it can be reverted to this two server configuration at any time.

Now ALL repos of all applications within that jts have to be backed up.

They will have to make sure they either get / create a personal certificate from/on the new JTS server or get one from a CA and then import that certificate into the key that is referenced in the httpd.conf file. You will have to do this with your other applications servers too, if you move those. This is not just a step for the JTS.

How do I undeploy an application or Jazz Team Server using Installation Manager?

To be completed

How can I disable an application?

This answer is taken from the forum and applies to Tomcat.

  • First unregister the applications from JTS
  • Move the application's files
    • Stop the server
    • Move the relevant files and folders out of the webapps directory based on the specific application you wish to disable \server\tomcat\webapps
    • The applications' files and folders are listed below in the table:
      Application Files Folders
      RM Application rm.war, converter.war rm and converter
      QM Application qm.war qm
      CCM Application ccm.war ccm
  • If the related xml files exist under \server\tomcat\conf\Catalina\localhost, remove them. For example, delete converter.xml, rm.xml for RM application
  • Clear out the work directories under \server\tomcat\work
  • Re-start the Server

Related topics: Recommended CLM deployment topology, Recommended SSE deployment topology, Server Rename, Reverse Proxy

External links:

Additional contributors: TWikiUser, TWikiUser

Edit | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r8 | r5 < r4 < r3 < r2 | More topic actions...
 
This site is powered by the TWiki collaboration platformCopyright © by IBM and non-IBM contributing authors. All material on this collaboration platform is the property of the contributing authors.
Contributions are governed by our Terms of Use. Please read the following disclaimer.
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.