...
On linux, several packages must be present before Qube can be installed, and some pre-configuration is needed.
Note |
---|
install whatever version yum will find in the base repository for your version of CentOS/RHEL, do not install later versions from either the MySQL/Oracle yum repo or the MariaDB from the MariaDB repo |
Linux Supervisor prerequisites:
- install
- xinetd
- CentOS 6.x: MySQL 5.1, ships from the base repo, do not install from MySQL/Oracle yum repo
- CentOS-7.x: MariaDB 5.5, ships from base repo, do not install from MariaDB repo
- disable:
- firewall
- SElinux
Linux Worker prerequisites:
- install
- xinetd
- disable
- firewall
- SElinux
Linux Client prerequisites:
...