Installing the Build System Toolkit on IBM i systems
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 and Rational® Build Agent are installed in the following directory: /QIBM/ProdData/EWM702/Build/.
Install the Build System Toolkit and Rational Build Agent on IBM i by completing these steps:
- Verify that the system value
QALWOBJRST
(allow object restore) is set to*ALL
.- To check the system value for
QALWOBJRST
, enter this command on a 5250 command line:
and select option 5 to display the value. If the value is already set toWRKSYSVAL QALWOBJRST
*ALL
, skip to the next step. - If the value is not
*ALL
, take note of the current value so that it can be used to restore the system value later. - To change
QALWOBJRST
system value to*ALL
enter this command:
to open the Work with System Values screen and select option 2, change the value toWRKSYSVAL QALWOBJRST
*ALL
, press Enter and then F3.
- To check the system value for
- Create a library for installation using a 5250 command line and entering the following
command:
CRTLIB EWM_TMP TEXT('EWM INSTALL LIBRARY')
- Create these save files. When you are installing the Build System Toolkit, use these
commands:
CRTSAVF FILE(EWM_TMP/BJTS702) TEXT('EWM INSTALL PRODUCT *BASE') CRTSAVF FILE(EWM_TMP/KJTS702) TEXT('EWM INSTALL PRODUCT Build System Toolkit and Rational Build Agent')
Note: The Jazz® Team Server does not need to be installed, but the base option does. - Upload the save files to the
EWM_TMP
library. Depending on which installation medium you are using, there are two methods for uploading the save files: Method 1: Installing from Passport Advantage® files or from a DVD using your PC DVD driveComplete these steps to install from your workstation to your IBM i system:
- Download the Build System Toolkit and Rational Build Agent save file from Passport Advantage. Download the save file to the temporary directory c:\EWMTMP on your PC workstation. If you have a product DVD, you could insert the DVD into the DVD drive instead.
- Start an FTP session by entering the following command in the MS-DOS Command
Prompt:
where <yourServerHostName> is the name of the target IBM i system.FTP <yourServerHostName>
- When prompted, enter your IBM i system user ID and password.
- Enter BIN to change the FTP type to BINARY.
- Set the file naming convention to Path by entering the following:
quote site namefmt 1
- Transfer the save file from the Passport
Advantage files you downloaded or from the DVD to the IBM i system. Run
these
commands:
put <YourDirectory>\BJTS702.savf /qsys.lib/EWM_TMP.lib/BJTS702.file
where <YourDirectory> is your PC DVD drive or the temporary directory c:\EWMTMP where you downloaded the save file.put <YourDirectory>\KJTS702.savf /qsys.lib/EWM_TMP.lib/KJTS7020.file
- End your FTP session with this command:
QUIT
- Delete c:\EWMTMP if you downloaded the save file there.
Complete these steps to install from an IBM i DVD:
- Insert the DVD into the DVD drive and enter the following command on a 5250 command
line:
WRKLNK OBJ('/qopt')
- 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 _____________________________________________
- Run these
commands:
CPYFRMSTMF FROMSTMF('/QOPT/<volid>/BJTS702.savf') TOMBR('/qsys.lib/EWM_TMP.lib/BJTS702.file') MBROPT(*replace)
CPYFRMSTMF FROMSTMF('/QOPT/volid>/KJTS702.savf') TOMBR('/qsys.lib/EWM_TMP.lib/KJTS702.file') MBROPT(*replace)
- Install the Build System Toolkit and Rational Build Agent by entering these commands:
RSTLICPGM LICPGM(5760EL2) DEV(*SAVF) RLS(V7R0M2) SAVF(EWM_TMP/BJTS702) RSTLICPGM LICPGM(5760EL2) DEV(*SAVF) OPTION(3) RLS(V7R0M2) SAVF(EWM_TMP/KJTS702)
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, these messages display:*PGM objects for product 5760EL2 *BASE release V7R0M2 restored. *PGM objects for product 5760EL2 option 3 release V7R0M2 restored.
- If you do not intend to install other options of the IBM Engineering Workflow
Management (EWM)
licensed programs, change the
QALWOBJRST
value back to the value you recorded earlier in step 1.b and delete the installation library using this command:DLTLIB EWM_TMP