The
renew.jar file is located in the
installationDirectory\Serena\SBM\Common\jboss405\bin
directory.
The following procedure describes how to prepare for and run the renew
utility. For a description of the commands and their usage and output, see
Renew Commands.
Important: Renew must be run locally from the
Orchestration Engine
server. It uses libraries from the
Orchestration Engine
server JBoss installation and uses the Windows registry to find that
installation.
Renew is a command-line Java application, and requires a Java JDK in
the Windows "Path" system variable. You can use the JDK installed by
SBM
and create a small batch file that surrounds your particular usage of renew.
The following is an example of the file content, and shows the path to the JDK
in the default
SBM
directory:
Setlocal
set JAVA_HOME=c:\Program Files\Serena\SBM\Common\jdk1.7
path=%path%;%JAVA_HOME%\bin
java -Dfile.encoding=UTF-8 -jar renew.jar
endlocal
To run renew:
Important: It is recommended that you back up your
Orchestration Engine
database before you run renew. For production systems and complex situations,
it is a best practice to perform a trial run on a test system using a backup of
your target system.