start_net_test_com_server(1)

NAME

start_net_test_com_server - Start the net_test_com_server net performance server when it does not yet run

SYNOPSIS

start_net_test_com_server  [Option [...]]

DESCRIPTION

The script start_net_test_com_server checks if the net_test_com_server(1) is running and starts it when this is not the case. Therefore, it is required that the process ID of the net_test_com_server(1) is written to a process ID file. See the -pid_file option from net_test_com_server(1). The start_net_test_com_server script is intended for periodic checks if the net_test_com_server(1) server is still running, for instance from a crontab(1) file. To easy the setting of the user environemnt from a crontab(1), this script is a csh(1) shell script.

OPTIONS

The following options may be specified:

{-help,-?}
Print a usage message and exit.

-config_file {ConfigFile,-}
Specify a configuration file to be used by net_test_com_server(1). It should contain a pid_file directive (the analogy of a -pid_file option). Otherwise this script exits with a diagnostic message. The default configuration file is:

RTPL_Root/lib/net_test_com_server.conf

The directory RTPL_Root is the root directory of the installed RTPL package.

FILES

RTPL_Root/lib/net_test_com_server.conf
The default configuration file which is used when the net_test_com_server(1) server is started. The directory RTPL_Root is the root directory of the installed RTPL package. It is required that a configuration file exits.

SEE ALSO

crontab(1), csh(1), net_test_com_server(1)