Setting up Mount Points for Shared Orchestrator /var Data

  1. Run the following commands to create the mount point for Orchestrator directories.
    Note: The location shared_volume that is given below is a placeholder; you should enter the directory name that is appropriate for your system.
    $ cd shared_volume/orchestrator/
     $ mkdir -p var/archive/orchestrator
     $ mkdir -p var/config/orchestrator 
     $ mkdir -p var/run/orchestrator
  2. Copy the shared data.
    $ cp -R /opt/aspera/var/archive/orchestrator.bak/* /opt/aspera/var/archive/orchestrator
    $ cp -R /opt/aspera/var/config/orchestrator.bak/* /opt/aspera/var/config/orchestrator
    $ cp -R /opt/aspera/var/run/orchestrator.bak/* /opt/aspera/var/run/orchestrator