TIBCO Spotfire® Server and Environment - Installation and Administration

set-addresses

Sets the addresses for a Spotfire Server node.

set-addresses 
[-b value | --bootstrap-config=value] 
[-t value | --tool-password=value] 
[-n value | --node-id=value] 
{-Avalue} 
[-d | --auto-detect]
[-i <true|false> | --use-only-ips=<true|false>]

Overview

Use this command to set the (back-end) addresses (host names and IP addresses) of the Spotfire Server node, used for internal communication within the Spotfire collective. Ensure that the node can be reached on all addresses. The back-end ports must be reachable through the configured addresses, and the front-end port may be reachable through the configured addresses.
Note: The server being configured must be offline when running the command.

Options

Option Optional or Required Default Value Description
-b value
--bootstrap-config=value
Optional none The path to the bootstrap configuration file. See Bootstrap.xml file for more information about this file.
-t value
--tool-password=value
Optional none The configuration tool password used to decrypt the database password in the bootstrap.xml file. If the tool password is omitted, the command will prompt the end-user for it on the console. See Bootstrap.xml file for more information.
-n value
--node-id=value
Optional The default value is taken from the file specified with --bootstrap-config. The ID of the node for which the addresses should be set. The list-nodes command can be used to find the IDs of all nodes in the collective.
-Avalue
Required, unless the --auto-detect flag is specified, and may be specified multiple times with different values. The default value is the host name(s) and IP address(es) as determined when this command is run. The possible node backend addresses (host names and IP addresses). Used for internal communication within the Spotfire collective.

The addresses will be used in the order they are provided (in cases where there is a need for ordering). The -Avalue and --auto-detect arguments are mutually exclusive.

-d
--auto-detect
Required, unless at least one -Avalue argument is specified. none If specified, this argument indicates that the addresses should be determined automatically. Must only be specified when configuring the addresses of the server node where the command is run. The -Avalue and --auto-detect arguments are mutually exclusive.
-i <true|false>
--use-only-ips=<true|false>
Optional false When this flag is specified, auto detection of hostnames and IP addresses will be limited to include only IP addresses. This argument and the -Avalue argument are mutually exclusive, and IP addresses are detected automatically only if the -Avalue argument is not used.