Automates the act of copying the shared SSL keys generated during installation to other cluster nodes as part of the post-installation workflow.
This command should only be run on ONE node, and should only be needed once, right after initial installation has completed on all nodes, and before the Tungsten processes have been started.
This tool should only be needed for INI-based installations, and requires SSH access between the nodes to function properly.
See the table below for a list of valid arguments:
Table 10.5. tpm copy Common Options
Option | Description |
---|---|
--debug , -d | Debug Mode. |
--help , -h | |
--hosts | Specify a comma-separated list of node names as seen in tpm reverse (default: all nodes in clusters as shown below) |
--i-am-sure | Confirm you want the files copied and that the installs are done on all nodes |
--info , -i | |
--list | List the default nodes shown below (all valid nodes in all clusters) |
--quiet , -q | |
--timeout | Specify the ssh/scp Timeout as an integer in seconds (default: 3) |
-v | Verbose output. |
With no options, prompt to continue, then, by default, copy the needed
security files from /opt/continuent/share/ to all nodes on all clusters,
skipping the localhost. To bypass the interactive pause, you may specify
i-am-sure
to confirm that all nodes
are done installing, and that none of the Tungsten processes have been started yet.
This tool uses OS commands ssh, scp and uptime to function.
The scp and ssh commands will be called with two options:
-o StrictHostKeyChecking=no
-o ConnectTimeout={timeout in seconds, default 3}
The files specified by:
/opt/continuent/share/[jpt]*
/opt/continuent/share/.[jpt]*
will be copied from the local host to the same directory on all hosts in the target list, excluding the local node.
The default security key location path (/opt/continuent/share/) may be
changed (although NOT recommended) by using the tpm
option security-directory