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/EWM720/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
QALWOBJRSTsystem value to*ALLenter 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/BJTS720) TEXT('EWM INSTALL PRODUCT *BASE') CRTSAVF FILE(EWM_TMP/KJTS720) 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_TMPlibrary by completing the following steps:- 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.
- 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 to the IBM i system. Run these
commands:
put <YourDirectory>\BJTS720.savf /qsys.lib/EWM_TMP.lib/BJTS720.file
where <YourDirectory> is the temporary directory c:\EWMTMP where you downloaded the save file.put <YourDirectory>\KJTS720.savf /qsys.lib/EWM_TMP.lib/KJTS720.file - End your FTP session with this command:
QUIT - Delete c:\EWMTMP if you downloaded the save file there.
- Install the Build System Toolkit and Rational Build Agent by entering these
commands:
RSTLICPGM LICPGM(5760EL5) DEV(*SAVF) RLS(V7R2M0) SAVF(EWM_TMP/BJTS720) RSTLICPGM LICPGM(5760EL5) DEV(*SAVF) OPTION(3) RLS(V7R2M0) SAVF(EWM_TMP/KJTS720)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 5760EL5 *BASE release V7R2M0 restored. *PGM objects for product 5760EL5 option 3 release V7R2M0 restored. - If you do not intend to install other options of the IBM Engineering Workflow Management licensed
programs, change the
QALWOBJRSTvalue back to the value you recorded earlier in step 1.b and delete the installation library using this command:DLTLIB EWM_TMP