Manually Checking Configuration Synchronization

You can check that the current and active configurations are synchronized across the HA node. The current configuration is the one with which you are currently working, and the active configuration is the one active on the system.

To confirm that the systems in the HA node have synchronized configurations:

  1. On the active Oracle® Enterprise Session Border Controller in the Superuser menu, enter the following ALCI commands and press Enter. Note the configuration version numbers for comparison with those on the standby Oracle® Enterprise Session Border Controller.
    • display-current-cfg-version—Shows the version number of the configuration you are currently viewing (for editing, updating, etc.).

      ORACLE# display-current-cfg-version
      Current configuration version is 30
    • display-running-cfg-version—Shows the version number of the active configuration running on the Oracle® Enterprise Session Border Controller.

      ORACLE# display-running-cfg-version
      Running configuration version is 30
  2. On the standby Oracle® Enterprise Session Border Controller, enter the following ALCI commands and press Enter. Note the configuration version numbers for comparison with those on the active Oracle® Enterprise Session Border Controller.
    ORACLE# display-current-cfg-version
    Current configuration version is 30
    ORACLE# display-running-cfg-version
    Running configuration version is 30
  3. Compare the configuration numbers. If the version numbers on the active Oracle® Enterprise Session Border Controller match those on the standby Oracle® Enterprise Session Border Controller, then the systems are synchronized.

    If the version numbers do not match, you need to synchronize the Oracle® Enterprise Session Border Controllers. You can do so using the ACLI acquire-config command.