Problems to install UIM 23.4 on Redhat 9.3
search cancel

Problems to install UIM 23.4 on Redhat 9.3

book

Article ID: 280204

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

Not able to finish the UIM install on RHEL 9

uimserver_ia_install.log:

2024-02-29 03:23:51,498 WARN ia.UIMServerSystemPrerequisitesCheckIACustomCodeConsole:notifyStepComplete:141 [main] - NOTIFY_STEP_COMPLETE_WARNING_MESSAGE: This system does not meet the recommended minimum free memory requirements.

 

Line 13180: 2024-02-29 03:28:11,984 ERROR impl.UIMServerConfigureController:run:527 [main] - NimException caught
Line 13181: (1) error, org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1): Process exited with an error: 1 (Exit value: 1)
Line 13214: Caused by: org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
Line 13220: 2024-02-29 03:28:11,986 ERROR console.NimCustomCodeConsoleBase:executeConsoleAction:134 [main] - Exception caught during processing. Aborting installation.
Line 13221: (1) error, org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1): Process exited with an error: 1 (Exit value: 1)
Line 13254: Caused by: org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)

Environment

Red Hat Enterprise Linux release 9.3 (Plow)

mysql Ver 8.0.35-27 for Linux on x86_64 (Percona Server (GPL), Release 27, Revision 2f8eeab2)

 

 

Resolution

Solved the problem after use this commands:

vi /etc/selinux/config

disabled

vi /etc/security/limits.conf

# Below added for DX-UIM
* soft nofile 65536
* hard nofile 65536
* soft fsize unlimited
* hard fsize unlimited
* soft core unlimited
* hard core unlimited
# Above added for DX-UIM

vi /etc/locale.conf

cpupower frequency-info

/usr/bin/cpupower frequency-set -g performance

cat /proc/cpuinfo | grep "cpu MHz"

vi /etc/profile

ulimit -S

corelimit=

ulimit -n

unlimited