Running the TIBCO Patterns Server

The command syntax for the TIBCO Patterns server is as follows:

TIB_tps_server
[-p | --port plaintext-port:encrypted-port | plaintext-port]
[-g | --gateway gateway-configuration-file]
[-G | --temp-dir temp-storage-dir]
[-t | --threads max-threads]
[-R | --restore-dir restore-dir]
[-B | --durable-data]
[-A | --auto-restore]
[-a | --restore-from common-dir]
[-c | --con-log console-log]
[-l | --query-log querylog]
[-r | --pid pid-file]
[-H | --hawk service,network,daemon]
[-F | --prefilter prefilter]
[-m | --memory memory-cap]
[-L | --max-loads max-loads]
[-P | --persist socket-option]
[-T | --thes sub-limit]
[-I | --idle-tran idle-timeout]
[-J | --joins join-limits]
[-M | --model-info model-file]
[-u | --ip-in ip-mode]
[-U | --ip-out ip-mode]
[-v | --verbose]
[-V | --version]
[-d | --debug]
[-D | --socket-log socket-log]
[-h | -? | --help]
[-C | --gpu DEFAULT | LIST | RECOMMENDED-ONLY | ALL | device specification
[-K | --private-key private-key-filename]
[-k | --public-key certificate-filename]
[-Z | --trusted-store trust-store]
[-E | --loadable-data-dir directory_name]
[ipaddr...]
Note: The command line options are case-sensitive. Command line options can be specified using the short form or the long form. For example, the verbose option might be specified using -v or --verbose.