The Jazz™ Team Server is
packaged for IBM® i as
a DVD for IBM i or
PC installation, or as an electronic image via Passport Advantage® download.
Note: By default,
Jazz Team Server is
installed with a trial license. You can convert a trial licence to
a permanent license by downloading the Server Activation Key from
the Passport Advantage Web
site. For more information, see the licensing considerations in
Completing the installation on IBM i.
For detailed step-by-step installation instructions, follow the
links below. The procedures vary slightly, depending on file names
and media type. For a new installation, start with Installing the Build System Toolkit on IBM i and
complete all steps in that section. Continue withInstalling Jazz Team Server on IBM i.
To update from Version 2.0 to Version 2.0.0.2, continue with i_s_ptf_install_overview.html. Then proceed with Configuring your installation on IBM i.
Here is an overview of the installation sequence for a new installation
using WebSphere® Application
Server V6.1. For WebSphere Application
Server V7.0, the steps are the same only the paths are slightly different.
- Restore Rational Team Concert 2.0
License Program.
- Edit teamserver.properties and replace jazzDBuser with
your user ID. Your user ID must have the authority to create and write
to a library on the system.
- Replace jazzDBpswd with your password.
Note: Do not modify
the entry
password={password}
- Create Group profiles with names such as JAZZADMINS, JAZZDWADMS,
JAZZGUESTS, JAZZUSERS and JAZZPROJECTADMINS, for example using command
crtusrprf usrprf(JAZZADMINS) password(*none) grpprf(*none)
text('Group profile for JAZZADMINS')
- Add your user ID to the JAZZADMINS group, for example using command
chgusrprf usrprf(yourUserID) grpprf(JAZZADMINS)
- Start a Qshell session and run the following commands in order:
- cd <JazzInstallDirectory>/jazz/server
- ./repotools.qsh -createTables
- cd /QIBM/ProdData/WebSphere/AppServer/v61/Base/bin
- manageProfiles -create -profileName <yourWASInstanceName>
- cd /QIBM/UserData/websphere/AppServer/v61/Base/profiles/<yourWASInstanceName>/bin
- ./startServer and record your WebSphere Application
Server port number for later use.
- Open <InstallDirectory>/jazz/server/script_py/RTCi_JVM.qsh
and replace #Replace_ME with /QIBM/UserData/WebSphere/AppServer/V61/Base/profiles/<yourWASInstanceName>/bin
- In the Qshell session, run the following commands in order:
- cd <JazzInstallDirectory>/jazz/server/script_py
- Log on to the WebSphere Application
Server Integrated Solutions console at the following URL: http://<yourServerHostName>:<yourWASAdminPortNumber>/ibm/console expand Environment,
select WebSphere Variables,
click the right arrow to go to Page: 2 of 2 and
record the value fields of WAS_CELL_NAME and WAS_SERVER_NAME.
- Navigate to <JazzInstallDirectory>/jazz/server/script_py and
run ./RTCI_JVM.qsh to reset Java™ Virtual
Machine parameters using the recorded values for WAS_CELL_NAME and
WAS_SERVER_NAME.
- cd /QIBM/UserData/WebSphere/AppServer/v61/base/profiles/<yourWASInstanceName>/bin
- To set up IBM i authentication,
run the ./wsadmin command and perform the next 2 steps.
- securityon <yourUserID> <yourPassword>. This
UserID will be used to access the WebSphere Application
Server Integrated Solutions console.
- quit
- ./stopServer
- ./startServer
- Deploy the Jazz.war file
by following the steps in Part 3: Installing the Jazz Team Server web archive file .
- Expand Servers, click Application, <yourWASInstanceName>
and then Ports. Record the port for WC_defaulthost_secure which is <yourJazzServerPortNumber>.
- Launch the Jazz server admin
page at this URL:
https://<yourServerHostName>:<yourJazzServerPortNumber>/jazz/admin
Log
in with <yourUserID> and verify that the Server Status summary
does not display any error messages and J9VM is listed as the Server
JVM.
- Click License Key Management and upload Server Activation Kit
and Client Access License Activation key(Contributor or Developer).
- On IBM i,
add user profiles to the groups (JAZZADMINS, JAZZDWADMS, JAZZGUESTS,
JAZZUSERS, or JAZZPROJECTADMINS).
- On the Jazz server admin
page, assign the appropriate client access licenses to the user profiles.