Repository tools command to update the LPA sample templates

Use the updateLPASampleTemplates command to update the Lifecycle Project Administration (LPA) sample templates.

Purpose

The updateLPASampleTemplates command performs two tasks; it updates the LPA sample templates during Jazz® Team Server upgrade, and deletes all unnecessary LPA storage areas, except the ones that are tracked in the teamserver.properties file. The command is included in the jts_upgrade wrapper script and is executed when you upgrade Jazz Team Server. When you manually upgrade your server by running individual repository tools commands, you must also run updateLPASampleTemplates command to update the LPA sample templates. For more details, see the Interactive Upgrade Guide.
Important: You must shut down the server before you run the command.

Parameters

Attribute Description Required Default
teamserver.properties Path to the teamserver.properties file. No conf/jts/teamserver.properties
logFile Path to the log file. No repotools-jts_updateLPASampleTemplates.log

Example

For Windows
operating system Open a command prompt and enter this command:

cd C:\Program Files\IBM\JazzTeamServer\server\
repotools-jts.bat -updateLPASampleTemplates teamserver.properties=conf\jts\teamserver.properties

For Unix
operating systems Open a command line and enter this command:

cd opt/IBM/JazzTeamServer/server/
./repotools-jts.sh -updateLPASampleTemplates teamserver.properties=conf/jts/teamserver.properties