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

  1. 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
    
  2. Copy the TIBCO FTL keystore password to start ftlserver securely
    >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
    
  3. Copy the TIBCO FTL keystore file to start ftlserver securely. 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
  4. Copy the TIBCO FTL public trust file needed by TIBCO FTL servers (in realm_data directory)
    >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
    
  5. 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
    
  6. 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