Ask our Experts
Didn't find what you are looking for? Ask our experts!
Ask Me About Webinar: Data Center Assets - Modeling, Cooling, and CFD Simulation
Join our 30-minute expert session on July 10, 2025 (9:00 AM & 5:00 PM CET), to explore Digital Twins, cooling simulations, and IT infrastructure modeling. Learn how to boost resiliency and plan power capacity effectively. Register now to secure your spot!
Search in
EcoStruxure IT Support
Submit a support request for additional assistance with EcoStruxure IT software.
Link copied. Please paste this link to share this article on your social media post.
ITA 9.1.1 and newer supports installation on RHEL 8 only. See Installing ITA 9.1.1 and newer on Red Hat Enterprise Linux 8 Installing ITA 9.1.0 on a Red Hat operating system is not supported. |
IT Advisor 9.0.6 has a known bug that prevents manually installing ITA on Red Hat 7.x and CentOS 7.x servers. To manually install ITA, you must use ITA 9.0.7. |
To install IT Advisor 9.0.6 and 9.0.7 you must use the online version of the installer ISO file, EcoStruxureITAdvisor<version>.iso. Do not use the ITA ISO file that contains the word offline - it will not work. |
Installation requirements
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:
Access to RHEL packages by using an active RHEL subscription
/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.3.10.0-327.22.2.el7
or later. Some audit log messages may not be logged if you have a kernel version earlier than 3.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.
The following system changes are applied during installation of the IT Advisor software.
root
credentials./tmp/
/tmp/iso
mount -o loop /tmp/EcoStruxureITAdvisor-<version no>.iso /tmp/iso
subscription-manager repos --enable rhel-7-server-optional-rpms
sudo dnf config-manager --set-enabled codeready-builder-for-rhel-8-x86_64-rpms
bash /tmp/iso/dco-install/install.sh
umount /tmp/iso/
During the installation process the setup script will automatically create these user accounts: dcojboss, dcoplat, postgres, and apache.
If required, these accounts may be manually added by executing these commands with root credentials prior to installation:
groupadd --system dcojboss
useradd --system -g dcojboss --shell /bin/nologin --home-dir /opt/jboss-as -c "IT Advisor Application Server" --create-home dcojboss
groupadd --system dcoplat
useradd --system -g dcoplat --shell /bin/sh --home-dir /home/dcoplat -c "IT Advisor Platform User" --create-home dcoplat
groupadd -g 26 -o -r postgres
useradd -M -n -g postgres -o -r -d /var/lib/pgsql -s /bin/bash -c "PostgreSQL Server" -u 26 postgres
The postgres package performs the above commands. Changing UID/GID is currently untested.
groupadd -g 48 -r apache useradd -c "Apache" -u 48 -g 48 -s /sbin/nologin -r -d /usr/share/httpd apache
The httpd package performs the above commands. Changing UID/GID is currently untested.
Prerequisite: The server installation has been completed.
<serverIPaddress>
to log in to the web client and get access to the desktop client download.Link copied. Please paste this link to share this article on your social media post.
You’ve reached the end of your document
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.