3 APPLICATION TIER(windows server system)- Oracle Application Server 11gR2,Patch,wallet creation(self certification)Part-2



Oracle Application Server 11gR2 (11.1.2.1.0)

Login in as application ussr( apps user)
Go to
E:\softwares\Forms&Reports\V35703-01\Disk1
Run setup.exe file GUI will lanches


Step1:


This is a welcome screen click on next button

Step2:
Select radio button skip software updates.

Click on next button.


Step3:
Select Install and configure option



Click on next button.



Step4:
It will pass the requirements of prerequisite checks


Click on next button.



Step5:
Select middleware as c:\Oracle\Middlware
Oracle Home Direcotry as :Oracle_FRHome1
Weblogic Server location: c:\Oracle\Middlwarewlserver_10.3.6
Oracle Instance Location: c:\Oracle\Middlware\asinst_1
Oracle Instance Name:asinst_1


Click on next button.
Step6:
Select configure for Deployment button.

Click on next button

Step7:
Slect create Domain
Username:weblogic
User password & Confirm password:Admin123
Domain Name:FRDomain
Domain Loaction: c:\Oracle\Middlware\user_projects\domains


Click on next button.

Step8:
Uncheck check box I wish to receive security updates via My Oracle support.


Click on next button.

Step9:
Select server components under this
Oracle Forms
Oracle Reports
Select Management Componets under this
Enterprise Manager
Select System Components
Under this Oracle HTTP server.

Click on next button.

Step10:
I wish to select Auto port configuration


Click on next button.



Step11:
I don’t want to poxy settings.
Check the radio button Do Not use Proxy settings.


Click on  next button.



Step12:
Uncheck use_appplication Identity store.


Click on next button.
Step13:
Shows installation summary screen,save the respone file in the respective location.

Click on Install button.
 Step14:
Installation starts and progress and it will reach to 100%

Step15:

Once installation reaches 100%,it automatically starts configuration
 

Configuration also reaches to 100%

Step16:
Shows installation complete summary,save the respose file

Applying Patches

  Right click on system—>properties----->Advanced system settings—>environment variables,set the following path for JDK
Set jdk path
Open comman prompt as a admin privileges set the following path’s
set ORACLE_HOME=C:\Oracle\Middleware\Oracle_FRHome1(command prompt
set ORACLE_FRHOME=C:\Oracle\Middleware\Oracle_FRHome1(command prompt)
set path=%oracle_frhome%\opatch;%path%
C:\Oracle\Middleware\Oracle_FRHome1\Opatch
Got to C:\Oracle\Middleware\Oracle_FRHome1\Opatch
opatch.bat apply 16837591
Press y


The patch installation successfully
Right click on system—properties-----Advanced system settigs—environment variables,set the following path

Enabling SSL Between a Browser and Oracle HTTP Server Using a Certificate Authority
Note: Our’s is self certification  see SELF CERTIFICATION

Start Http server

Step1:

Go to windows all programs--------

Start all the things step by step
 

Click start 

1.start all OPMN managed components followed by

2.start Oracle HTTP Serverohs1 followed by

3.start Weblogic Admin server

Provide username as weblogic ,provide weblogic respective password.

Step2:
Login into the EM

provide username as weblogic and respective password.


Step2a:To start Integrated Management tools
Click on windows start button then search for Integrated Management tools


Click on Integrated Management tools ---> under this click on Wallent Manager.


Click on wallet Manager.


Step3:

Click on Green box



Ask to create new wallet box click on No

Step4: 
Click on No
Step5:

Provide password



Step6 &7:


Click On No
Click on save button and store it on
Key strokes location in oc folder(oc is the new creation folder)


Click on save button on the LFH S menu and store it on
Key strokes location in oc folder(oc is the new creation folder)
C:\Oracle\Middleware\asinst_1\config\OHS\ohs1\keystores\oc
Step 8:
Open a DOS window

Step9: Navigate to: Middleware_Home\oracle_common\bin
Step10: Create and set the java_home environment variable; for example:
set java_home= C:\app\Java\jdk16065(as per the new installation)

Step11-13:
orapki wallet add -wallet c:\Oracle\Middleware\asinst_1\config\OHS\ohs1\keystores\oc -dn "CN=clinical, OU=development, O=Bourntec, L=schaumburg, ST=il, C=US" -keysize 2048 -self_signed -validity 2190  –pwd Oracle12$

Validity is hardcoded above to 2190 days, which is six years. You can change this value as required
Click on wallet tab beside operations then click on open.
Start Oracle Wallet Manager. From the Start menu, navigate to Oracle Classic 11g, then Integrated Management Tools, then Wallet Manager. 13. Click Yes when prompted with "Your default wallet directory does not exist. Do you want to continue?"
Step14 & 15
In the Wallet Manager, open the Oracle Clinical Wallet
Type the oc location
C:\Oracle\Middleware\asinst_1\config\OHS\ohs1\keystores\oc
Click on yes

 Provide wallet password click on ok
You will see  The self-signed certificate should be displayed with a status of READY.
Certificate ready
In the Wallet menu, select Auto Login

 16. Save and exit.

Step17:
 To complete the setup, follow these instructions:
a. Section 5.6.1.4, "Edit the Oracle HTTP Server Configuration File"
b. Section 5.6.1.4.2, "Make OHS Compatible with Internet Explorer 9 and Above"
c. Section 5.6.1.4.3, "Add Security Settings"
a.Edit the Oracle HTTP Server Configuration File
Add the New Wallet Location and Specify Port WebLogic Server installation creates a default, unsigned SSL wallet file for OHS. Its location is specified in the configuration file (ssl.conf) loaded at startup from the oracle_ instance\config\OHS\ohs1 directory. 1. Make a backup copy of ssl.conf, which is located at: oracle_instance\config\OHS\ohs1

 You can change the value to 443 in which case the URLs do not need to include any port. To change the port to 443, change the following lines:Enable SSL Between a Browser and Oracle HTTP Server Installing and Configuring the Application Tier 5-9 Listen 8890 <VirtualHost *:8890> to: Listen 443 <VirtualHost *:443>


6. Stop and start Oracle HTTP Server using Oracle Process Manager Notification Server (OPMN) to load the configuration change: oracle_instance\bin\opmnctl restartproc process-type=OHS The OPMN opmnctl executable for the instance is located in oracle instance_ home\bin directory.

7. Test that you can connect from a browser to your virtual host in HTTPS URL: https://host.your_company_domain
 Add host name & ipconfig in hosts file
Then check with IP & Hostname


No comments:

Post a Comment