Install & Configuration - 40% Flashcards

1
Q

What are the installation steps?

A
  1. Check for: OS, hardware, accounts (Administrative should have permission to install; Run As account?), IIS and port 80, AD domain, drivers
  2. Download the Server file
  3. Run the file. Follow on-screen instructions to set-up and install the app.
  4. Enter in Product Key, activate, and register
  5. Restart Tableau Server
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the path to install?

A

C:\Program Files\Tableau\Tableau Server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What gateway port should be used?

A

80 (often also used by Internet Information Services/IIS)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the authentication options?

A
Active Directory
Trusted Tickets
Guest Account
Local authentication
SAML
Kerberos
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What’s the difference between AD and local auth?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Describe the impact of the automatic login option.

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How do you set up SSL?

A
  1. Get an Apache SSL certificate from a trusted authority and import the certificate files into Tableau Server (C:\Program Files\Tableau\Tableau Server\SSL)
  2. Open the Server Config dialog > SSL tab
  3. 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)
  4. Changes will take effect next time Server is restarted
    - -bonus: SSL can only use port 443. can’t work anywhere else.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are best practices for installing a single machine environment?

A

idk

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

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

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How do you apply process distribution?

A
  1. Stop Tableau Server
  2. Open Server Config dialog. Enter password. Go to Servers tab.
  3. Highlight the machine and click Edit. (Must have at least one instance of: backgrounder, active data engine & file store, and repository.)
  4. Ok > OK
  5. Restart Tableau Server.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How do you configure email alerts and subscriptions?

A
  1. Server config utility > Alerts and Subscriptions tab
  2. Select check boxes.
  3. For alerts: check the SMTP Setup tab. The email address you specify there will be the one that receives alerts.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How do you configure SSL?

A

Place SSL cert and key files on every computer that’s running a gateway process.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the 3 optional customizations, and how do you configure them?

A
  1. Change Name or Logo (tabadmin)
  2. Language and Locale (Server UI, either for the server or for the user)
  3. Custom fonts (install on computers that run Server, and that connect to Server)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the 7.5 Site configuration options?

A
  1. Set storage limit
  2. Who can add and remove users (only server admins, or site and server admins)
  3. 5 Limit number of site users
  4. Web authoring
  5. Subscriptions - also custom ‘from’ address and custom footer
  6. Allow perf recording
  7. Save a history of revisions
  8. Create offline snapshots of favorites (mobile only)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are the user quota restrictions?

A

If site admins are allowed to add users, you can specify how many users they can add to the site.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Who can add users?

A

Either Server admins only, or both site and server admins (you can edit per site)

17
Q

Explain storage quota restrictions.

A

Workbooks, extracts, and data sources all consume storage space on the server. If you set a server limit and the site exceeds it, publishers will be prevented from uploading new content until the site is under the limit again.

18
Q

How do you enable site subscriptions? How do you edit them?

A

Site tab > Settings. You have to make sure Subscriptions are enabled in Server config first.

19
Q

Describe the 3 Project configurations options

A
  1. Set permissions for project
  2. Set default permissions for content
  3. Lock content permissions
20
Q

Describe the Group and User config options

A

Group: Local or AD
User: Local or AD; site roles; site membership

21
Q

What are your options to add users at the license level?

A

Unlicensed, Viewer, Interactor

22
Q

What are your options to add users at the Admin level?

A

System Admin, Site Admin, None

23
Q

What are your options to add users at the Publisher level?

A

Allow or Deny

24
Q

How do you import users? Describe for both AD and local.

A

AD: in a site, import group from Active Directory
Local: CSV file (username, password, full name, license level, admin level, publisher permissions, email address)

25
Q

Describe the security configurations for the Site level?

A
  1. Only users added to the Site can see it

2. Can determine permissions for site users

26
Q

Describe the security configurations for the Project level?

A

Edit permissions per user or group on projects. Can lock permissions to project so that publishers can’t override them.

27
Q

Describe the security configurations for the Group level?

A

You can set content permissions for a group within a project.

28
Q

Describe the security configurations for the User level?

A

You can allow Users to inherit default permissions from their group, or you can allow/deny individual users. Check permissions for a user by navigating to content, clicking permissions, and typing in a username in the check permissions box

29
Q

Describe the security configurations for the enable/disable guest user level?

A

Can only be enabled/disabled by Server Admin, from Server tab > Settings > General

30
Q

Describe the security configurations for the Data Source level?

A

Admin can set permissions at the data source level

31
Q

Describe the security configurations for the workbook level?

A

Do not show tabbed views if your workbook uses sheet-level security, because publishing a workbook with tabbed views overrides sheet-level security.

32
Q

Describe the security configurations for the SAML level?

A
  1. Put cert files in C:\Program Files\Tableau\Tableau Server\SAML
  2. Open Server Config dialog > SAML tab
  3. Provide location for: TS return URL, SAML entity ID, SAML cert file, SAML cert key file
  4. Click button to Export Metadata File
  5. Save it (TS’s SAML settings) as an XML file
  6. Go to your external identity provider’s (IdP’s) website and Add Tableau Server as a Service Provider. IdP should use username as the attribute element to verify
  7. Within your IdP, export your IdP’s metadata XML file
  8. Copy this file to the folder path in Step 1
  9. Put the file path in the Server Config dialog > SAML tab > SAML IdP metadata file
33
Q

Describe the system permission composition?

A

I know what all the different permission types mean.

Permissions are determined in the following order: Server > Site > Project > Workbook/Data Source > Sheet

34
Q

Name 3 ramifications of permission design.

A
  1. User permissions (when explicitly defined) trump group permissions.
  2. Can’t set permissions at the site level - assigned to resources only.
  3. For each content item, every site user is automatically included in All Users group. If Server is in a sharing-oriented environment, set permission rule for All Users in Default project to Publisher, so users can publish and consume content from new projects. If Server is in a control-oriented enviro, set permission rule for All Users in Default Proj to role of None. Then add explicit permissions for groups/users to specific projects.
35
Q

Describe the differences between Allow v Deny v Inherit

A

Inherit: Permission is inherited from the group, not explicitly defined
Allow: grants access
Deny: user/group NOT authorized

36
Q

What is the Tableau Security Model?

A

decision tree flowchart:

User Denied? > User Allowed? > Group Denied? > Group Allowed?

37
Q

What 4 types of events will trigger an alert email?

A
  1. data engine, repository, gateway server processes stop or restart
  2. Primary Server stops or restarts (note: for single-server installations, no “down” alerts are sent)
  3. Failover events (only for distributed installations)
  4. MUST CONFIGURE FIRST - When unused drive space drops below a specified threshold (warning and critical)