Installing the Build System Toolkit on IBM i

The Build System Toolkit can be installed on IBM® i using the licensed program installation process.

After restoring the licensed program, the Build System Toolkit is installed in the following directory: /QIBM/Proddata/RTCp/V2.0/Build or /QIBM/Proddata/RTCp/V2.0/BuildExp.

Install the Build System Toolkiton IBM i by completing these steps:

  1. Check that the system value
    QALWOBJRST
    is set to *ALL.
    1. On a 5250 command line, enter this command:
      WRKSYSVAL QALWOBJRST
    2. Select 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 the following 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 change.
    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 a save file. When you are installing the Jazz™ Team Server, use this command:
    CRTSAVF FILE(RTCP_TMP/B5724Z01) TEXT('RTCP INSTALL PRODUCT *BASE')
  6. Copy the save file to the RTCP_TMP 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 Build System Toolkit save file from Passport Advantage. Download the save file to the temporary directory c:\RTCPTMP on your PC workstation. If you have a product DVD, you could insert the DVD into the DVD drive instead.
    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 save file from the Passport Advantage files you downloaded or from the DVD to the IBM i system. For Standard and Enterprise Edition use:
      put <YourDirectory>\B5724Z01.sav /qsys.lib/RTCP_TMP.lib/B5724Z01.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-ROM. Record the value here for use later during the installation:
      VOL ID _____________________________________________
    3. For Express™ Edition enter this command. (Command is printed on two lines to fit the page.):
      CPYFRMSTMF FROMSTMF('/QOPT/<volid>/B5724Z00.sav') 
      TOMBR('/qsys.lib/RTCP_TMP.lib/B5724Z00.file') MBROPT (*replace)
      where <volid> is the volume ID of the DVD you recorded above. For Standard and Enterprise Edition enter this command:
      CPYFRMSTMF FROMSTMF('/QOPT/<volid>/B5724Z01.sav') 
      TOMBR('/qsys.lib/RTCP_TMP.lib/B5724Z01.file') MBROPT (*replace)
  7. Install Build System Toolkit for Express Edition by entering this command:
    RSTLICPGM LICPGM(5724Z00) DEV(*SAVF) SAVF(RTCP_TMP/B5724Z00)
    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 5724Z00 option *BASE release *FIRST restored.
    Install Build System Toolkit for Standard or Enterprise Edition by entering this command:
    RSTLICPGM LICPGM(5724Z01) DEV(*SAVF) SAVF(RTCP_TMP/B5724Z01)
    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 *BASE release *FIRST restored.
  8. If you do not intend to install the Jazz Team Server Express, Standard, or Enterprise Edition, change the QALWOBJRST value back to the value you recorded earlier in step 1.b and delete the installation library DLTLIB RTCP_TMP.

Feedback