SELinux configuration
Vertica does not support SELinux except when SELinux is running in permissive mode. If it detects that SELinux is installed and the mode cannot be determined the installer reports this issue with the identifier: S0080. If the mode can be determined, and the mode is not permissive, then the issue is reported with the identifier: S0081.
Red hat and SUSE systems
You can either disable SELinux or change it to use permissive mode.
To disable SELinux:
-
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 change SELinux to use permissive mode:
-
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.
Ubuntu and debian systems
You can either disable SELinux or change it to use permissive mode.
To disable SELinux:
-
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.
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.