tpm fetch
There are some cases where you would like to review the configuration or make changes prior to the upgrade. In these cases it is possible to fetch
the configuration and process the upgrade as different steps using the tpm fetch command.
shell> ./tools/tpm fetch --directory=/opt/continuent --hosts=host1,autodetect
This will load the configuration into the local staging directory. You can then make changes using tpm configure before pushing
out the upgrade.
The tpm fetch command supports the following arguments:
--hosts: A comma-separated list of the known hosts in the topology. Ifautodetectis included, thentpmwill attempt to determine other hosts in the by checking the configuration files for host values.--user: The username to be used when logging in to other hosts.--directory: The installation directory of the current Tungsten installation. Ifautodetectis specified, thentpmwill look for the installation directory by checking any running Tungsten processes.