Summary
When installing ElectricAccelerator Cluster Manager or Agents on a Linux system, you notice that the components you are installing fail to install or fail to run after installation.
Solution
On some versions of Linux (especially RHEL6), SELinux is automatically enabled. SELinux can cause some Accelerator components to not function properly. You should see the following message during Accelerator installation on an SELinux-enabled system: Please disable SELinux on this machine, as it interferes with the Accelerator product.
If SELinux is enabled, you will see the following entry in /etc/selinux/config:
SELINUX=enforcing
To disable SELinux, edit the line in /etc/selinux/config to:
SELINUX=disabled
Then restart the Agent machine.
This article is part of our Knowledge Base and is provided for guidance-based purposes only. The solutions or workarounds described here are not officially supported by CloudBees and may not be applicable in all environments. Use at your own discretion, and test changes in a safe environment before applying them to production systems.