Stop & Start OID and OAM components in R12.2
Stop Services
STOP MANAGED SERVERS
ON OAM WEBLOGIC INSTANCE
1.Login to weblogic
console for OAM
http://hostp01.shostnameapdba.com:7013/console/login/LoginForm.jsp
Enter Weblogic
username & password
Username: weblogic
2.Navigate to
IAMDomain > Environment > Servers > Click on Control tab
Select all the server
> Shutdown > Force Shutdown > Click yes on yes screen
STOP MANAGED SERVERS
ON IDM WEBLOGIC INSTANCE
3.Login to weblogic
console for IDM
http://hostp01.shostnameapdba.com:7011/console/login/LoginForm.jsp
Enter Weblogic
username & password
Username: weblogic
4.Navigate to
IDMDomain > Environment > Servers > Click on Control tab
Select all the server
> Shutdown > Force Shutdown > Click yes on yes screen
KILL ANY JAVA PROCESS
5.Log on to LINUX
machines as apsupoid@hostp01
6.Kill any leftover
process
ps -ef | grep java
|grep apsupoid |grep "/idm/" | grep -v grep | awk '{print $2}' |
xargs kill -9
ps -ef | grep Node
|grep apsupoid |grep "/idm/" | grep -v grep | awk '{print $2}' |
xargs kill -9
ps -ef | grep java
|grep apsupoid |grep "/iam/" | grep -v grep | awk '{print $2}' |
xargs kill -9
ps -ef | grep Node
|grep apsupoid |grep "/iam/" | grep -v grep | awk '{print $2}' |
xargs kill -9
rm /tmp/U*
rm /var/tmp/U*
STOP IDM OPMN SERVICES
7.Log on to LINUX
machines apsupoid@hostp01
8.Stop IDM OPMN
services
on apsupoid@hostp01
.
/home/apsupoid/env/idm.env
/d02/app/apsupoid/idm/instances/IDM_inst1/bin/opmnctl
status -l
/d02/app/apsupoid/idm/instances/IDM_inst1/bin/opmnctl
stopall
STOP WEB OPMN SERVICES
9.Log on to LINUX
machines apsupoid@hostp01
10.Stop WEB OPMN
services
on apsupoid@hostp01
.
/home/apsupoid/env/web.env
/d02/app/apsupoid/idm/instances/ohsinst1/bin/opmnctl
status -l
/d02/app/apsupoid/idm/instances/ohsinst1/bin/opmnctl
stopall
Start Services
START IDM OPMN
SERVICES
11.Log on to LINUX
machines apsupoid@hostp01
12.Start IDM
OPMN services
on apsupoid@hostp01
.
/home/apsupoid/env/idm.env
/d02/app/apsupoid/idm/instances/IDM_inst1/bin/opmnctl
startall
/d02/app/apsupoid/idm/instances/IDM_inst1/bin/opmnctl
status -l
START IDM WEBLOGIC
ADMIN SERVER
13.Log on to LINUX
machines apsupoid@hostp01
14.Start IDM
services
apsupoid@hostp01:
.
/home/apsupoid/env/idm.env
cd $WLS_HOME/bin
nohup
./startNodeManager.sh > log/node_start.log 2>&1 &
cd $DOMAIN_HOME
nohup
./startWebLogic.sh > log/wls_start.log 2>&1 &
Log Location
echo " tail -10f
$WLS_HOME/bin/log/node_start.log "
echo " tail -10f
$DOMAIN_HOME/log/wls_start.log "
Tail the output
tail -10f
$WLS_HOME/bin/log/node_start.log
tail -10f $DOMAIN_HOME/log/wls_start.log
START IDM WEBLOGIC
MANAGED SERVERS (WLS_ODS)
15.Login to weblogic
console for IDM
http://hostp01.shostnameapdba.com:7011/console/login/LoginForm.jsp
Enter Weblogic
username & password
Username: weblogic
16.Navigate to
IDMDomain > Environment > Servers > Click on Control tab
Select all the server
> Control > Start > Click yes on yes screen
START IAM WEBLOGIC
ADMIN SERVER
17.Log on to LINUX
machines apsupoid@hostp01
18.Start IAM
services
apsupoid@hostp01::
. /home/apsupoid/env/iam.env
cd $WLS_HOME/bin
nohup
./startNodeManager.sh > log/node_start.log 2>&1 &
cd $DOMAIN_HOME
nohup
./startWebLogic.sh > log/wls_start.log 2>&1 &
Log Location
echo " tail -10f
$WLS_HOME/bin/log/node_start.log "
echo " tail -10f
$DOMAIN_HOME/log/wls_start.log "
Tail the output
tail -10f
$WLS_HOME/bin/log/node_start.log
tail -10f
$DOMAIN_HOME/log/wls_start.log
START IAM WEBLOGIC
MANAGED SERVERS (WLS_OAM/WLS_ACCESSGATE)
19.Login to weblogic
console for OAM
http://hostp01.shostnameapdba.com:7013/console/login/LoginForm.jsp
Enter Weblogic
username & password
Username: weblogic
20.Navigate to
IAMDomain > Environment > Servers > Click on Control tab
Select all the server
> Start > Click yes on yes screen
START WEB OPMN
SERVICES
21.Log on to LINUX machines
apsupoid@hostp01
22.Start OHS
services
on apsupoid@hostp01
.
/home/apsupoid/env/web.env
/d02/app/apsupoid/idm/instances/ohsinst1/bin/opmnctl
startall
/d02/app/apsupoid/idm/instances/ohsinst1/bin/opmnctl
status -l
Test and validate
23.Login to WebLogic
console for OAM
http://hostp01.shostnameapdba.com:7013/console/login/LoginForm.jsp
Enter Weblogic
username & password
Username: weblogic
Navigate to IAMDomain
> Environment > Servers
Make sure all services
are up & running
24.Login to weblogic
console for IDM
http://hostp01.shostnameapdba.com:7011/console/login/LoginForm.jsp
Enter Weblogic
username & password
Username: weblogic
Navigate to IDMDomain
> Environment > Servers
Make sure all services
are up & running
Login into the below
header check with you network credentials
https://oracleoam.shostname.com/headercheck/header.jsp
Enter your Network ID
and Password
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment
Note: only a member of this blog may post a comment.