Installing Faspex with a Setup File
Faspex is a file exchange application built upon IBM Aspera Enterprise Server and other Aspera transfer products as a centralized transfer solution. In order to make transfers, Faspex communicates with a node through the Node API. The Node API is a daemon on the transfer server that offers REST-inspired file operations and a transfer management API.
It is possible to automate the installation of Faspex by using setup files to define configuration options that are manually set during a typical installation. You must first use the asctl command to generate a setup file with the desired configuration information. After you have created the setup files, you can use them to install Faspex.
Generate the Setup Files
Install Faspex Using the Setup Files
> asctl apache:setup_from_file /path/to/apache_setup_file.yml
> asctl mysql:setup_from_file /path/to/mysql_setup_file.yml
> asctl faspex:setup_from_file /path/to/faspex_setup_file.yml