We usually don't offer support on Red Hat installations as most of our customers who use RHEL have their own ways of installing and configuring it.
Prerequisite: Before starting the ITA installation procedure, make sure that the general system requirements for on-premise installations are fulfilled in addition to these:
- A server running RHEL with at least minimum install selected.
-
Access to RHEL packages by using an active RHEL subscription
- Disk space:
-
/data
is used for indexes and ETL configuration. Minimum size 5 GB. -
/data/backup
is used for backups. Minimum size 50 GB. Backups should always be mounted on a remote network share. -
/opt/jboss-as
is used for the application server. Minimum size 10 GB. -
/var/lib/pgsql
is used for the postgres database. Minimum size 30 GB. -
/var/log
is used for log files. Minimum size 5 GB.
-
- Total amount of space recommended for an installation is at least 100 GB in addition to the operating system.
- Optional: Due to a bug in the Red Hat Linux kernel, it is recommended to upgrade to
3.10.0-327.22.2.el7
or later. Some audit log messages may not be logged if you have a kernel version earlier than3.10.0-327.22.2.el7
.
Note: If special configuration has been done, ensure the sudoers file /etc/sudoers
includes the following lines before installing or upgrading:
## Allow root to run any commands anywhere root ALL=(ALL) ALL ## Read drop-in files from /etc/sudoers.d (the # here does not mean a comment) #includedir /etc/sudoers.d
If, for security reasons, you do not want to enable one or both of the above lines, contact Technical Support for a list of changes needed for the installation to proceed. For optimum support, supply your sudoers configuration in your support request.
Changes to the system
The following system changes are applied during installation of the IT Advisor software.
-
ITA will install the listed packages* if not already installed.
*You can get a list of dependent packages for Red Hat Enterprise Linux installation through your local Schneider Electric contact. - Firewalld rules are set to ITA default locked down settings.
- The SNMPd configuration is replaced with a ITA configuration to provide SNMP status for the ITA services.
- The NTP configuration is changed to use default RHEL NTP servers. This can be changed afterwards through the server management interface (Webmin).
- The PostgreSQL configuration is replaced and certificates for the database get generated during install.
- The Keepalived configuration is replaced.
- SELinux is enabled.
- CTRL+ALT+DELETE reboot is disabled.
- Root login and UseDNS in SSH is disabled.
- TCP Keepalive settings are modified.
- Kernel shared memory, huge pages and network memory settings are modified.
- logrotate has been configured to handle ITA and PostgreSQL logs.
- Loading kernel module ip_vs and ip_vs_rr.
- The Apache configuration is modified.
- The Webmin configuration is modified, disabling unused modules and changing security configuration.
- Enabling PostgreSQL start at boot.
- Maximum number of files has been increased to 100000 for JBoss (dcojboss) and root users.
Installing the IT Advisor server on Red Hat Enterprise Linux
- Download the installation file (ITAdvisor-<version no>.iso) from a location provided by the support team. To locate the telephone number for your region, visit Contact Us.
Note: The below commands should be run withroot
credentials.
- Upload the installation file to:
/tmp/
- Create ISO mount point
/tmp/iso
- Mount the installer by running the command:
mount -o loop /tmp/EcoStruxureITAdvisor-<version no>.iso /tmp/iso
(where you replace <version no> with the 9.x.x version number) - Make sure to add the optional rpms repository from your subscription link:
subscription-manager repos --enable rhel-7-server-optional-rpms
for RedHat 8:sudo dnf config-manager --set-enabled codeready-builder-for-rhel-8-x86_64-rpms
-
Execute the install script:
bash /tmp/iso/dco-install/install.sh
- Un-mount ISO:
umount /tmp/iso/
Non-mandatory creation of users and groups
Add dcoplat user and group
groupadd --system dcoplat
useradd --system -g dcoplat --shell /bin/sh --home-dir /home/dcoplat -c "IT Advisor Platform User" --create-home dcoplat