You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: linux/automated-installer/README.md
+4-10Lines changed: 4 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Getting Started
6
6
---------------
7
7
This directory includes a sample Bash script for performing installs of Tableau Server on Linux in an automated fashion. This script supports both single and multi-node instances of Tableau Server. We have also included sample input files to the installer script.
8
8
9
-
The Tableau online help page [Automated Installation of Tableau Server](http://onlinehelp.tableau.com/current/server-linux/en-us/automated_install_linux.htm) explains how to use the automated-installer in detail. The packages subdirectory contains RPM & deb packages that install the scripts and template files as referenced in the documentation.
9
+
The Tableau online help page [Automated Installation of Tableau Server](https://onlinehelp.tableau.com/current/server-linux/en-us/automated_install_linux.htm) explains how to use the automated-installer in detail. The packages subdirectory contains RPM & deb packages that install the scripts and template files as referenced in the documentation.
10
10
11
11
Please use GitHub 'Issues' to note any bugs or make suggestions.
12
12
@@ -88,18 +88,12 @@ Many command line options mirror the options provided by `initialize-tsm` becaus
88
88
--unprivileged-user=<value> Name of the unprivileged account to run Tableau Server.
89
89
When not set, the initialize-tsm script uses its default value.
90
90
91
-
--privileged-user=<value> Name of the privileged account to run Tableau Services Manager.
92
-
When not set, the initialize-tsm script uses its default value.
93
-
94
-
--server-authorized-group=<value> Name of the group that allows authorization to Tableau Server.
95
-
When not set, the initialize-tsm script uses its default value.
96
-
97
91
--tsm-authorized-group=<value> Name of the group(s) granted authorization to access Tableau Services Manager.
98
92
When not set, the initialize-tsm script uses its default value.
99
93
100
-
--disable-account-creation Do not create groups or user accounts. This option will prevent any calls to useradd
94
+
--disable-account-creation Do not create groups or the user account. This option will prevent any calls to useradd
101
95
or usermod (no users or groups will be created/edited). However, the values in: unprivileged-user,
102
-
privileged-user, server-authorized-group, and tsm-authorized-group will still be passed
96
+
privileged-user and tsm-authorized-group will still be passed
103
97
through for system configuration.
104
98
105
99
--debug Print each command as it is run for debugging purposes. Produces extensive
@@ -109,4 +103,4 @@ Many command line options mirror the options provided by `initialize-tsm` becaus
109
103
### Known Issues/Troubleshooting
110
104
111
105
* If automated-installer is not working properly in your environment, you can use the `--debug` option to echo every command run to stdout, which can be helpful in tracking down the issue.
112
-
* For additional troubleshotting tips for Tableau Server on Linux , See [Troubleshooting](http://onlinehelp.tsi.lan/v10.5/server-linux/en-us/trouble.htm)
106
+
* For additional troubleshotting tips for Tableau Server on Linux , See [Troubleshooting](https://onlinehelp.tableau.com/current/server-linux/en-us/trouble.htm)
0 commit comments