How to set receiver timeout
Task
Set receiver timeout.
Solution
Since version 4.2.2 there is an ability to specify a timeout for data transfer by replication agents.
The timeout parameter is stored in etcd. To configure it, use the following commands:
- kubectl exec -ti etcd-0 -- etcdctl mkdir /agent_specific
- kubectl exec -ti etcd-0 -- etcdctl set /agent_specific/network_timeout <VALUE>
<VALUE> represents the timeout duration in minutes. If the parameter is defined in etcd, the setting automatically applies to all newly launched agents. Alternatively, the timeout must be set manually for each agent.
To set the timeout manually, edit the appropriate configuration file:
- /hx/agent.conf — for external agents.
- /etc/hystax/acura/repman.conf — for internal Linux agents.
- C:\ProgramData\Hystax\acura\repman.conf — for internal Windows agents.
Locate or add the network_timeout parameter and specify the desired value (in minutes).
Related Articles
How to set volume exclusion for the Windows replication agent
Task Set a volume exclusion for the Windows replication agent. Solution In case there are disks on the machines that are not needed for replication, they can be excluded by setting certain parameters in the cbt.conf configuration file: 1. Stop the ...
How to turn on debug logging for Hystax Linux Replication Agent
Task Turn on debug logging to perform advanced troubleshooting of Hystax Linux Replication Agent (HLRAgent) Solution Stop the HLRAgent service with the following command: sudo service hlragent stop Enable debug logs, set the value ...
How to set a block device exclusion for the Linux replication agent
TaskSet a block device exclusion for the Linux replication agent. Solution In case there are disks on the machines that don't need to be replicated, they can be excluded by setting certain parameters in the cbt.conf configuration file. 1 Stop the ...
How to change the name of the cloud agent image
Task Change the name of the cloud agent image Solution "Hystax_CATI" is the default Cloud Agent image name used while we deploy Hystax Acura. To let Acura use a different image name for an existing deployment, you can do the following: 1. Rename the ...
How to edit the "hosts" file of a VMware agent
Task Edit the "hosts" file of a VMware agent. Solution The VMware agent's "hosts" file is mounted in the agent system and can be edited from its TUI. Perform the following steps: 1. Go to the TUI and select the “Agent options” menu. 2. Select “Edit ...