Sequence of adstrtal.sh and adstpall.sh in R12.2.5

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Sequence of adstrtal.sh and adstpall.sh in R12.2.5

anandmandilwar
Hi Erman
Can you pls let me know the exact sequence of both Startall and Stopall script in R12.2.5?
I have several manager server and it is time consuming to stop/start all of them on by one and hence looking for a way to stop/start in one shot.

Also if some configuration script, asks me to start all the weblogic servers, pls advise what services are being asked for?

Thanks and regards
Anand
Reply | Threaded
Open this post in threaded view
|

Re: Sequence of adstrtal.sh and adstpall.sh in R12.2.5

ErmanArslansOracleBlog
Administrator
1)You can first start the database and the database listener .
2)start the Oracle Http Server.
3)start the weblogic admin server+ node manager.
4)start the applications rpc listener.
5)start the oacore, forms servers and concurrent managers in parallel.

But, if adstrtal.sh is taking long, you need to investigate exactly where/on which service it is waiting and then concantrate on that service and investigate why it is taking long for adstrtal.sh to start it.
Reply | Threaded
Open this post in threaded view
|

Re: Sequence of adstrtal.sh and adstpall.sh in R12.2.5

anandmandilwar
Thanks Erman for taking time out and replying on this.

My 2nd question was if any configuration setup (running the command to creating a build for ISG setup) asks to "restart WebLogic server", what all services do I need to start?
For now, I am restarting all the services using adstrtal.sh.

command to creating a build for ISG setup -
ant -f $JAVA_TOP/oracle/apps/fnd/txk/util/txkISGConfigurator.xml ebsSetup

and while running I chose option "Not to force restart of webLogic servers" and hence at the end after the build is successful, it asks for "Mandatory Step : Restart all the Weblogic Servers NOW !!!"

Pls advise.
Reply | Threaded
Open this post in threaded view
|

Re: Sequence of adstrtal.sh and adstpall.sh in R12.2.5

ErmanArslansOracleBlog
Administrator
Those Weblogic servers are weblogic managed servers..
I mean oacore, oafm etc..

So in order to complete such an instructions, you should only restart your EBS managed servers and that s it. (just in case, restart your EBS 's Weblogic admin server as well)
Reply | Threaded
Open this post in threaded view
|

Re: Sequence of adstrtal.sh and adstpall.sh in R12.2.5

anandmandilwar
Thanks a lot Erman.