Alternative Configurations |
If you need Orchestrator to run the MySQL database on a remote machine, you must set up MySQL before installing Orchestrator. Follow these steps to install and configure MySQL on a separate machine.
# asctl mysql:setup
Streamlined: A simple setup with all components running on this computer. Detailed: An advanced configuration (e.g. non-standard ports or not all components running on a single server) Streamlined or detailed setup (s/d)? (current: s) d
The following table describes the system prompts for the two setup modes:
System Prompt | Mode (s or d) | Details |
---|---|---|
MySQL will run on this machine (y/n)? | d | Default is "y" |
What port would you like MySQL to listen on? | d | Default is 4406 |
Enter a new MySQL root password. | s, d | Enter and confirm the MySQL root
password. Note: Save this for future
reference.
|
MySQL will need to start/restart during configuration. Continue (y/n)? | s, d | Default is "y" Note: If you enter "n",
the system will exit setup.
|
===================== Settings ===================== MySQL Enabled: true Port: 4406 Are these settings correct? (y/n/x with x for exit) y
MySQL Enabling MySQL... done Installing startup script... done Setting up db space watcher... done Creating 'mysql'... done . . . Starting MySQL OK Setting MySQL password OK Granting privileges OK Updating version OK
MySQL needs to be restarted, restart it now (y/n)? (default:y) y MySQL: Stop... done MySQL: Start... done
create database orchestrator;
GRANT ALL PRIVILEGES ON orchestrator.* TO 'root'@'ip_address' IDENTIFIED BY 'aspera' WITH GRANT OPTION;