Setting up a configuration file for two RCM instances

The two RCM instances in a redundant environment can use the same configuration file. To set up this file properly, add the name of the secondary OpenSwitch server as well as the name of the primary OpenSwitch server to the “OpenSwitch Server” section of the RCM configuration file, as shown:

OPENSWITCH = rcm_os1
SECONDARY_OPENSWITCH = rcm_os2

Where the primary OpenSwitch server is “rcm_os1,” and the secondary OpenSwitch server is “rcm_os2.”

See “Understanding RCM configuration parameters” for more information about RCM configuration parameters.

NoteIf you are using the same configuration file for both RCMs, you should not provide the RCMNAME configuration parameter. When RCMNAME parameter is not provided, its default value is OPENSWITCH_rcm for the primary RCM and SECONDARY_OPENSWITCH_rcm for the secondary RCM.