RMT Server Initialization Script Options
After installing the RMT Server you need to initialize the Server. By default the only required flag you must include when running the initialization script is --accepteula
. Other options give you flexibility to customize the installation based on your environment and the security requirements of your enterprise.
-
Required.
Indicates you have read and accepted the terms of the End User License Agreement (EULA).
-
-a <username>
-
Optional.
Add the provided username to the appropriate groups, instead of the user running the initialize script. This gives the user access to the resources owned by the groups. This is not the same as the Run As user account.
Default: the user running the initialization script
-
-f
-
Optional.
Bypass warning messages or distribution version check.
-
-h | -?
-
Optional.
Displays the script's help text.
-
-q
-
Optional.
Quiet, suppress output except for errors and warnings.
-
--debug
-
Optional.
Print each command as it is run for debugging purposes. Produces extensive output.
-
--default-group=<value>
-
Version: Added in version 2023.1.0.
Optional.
Name of the group that allows authorization to access Tableau RMT Agent. If specified then
--unprivileged-user
must also be specified. -
---disable-account-creation
-
Version: Added in version 2023.1.0.
Optional.
Accounts/groups, that do not exist, will not be created. If specified, then you must also specify the
--unprivileged-user
parameter and a combination of the--default-group
and/or other--rmt-<...>-group
parameters. The user ID and groups those parameters refer to must already exist. -
--rmt-authorized-group=<value>
-
Version: Added in version 2023.1.0.
Optional.
Name of the group that owns the install base install directory and the
install_dir/prerequisites
folder. If specified then--unprivileged-user
must also be specified.Default: "
rmtmasterapp
" or--default-group
value - --rmt-config-group=<value>
-
Version: Added in version 2023.1.0.
Optional.
Name of the group that owns the
install_dir/master/config
directory. If specified then--unprivileged-user
must also be specified.Default: "
rmtmasterconfig
" or--default-group
value - --rmt-logs-group=<value>
-
Version: Added in version 2023.1.0.
Optional.
Name of the group that owns the
install_dir/master/logs
directory. If specified then--unprivileged-user
must also be specified.Default: "
rmtmasterlogs
" or--default-group
value - --rmt-openssl-group=<value>
-
Version: Added in version 2023.1.0.
Optional.
Name of the group that owns the
install_dir/prerequisites/openssl
directory.Default: "
rmtopenssl
" or--default-group
value - --rmt-postgres-app-group=<value>
-
Version: Added in version 2023.1.0.
Optional.
Name of the group that owns the
install_dir/prerequisites/postgresql13
directory.Default: "
rmtpostgresapp
" or--default-group
value - --rmt-postgres-data-group=<value>
-
Version: Added in version 2023.1.0.
Optional.
Name of the group that owns the install_dir/master/logs directory. If specified then
--unprivileged-user
must also be specified.Default: "
rmtmasterlogs
" or--default-group
value - --rmt-rabbitmq-app-group=<value>
-
Version: Added in version 2023.1.0.
Optional.
Name of the group that owns the
install_dir/prerequisites/rabbitmq
directory.Default: "
rmtrabbitmqapp
" or--default-group
value - --rmt-rabbitmq-data-group=<value>
-
Version: Added in version 2023.1.0.
Optional.
Name of the group that owns the
install_dir/data/rabbitmq
directory.Default: "
rmtrabbitmqdata
" or--default-group
value - --unprivileged-user=<value>
-
Version: Added in version 2023.1.0.
Optional.
Name of the unprivileged user account to run Tableau RMT Master. You cannot change the account after initializing RMT.
Default: "
tabrmt-master
"
--accepteula