Upgrading a Single Node from Orchestrator 2.3.5+ to the Current Release

The procedure in this topic is only for those upgrading from Orchestrator 2.3.5 to the current release. The upgrade of Orchestrator involves upgrading the .rpm file for the software.

Because it is likely that the Aspera Common Components installed with earlier versions of Orchestrator are incompatible with the current released version, IBM Aspera recommends that you upgrade the Aspera Common Components before upgrading (instructions for this are given in Step 4.

  1. (Preliminary step) Perform the backup steps described in Upgrading: Requirements to ensure easy rollback in case there are any issues.
    After upgrading, previously installed releases of Aspera Orchestrator are still present in /opt/aspera and can be used for rollback operations. For example:
    /opt/aspera/Orchestrator_2.3.5.build_version/
  2. Download the installation files for the new release package (Orchestrator and Aspera Common Components) and copy them to the server.
    1. Go to the Aspera downloads website, http://downloads.asperasoft.com/en/downloads/27.
    2. Click the Linux icon.
    3. Click the drop-down arrow next to Linux - Select Version.
    4. Click each of the following, then click Direct download.
      • v2.5.0 - Linux RPM x86_64 (Aspera Orchestrator).
      • v1.2.16Com - Linux RPM x86_64 (Aspera Common Components).
    5. Copy both installation files into a local directory, such as /tmp/.
  3. Stop Orchestrator and all services.
    $ asctl all:stop
    stopping manager, engine and workers..
    stopped...
    Orchestrator Status:
      -> Orchestrator Manager running with pid: 28796
      -> Orchestrator Engine NOT running
      -> Mongrel serving orchestrator on port 3000 is NOT running
      -> Mongrel serving orchestrator on port 3001 is NOT running
      -> Mongrel serving orchestrator on port 3002 is NOT running
      -> Orchestrator Monitor NOT running
      -> Asynchronous Worker Process 0 is NOT running
    ....
      -> Synchronous Worker Process 9 is NOT running
    
  4. Upgrade the Aspera Common Components.
    $ rpm -Uvh aspera-common-1.2.16.build_version-0.x86_64.rpm 
    Preparing... ########################################### [100%]
       1:aspera-common warning: /opt/aspera/common/apache/conf/extra/httpd-ssl.conf saved as /opt/aspera/common/apache/conf/extra/httpd-ssl.conf.rpmsave
    ########################################### [100%]
    Note: The warning shown above is expected; it is a note to the user that their Apache configuration has been preserved. It does not indicate a problem with the upgrade.
  5. Upgrade Orchestrator.
    $ rpm -Uvh --noscripts aspera-orchestrator-2.5.0.build_version-0.x86_64.rpm 
    Preparing... ########################################### [100%]
       1:aspera-orchestrator    ########################################### [100%]
    
    Note: The --noscripts flag in the rpm upgrade command above is necessary due to a bug in the Orchestrator 2.3 rpm code. Since that code cannot be modified, this flag skips the existing faulty code. This is a safe flag to run and has been tested on all platforms supporting rpm.
  6. Complete the upgrade by setting up Orchestrator.
    $ asctl orchestrator:setup
  7. Check if there are capsules present in the folder.
    /opt/aspera/var/config/orchestrator/capsules/

    Review the current release notes and remove any capsules that are no longer needed. Contact Technical Support for any questions regarding the handling of capsules after an upgrade.

  8. Restart Orchestrator and all services.
    $ asctl all:restart