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:
- Check that the system value
QALWOBJRST
is
set to *ALL.- On a 5250 command line, enter this command:
WRKSYSVAL QALWOBJRST
- 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 _____________________________________________
- Press Enter to continue.
- If QALWOBJRST was set to *ALL, skip to step 4; otherwise,
complete the following steps:
- On the Work with System Values screen,
enter 2 to change the value.
- On the Change System Values screen, change
the existing value to *ALL.
- Press Enter to save the change.
- Press F3 to return.
- From a 5250 command line, create a library for installation:
CRTLIB RTCP_TMP TEXT('RTCP INSTALL LIBRARY')
- 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')
- 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:
- 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.
- 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.
- 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.
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.
- End your FTP session with this command:
QUIT
- Delete c:\RTCPTMP if you downloaded the save file there.
Method 2: Installing from a DVD using your IBM i DVD
driveComplete 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 _____________________________________________
- 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)
- 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.
- 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.