Single Node Installation / Upgrading Orchestrator |
In the STDOUT below, the orchestrator1 node has MySQL running as active. This is your starting point.
$ /opt/aspera/acm/bin/acmctl –i Checking current ACM status... Aspera Cluster Manager for Orchestrator - status ------------------------------------------ Local hostname: orchestrator1 Active node: orchestrator1 (me) Status of this node: active Status file: current Disabled globally: no Disabled on this node: no …
$ /opt/aspera/acm/bin/acmctl -d
orchestrator_db_backup_timestamp.sql aspera_orig_timestamp.tar
$ asctl orchestrator:stop
$ /opt/aspera/common/mysql/bin/mysqldump –h <IP address> –u root –p orchestrator > /tmp/orchestrator_db_backup_current_timestamp.sql
$ cd /opt/aspera/ ; tar cvfz /tmp/aspera_current_timestamp.tar.gz var/
$ /opt/aspera/common/mysql/bin/mysql –u root –p aspera orchestrator < /tmp/orchestrator_db_backup_orig_timestamp.sql
$ cd /opt/aspera/ $ rm –rf var/ $ tar xvfz /tmp/aspera_orig_<timestamp>.tar.gz
/opt/aspera/var/config/orchestrator/capsules/
$ rpm -ivh aspera-orchestrator-2.3.0.build_version.x86_64.rpm
$ asctl orchestrator:restart
$ /opt/aspera/acm/bin/acmctl -e
$ /opt/aspera/acm/bin/acmctl -d
$ asctl orchestrator:stop
$ rpm -ivh aspera-orchestrator-2.3.0.build_version-0.x86_64.rpm
$ asctl orchestrator:start