initialize-tsig 脚本的帮助输出

以下帮助内容是运行以下命令时的输出:

sudo ./initialize-tsig -h

initialize-tsig 脚本将安装到 /opt/tableau/tableau_tsig/packages/scripts.<version_code>/ 中。

输出

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.
		

相关主题

感谢您的反馈!您的反馈已成功提交。谢谢!