TIBCO Spotfire® Server and Environment - Installation and Administration

create-site

Creates a new site.

create-site 
[-b value | --bootstrap-config=value]
[-t value | --tool-password=value] 
<-s value | --site-name=value>
[-d value | --display-name=value]
[-a value | --public-address=value]
[-i <true|false> | --ignore-existing=<true|false>]

Overview

Use this command to create a new site to which servers may be assigned.

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.
-s value
--site-name=value
Required none The name of the site that will be created. Used for identifying the site, e.g. when specifying site-specific configuration.
-d value
--display-name=value
Optional none The display name of the site that should be created. May help users quickly identify which server to connect to (in an environment with multiple Spotfire systems).
-a value
--public-address=value
Optional none The public address of the site, for example 'http[s]://host[:port]/'. If no public address is set, it will be automatically determined during Spotfire Server startup. To change the value later on, use the set-public-address command.
Notes:
  • It is recommended to specify the public address when creating a site.
  • If the public address is later changed, first restart the servers and then restart all the service instances to propagate the change.
-i <true|false>
--ignore-existing=<true|false>
Optional false If set, an error creating a duplicate site will be ignored.