Setting Up and Starting TIBCO FTL Servers
This procedure lists how to set up the TIBCO FTL environment and then start the TIBCO FTL server.
- Procedure
- Copy the TIBCO FTL files that are needed to start the TIBCO FTL servers.
# FTL yaml file to start the ftlserver >scp /home/youruser/as/init/grid1/ftl.yaml youruser@host1:/home/youruser/as/ftlservers/ftl.yaml >scp /home/youruser/as/init/grid1/ftl.yaml youruser@host2:/home/youruser/as/ftlservers/ftl.yaml >scp /home/youruser/as/init/grid1/ftl.yaml youruser@host3:/home/youruser/as/ftlservers/ftl.yaml
- Copy the TIBCO FTL keystore password to start
ftlserversecurely>scp /home/youruser/as/init/grid1/ftl_security/keystore_password.txt youruser@host1:/home/youruser/as/ftlservers/keystore_password.txt >scp /home/youruser/as/init/grid1/ftl_security/keystore_password.txt youruser@host2:/home/youruser/as/ftlservers/keystore_password.txt >scp /home/youruser/as/init/grid1/ftl_security/keystore_password.txt youruser@host3:/home/youruser/as/ftlservers/keystore_password.txt
- Copy the TIBCO FTL keystore file to start
ftlserversecurely. For more information on keystore files, see "Secure FTL Servers" in TIBCO FTL® Administration.>scp /home/youruser/as/init/grid1/ftl_security/ftl-tport.p12 youruser@host1:/home/youruser/as/ftlservers/ftl1/realm_data/ftl-tport.p12 >scp /home/youruser/as/init/grid1/ftl_security/ftl-tport.p12 youruser@host2:/home/youruser/as/ftlservers/ftl2/realm_data/ftl-tport.p12 >scp /home/youruser/as/init/grid1/ftl_security/ftl-tport.p12 youruser@host3:/home/youruser/as/ftlservers/ftl3/realm_data/ftl-tport.p12
- Copy the TIBCO FTL public trust file needed by TIBCO FTL servers (in
realm_datadirectory)>scp /home/youruser/as/init/grid1/ftl_security/ftl-trust.pem youruser@host1:/home/youruser/as/ftlservers/ftl1/realm_data/ftl-trust.pem >scp /home/youruser/as/init/grid1/ftl_security/ftl-trust.pem youruser@host2:/home/youruser/as/ftlservers/ftl2/realm_data/ftl-trust.pem >scp /home/youruser/as/init/grid1/ftl_security/ftl-trust.pem youruser@host3:/home/youruser/as/ftlservers/ftl3/realm_data/ftl-trust.pem
- Copy the TIBCO FTL public trust file needed by ActiveSpaces processes in
grid1:>scp /home/youruser/as/init/grid1/ftl_security/ftl-trust.pem youruser@host1:/home/youruser/as/grid1/ftl-trust.pem >scp /home/youruser/as/init/grid1/ftl_security/ftl-trust.pem youruser@host2:/home/youruser/as/grid1/ftl-trust.pem >scp /home/youruser/as/init/grid1/ftl_security/ftl-trust.pem youruser@host3:/home/youruser/as/grid1/ftl-trust.pem
- Start the TIBCO FTL servers
# On host1 >cd /home/youruser/as >tibftlserver -c ftlservers/ftl.yaml -n ftl1 # On host2 >cd /home/youruser/as >tibftlserver -c ftlservers/ftl.yaml -n ftl2 # On host3 >cd /home/youruser/as >tibftlserver -c ftlservers/ftl.yaml -n ftl3