Setting up Aspera Cluster Manager
For overview information about Aspera Cluster Manager (ACM), see Aspera Cluster Manager (Overview).
Installing ACM Software on the Shared Storage
Turning Off MySQL, Apache, and Orchestrator Services
$ chkconfig aspera_mysqld off
$ chkconfig aspera_httpd off
$ chkconfig AsperaOrchestrator offRunning an ACM Sanity Check
The acmctl command has an option to check that the necessary configurations have been made that allow the acm_orchestrator script to run appropriately. You should make sure that each server passes the sanity test.
Configuring the crontab Entry to Run ACM
Configure ACM services in crontab on both nodes so that the acm_orchestrator script is launched every minute.
$ crontab –e
* * * * * /opt/aspera/acm/bin/acm_orchestrator ip_address > /dev/null 2>&1
One
parameter must be entered in crontab: the IP address of the
host where the script is running. This parameter is passed to the
acm_orchestrator script.$ crontab –e
* * * * * /opt/aspera/acm/bin/acm_orchestrator 10.0.71.21 > /dev/null 2>&1
Once configured in crontab, the acm_orchestrator script runs regularly to determine the active node and start the required Orchestrator services on both the active and passive nodes, depending on their current status (active or passive).
Obtaining the crontab Parameter Values
To list the IP addresses available on a system, run the following command:$ ip addr | grep "inet"
inet 127.0.0.1/8 scope host lo
inet6 ::1/128 scope host
inet 10.0.75.21/16 brd 10.255.255 scope global eth0
$ stat -c "%d" /mnt/shared/orchestrator/acm_data/
20/mnt/shared/orchestrator/acm_data/
is a placeholder for your shared storage mount point that contains ACM
files.Identifying the Status of ACM on Each Orchestrator Server
/opt/aspera/acm/bin/acmctl -iFor
more information about using this command, see Disabling and Re-enabling ACM on One NodeConnecting to Orchestrator with the VIP
If a load balancer is providing a virtual IP address (VIP) in front of the Orchestrator servers, and the services are running properly, you can now connect to the Orchestrator application using the VIP assigned to the ACM cluster.