Configuring the DNCAs for failover

You configure the delivery and pipeline settings for the DNCA in failover.

Procedure

  1. Log on to the DNCA web console.
  2. Go to the Delivery tab and edit the delivery settings for your environment.
  3. Go to the Pipeline tab and edit the Pipeline Instances setting to configure the number of pipeline instances for your configuration.
  4. Select Save Changes to save your updated configuration settings.
    DO NOT restart the DNCA server.
  5. Edit the DNCA configuration file by opening /usr/local/dncauser/etc/dcx-conf.xml in a text editor.
  6. Go to the Capture tag settings and edit these settings:
    1. Set ListenerSocketEnabled to true.
    2. Set TransparentLoadBalancingEnabled to false.
    3. Set SslSessionInfoOnMemcachedServer to false. If the DNCA Server is configured to decrypt SSL traffic, set this to false.
  7. Go to the Listener tag settings and edit these settings:
    1. Set BasePort to match the port number that is defined in the Delivery settings of the configuration file. The configuration file can be accessed by opening /etc/fwdr-conf.xml on a web server instance.
    2. Set Instances to equal the number of instances that the DNCA connects to.
  8. Save your changes to /usr/local/dncauser/etc/dcx-conf.xml.
  9. Run ./discover restart to restart the DNCA services.