My:-
MW_HOME= /home/oracle/Oracle/Middleware
OAM_HOME=/home/oracle/Oracle/Middleware/Oracle_OAM.
Install Weblogic :-
Java –jar wls1036_generic.jar
Creating RCU:-
Installing OAM:-
Creating OAM Domain :-
Run the Following command to Configuring Database Security Store for an
Oracle Identity and Access Management Domain.
1.
/home/oracle/Oracle/Middleware/oracle_common/common/bin/wlst.sh
/home/oracle/Oracle/Middleware/Oracle_OAM/common/tools/configureSecurityStore.py
-d /home/oracle/Oracle/Middleware/user_projects/domains/oam_domain -c IAM -p
Password -m create
2.
/home/oracle/Oracle/Middleware/oracle_common/common/bin/wlst.sh
/home/oracle/Oracle/Middleware/Oracle_OAM/common/tools/configureSecurityStore.py
-d /home/oracle/Oracle/Middleware/user_projects/domains/oam_domain -m validate
After completing the installation and domain configuration,
you must start the Administration Server and various Managed Servers to get
your deployments up and running:
- To
start the Administration Server, run the startWebLogic.sh (on UNIX
operating systems) or startWebLogic.cmd (on Windows operating systems)
script in the directory where you created your new domain.
MW_HOME/user_projects/domains/domain_name/startWebLogic.sh
domain_name is the name of the domain that you entered on
the Specify Domain Name and Location Screen in the Oracle Fusion Middleware
Configuration Wizard.
- Configure
Node Manager to start the Managed Servers. If a Managed Server contains
other Oracle Fusion Middleware products, such as Oracle SOA Suite, Oracle
WebCenter, or Oracle JRF, the Managed Servers environment must be
configured to set the correct classpath and parameters. This environment
information is provided through the start scripts, such as startWebLogic
and setDomainEnv, which are located in the domain directory.
If the Managed Servers are started by Node Manager . Node
Manager must be instructed to use these start scripts so that the server
environments are correctly configured. Specifically, Node Manager must be
started with the property StartScriptEnabled=true.
On UNIX:
- Run
the following script to add the property StartScriptEnabled=true to the
nodemanager.properties file:
ORACLE_COMMON_HOME/common/bin/setNMProps.sh
- Start
the Node Manager by executing the following command:
MW_HOME/WLS_HOME/server/bin/startNodeManager.sh
Access Weblogic using :-
localhost.localdomain:7001/console
User Id:- weblogic
password :- weblogic password
To start the Managed Servers, run
the startManagedWebLogic.sh script in the bin directory inside the directory
where you created your domain.
MW_HOME/user_projects/domains/domain_name/bin/startManagedWebLogic.sh
oam_server1
Access OAM using :-
localhost.localdomain:7001/oamconsole
User Id:- weblogic
password :- weblogic password