Setting up Mount Points to Share var Data

  1. Run the following to mount the Orchestrator directories:
    $ cd /orchestrator/
                            $ mkdir -p var/archive/orchestrator 
                            $ mkdir -p var/config/orchestrator 
                            $ mkdir -p var/run/orchestrator
  2. On both nodes, run the following to add symbolic links.
    $ cd /opt/aspera/var/archive
                            $ mv orchestrator orchestrator.bak
                            $ ln -s /mnt/shared/orchestrator/var/archive/orchestrator orchestrator
                            
                            $ cd /opt/aspera/var/run
                            $ mv orchestrator orchestrator.bak
                            $ ln -s /mnt/shared/orchestrator/var/run/orchestrator orchestrator
                            
                            $ cd /opt/aspera/var/config
                            $ mv orchestrator orchestrator.bak
                            $ ln -s /mnt/shared/orchestrator/var/config/orchestrator
  3. 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