Posts

Showing posts from December, 2015

Oracle HTTP Server 12.2.1.3 Silent mode Installation (Oracle Linux 7)

Image
The objective of this post is to install the Oracle HTTP Server 12.2.1 on Oracle Linux platform. The prerequisites for this task JDK 1.8 and Oracle infrastructure 12.2.1 required if you wish to install Collocated OHS with WebLogic. You could be selective while installing OHS there are two options: Collocated OHS [WebLogic required] Standalone OHS [independ of WebLogic] Oracle HTTP Server silent mode installation Preparation for OHS 12.2.1 installation You can Download the zip V78157-01.zip from https://edelivery.oracle.com/ Now unzip the downloaded zip file which contains a bin file. Copy the bin file at the target installation machine (any location). Best practice is to use shared folder location which can be reusable for other machines as well. Oracle Linux 7 vagrant box which had some of the libraries and some of them were missing. My first run was failed with the following: OHS 12.2.1 installation errors: System libraries missing Here the fix is simpl...

Oracle HTTP Server 12.2.1 Silent mode Installation (Oracle Linux 7)

Image
The objective of this post is to install the Oracle HTTP Server 12.2.1 OHS on Oracle Linux OL of Redhat platform. The prerequisites for this task JDK 1.8 and Oracle infrastructure 12.2.1 required if you wish to install Collocated OHS with WebLogic. You could be selective while installing OHS there are two options: Collocated OHS [WebLogic required] Standalone OHS [independ of WebLogic] Oracle HTTP Server 12.2.x  installation in silent mode Preparation for OHS 12.2.1 installation You can Download the zip V78157-01.zip from https://edelivery.oracle.com/ Now unzip the downloaded zip file which contains a bin file. Copy the bin file at the target installation machine (any location). Best practice is to use shared folder location which can be reusable for other machines as well. Issue: libstdc++devel Not found. Failed Oracle Linux 7 vagrant box which had some of the libraries and some of them were missing. My first run was failed with the following: OHS 12.2...