R12.2

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

R12.2

satish
Hi Erman,

we have a doubt posted in few sites but didnt get a exact or satisfying answer.You are good at both EBS and weblogic as well as java.we hope we will for sure get an answer from you

In r12.2,we use ad scripts to start the services due to some dependencies(ofcourse not sure exactly what dependencies-if you give some example it would be fine).But why script startWebLogic.sh was included in ad script?Is adscripts using startWebLogic.sh script internally to start the services?

       if [ "$silentmode" != "-silent" ]; then
           echo "Refer $LOG for details"
       fi
    fi
elif [ "$control_code" = "startForDeployment" ]; then
        if test "$PLATFORM" = "LINUX_X86-64"; then
        nohup $LINUX32 /u01/DEVDBAPPS/fs1/FMW_Home/user_projects/domains/EBS_domain_DEVDB/bin/startWebLogic.sh >> $LOG 2>&1 &
    else
        nohup /u01/DEVDBAPPS/fs1/FMW_Home/user_projects/domains/EBS_domain_DEVDB/bin/startWebLogic.sh >> $LOG 2>&1 &
    fi


Thank you
Reply | Threaded
Open this post in threaded view
|

Re: R12.2

ErmanArslansOracleBlog
Administrator
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..
Reply | Threaded
Open this post in threaded view
|

Re: R12.2

satish
Thanks erman,can you please clear below to get good idea about the process

It means,ad scripts are not using native weblogic scripts right?
what would be the issue if we use native scripts to start
Reply | Threaded
Open this post in threaded view
|

Re: R12.2

ErmanArslansOracleBlog
Administrator
Do you have my book?
I explained all of these in my book.
Reply | Threaded
Open this post in threaded view
|

Re: R12.2

Saima
Asalkm.. Arslan I need EBS 12.2. DB and Application cloning scripts, could you please assist me on this?



Thanks,


On Fri, Sep 29, 2017 at 10:01 AM, ErmanArslansOracleBlog [via Erman Arslan's Oracle Forum] <[hidden email]> wrote:
Do you have my book?
I explained all these in my book.



If you reply to this email, your message will be added to the discussion below:
http://erman-arslan-s-oracle-forum.2340467.n4.nabble.com/R12-2-tp3655p3660.html
To start a new topic under EBS 12.2, email [hidden email]
To unsubscribe from EBS 12.2, click here.
NAML

Reply | Threaded
Open this post in threaded view
|

Re: R12.2

ErmanArslansOracleBlog
Administrator
Saima,

Create a seperate issue for this!
This is another thread.