Restarting Orchestrator from the Command Line

Context for the current task

  1. Open a command line terminal as Administrator.
  2. Change the directory to an Orchestrator directory:
    # cd "C:\Program Files (x86)\Aspera\Orchestrator\www"
  3. Check the status of Orchestrator:
    # bin\orchestrator.bat status
  4. If any processes are running, kill the processes:
    # bin\orchestrator.bat all kill
  5. Start Orchestrator:
    # bin\orchestrator.bat