Orchestrator Cluster Installation |
/etc/sysconfig/network
NETWORKING=yes HOSTNAME=orchestrator1 GATEWAY=10.20.104.1
$ shutdown –r now
vi /etc/rsyslog.conf
# Aspera Logging local2.* -/var/log/aspera.log
cron.none;local2.none
-/var/log/messages
$ /etc/init.d/rsyslog restart
/mnt/shared/orchestrator/acm_files
acm_orchestrator-version_number.tar.gzExtract the files with the following commands:
$ cp /tmp/acm_orchestrator-version_number.tar.gz /mnt/shared/orchestrator/acm_files $ cd /mnt/shared/orchestrator/acm_files $ tar xvfz acm_orchestrator-version_number.tar.gz
$ ln -s /mnt/shared/orchestrator/acm_files /opt/aspera/acm
/opt/aspera/var/config/orchestrator/
/opt/aspera/orchestrator/config/
/opt/aspera/var/config/orchestrator/
$ cp /opt/aspera/var/config/orchestrator/database.yml /opt/aspera/acm/config/
/opt/aspera/acm/bin/acm4orchestrator /opt/aspera/acm/bin/acmctl
$ crontab –e
* * * * * /opt/aspera/acm/bin/acm4orchestrator node_IP_address > /dev/null 2>&1
* * * * * /opt/aspera/acm/bin/acm4orchestrator 10.20.104.10 > /dev/null 2>&1
$ ip addr | grep "inet" inet 127.0.0.1/8 scope host lo inet 10.20.104.10/24 brd 10.20.104.255 scope global eth0In the example above, 10.20.104.10 is the correct IP address.
$ crontab –e
* * * * * /opt/aspera/acm/bin/acm4orchestrator node_IP_address shared_partition_device_number > /dev/null 2>&1
* * * * * /opt/aspera/acm/bin/acm4orchestrator 10.20.104.10 21 > /dev/null 2>&1
$ stat -c "%d" path_to_acm_mountFor example:
$ stat -c "%d" /mnt/acm/ 21