Setup EMA V4.0 With RPM

Modified on Thu, 8 Aug at 7:17 PM

NOTE: EMA V4 RPM is tested on RHEL 9.3 and Rocky 9.3. Any upgrade to the OS version might lead to functionality issues.


NOTE:  Make sure that, your Installed Environment Group is Server.



  • Disable SELinux.
# sudo nano /etc/selinux/config


  • Look for the SELINUX= line and change its value to disabled
# SELINUX=disabled


  • If OS is Redhat then make sure it is registered. If not registered, use below command to register it.
subscription-manager register --username=your_user --password=your_password --auto-attach


  • reboot the server
# reboot


  • Download RPM from 30.75 server
# wget http://192.168.30.75/ema/ema-4.0-0.el9.x86_64.rpm


  • MD5Sum of downloaded RPM should be as below
#md5sum ema-4.0-0.el9.x86_64.rpm
67cf371f226a1e19e469a3846d262ded  ema-4.0-0.el9.x86_64.rpm  


  • Install downloaded RPM
# rpm -ivh ema-4.0-0.el9.x86_64.rpm


  • Run install.sh script
# sh /opt/ema/config/install.sh  2>&1 |tee /opt/ema/config/installation.log 


  • if smtpmail not working please run following command
# source /root/.bashrc


  • source rpm is available at following location
source rpm
wget http://192.168.30.75/ema/ema-4.0-0.el9.src.rpm

md5sum ema-4.0-0.el9.src.rpm 
3444ff58dc54eec2e424608db7521bd9  ema-4.0-0.el9.src.rpm



Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article