Notice
Recent Posts
Recent Comments
Link
«   2026/04   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30
Tags
more
Archives
Today
Total
관리 메뉴

인턴기록지

Tableau server install (centOS 7) 본문

Tableau

Tableau server install (centOS 7)

인턴신분현경이 2020. 9. 10. 17:18

https://help.tableau.com/current/guides/everybody-install-linux/ko-kr/everybody_admin_install_linux.htm

참고하면서 설치

centos 8 은 지원을 하지 않는다고 해서 지금까지 한 8서버는 버리고 7로 다시 파서 ㅠㅠ 시작

시작은 블로그 첫 게시물 vm 설치 게시글에 다시 올려 놓았음


새로만든 centos 7에 tableau server 설치 

 

centos 8에 있던 tableau-server-2020-3-0.x86_64.rpm 파일을 7으로 옮겨옴 -> scp 사용

 

yum install tableau-server-2020-3-0.x86_64.rpm

 

! 여기서 ./initial 어쩌구 실행할 때 주의할 점 

User 'root' has been selected as the user to add to the TSM authorized group, but
TSM does not allow root as a TSM-authorized user. You must either re-run this
script using 'sudo' while logged in as a normal user instead of root (most common
case), rerun this script with the '-a username' option to select a user other than
root to add to the group, or the '-g' flag to disable group addition completely
and add appropriate users to the group yourself. Canceling.

 

 

지금 내가 실행하고 있는 서버에서는 root권한으로 실행하고 있기 때문에 위의 말은tsm 사용자로 root를 허용해주지 않는 다는 것이다. 

따라서 vm생성해주었을 때 나의 계정으로 바꾼다.

 

sudo 권한이있는 Linux 사용자 로그인이 필요합니다 (루트를 사용하지 마십시오).

# 여기서 hk는 내 vm 계정이름 각자의 계정이름으로 바꾸기
usermod -aG wheel hk
su - hk

# 변환 성공
[root@localhost scripts.20203.20.0807.2057]# su - hk
마지막 로그인: 목  9월 10 13:58:44 KST 2020 일시 tty1

 

 

 

폴더안으로 들어 간 후

#설치 후 폴더 이동
cd /opt/tableau/tableau_server/packages/scripts.20203.20.0807.2057/

[hk@localhost scripts.20203.20.0807.2057]$ sudo ./initialize-tsm --accepteula

로컬 시스템 관리자에게 일반적인 지침을 받았으리라 믿습니다.
보통 세가지로 요약합니다:

    #1) 타인의 사생활을 존중하십시오.
    #2) 입력하기 전에 한 번 더 생각하십시오.
    #3) 막강한 힘에는 상당한 책임이 뒤따릅니다.

[sudo] hk의 암호:
Creating 'tsmadmin' group for TSM admin authorization
Creating 'tableau' unprivileged user account
Creating environment file...
Creating directories and setting permissions...
Using '/var/opt/tableau/tableau_server' as the data directory.
Adding user 'hk' to group 'tableau'...
Adding user 'hk' to group 'tsmadmin'...
Added. Note: These group membership changes do not take effect in shells already open. For these to take effect, log out of the shell and log back in.
Tableau Server runs best with at least 50 GB of free disk space,
but found only 40 GB for the data directory '/var/opt/tableau/tableau_server'. Continuing.
Starting TSM services...
Tableau Server 조정 서비스의 리포지토리 버전을 업데이트하는 중입니다.
TSM services started successfully
Use the 'tsm' command to continue setting up Tableau Server.
>> Tableau binary directory will be added to PATH for new shells. To get the
>> updated path, either start a new session, or for bash users run:
>> source /etc/profile.d/tableau_server.sh
The TSM administrative web interface (and REST API) is now available at
https://localhost.localdomain:8850
You can continue the configuration and initialization of Tableau server using either the TSM command line interface,
or the web interface.
You will be prompted to authenticate, or can log in using the username 'hk', with the same password you used to log into this session. You could also use any username, with its password, from the administrative group in the domain.
Done.

짜잔! 이렇게 초기화 완료! 

Tableau Server는 기본적으로 80, 443 포트로 서비스가 제공되며 TSM 관리자 페이지는 8850 포트를 사용

#초기화 후 로그아웃해서 터미널 닫기
logout

#명령어를 실행해서 tsmadmin그룹에 내가 잘 들어가 있는지 확인
[root@localhost scripts.20203.20.0807.2057]# grep tsmadmin /etc/group
tsmadmin:x:995:hk

#다시 로그인 , hk로 돌리기 !
[root@localhost scripts.20203.20.0807.2057]# tsm login
bash: tsm: command not found
[root@localhost scripts.20203.20.0807.2057]# su - hk
마지막 로그인: 목  9월 10 16:21:01 KST 2020 일시 pts/2
[hk@localhost ~]$ tsm login

#.sh파일 다시 실행 해서 적용
[hk@localhost ~]$ source /etc/profile.d/tableau_server.sh

192.168.8.115:8850 으로 접속!!

 

tsmadmin그룹에 속해있는 hk로 로그인

평가판 시작눌러서 평가판으로 시작~!~!~!

 


gemshare.org/2019/09/26/install-tableau-server-20193-centos75/

 

Install Tableau Server 2019.3 on Centos 7.5

install tableau server 2019.3 on Centos 7.5 and get Explain Data, Data Catalog, Server Management add-on and many other new useful features

gemshare.org

참고

'Tableau' 카테고리의 다른 글

Server에 Desktop 이용해 druid 테이블 올리기  (0) 2020.09.14
Tableau Server 세팅  (0) 2020.09.11
Tableau desktop/ public/ online/ server/ prep  (0) 2020.09.08