Troubleshooting

Tips on Solving Aspera® Faspex™ Problems

Restarting Services
If configuration changes you have made are not taking effect, or Aspera Faspex is otherwise not working as expected, the problem may stem from Aspera services not having been started or restarted. Examples:

To check whether the Aspera node service or Aspera Central is running, you can use the ps command and grep for aspera, then look for asperanoded or asperacentral; for example:

# ps -e | grep aspera

To restart asperanoded or asperacentral:

# /etc/init.d/asperacentral restart
# /etc/init.d/asperanoded restart