Installation |
Download the IBM Aspera Enterprise Server,Common Components and IBM Aspera Faspex installers from the following locations:
You will be required to input your organization's Aspera login credentials to gain access. If you need help determining your organization's access credentials, please contact Technical Support.
$ rpm -Uvh aspera-entsrv-[version].rpm
Before upgrading, stop all services related to Faspex, including Faspex, MySQL, and Apache. Use the following command:
$ asctl all:stop
Use the following commands with proper administrative permissions to run the installers (replacing <version> accordingly). Order is important; Aspera Common Components must be installed first.
# rpm -Uvh aspera-common-<version>.rpm # rpm -Uvh aspera-faspex-<version>.rpm
After the packages have been installed, Faspex automatically executes an upgrade command.
Follow the onscreen configuration instructions to complete the setup. These instructions include identifying whether you want to perform a streamlined (s) setup or a detailed (d) setup. Select detailed (d) to view and edit advanced configuration options.
If Faspex doesn't automatically run the upgrade command or an error halts the process, then you can run the command manually, as shown below.
$ asctl faspex:upgrade
<ssh_port>port_number</ssh_port>
The aspera.conf file can be found in the following location:
/opt/aspera/etc/aspera.conf
After modifying aspera.conf, restart Aspera NodeD and Faspex services. (See Appendix: Restarting Faspex and Services
# asctl:generate_config
In order to use Aspera Faspex, the Aspera Node Server must be running. If you did not choose to restart the Aspera Node Server when prompted during the setup process, or if it has been stopped, you must restart it before using Faspex.
# ps -ef | grep asperanodedTo restart asperanoded:
# /etc/init.d/asperanoded restart