Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 2 Using TIBCO ActiveMatrix Updater Tool for Java Runtime Environment (JRE) : Invoking the Tool

Invoking the Tool
Prerequisites
Before running TIBCO ActiveMatrix Updater Tool for Java Runtime Environment (JRE), shutdown the tibcohost intance you are managing to avoid severe errors by running the "tibcohost stop -wait true" command. The TIBCO ActiveMatrix Updater Tool for Java Runtime Environment (JRE) does NOT verify that the tibcohost is shut down.
The operation of the utility depends on the location from where the utility is being run. For example, if the tool is run from $TIBCO_HOME/amx/3.2/bin/, only the tibcohost and node instances that are of version 3.2.0 (and not of 3.1.5 and 3.3.0) are discovered.
Modes
amx_jre_updater.exe (Microsoft Windows)
./amx_jre_updater (UNIX)
The tool enters an interactive shell where you can execute all TIBCO ActiveMatrix Updater Tool for Java Runtime Environment (JRE) commands, including any command specific arguments. The exit command exits the shell.
./amx_jre_updater <command> -jreHome <JRE_HOME_PATH> <Optional arguments> (UNIX)
amx_jre_updater.exe <command> -jreHome <JRE_HOME_PATH> <Optional arguments> (Microsoft Windows)
where <command> is one of the TIBCO ActiveMatrix Updater Tool for Java Runtime Environment (JRE) commands, followed by command specific arguments.
Help
All commands in the TIBCO ActiveMatrix Updater Tool for Java Runtime Environment (JRE) are documented within the tool:
Use the help command to get a list of all available commands:
amx_jre_updater.exe help (Microsoft Windows)
./amx_jre_updater help (UNIX)
In the interactive mode, use: help
Use help <command> to get detailed help on a specific command, including command examples:
amx_jre_updater.exe help <command> (Microsoft Windows)
./amx_jre_updater help <command> (UNIX)
In the interactive mode, use: help <command>
Use help jreUpdaterCommands to get detailed help on common command arguments:
amx_jre_updater.exe jreUpdaterCommands (Microsoft Windows)
./amx_jre_updater jreUpdaterCommands (UNIX)
In the interactive mode, use: jreUpdaterCommands
 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved