Configuring the DNCAs for failover
You configure the delivery and pipeline settings for the DNCA in failover.
Procedure
- Log on to the DNCA web console.
- Go to the Delivery tab and edit the delivery settings for your environment.
- Go to the Pipeline tab and edit the Pipeline Instances setting to configure the number of pipeline instances for your configuration.
-
Select Save Changes to save your updated configuration settings.
DO NOT restart the DNCA server.
- Edit the DNCA configuration file by opening /usr/local/dncauser/etc/dcx-conf.xml in a text editor.
-
Go to the Capture tag settings and edit these settings:
- Set
ListenerSocketEnabled
totrue
. - Set
TransparentLoadBalancingEnabled
tofalse
. - Set
SslSessionInfoOnMemcachedServer
tofalse
. If the DNCA Server is configured to decrypt SSL traffic, set this tofalse
.
- Set
-
Go to the Listener tag settings and edit these settings:
- 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. - Set
Instances
to equal the number of instances that the DNCA connects to.
- Set
- Save your changes to /usr/local/dncauser/etc/dcx-conf.xml.
-
Run
./discover restart
to restart the DNCA services.