Starting TIBCO MFT Platform Server
You can start TIBCO MFT Platform Server by using the cfstart command.
Note: For a root installation, the
cfstart command must be executed by the root user. For a non-root installation, the cfstart command must be executed by the user that installed the platform server.
Each time after you use the
cfstart command, a daemon (CyberResp
) is started. Multiple CyberResp
daemons can run at the same time. There are separate CyberResp
daemons for standard, SSL, and TLS Tunnel servers. The first time that CyberResp
is started, CyberMgr
will be started if it is not already executing.
- Procedure
- Optional: On the command line, navigate to the $CFROOT/bin directory.
- Use the following commands to start
TIBCO MFT Platform Server:
Enter
cfstart
if you want to start the platform server.Entercfstart -ssl
if you want to start the platform server in SSL mode.Entercfstart -tunnel
if you want to start the platform server in TLS tunnel mode.Entercfstart -ipv6
if you want to start the platform server for IPv6.Entercfstart -ssl -ipv6
if you want to start the Platform Server for IPv6 in SSL mode.Entercfstart -tunnel -ipv6
if you want to start the Platform Server for IPv6 in TLS tunnel mode.Note: If you want to start the Platform Server with the SSL or Tunnel option, ensure that you have set up an SSL certificate before starting. For more information, see TLS/SSL Certificates Setup.If you want to start the platform server for IPv6, ensure that you have configured the IPv6 ports in the config.txt file. For more information, see Configuration Parameters.