Previous Topic: The RTclientNext Topic: Logical Connection Names


RTserver Options

RTserver allows the setting of options at startup time. These options are defined in a startup command file named rtserver.cm. This file is located in the RTHOME/standard directory. The option values that have been specified in the RTserver command file are set each time RTserver is started.

Options are set with the setopt command. The general format is

setopt option values
server_names

Specifies a list of logical connection names used to find other RTserver processes. Each logical connection name has the form protocol:node:address, which can be shortened to protocol:node, or node.

Example option setting:

setopt server_names CA SCM

CA Harvest SCM specifies a node or computer name.

conn_names

Specifies a list of logical connection names used by RTclient processes (CA Harvest SCM client) to find this RTserver. Each logical connection name has the form protocol:node:address, which can be shortened to protocol:node, or node.

Example option setting:

setopt conn_names CA SCM

CA Harvest SCM specifies a node or computer name.