Install & Configuration - 40% Flashcards
What are the installation steps?
- Check for: OS, hardware, accounts (Administrative should have permission to install; Run As account?), IIS and port 80, AD domain, drivers
- Download the Server file
- Run the file. Follow on-screen instructions to set-up and install the app.
- Enter in Product Key, activate, and register
- Restart Tableau Server
What is the path to install?
C:\Program Files\Tableau\Tableau Server
What gateway port should be used?
80 (often also used by Internet Information Services/IIS)
What are the authentication options?
Active Directory Trusted Tickets Guest Account Local authentication SAML Kerberos
What’s the difference between AD and local auth?
Local authentication works only for Tableau Server, and the admin will have to create usernames and assign passwords. AD is a company-managed authentication service that integrates with many other corporate applications. You cannot switch between options later.
Describe the impact of the automatic login option.
Enabling automatic login means that Microsoft SSPI will automatically sign users in based on their Windows credentials. Similar experience to SSO.
Not compatible with SAML, trusted authentication, or proxy server.
How do you set up SSL?
- Get an Apache SSL certificate from a trusted authority and import the certificate files into Tableau Server (C:\Program Files\Tableau\Tableau Server\SSL)
- Open the Server Config dialog > SSL tab
- Select “Use SSL for server communication” and provide location for these three files: SSL certificate file, SSL certificate key file, SSL certificate chain file (only required for Mac and Mobile)
- Changes will take effect next time Server is restarted
- -bonus: SSL can only use port 443. can’t work anywhere else.
What are best practices for installing a single machine environment?
idk
What are:
a) the three caching options in the config dialog
b) the differences between them
c) the reasons you might choose one over the others
a) refresh less often, refresh more often, balanced
b) Less often: Data is cached and reused whenever it’s available, regardless of when it was added to the cache
Balanced: data is removed from cache after a specified number of minutes. After removal, a new query will be issued.
More Often: database is queried each time the page is loaded. Dumps cache after user reloads the page.
c) Less Often: use when data isn’t changing frequently, potentially to improve performance
More Often: when users always need to see the most up-to-the-minute data
bonus - these are on the Data Connections tab
How do you apply process distribution?
- Stop Tableau Server
- Open Server Config dialog. Enter password. Go to Servers tab.
- Highlight the machine and click Edit. (Must have at least one instance of: backgrounder, active data engine & file store, and repository.)
- Ok > OK
- Restart Tableau Server.
How do you configure email alerts and subscriptions?
- Server config utility > Alerts and Subscriptions tab
- Select check boxes.
- For alerts: check the SMTP Setup tab. The email address you specify there will be the one that receives alerts.
How do you configure SSL?
Place SSL cert and key files on every computer that’s running a gateway process.
What are the 3 optional customizations, and how do you configure them?
- Change Name or Logo (tabadmin)
- Language and Locale (Server UI, either for the server or for the user)
- Custom fonts (install on computers that run Server, and that connect to Server)
What are the 7.5 Site configuration options?
- Set storage limit
- Who can add and remove users (only server admins, or site and server admins)
- 5 Limit number of site users
- Web authoring
- Subscriptions - also custom ‘from’ address and custom footer
- Allow perf recording
- Save a history of revisions
- Create offline snapshots of favorites (mobile only)
What are the user quota restrictions?
If site admins are allowed to add users, you can specify how many users they can add to the site.