Commands

Command Description
help Provides a list of all available commands.
help <command> Provides detailed information on a particular command.
discover

Discover the various "TIBCO ActiveMatrix Administrator Instances" for a given TIBCO_CONFIG_HOME.

update Updates the specified TIBCO_HOME to the specified JRE_HOME path.
intro

Displays a detailed description including the purpose and use of the TIBCO ActiveMatrix Updater Tool for Java Runtime Environment (JRE).

version

Displays the version of the TIBCO ActiveMatrix Updater Tool for Java Runtime Environment (JRE).

viewLog

The tool maintains a detailed log of all changes associated with a particular update operation.

The viewLog command display the contents of a log file to the console.

If no log file is specified, the default log file contents are displayed.

The default log file is TIBCO_HOME/tibamx_jreupdater/logs/tibamx_jreupdater.log.

viewLog -logFile <path>

where <path> is the location of the log file to be viewed.

Example:

viewLog -logFile C:\test\logFile.log
clearLog

Clears the log file. If no log file is specified, the default log file is cleared.

clearLog -logFile <path>

where <path> is the location of the log file to be cleared.

Example:

clearLog -logFile C:\test\logFile.log