integration Using RREG Tool.
cd <YOUR PATH>/Oracle_IAM1/oam/server/rreg
here you will fine input folder
cd <YOUR PATH>/Oracle_IAM1/oam/server/rreg/input
and modify OAM11GRequest.xml with the information as per your system
vi OAM11GRequest.xml
<serverAddress>http://orasystemsusa.com:7001</serverAddress>
<hostIdentifier>HostId11G</hostIdentifier>
<agentName>OAM11GAgent</agentName>
<agentBaseUrl>http://orasystemsusa.com:7777</agentBaseUrl>
<applicationDomain>DefaultAppDomain</applicationDomain>
save the file and go to bin folder in order to run command make sure to set two PATH(OAM_REG_HOME amd JAVA_HOME). you can check if path are set by looking into oamreg.sh otherwise command will fail if you are installing on windows you have to use oamreg.bat
cd <YOUR PATH>/Oracle_IAM1/oam/server/rreg/bin
export JAVA_HOME=/app/jdk1.6.0_35/
export PATH=$JAVA_HOME/bin:$PATH
chmod -R 777 oamreg.sh(if you get permission issue)
./oamreg.sh inband <DOMAIN_HOME>/oam/server/rreg/input/OAM11GRequest.xml
provide admin username and password
provide password for webgate if you want otherwise you can ignore
any predefined resources n
you should see Inband registration process completed successfully!
you can check agent specific files
cd <DOMAIN_HOME>/oam/server/rreg/output/RREG_OAM11GAgent
ls
cwallet.sso ObAccessClient.xml
now copy these files under webgate/config directory
cp -r cwallet.sso ObAccessClient.xml /<YOUR PATH>/Oracle_WT1/instances/Webgate/config/OHS/ohs1/webgate/config/
restart webserver and verify integration. you should see OAM login page after restart.
No comments:
Post a Comment