Skip to content

Commit fc9e952

Browse files
committed
Update for 2018.1 release
Also fixed some help links
1 parent f15cb97 commit fc9e952

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

linux/automated-installer/README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Getting Started
66
---------------
77
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.
88

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.
1010

1111
Please use GitHub 'Issues' to note any bugs or make suggestions.
1212

@@ -88,18 +88,12 @@ Many command line options mirror the options provided by `initialize-tsm` becaus
8888
--unprivileged-user=<value> Name of the unprivileged account to run Tableau Server.
8989
When not set, the initialize-tsm script uses its default value.
9090
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-
9791
--tsm-authorized-group=<value> Name of the group(s) granted authorization to access Tableau Services Manager.
9892
When not set, the initialize-tsm script uses its default value.
9993
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
10195
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
10397
through for system configuration.
10498
10599
--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
109103
### Known Issues/Troubleshooting
110104

111105
* 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

Comments
 (0)