Oracle HTTP Server 12.2.1.4 installation

Firstly download true software for operating system. In this intallation about Linux 64-bit operating system.

https://www.oracle.com/middleware/technologies/webtier-downloads.html

Open zip file to use your path location and use this steps.

[oracle@test01 tmp]$ ./fmw_12.2.1.4.0_ohs_linux64.bin

Checking monitor: must be configured to display at least 256 colors. DISPLAY environment variable not set. Failed

Solved this error with some linux package installation.

[root@test01 ~]
yum install binutils -y
yum install compat-libcap1 -y
yum install compat-libstdc++-33 -y
yum install compat-libstdc++-33.i686 -y
yum install gcc -y
yum install gcc-c++ -y
yum install glibc -y
yum install glibc.i686 -y
yum install glibc-devel -y
yum install libaio -y
yum install libaio-devel -y
yum install libgcc -y
yum install libgcc.i686 -y
yum install libstdc++ -y
yum install libstdc++.i686 -y
yum install libstdc++-devel -y
yum install ksh -y
yum install make -y
yum install sysstat -y
yum install numactl -y
yum install numactl-devel -y
yum update -y
yum install -y xorg-x11-server-Xorg xorg-x11-xauth xorg-x11-apps xorg-x11-utils xclock
systemctl restart sshd
yum install compat-libcap1-1.10
[oracle@test01 tmp]$ ./fmw_12.2.1.4.0_ohs_linux64.bin

Rerun fmw installation

yum install compat-libcap1-1.10

Installation completed successfully.

Now configuration for OHS.

[oracle@test01 ~]$ cd /oracle/product/12.2.1.4/middleware/user_projects/domains/base_domain/bin 
[oracle@test01 bin]$ nohup sh ./startNodeManager.sh &
[oracle@test01 bin]$ ./startComponent.sh ohs1

Bir cevap yazın

E-posta hesabınız yayımlanmayacak. Gerekli alanlar * ile işaretlenmişlerdir