DEV Community

hediyeh kianmehr
hediyeh kianmehr

Posted on

om

Initialize the Installation

To start the initialization process and download the required files from the OpenIAM server, use the following command:

sudo openiam-cli init
Enter fullscreen mode Exit fullscreen mode

Internet Access Confirmation

You will be prompted to confirm Internet access on your machine. When asked, type y and press Enter.

The system will download additional files, extract them locally, update your repository, and install some base packages. You will see output similar to the following:

Initialize openiam
Download  file openiamrepo.tar.gz from OpenIAM website
Download  file backend.tar.gz from OpenIAM website
Download  file frontend.tar.gz from OpenIAM website
workflow.jar
synchronization.jar
reconciliation.jar
openiam-esb.jar
idm.jar
groovy-manager.jar
email-manager.jar
device-manager.jar
business-rule-manager.jar
auth-manager.jar
idp.war
openiam-ui-static.war
selfservice-ext.war
selfservice.war
webconsole.war
reportviewer.war
openiamrepo/
openiamrepo/copy-jdk-configs-3.7-4.el8.noarch.rpm
openiamrepo/graphite2-1.3.10-10.el8.x86_64.rpm
openiamrepo/httpd-tools-2.4.37-39.module_el8.4.0+778+c970deab.x86_64.rpm
openiamrepo/mod_http2-1.15.7-3.module_el8.4.0+778+c970deab.x86_64.rpm
openiamrepo/libXdamage-1.1.4-14.el8.x86_64.rpm
openiamrepo/libXinerama-1.1.4-1.el8.x86_64.rpm
openiamrepo/perl-Math-BigInt-1.9998.11-7.el8.noarch.rpm
openiamrepo/mariadb-10.3.28-1.module_el8.3.0+757+d382997d.x86_64.rpm
openiamrepo/libXau-1.0.9-3.el8.x86_64.rpm
openiamrepo/libXcursor-1.1.15-3.el8.x86_64.rpm
openiamrepo/erlang-24.0.3-1.el8.x86_64.rpm
openiamrepo/oniguruma-6.8.2-2.el8.x86_64.rpm
openiamrepo/mariadb-server-utils-10.3.28-1.module_el8.3.0+757+d382997d.x86_64.rpm
openiamrepo/nss-util-3.53.1-17.el8_3.x86_64.rpm
openiamrepo/apr-util-openssl-1.6.1-6.el8.x86_64.rpm

...

Install 4 Packages

Total download size: 685 k
Installed size: 1.6 M
Downloading Packages:
(1/4):  telnet-0.17-76.el8.x86_64.rpm       474 kB/s        | 72    kB  00:00
(2/4):  oniguruma-6.8.2-2.el8.x86_64.rpm    1.0 MB/s        | 187   kB  00:00
(3/4):  j q-1.6-8.e18.x86_64.rpm            621 kB/s      | 203 kB  00:00
(4/4):  m4-l.4.18-7.el8.x86_64.rpm        1.0 MB/s      | 223   kB  00:00
-----------------------------------------------------------------------------
Total                                           1.8 MB/s      | 685 kB  00:00
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :    1/1
  Installing         : oniguruma-6.8.2-2.el8.x86_64                   1/4
  Running scriptlet: oniguruma-6.8.2-2.el8.x86_64                     1/4
  Installing         : jq-1.6-8.el8.x86_64                            2/4
  Installing         : m4-1.4.18-7.el8.x86_64                           3/4
  Running scriptlet: m4-1.4.18-7.el8.x86_64                         3/4
  Installing         : telnet-1:0.17-76.el8.x86_64                    4/4
  Running scriptlet: telnet-1:0.17-76.el8.x86_64                      4/4
  Verifying        : jq-1.6-8.el8.x86_64                              1/4
  Verifying        : oniguruma-6.8.2-2.el8.x86_64                     2/4
  Verifying        : telnet-1:0.17-76.el8.x86_64                      3/4
  Verifying        : m4-1.4.18-7.el8.x86_64                         4/4

Installed:
  j q-1.6-8.el8.x86_64            m4-l.4.18-7.el8.x86_64
  oniguruma-6.8.2-2.el8.x86_64    telnet-1:0.17-76.el8.x86_64

Complete!
Enter fullscreen mode Exit fullscreen mode

-

Updating Apache (httpd)

After deciding on the reverse proxy installation, the installer may ask:

Do you want to update httpd to 2.4.57 ? [y/n]:
Enter fullscreen mode Exit fullscreen mode

Recommendation: Again, it is usually best to enter y (yes) to update the httpd software to the latest version (2.4.57). This ensures that you have the latest features, security patches, and performance improvements.


Top comments (0)