SELinux configuration
OpenText™ Analytics Database is supported to run on a server with SELinux in both permissive and enforcing modes. To run OpenText™ Analytics Database on a server with SELinux running in permissive mode, you only need to make sure that you have a dbadmin user and group with the correct permissions for the files that OpenText™ Analytics Database touches. To run OpenText™ Analytics Database on a server with SELinux running in enforcing mode, you also have the same requirements for the user and group, but must also use a different install method. For information about installing OpenText™ Analytics Database on SELinux in enforcing mode, see Installing OpenText Analytics Database on SELinux in Enforcing mode.
Important
When using SELinux in permission mode, you cannot use the server as an Orchestration node and DB creation must be done on a different host.If you want to disable or run SELinux in permissive mode, use the section below.
Disabling SELinux
To disable SELinux on Red Hat and SUSE system:
-
Edit
/etc/selinux/config
and change setting for SELinux to disabled (SELINUX=disabled
). This disables SELinux at boot time. -
As root/sudo, type
setenforce 0
to disable SELinux immediately.
To disable SELinux on Ubuntu or Debian systems:
-
Edit
/selinux/config
and change setting for SELinux to disabled (SELINUX=disabled
). This disables SELinux at boot time. -
As root/sudo, type
setenforce 0
to disable SELinux immediately.
Running SELinux in permissive mode
To set permissive mode on Red Hat and SUSE systems:
-
Edit
/etc/selinux/config
and change setting for SELINUX to permissive (SELINUX=Permissive
). -
As root/sudo, type
setenforce Permissive
to switch to permissive mode immediately.
To set permissive mode on Ubutu or Debian systems:
To change SELinux to use permissive mode:
-
Edit
/selinux/config
and change setting for SELinux to permissive (SELINUX=Permissive
). -
As root/sudo, type
setenforce Permissive
to switch to permissive mode immediately.