Previous Topic: The RTserver Port NumberNext Topic: Specify the Network Port Number


RTserver Setup

The RTserver startup command file must specify the Conn_Names option with the logical connection names value. The Conn_Names option specifies a list of logical connection names used by RTclient (the CA Harvest SCM client) to find this RTserver. Each logical connection name has the form protocol:node:address.

Note: The RTserver startup command file, rtserver.cm, is found in the RTHOME/standard directory.

Port number 5101 (default) represents the address portion of protocol:node:address. To specify a different port, define the Conn_Names option in the rtserver.cm file.

Example rtserver.cm file:

/* ---------------------------------- */
/* RTserver-specific options */
/* ---------------------------------- */
setopt prompt 			"SERVER> "
setopt time_format		hms
setopt client_connect_timeout   10.0
setopt client_max_buffer	10000000 /* ~10 MB */
setopt log_in_client		UNKNOWN
setopt log_in_server		UNKNOWN
setopt log_out_client		UNKNOWN
setopt log_out_server		UNKNOWN
setopt udp_broadcast_timeout   	5.0
setopt Enable_Control_Msgs 	connect, disconnect
setopt Conn_Names tcp:ca scm:5202

In this example, CA Harvest SCM specifies the computer node name.

You must restart the RTserver for the changes to take effect.