| Appendix |
333
2.
Locate the following line:
SELINUX=enforcing
3.
Change the value to
disabled
:
SELINUX=disabled
Save your changes and close the file.
4.
On the next reboot, SELinux is permanently disabled. To dynamically disable it before the reboot, run the
following command:
# setenforce 0
Appendix
Restarting Aspera Services
When you change product settings, you might need to restart certain Aspera services in order for the new values to
take effect.
IBM Aspera Central
If asperacentral is stopped, or if you have modified the
<central_server>
or
<database>
sections in
aspera.conf
, then you need to restart the service.
Run the following command in a Terminal window to restart asperacentral:
# systemctl restart asperacentral
or for Linux systems that use
init.d
:
# service asperacentral restart
IBM Aspera NodeD
Restart asperanoded if you have modified any setting in
aspera.conf
.
Run the following commands to restart asperanoded:
# systemctl restart asperanoded
or for Linux systems that use
init.d
:
# service asperanoded restart
IBM Aspera HTTPD
Restart asperahttpd if you have modified any setting in
aspera.conf
.
Run the following commands to restart asperahttpd:
# systemctl restart asperahttpd