How to install internal Replication Agents on multiple machines at once
Task
Perform mass deployment of internal Replication Agents to several machines with the same OS at once (Windows or Linux).
Solution
The PowerShell script for a Windows installation and the Ansible-playbook in case of Linux machines are available for download as a ZIP archive at:
To use the mass installation script for Windows machines:
- Create a CSV file with the following format: HostIP;AgentURL (using ; as the delimiter by default. The script also supports other delimiters.
- Ensure the target machines for agent installation are in the same domain, and that the script is executed from a machine within that domain.
- The authentication scheme used to access the hosts is Kerberos.
- Run the script install_agents.ps1 with the created CSV file. Example: install_agents.ps1 hosts.csv.
Note: To specify a different delimiter (e.g., comma), use: install_agents.ps1 hosts.csv ","
To use the mass installation script for Linux machines:
- Install Ansible (playbook was tested with ansible==2.9.4).
- Create an inventory file for all of the machines.
- Refer to Example 3 for cases where access is via password.
Example:
- centos ansible_ssh_host=172.22.14.148 ansible_ssh_user=centos
- ubuntu ansible_ssh_host=172.22.24.81 ansible_python_interpreter=/usr/bin/python3 ansible_ssh_user=ubuntu
- debian ansible_ssh_host=172.24.1.80 ansible_python_interpreter=/usr/bin/python3 ansible_ssh_user=root ansible_ssh_pass=YOUR_PASSWORD
- Run the playbook with the acura_host and customer_id fields specified.
Example:
- ansible-playbook -i hlragent-install-inventory -e "acura_host=172.22.20.8" -e "customer_id=ae8fd98e-c436-450a-bf4c-69488efbbdbd" linux_agent_install.yaml
Related Articles
How to download and install Linux Replication Agent (HLRAgent)
Task Download Linux Replication Agent (HLRAgent) Solution Requirements for the correct performance of the Linux replication agent: Hardware: Memory: 500 MB RAM Disk space: 100 mb required for product installation and not less than 15% free space of ...
How to download and install Windows Replication Agent (HWRAgent)
Task Download Windows Replication Agent (HWRAgent) Solution Requirements for the correct performance of the Windows agent: Hardware: Memory: 2 GB RAM CPU: x64 processor Disk space: 100 MB required for product installation and not less than 15% free ...
How to download and install VMware replication agent (HVRAgent)
Task Download and install VMware replication agent (HVRAgent) Solution VMware Agent requirements Hystax VMware Replication Agent requires the following user permissions in vSphere (Role “VMware Consolidated Backup user” in vCenter): Datastore > ...
Which VMware vSphere permissions are required to install Hystax VMware external replication agent
Hystax VMware Replication Agent requires the following user permissions in vSphere (Role “VMware Consolidated Backup user” in vCenter): Datastore - Browse Datastore - FileManagement Virtual machine - Configuration -- Disc Lease Virtual machine - ...
How to configure QoS
Challenge Limit bandwidth when replicating machines. Cause The entire communication channel is busy. Solution Replication QoS Here is the step-by-step instruction: stop the agent service; go to the agent work folder(C:\programData\Hystax\acura for ...