RMT Agent Initialization Script Options
After installing the RMT Agent you need to initialize the Agent. 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.
RMT Agent initialization options
-
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: "
rmtagentapp
" 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/agent/config
directory. If specified then--unprivileged-user
must also be specified.Default: "
rmtagentconfig
" 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/agent/logs
directory. If specified then--unprivileged-user
must also be specified.Default: "
rmtagentlogs
" or--default-group
value - --unprivileged-user=<value>
-
Version: Added in version 2023.1.0.
Optional.
Name of the unprivileged user account used to run Tableau RMT Agent. You cannot change the account after initializing RMT.
Default: "
tabrmt-agent
"
--accepteula