Disable SELinux

STA does not support SELinux. Disable SELinux before installing STA.

  1. Open a terminal session on the STA server and log in as the system root user.
  2. Open the SELinux configuration file with a text editor.
    # vi /etc/sysconfig/selinux
    
  3. In the file, set SELINUX to disabled:
    SELINUX=disabled
    
  4. Save and exit the file.
  5. Reboot the STA server to make your changes take effect.