Refer to the following failover configuration steps when running DSA on an external server.
- Configure the secondary Data Mover daemon to use the external DSC by editing /etc/opt/teradata/datamover/daemon.properties with the following information:
dsa.rest.endpoint=http://external_dsc_host:9090/dsa is.dsc.colocate.dm=false
If the external DSA REST server is configured with HTTPS, replace http with https in the dsa.rest.endpoint codeblock. - Stop the DSC on the secondary host using the /etc/init.d/dsc stop command.
- Run dmcluster status and verify that the DSC and DSA REST components do not appear in the list of services on either the primary or secondary Data Mover hosts.If the DSC or DSA REST component is marked RUNNING or STOPPED, verify that the is.dsc.colocate.dm property is set in the daemon.properties file as false.If Data Mover failover occurs, the Data Mover failover monitor automatically fails over to the secondary Data Mover server. If the external DSA fails, both primary and secondary Data Mover servers need to be reconfigured to use the new DSC. See Configuring Data Mover to Use an External DSC.