NSC Configuration Arguments
Configuration arguments are optional and defaults are used if arguments are not specified. The configuration arguments are only valid on the initial execution of NSC. Issuing –host or –port on a secondary line in a batch file has no effect since the secondary commands are already inside the initial connection.
| Parameter | Details |
|---|---|
-host <hostname or IP address>
|
Specifies the host location where the TIBCO Patterns server is installed. (Default: localhost). You can specify the name or IP address of another machine if the host resides on a remote machine. You cannot use NSC to communicate with a TIBCO Patterns server that does not have IPv4 enabled for input. |
-port <port#>
|
Specifies the port to establish a connection on when communicating with the TIBCO Patterns server. (Default: 5051). You can specify a different port if the default is not being used. |
-ssl
|
Enables encrypted communications. Use ssl only if the server is configured for it. |
-debug
|
Turns on a debug trace of communications between NSC and the TIBCO Patterns server. The debug trace is lengthy and the output is generated to the stderr. Debug tracing is off by default. |