The Repository Tools application is a standalone application that
provides a way to manage a Jazz™ Team Server repository
database, including creating and migrating the repository database.
By running this application with various parameters, you can perform
commands on the repository database. For example, use the -createTables parameter
to create the repository database.
With Jazz Team Server you
can launch the application using a script from within a QShell session.
The repository tools shell script is located in <JazzInstallDirectory>/jazz/server and
is called repotools.qsh. Change directory to <JazzInstallDirectory>/jazz/server.
Run the command ./repotools.qsh -createTables to create the
database tables for a Jazz Team Server repository.
Note: - The path for the log can be passed directly to the command. For
example, ./repotools.qsh -createTables logFile=/QIBM/UserData/User1/createRTCiTables.log.
By default, this command will create a log file called repotools_createTables.log,
which contains information that is recorded when you create the tables,
and also a statement about whether you created the tables successfully.
This log file is created in the current directory unless you provide
a different file path. If you want to use a different log file name,
modify the command link in the example above.
- By default, this command looks for configuration information in
a teamserver.properties file located in <yourInstallDirectory>/jazz/server/conf/jazz and
it uses the configuration parameters in that file to create the repository.
It uses the user ID and password you specified in that file to create
the repository library and tables, and will create the repository
in the library using the name you specified (if you changed the default
from JAZZREPO01).
- Go to Repository Tools command-line reference for more information about the
repository tools application.