Installing Jazz Team Server on IBM i

Before starting with the steps in this section, ensure that your installation of Build System Toolkit is complete. Install Jazz™ Team Server by completing these steps:

  1. If you just installed Build System Toolkit, continue with step 5, otherwise 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:
    CRTLIB  RTCP_TMP TEXT('RTCP INSTALL LIBRARY')
  5. Create this save file:
     CRTSAVF FILE(RTCP_TMP/S5724Z01) TEXT('RTCP INSTALL PRODUCT OPTION2')
  6. Copy the save file to the IBM® i system library. Depending on which installation medium you are using, there are two methods for copying the save file:
    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 (S5724Z01.sav ) from Passport Advantage to the temporary directory c:\RTCPTMP 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 file from the Passport Advantage file you downloaded or from the DVD to the IBM i system:
      put <YourDirectory>\S5724Z01.sav /qsys.lib/RTCP_TMP.lib/S5724Z01.file
      where <YourDirectory> is your PC DVD drive or the temporary directory c:\RTCPTMP where you downloaded the save file.
    7. End your FTP session with this command:
      QUIT
    8. Delete c:\RTCPTMP 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 command. (The command is printed on two lines to fit the page.):
      CPYFRMSTMF FROMSTMF('/QOPT/<volid>/S5724Z01.sav') 
      TOMBR('/qsys.lib/RTCP_TMP.lib/S5724Z01.file') MBROPT (*replace)
      where <volid> is the volume ID of the DVD you recorded above.
  7. Install Jazz Team Server by entering this command:
    RSTLICPGM LICPGM(5724Z01) DEV(*SAVF) OPTION(2) SAVF(RTCP_TMP/S5724Z01)
    Note: 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.
    When it is restored, this message displays:
    *PGM objects for product 5724Z01 option 2 release *FIRST restored.
  8. Change the QALWOBJRST value back to the value you recorded earlier in step 1b.
  9. Delete the installation library DLTLIB RTCP_TMP
  10. To complete the installation of Jazz Team Server, see Configuring your installation on IBM i.

Feedback