Friday, 3 July 2015

Lab 10 :: Webtier Webgate Install and Configure


1.Install Webtier (OHS) - Conponents Installed - OPMN, OHS, Web cache

2.Config - Associate with Weblogic

3.OHS Instance created

4.Start OPMNCTL

5.Install Webgate

6.create Webgate Instance
  cd /odrive/oracle/Middleware/Oracle_OAMWebGate1/webgate/ohs/tools/deployWebGate/
  ./deployWebGateInstance.sh -w /odrive/oracle/Middleware/Oracle_WT1/instances/instance1/config/OHS/ohs1 -oh
   /odrive/oracle/Middleware/Oracle_OAMWebGate1 where -w flag indicates the OHS instance folder and the -oh indicates the    WebGate Oracle

7. Webgate Configuration and Registration
   cd /odrive/oracle/Middleware/Oracle_OAMWebGate1/webgate/ohs/tools/setup/InstallTools
   ./EditHttpConf -w /odrive/oracle/Middleware/Oracle_WT1/instances/instance1/config/OHS/ohs1 -oh
/odrive/oracle/Middleware/Oracle_OAMWebGate1 -o webgate.conf
Note: This command will modify the httpd.conf file to include the directive that points to the webgate.conf file. A backup of the original
httpd.conf.ORIG is created

8. Edit  XML file register to OAM using OAMREG.sh
Type cd /odrive/oracle/Middleware/Oracle_IDM1/oam/server/rreg/input
  Type vi OAM11GRequest.xml

  ./bin/oamreg.sh inband input/OAM11GRequest.xml
Note The above procedure will create the artifacts in the /odrive/oracle/Middleware/Oracle_IDM1/oam/server/rreg/output/RREG_OHSOAM11G
namely ObAccessClient.xml (storing webgate config parameters) and cwallet.sso (storing the agent key) these files must be copied to the webgate
instance config folder

copy those 2 files to webGate instance




This post covers steps to install Microsoft Active Directory Application Mode (ADAM). I am going to use this ADAM (Active Directory Application Mode) instance as directory store for Oracle Access Manager’s  (OAM) Policy and Configuration data.

AD - Active Directory
ADAM – Active Directory Application Mode
ADP – Application Directory Partition
OAM – Oracle Access Manager

Other supported directory store for Oracle Access Manager are -
i) Microsoft Active Directory
ii) Oracle Internet Directory
iii)IBM Tivoli

iv) Sun Directory Server

No comments:

Post a Comment