Wednesday, October 14, 2015

Stopping & Starting oim managed servers and Weblogic Console

To Start OIM_MANAGED_SERVER

go to <DOMAIN_HOME>user_projects/domains/IDM_Domain/bin folder and type

nohup ./startManagedWeblogic.sh oim_server1 &

To Stop OIM_MANAGED_SERVER

go to <DOMAIN_HOME>user_projects/domains/IDM_Domain/bin folder and type

nohup ./stopManagedWeblogic.sh oim_server1 &


To Start Weblogic Administration Console

go to <DOMAIN_HOME>user_projects/domains/IDM_Domain/bin folder and type

nohup ./startWeblogic.sh & 


To Stop Weblogic Administration Console

nohup ./startWeblogic.sh & 
OR
Go to Weblogic Adminstration Console, Goto Servers under IDM_Domain->Environment and Click Control tab. Then select checkbox next to AdminServer. This will make the Shutdown button enabled. Then Force Shutdown Now. This will kill the Admin Console process. After stopping Admin Server you no longer have the ability to reach to the Console. To start the server again follow the steps above.

See the screen shot below.








No comments:

Post a Comment