PREPARATION # Node information node1IP: node2IP: node3IP: # TS installer download wget https://downloads.tableau.com/esdalt/2020.2.5/tableau-server-2020-2-5.x86_64.rpm Step1: Install Initial node Step 2: Generate bootstrap file on the initial node tsm topology nodes get-bootstrap-file --file <path\file>.json scp ./bootstrap.json dpark@node2IP:~/ scp ./bootstrap.json dpark@node3IP:~/ Step 3: Firewall Settings Step 3-1: Initial node Firewall settings 1. confirm gateway and tabadmincontroller port number(by default 8850) tsm topology list-ports | grep -E "tabadmincontroller:primary | gateway" 2. Check dynamic port range. typical range is 8000 to 9000. tsm configuration get -k ports.range.min tsm configuration get -k ports.range.max 3. Start firewalld: sudo systemctl start firewalld 4. Verify that the default zone is a high-security zone, such as public. firewall-cmd --get-default-zone if change is needed, sudo firewall-cmd...
Learning IT, Working IT and Test IT