Re: R12.2
Posted by ErmanArslansOracleBlog on
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/R12-2-tp3655p3658.html
Those AD scripts are like wrappers, but they control the WLS components using adProvisionEBS.pl.
That weblogic start code, however, doesn't use the adProvisionEBS.pl and it is executed when you execute the relevant AD script with startForDeployment argument.
For example: if you execute adadminsrvctl.sh startForDeployment, then that code you sent will be executed.
But, normally we don't use this startForDeployment argument. (we use start / stop) It is not documented and it is not documented even in the usage of the AD Scripts.
It is an internal argument and that's why it is probably used by the EBS internally.
It may be used by adop during cutover, it may be used during the installation and so on..
It is a parameter to be used to start a pure Weblogic instance. It is a way to tell AD scripts -> start me the weblogic server because I will make some deployments on it.
so it is not something that you should be thinking of..