Contents
4.
Introduction
4.1. Scope
and Objective
This document defines the processes for implementing SSO for
HPPPM with OAM 11g.
5.
Software Installation
5.1. Install
OHS 11.1.1.9
Summary:
OHS Home: /oxxxapp/ohs11119/websrvr
Instance Home: /oxxxapp/ohs11119/websrvr/instances/instance1
Working Installer /oxxxapp/stage/webtier/Disk1/runInstaller






Install
rpm compat-libstdc++-33.i686










After Install is started – it will take almost 15 minutes to
progress the bar from 0%
The installation should complete in around 25 minutes.
Stop WebTier is up
$ cd /oxxxapp/ohs11119/websrvr/instances/instance1/bin
$ ./opmnctl stopall
Modify port as per old configurations requirement
Add OG VG and SOA Virtual host entries as per old
configuration
5.2. Install
WebGate and Configure WebGate with OHS











Run the following command to copy the required bits of agent
from the WebGate_Home directory to the WebGate_Instance location:
$./deployWebGateInstance.sh -w /oxxxapp/ohs11119/websrvr/instances/instance1/config/OHS/ohs1 -oh /oxxxapp/ohs11119/Oracle_OAMWebGate1
$export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/oxxxapp/ohs11119/websrvr/lib
$cd /oxxxapp/ohs11119/Oracle_OAMWebGate1/webgate/ohs/tools/setup/InstallTools
$./EditHttpConf -w /oxxxapp/ohs11119/websrvr/instances/instance1/config/OHS/ohs1/
-oh /oxxxapp/oraohs/Oracle_OAMWebGate1
The web server configuration file was successfully updated
5.3. Update httpd.conf
$ pwd
/oxxxapp/ohs11119/websrvr/instances/instance1/config/OHS/ohs1
$
$
$ diff httpd.confGOLD httpd.conf
193c193,194
< Listen 7777
---
> Listen 8000
> #Listen 7777
206a208,224
> ############ PPM
> LoadModule jk_module "/oxxxapp/ohs11119/websrvr/ohs/modules/mod_jk.so"
>
> <IfModule jk_module>
>
> JkWorkersFile /oxxxapp/ppm/integration/webserverplugins/configuration/workers.properties
>
> JkMountFile /oxxxapp/ppm/integration/webserverplugins/configuration/uriworkermap.properties
>
> JkLogFile /oxxxapp/ohs11119/jklogs/jk.log
>
> JkLogLevel debug
> #JkMount /itg load_balancer
> #JkMount /itg/* load_balancer
>
> </IfModule>
> ############ PPM
1049d1066
< include "moduleconf/*.conf"
1052c1069,1070
< include "/oxxxapp/ohs11119/websrvr/instances/instance1/config/OHS/ohs1/webgate.conf"
\ No newline at end of file
---
> include "/oxxxapp/ohs11119/websrvr/instances/instance1/config/OHS/ohs1/webgate.conf"
> include "moduleconf/*.conf"
Note: OAM Team
supplies WebGate Configuration from OAM Server.
ObAccessClient.xml
cwallet.sso
Please place them, in
$ pwd
/oxxxapp/ohs1119/websrvr/instances/instance1/config/OHS/ohs1/webgate/config
-rw------- 1 oxxxxxd1 oxxxxxd1 3133 Mar 19 09:16 cwallet.sso
-rw-r----- 1 oxxxxxd1 oxxxxxd1 5157 Mar 19 09:17 ObAccessClient.xml
6.
OTM Application Setup
6.1. Update application config files
Update
below mentioned parameter in glog.properties file in all noder
= == = = == = == ==
OAM_REMOTE_USER
== = = = = = == = = =
6.2. Update parameter is custom jsp
files
Goto application
home in nodes update header to OAM_REMOTE USER in all required files as per
customization with OAM_REMOTE_USER
Ex- location
/oxxxxxp1/oxxxxp/apptmtp1x01/apache/htdocs/xsql
7.
Cache Clear
·
Clear cache in tomcat
·
OTM Dmoin
·
SOA Application
·
Admin (adminserver)
·
WSM (Managed Server)
·
SOA (Managed Server)