rp_cfg

Description

Rereads the OpenSwitch configuration file at runtime.

Syntax

rp_cfg config_file

Parameters

config_file

The name of the configuration file to be reread. Passing a file name of NULL, default, an empty string, or simply deleting a previous entry, causes the previously processed configuration file to be reread.

Examples

Example 1

This command causes the configuration file to be processed.

1> rp_cfg "OpenSwitch_ServerName.cfg"
2> go

Example 2

This command causes the previously processed configuration file to be reread.

1> rp_cfg "default"
2> go

Example 3

This command processes the OpenSwitch_ServerName.cfg file in /usr/sybase/config on the same host as the OpenSwitch server.

1> rp_cfg "/usr/sybase/config/OpenSwitch_ServerName.cfg"
2> go

On the Windows platform:

Example 4

rp_cfg "c:\Sybase\OSW\config\OpenSwitch_ServerName.cfg"

This command processes the OpenSwitch_ServerName.cfg file in c:\sybase\OSW\config on the same Windows host as the OpenSwitch server.

Usage


Messages