Tableau Server 2019.2.2 Token - wgserver.trusted_hosts

Tableau Server 2019.2.2 Token - wgserver.trusted_hosts

 

软件版本:

    Tableau Server 2019.2.2
    TSM 2019.2.2

命令序列:

使用TSM命令把对应的地址加入白名单:


C:\Users\>tsm configuration set -k wgserver.trusted_hosts -v "192.168.1.119, 192.168.1.120, 192.168.1.121, 192.168.1.122"
 

wgserver.unrestricted_ticket 设置为 true:

C:\Users\>tsm configuration set -k wgserver.unrestricted_ticket -v true
 

查看并保存TSM改动:

C:\Users\>tsm pending-changes list
C:\Users\>tsm pending-changes apply

重启Tableau Server

C:\Users\>tsm restart

查看系统设置是否正确(只有系统重启后才能看到):

C:\Users\>tsm configuration get -k wgserver.trusted_hosts
192.168.1.119, 192.168.1.120, 192.168.1.121, 192.168.1.122

C:\Users\>tsm configuration get -k wgserver.unrestricted_tickets
Known keys:
wgserver.unrestricted_ticket

C:\Users\>tsm configuration get -k wgserver.unrestricted_ticket
false

C:\Users\>tsm version
Tableau Services Manager command line version 20192.19.0621.1547.
Tableau Server version 20192.19.0621.1547.

TSM命令行参考:

官方链接  ---   https://onlinehelp.tableau.com/current/server-linux/zh-cn/tsm.htm

C:\Users\>tsm

Tableau Services Manager command line Utility -- 20192.19.0621.1547

Available commands:
tsm authentication [parameters]             -- Category of commands related to setting up authentication in TSM
tsm configuration [parameters]              -- Category of commands related to server configuration.
tsm customize [parameters]                            -- Set customization for Tableau Server.
tsm data-access [parameters]                -- Category of commands related to data-access.
tsm help | [category] | commands -- Help for tsm commands.
tsm initialize [parameters]                           -- Initialize Tableau Server.
tsm jobs [parameters]                       -- Category of commands related to async jobs.
tsm licenses [parameters]                   -- Category of commands related to licensing.
tsm login [parameters]                                -- Sign in to TSM.
tsm logout                                            -- Sign out from TSM.
tsm maintenance [parameters]                -- Category of commands related to maintenance.
tsm pending-changes [parameters]            -- Category of commands for pending changes.
tsm register [parameters]                             -- Register the product.
tsm reset [parameters]                                -- Clears the initial admin user so you can enter a new one. Once reset is completed you will need to use the tabcmd initialuser command to create a new initial user before remote users can sign in again.
tsm restart [parameters]                              -- Restart Tableau Server.
tsm security [parameters]                   -- Category of commands related to security configuration.
tsm settings [parameters]                   -- Category of commands related to configuration and topology settings
tsm sites [parameters]                      -- Category of commands related to site import and export.
tsm start [parameters]                                -- Start Tableau Server.
tsm status [parameters]                               -- View Tableau Server status.
tsm stop [parameters]                                 -- Stop Tableau Server.
tsm topology [parameters]                   -- Category of commands related to server topology.
tsm user-identity-store [parameters]        -- Category of commands related to user-identity-store
tsm version                                           -- Displays version information.

tsm help | [category] | commands

Global options:
    -h,--help                           Display TSM help.
    -p,--password            Use the specified password.
    -s,--server                   Use the specified Tableau Services
                                        Manager URL. If no protocol is
                                        specified, https://                                         dnsname>:8850 is assumed.
       --trust-admin-controller-cert    Do not validate the server certificate.
    -u,--username                Use the specified user name.
 

 

 

你可能感兴趣的:(Tableau)