Help Output for initialize-tsig Script

The following help content is the output when you run the following command:

sudo ./initialize-tsig -h

The initialize-tsig script is installed to /opt/tableau/tableau_tsig/packages/scripts.<version_code>/.

Output

REQUIRED
--accepteula        	Indicate that you have accepted the End User License Agreement (EULA).
			You can find a link to the EULA in /opt/tableau/tableau_tsig/packages/docs.<version_code>
 
-c <ts_cluster_location>
                	The network location of all nodes in the Tableau Server cluster. These may send
                       "housekeeping" requests to the TSIG node. The locations must be one of the forms
                       that are acceptable to Apache httpd mod_authz_host "Require" directive as described
                       at https://httpd.apache.org/docs/2.4/mod/mod_authz_host.html. Use quotes if there are
                       embedded spaces.

OPTIONAL

-i <tsig_instance_id>	A unique identifier for the TSIG instance. 
			Default: The computer name.

-p <tsig_external_port>
			Port listening for external requests. 
			Default: 80.

-t <tsig_external_port_protocol>
			Protocol used for external requests. Options are "http" or "https".
			Default: "http".
 
-k <tsig_housekeeping_port>
			Port listening for housekeeping requests from Tableau Server. 
			Default: 21319.

-s <tsig_housekeeping_port_protocol>
			Protocol used for housekeeping requests. Options are "http" or "https".
			Default: "http".

-d data-dir   		Set a custom location for the data directory
			if it's not already set. If not set, the default is
			"/var/opt/tableau/tableau_tsig".

-f			Bypass warning messages and distribution version checks.

-g			Do not add the current user to the "tableau-tsig" group.
			Use this for easier access to log files and runtime files.

-a <username>		Name of the user to be added to the appropriate groups instead of
			the current user running the script. You cannot use both -g and -a.

-q             	Quiet, suppress output except for errors and warnings.

--unprivileged-user=<name>      	
			Name of the unprivileged account to run Tableau Server Independent Gateway.
			Default: "tableau-tsig".

--disable-account-creation             	
			Do not create groups or user accounts for Tableau Server Independent Gateway.
			However, the values in: unprivileged-user will still be used in TSIG configuration.
		
Thanks for your feedback!Your feedback has been successfully submitted. Thank you!