The Linux system on which you install Unified Manager requires specific versions of the operating system and supporting software.
The Linux system must have the following versions of the operating system and supporting software installed:
See the Interoperability Matrix for the complete and most current list of supported Red Hat Enterprise Linux and CentOS versions.
Unified Manager is deployed on a WildFly web server. WildFly17 is bundled and configured with Unified Manager.
The following third-party packages are required, but not included with Unified Manager. These packages are automatically installed by the yum installer during installation, provided you have configured the repositories as mentioned in the following sections.
Installation of Unified Manager on a Linux system can be performed by the root user or by non-root users by using the sudo command.
The best practices for installing Red Hat Enterprise Linux or CentOS and the associated repositories on your system are listed below. Systems installed or configured differently, or deployed off premise (in the cloud), might require additional steps, and Unified Manager might not run properly in such deployments.
Server with GUIbase environment.
See the Red Hat documentation for information about the Red Hat Subscription Manager.
If the EPEL repository is not configured on your system, you must manually download and configure the repository.
If the MySQL repository is not configured on your system, you must manually download and configure the repository.
If your system does not have internet access, and the repositories are not mirrored from an internet-connected system to the unconnected system, you should follow the installation instructions to determine the external software dependencies of your system. Then you can download the required software to the internet-connected system, and copy the .rpm files to the system on which you plan to install Unified Manager. To download the artifacts and packages, you must use the yum install command. You must ensure that the two systems are running the same operating system version and that the subscription license is for the appropriate Red Hat Enterprise Linux or CentOS version.
Generic images of Red Hat Enterprise Linux and CentOS might block external access to port 443. Due to this restriction, you might be unable to connect to the Administrator web UI after installing Unified Manager. Running the following command allows access to port 443 for all external users and applications on a generic Red Hat Enterprise Linux or CentOS system.
# firewall-cmd --zone=public --add-port=443/tcp --permanent; firewall-cmd --reloadYou must install Red Hat Enterprise Linux and CentOS with the Server with GUI
base environment. It provides the commands used by Unified Manager installation instructions. Other base environments might require you to install additional commands to validate or complete the installation. If the firewall-cmd is not available on your system, you must install it by running the following command:
Contact your IT department before running the commands to see if your security policies require a different procedure.