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 applications on IBM i.

About this task

The following components are installed on IBM i with the licensed program installation:
  • Jazz Team Server
  • Engineering Workflow Management application
  • IBM DOORS® Next application
  • Engineering Test Management application
  • Build System Toolkit and Rational Build Agent
  • 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® Liberty server port that is used to connect to the Jazz Team Server (for example, 9443).
JazzInstallDirectory
Refers to directory /QIBM/ProdData/JazzTeamServer703/ for the Jazz Team Server.

Install Jazz Team Server by completing these steps:

Procedure

  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; else, 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/BJTS703) TEXT('EWM INSTALL PRODUCT *BASE')
    CRTSAVF FILE(EWM_TMP/JJTS703) TEXT('EWM INSTALL PRODUCT JTS') 
    CRTSAVF FILE(EWM_TMP/CJTS703) TEXT('EWM INSTALL PRODUCT CCM')
    CRTSAVF FILE(EWM_TMP/RJTS703) TEXT('EWM INSTALL PRODUCT RM') 
    CRTSAVF FILE(EWM_TMP/QJTS703) TEXT('EWM INSTALL PRODUCT QM')
    CRTSAVF FILE(EWM_TMP/GJTS703) TEXT('EWM INSTALL PRODUCT GC')
    CRTSAVF FILE(EWM_TMP/PJTS703) TEXT('EWM INSTALL PRODUCT RS')
    CRTSAVF FILE(EWM_TMP/DJTS703) TEXT('EWM INSTALL PRODUCT DCC')
    CRTSAVF FILE(EWM_TMP/LJTS703) TEXT('EWM INSTALL PRODUCT LQE')
    CRTSAVF FILE(EWM_TMP/MJTS703) TEXT('EWM INSTALL PRODUCT ENI')
    CRTSAVF FILE(EWM_TMP/XJTS703) TEXT('EWM INSTALL PRODUCT LDX')
    CRTSAVF FILE(EWM_TMP/WJTS703) 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:\Engineering Workflow ManagementTMP 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>\BJTS703.savf /qsys.lib/EWM_TMP.lib/BJTS703.file 
      put <YourDirectory>\JJTS703.savf /qsys.lib/EWM_TMP.lib/JJTS703.file
      put <YourDirectory>\CJTS703.savf /qsys.lib/EWM_TMP.lib/CJTS703.file
      put <YourDirectory>\RJTS703.savf /qsys.lib/EWM_TMP.lib/RJTS703.file
      put <YourDirectory>\QJTS703.savf /qsys.lib/EWM_TMP.lib/QJTS703.file
      put <YourDirectory>\GJTS703.savf /qsys.lib/EWM_TMP.lib/GJTS703.file
      put <YourDirectory>\PJTS703.savf /qsys.lib/EWM_TMP.lib/PJTS703.file
      put <YourDirectory>\DJTS703.savf /qsys.lib/EWM_TMP.lib/DJTS703.file
      put <YourDirectory>\LJTS703.savf /qsys.lib/EWM_TMP.lib/LJTS703.file
      put <YourDirectory>\MJTS703.savf /qsys.lib/EWM_TMP.lib/MJTS703.file
      put <YourDirectory>\XJTS703.savf /qsys.lib/EWM_TMP.lib/XJTS703.file
      put <YourDirectory>\WJTS703.savf /qsys.lib/EWM_TMP.lib/WJTS703.file
      
      where <YourDirectory> is your PC DVD drive or the temporary directory c:\EWM_TMP where you downloaded the save file.
    7. End your FTP session with this command:
      QUIT
    8. Delete c:\EWM_TMP 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>/BJTS703.savf') TOMBR('/qsys.lib/EWM_TMP.lib/BJTS703.file') MBROPT(*replace) 
      CPYFRMSTMF FROMSTMF('/QOPT/<volid>/JJTS703.savf') TOMBR('/qsys.lib/EWM_TMP.lib/JJTS703.file') MBROPT(*replace) 
      CPYFRMSTMF FROMSTMF('/QOPT/<volid>/CJTS703.savf') TOMBR('/qsys.lib/EWM_TMP.lib/CJTS703.file') MBROPT(*replace)
      CPYFRMSTMF FROMSTMF('/QOPT/<volid>/RJTS703.savf') TOMBR('/qsys.lib/EWM_TMP.lib/RJTS703.file') MBROPT(*replace) 
      CPYFRMSTMF FROMSTMF('/QOPT/<volid>/QJTS703.savf') TOMBR('/qsys.lib/EWM_TMP.lib/QJTS703.file') MBROPT(*replace)
      CPYFRMSTMF FROMSTMF('/QOPT/<volid>/GJTS703.savf') TOMBR('/qsys.lib/EWM_TMP.lib/GJTS703.file') MBROPT(*replace)
      CPYFRMSTMF FROMSTMF('/QOPT/<volid>/PJTS703.savf') TOMBR('/qsys.lib/EWM_TMP.lib/PJTS703.file') MBROPT(*replace)
      CPYFRMSTMF FROMSTMF('/QOPT/<volid>/DJTS703.savf') TOMBR('/qsys.lib/EWM_TMP.lib/DJTS703.file') MBROPT(*replace)
      CPYFRMSTMF FROMSTMF('/QOPT/<volid>/LJTS703.savf') TOMBR('/qsys.lib/EWM_TMP.lib/LJTS703.file') MBROPT(*replace)
      CPYFRMSTMF FROMSTMF('/QOPT/<volid>/MJTS703.savf') TOMBR('/qsys.lib/EWM_TMP.lib/MJTS703.file') MBROPT(*replace)
      CPYFRMSTMF FROMSTMF('/QOPT/<volid>/XJTS703.savf') TOMBR('/qsys.lib/EWM_TMP.lib/XJTS703.file') MBROPT(*replace)
      CPYFRMSTMF FROMSTMF('/QOPT/<volid>/WJTS703.savf') TOMBR('/qsys.lib/EWM_TMP.lib/WJTS703.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(5760EL3) DEV(*SAVF) RLS(V7R0M3) SAVF(EWM_TMP/BJTS703)
    RSTLICPGM LICPGM(5760EL3) DEV(*SAVF) OPTION(1) RLS(V7R0M3) SAVF(EWM_TMP/JJTS703)
    RSTLICPGM LICPGM(5760EL3) DEV(*SAVF) OPTION(2) RLS(V7R0M3) SAVF(EWM_TMP/CJTS703)
    RSTLICPGM LICPGM(5760EL3) DEV(*SAVF) OPTION(5) RLS(V7R0M3) SAVF(EWM_TMP/RJTS703)
    RSTLICPGM LICPGM(5760EL3) DEV(*SAVF) OPTION(6) RLS(V7R0M3) SAVF(EWM_TMP/QJTS703)
    RSTLICPGM LICPGM(5760EL3) DEV(*SAVF) OPTION(7) RLS(V7R0M3) SAVF(EWM_TMP/GJTS703)
    RSTLICPGM LICPGM(5760EL3) DEV(*SAVF) OPTION(8) RLS(V7R0M3) SAVF(EWM_TMP/PJTS703)
    RSTLICPGM LICPGM(5760EL3) DEV(*SAVF) OPTION(9) RLS(V7R0M3) SAVF(EWM_TMP/DJTS703)
    RSTLICPGM LICPGM(5760EL3) DEV(*SAVF) OPTION(10) RLS(V7R0M3) SAVF(EWM_TMP/LJTS703)
    RSTLICPGM LICPGM(5760EL3) DEV(*SAVF) OPTION(11) RLS(V7R0M3) SAVF(EWM_TMP/MJTS703)
    RSTLICPGM LICPGM(5760EL3) DEV(*SAVF) OPTION(12) RLS(V7R0M3) SAVF(EWM_TMP/XJTS703)
    RSTLICPGM LICPGM(5760EL3) DEV(*SAVF) OPTION(20) RLS(V7R0M3) SAVF(EWM_TMP/WJTS703)
    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) must be installed to use WebSphere Liberty server Profile.

    When the system is restored, these messages are displayed:

    *PGM objects for product 5760EL3 *Base release *V7R0M3 restored.
    *PGM objects for product 5760EL3 option 1 release *V7R0M3 restored.
    *PGM objects for product 5760EL3 option 2 release *V7R0M3 restored.
    *PGM objects for product 5760EL3 option 5 release *V7R0M3 restored.
    *PGM objects for product 5760EL3 option 6 release *V7R0M3 restored.
    *PGM objects for product 5760EL3 option 7 release *V7R0M3 restored.
    *PGM objects for product 5760EL3 option 8 release *V7R0M3 restored.
    *PGM objects for product 5760EL3 option 9 release *V7R0M3 restored.
    *PGM objects for product 5760EL3 option 10 release *V7R0M3 restored.
    *PGM objects for product 5760EL3 option 11 release *V7R0M3 restored.
    *PGM objects for product 5760EL3 option 12 release *V7R0M3 restored.
    *PGM objects for product 5760EL3 option 20 release *V7R0M3 restored. 
  8. Change the QALWOBJRST value back to the value you recorded earlier.
  9. Delete the installation library DLTLIB Engineering Workflow Management_TMP
  10. To configure the installation on IBM i using the automated CL commands, see Configuring the server on IBM i systems.