when we creates a domain, it creates one-startManagedWebLogic in
bea user_projects\domains\MyDomain\bin dir. Suppose we have 2 or
more than 2 managed severs in our unix env.how can we start all
our managed servers. I know we have to copy startManagedWebLogic
with server name.then wht to modify in the script to start ecah
of the managed servers?

Answer Posted / vijaya kumar

We need to write the wrapper scripts for those kind of need .

create the wrapper scripts as follows
1.create a file startmangedserver1.sh
$vi startmangedserver1.sh
DOMAIN_HOME=beauser_projectsdomainsMyDomainin
nohup $DOMAIN_HOMEstartMangedWeblogic.sh mang1 1>>mng1.log 2>>&1 &
2.change the file permissions of the startmangedweblogic1.sh
$chmod 777 startmanagedweblogic1.sh

start managed server using the wrapper script
$./startmanagedserver1.sh
3.you can create different files to run different managed servers but change the server name in the script.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell me about security in weblogic?

597


What are deployment descriptors?

576


How are notifications made when a server is added to a cluster?

583


What happens when a failure occurs and the stub cannot connect to a weblogic server instance? : BEA Weblogic

570


How many types of weblogic installation ?

567






What is the difference between url instance and urlconnection instance?

505


What is the default port of weblogic admin server?

581


What is clustering? What are the different types and how does clustering works in a network ?

546


Explain what are the transaction isolation levels supported by weblogic jdriver?

555


Explain what an application server does and it's major components.

530


Define the toolbar elements.

547


How Can Port Number Be Checked ?

624


What are the various causes for out of memory?

556


Explain the types of deployment modes and diffrernces between them?

526


Explain what are the steps required to setup the oracle instance for os authentication?

524