Monday 11 March 2019

Oracle HTTP Server 12c (12.2.1) – Standard Mode Configuration

OHS Standalone Configuration

1. Navigate to Oracle common location and execute configuration script
    /u02/oracle_common/common/bin

2.Run ./config.sh command
3.On Create Domain select Create domain option and click on Next
   ex location:-/u02/user_projects/domains/OHSdomain
                                 
4.On Templates select Oracle HTTP Server (standalone) - 12.2.1.3.0 and click on Next
                                  
5.On JDK section by default jdk location will be selected,then click on Next

                                     
6.On System component by default ohs1 will be selected click on Next

7. On OHS Server,fill Admin Host,port,Listen Address,Listen Port,SSL Listen Port,Server Name


8.On Node Manager Type select Per Domain Default Location and 
   fill Node Manager Credentials details in my case username is nmadmin and 
   paswd is XXXXX and click on Next

9.On configuration summary click on Create
10.On Configuration process ensure that configuration tasks got succeeded and click on Next
                               

11.On End Configuration screen click on Finish     
11.Navigate to Domain Home, Bin and execute below command to start Node Manager
12.Execute below commands to start OHS component. Provide Node Manager password when                    prompted

13.Access OHS Home page using below URL
http://hostname:7777






Thanks,
Aditya.




Saturday 9 March 2019

Oracle HTTP Server 12c (12.2.1) – Standard Mode Installation

Oracle HTTP Server 12c (12.2.1) – Standard Mode Installation and Configuration

1.   Go to /home/oracle/OAM/OHS
      In my case I have extracted the fmw_12.2.1.0.0_ohs_linux64_Disk1_1of1.zip 
      file in above location

2.  Now start the Oracle HTTP Server installer.

3.  On the Welcome page, click Next

4. 
On the Auto Updates page, select the Skip Auto Updates option, and click Next
    
5. On the Installation Location page, enter Oracle Home location as /u02/, and click Next.
                                    
6. On the installation Location Type page ,select the Standalone HTTP server
     (Managed Independently of Weblogic Server) and click on Next
                                   
7. In JDK section enter your JDK HOME and click on Next In my case it is /usr/java/jdk1.8.0_144
8.On the Prerequisite Checks page, ensure that all the checks succeed, and click Next.


9.On the Installation Summary page, review the settings, and click Install.


.
10.On the Installation Progress page, ensure that all the installation tasks succeed, and click Next.

11On the Installation Complete page, click Finish

Wait for next post for Oracle HTTP Server 12c (12.2.1) – Standard Mode Configuration




Thanks,
Aditya.