The following example displays the parameters used in the [CONFIG] section of a sample OpenSwitch configuration file that are applicable to automatically starting the RCM when OpenSwitch starts.
UNIX:
[CONFIG] SERVER_NAME = rcm_osw ... ... ... RCM_AUTOSTART = 1 RCM_RETRIES = 3 RCM_PATH = /opt/sybase/OpenSwitch-15_1/bin/rcm RCM_CFG_FILE = /opt/sybase/OpenSwitch-15_1/config/rcm1.cfg RCM_LOG_FILE = /opt/sybase/OpenSwitch-15_1/logs/rcm.log RCM_SECONDARY = 0.........
Windows:
[CONFIG] SERVER_NAME = rcm_osw ... ... ... RCM_AUTOSTART = 1 RCM_RETRIES = 3 RCM_PATH = C:\sybase\OpenSwitch-15_1\bin\rcm.exe RCM_CFG_FILE = C:\sybase\OpenSwitch-15_1\config\rcm1.cfg RCM_LOG_FILE = C:\sybase\OpenSwitch-15_1\logs\rcm.log RCM_SECONDARY = 0.........