Starting the Services

  1. To start MySQL on one node, run the following command:
    $ asctl mysql:start 
  2. To allow access via IP addresses or hostnames, execute the following commands on the same node as in Step 1:
    $ asctl mysql:grant_remote_access "10.20.104.10"
    $ asctl mysql:grant_remote_access "10.20.104.11" 
  3. Restart Aspera Orchestrator on both nodes with the following command:
    $ asctl orchestrator:start