Installing Jazz Team Server and the IBM Engineering Lifecycle Management applications on IBM i systems

This section contains step-by-step instructions on how to install the Jazz Team Server and the IBM Engineering Lifecycle Management (ELM) applications on IBM i.

The following components are installed on IBM i with the licensed program installation:
  • Jazz Team Server (JTS)
  • Change and Configuration Management (CCM) application
  • Requirements Management (RM) application
  • Quality Management (QM) application
  • Build System Toolkit and Rational® Build Agent
  • Context-aware search engine
  • Jazz Reporting Service (Report Builder)
  • Global Configuration Management
  • Data Collection Component
  • Link Index Provider
  • Lifecycle Query Engine
  • IBM Engineering Lifecycle Optimization - Engineering Insights

The following terms are used:

yourServerHostName
Refers to the TCP/IP host name for your IBM i server (for example, EWM.example.com).
yourJazzServerPortNumber
Refers to the WebSphere® Application Server port that is used to connect to the Jazz Team Server (for example, 9443).
yourWASAdminPortNumber
Refers to the WebSphere Application Server port that is used to access the WebSphere Application Server administration console (for example, 9060).
yourWASInstanceName
Refers to the WebSphere Application Server instance that is used to deploy the .war files.
JazzInstallDirectory
Refers to directory /QIBM/ProdData/JazzTeamServer702/ for the Jazz Team Server.

Install Jazz Team Server by completing these steps:

  1. Verify that the system value QALWOBJRST is set to *ALL.
    1. On a 5250 command line, enter this command:
      WRKSYSVAL QALWOBJRST
    2. Enter 5 (Display), and check that the value is set to *ALL. If it is set to any other value, record the value on this line:
      QALWOBJRST _____________________________________________
  2. Press Enter to continue.
  3. If QALWOBJRST was set to *ALL, skip to step 4; otherwise, complete these steps:
    1. On the Work with System Values screen, enter 2 to change the value.
    2. On the Change System Values screen, change the existing value to *ALL.
    3. Press Enter to save the changes.
    4. Press F3 to return.
  4. From a 5250 command line, create a library for installation by entering this command:
    CRTLIB EWM_TMP
  5. Create these save files:
    CRTSAVF FILE(EWM_TMP/BJTS702) TEXT('EWM INSTALL PRODUCT *BASE')
    CRTSAVF FILE(EWM_TMP/JJTS702) TEXT('EWM INSTALL PRODUCT JTS') 
    CRTSAVF FILE(EWM_TMP/CJTS702) TEXT('EWM INSTALL PRODUCT CCM')
    CRTSAVF FILE(EWM_TMP/RJTS702) TEXT('EWM INSTALL PRODUCT RM') 
    CRTSAVF FILE(EWM_TMP/QJTS702) TEXT('EWM INSTALL PRODUCT QM')
    CRTSAVF FILE(EWM_TMP/GJTS702) TEXT('EWM INSTALL PRODUCT GC')
    CRTSAVF FILE(EWM_TMP/PJTS702) TEXT('EWM INSTALL PRODUCT RS')
    CRTSAVF FILE(EWM_TMP/DJTS702) TEXT('EWM INSTALL PRODUCT DCC')
    CRTSAVF FILE(EWM_TMP/LJTS702) TEXT('EWM INSTALL PRODUCT LQE')
    CRTSAVF FILE(EWM_TMP/MJTS702) TEXT('EWM INSTALL PRODUCT ENI')
    CRTSAVF FILE(EWM_TMP/XJTS702) TEXT('EWM INSTALL PRODUCT LDX')
    CRTSAVF FILE(EWM_TMP/WJTS702) TEXT('EWM INSTALL PRODUCT Liberty')
  6. Copy the save files to the IBM i system library. Depending on which installation medium you are using, there are two methods for copying the save files:
    Method 1: Installing from Passport Advantage® files or from a DVD using your PC DVD drive
    Complete these steps to install from your workstation to your IBM i system:
    1. Download the Jazz Team Server save files from Passport Advantage to the temporary directory c:\EWMTMP on your PC workstation, or if you have a product DVD, insert the DVD into the DVD drive.
    2. Start an FTP session by entering the following command in the MS-DOS Command Prompt:
      FTP <yourServerHostName>
      where <yourServerHostName> is the name of the target IBM i system.
    3. When prompted, enter your IBM i system user ID and password.
    4. Enter BIN to change the FTP type to BINARY.
    5. Set the file naming convention to Path by entering the following:
      quote site namefmt 1
    6. Transfer the following save files from the Passport Advantage file you downloaded or from the DVD to the IBM i system:
      put <YourDirectory>\BJTS702.savf /qsys.lib/EWM_TMP.lib/BJTS702.file 
      put <YourDirectory>\JJTS702.savf /qsys.lib/EWM_TMP.lib/JJTS702.file
      put <YourDirectory>\CJTS702.savf /qsys.lib/EWM_TMP.lib/CJTS702.file
      put <YourDirectory>\RJTS702.savf /qsys.lib/EWM_TMP.lib/RJTS702.file
      put <YourDirectory>\QJTS702.savf /qsys.lib/EWM_TMP.lib/QJTS702.file
      put <YourDirectory>\GJTS702.savf /qsys.lib/EWM_TMP.lib/GJTS702.file
      put <YourDirectory>\PJTS702.savf /qsys.lib/EWM_TMP.lib/PJTS702.file
      put <YourDirectory>\DJTS702.savf /qsys.lib/EWM_TMP.lib/DJTS702.file
      put <YourDirectory>\LJTS702.savf /qsys.lib/EWM_TMP.lib/LJTS702.file
      put <YourDirectory>\MJTS702.savf /qsys.lib/EWM_TMP.lib/MJTS702.file
      put <YourDirectory>\XJTS702.savf /qsys.lib/EWM_TMP.lib/XJTS702.file
      put <YourDirectory>\WJTS702.savf /qsys.lib/EWM_TMP.lib/WJTS702.file
      
      where <YourDirectory> is your PC DVD drive or the temporary directory c:\EWMTMP where you downloaded the save file.
    7. End your FTP session with this command:
      QUIT
    8. Delete c:\EWMTMP if you downloaded the save file there.
    Method 2: Installing from a DVD using your IBM i DVD drive
    Complete these steps to install from an IBM i DVD:
    1. Insert the DVD into the DVD drive and enter the following command on a 5250 command line:
      WRKLNK OBJ('/qopt')
    2. Where the Work with Object Links screen displays the qopt object link, select 5 (Next Level) to select the next object link, which is the volume ID (volid ) of the DVD. Record the value here for use later during the installation:
      VOL ID _____________________________________________
    3. Enter the following commands:
      CPYFRMSTMF FROMSTMF('/QOPT/<volid>/BJTS702.savf') TOMBR('/qsys.lib/EWM_TMP.lib/BJTS702.file') MBROPT(*replace) 
      CPYFRMSTMF FROMSTMF('/QOPT/<volid>/JJTS702.savf') TOMBR('/qsys.lib/EWM_TMP.lib/JJTS702.file') MBROPT(*replace) 
      CPYFRMSTMF FROMSTMF('/QOPT/<volid>/CJTS702.savf') TOMBR('/qsys.lib/EWM_TMP.lib/CJTS702.file') MBROPT(*replace)
      CPYFRMSTMF FROMSTMF('/QOPT/<volid>/RJTS702.savf') TOMBR('/qsys.lib/EWM_TMP.lib/RJTS702.file') MBROPT(*replace) 
      CPYFRMSTMF FROMSTMF('/QOPT/<volid>/QJTS702.savf') TOMBR('/qsys.lib/EWM_TMP.lib/QJTS702.file') MBROPT(*replace)
      CPYFRMSTMF FROMSTMF('/QOPT/<volid>/GJTS702.savf') TOMBR('/qsys.lib/EWM_TMP.lib/GJTS702.file') MBROPT(*replace)
      CPYFRMSTMF FROMSTMF('/QOPT/<volid>/PJTS702.savf') TOMBR('/qsys.lib/EWM_TMP.lib/PJTS702.file') MBROPT(*replace)
      CPYFRMSTMF FROMSTMF('/QOPT/<volid>/DJTS702.savf') TOMBR('/qsys.lib/EWM_TMP.lib/DJTS702.file') MBROPT(*replace)
      CPYFRMSTMF FROMSTMF('/QOPT/<volid>/LJTS702.savf') TOMBR('/qsys.lib/EWM_TMP.lib/LJTS702.file') MBROPT(*replace)
      CPYFRMSTMF FROMSTMF('/QOPT/<volid>/MJTS702.savf') TOMBR('/qsys.lib/EWM_TMP.lib/MJTS702.file') MBROPT(*replace)
      CPYFRMSTMF FROMSTMF('/QOPT/<volid>/XJTS702.savf') TOMBR('/qsys.lib/EWM_TMP.lib/XJTS702.file') MBROPT(*replace)
      CPYFRMSTMF FROMSTMF('/QOPT/<volid>/WJTS702.savf') TOMBR('/qsys.lib/EWM_TMP.lib/WJTS702.file') MBROPT(*replace)
      where <volid> is the volume ID of the DVD you recorded in the previous step.
  7. Install Jazz Team Server by entering these commands:
    RSTLICPGM LICPGM(5760EL2) DEV(*SAVF) RLS(V7R0M2) SAVF(EWM_TMP/BJTS702)
    RSTLICPGM LICPGM(5760EL2) DEV(*SAVF) OPTION(1) RLS(V7R0M2) SAVF(EWM_TMP/JJTS702)
    RSTLICPGM LICPGM(5760EL2) DEV(*SAVF) OPTION(2) RLS(V7R0M2) SAVF(EWM_TMP/CJTS702)
    RSTLICPGM LICPGM(5760EL2) DEV(*SAVF) OPTION(5) RLS(V7R0M2) SAVF(EWM_TMP/RJTS702)
    RSTLICPGM LICPGM(5760EL2) DEV(*SAVF) OPTION(6) RLS(V7R0M2) SAVF(EWM_TMP/QJTS702)
    RSTLICPGM LICPGM(5760EL2) DEV(*SAVF) OPTION(7) RLS(V7R0M2) SAVF(EWM_TMP/GJTS702)
    RSTLICPGM LICPGM(5760EL2) DEV(*SAVF) OPTION(8) RLS(V7R0M2) SAVF(EWM_TMP/PJTS702)
    RSTLICPGM LICPGM(5760EL2) DEV(*SAVF) OPTION(9) RLS(V7R0M2) SAVF(EWM_TMP/DJTS702)
    RSTLICPGM LICPGM(5760EL2) DEV(*SAVF) OPTION(10) RLS(V7R0M2) SAVF(EWM_TMP/LJTS702)
    RSTLICPGM LICPGM(5760EL2) DEV(*SAVF) OPTION(11) RLS(V7R0M2) SAVF(EWM_TMP/MJTS702)
    RSTLICPGM LICPGM(5760EL2) DEV(*SAVF) OPTION(12) RLS(V7R0M2) SAVF(EWM_TMP/XJTS702)
    RSTLICPGM LICPGM(5760EL2) DEV(*SAVF) OPTION(20) RLS(V7R0M2) SAVF(EWM_TMP/WJTS702)
    Notes:
    • If your system is not using English as the primary language, you have to specify value 2924 for the LNG parameter of the RSTLICPGM command.
    • Option (20) should be installed if you intend to use WebSphere Application Server Liberty Profile rather than WebSphere Application Server. If Option (20) is installed, WebSphere Application Server Liberty is used. If Option (20) is not installed, WebSphere Application Server is used.
    When the system is restored, these messages are displayed:
    *PGM objects for product 5760EL2 *Base release *V7R0M2 restored.
    *PGM objects for product 5760EL2 option 1 release *V7R0M2 restored.
    *PGM objects for product 5760EL2 option 2 release *V7R0M2 restored.
    *PGM objects for product 5760EL2 option 5 release *V7R0M2 restored.
    *PGM objects for product 5760EL2 option 6 release *V7R0M2 restored.
    *PGM objects for product 5760EL2 option 7 release *V7R0M2 restored.
    *PGM objects for product 5760EL2 option 8 release *V7R0M2 restored.
    *PGM objects for product 5760EL2 option 9 release *V7R0M2 restored.
    *PGM objects for product 5760EL2 option 10 release *V7R0M2 restored.
    *PGM objects for product 5760EL2 option 11 release *V7R0M2 restored.
    *PGM objects for product 5760EL2 option 12 release *V7R0M2 restored.
    *PGM objects for product 5760EL2 option 20 release *V7R0M2 restored. 
  8. Change the QALWOBJRST value back to the value you recorded earlier.
  9. Delete the installation library DLTLIB EWM_TMP
  10. To configure the installation on IBM i using the automated CL commands, see Configuring the server on IBM i systems.