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

Inclined to build a profession as oracle weblogic developer?

508


How do stubs work in a WebLogic Server cluster ?

539


Can I use the getattribute() and setattribute() methods of version 2.2 of the java servlet api to parse xml documents? : BEA Weblogic

548


What is the difference between url instance and urlconnection instance?

499


What are logics in reference to web logic servers?

492






What are the steps required to modify config.xml file of web logic server?

496


Managed servers are running. What happens if admin server down?

526


For ejb applications with bean-managed transaction demarcations, which of the following is used by the client to get a reference to the usertransaction object for the weblogic server domain? : BEA Weblogic

541


What is the purpose of using multipools in web logic server?

569


How many WebLogic servers can be held inside a multi-processor machine?

747


What is a Thread dump? How will you take in unix/linux and windows ?

601


What is meant by thread dump and how can we take?

529


When does high cpu usage occur?

580


When should I use the -nostage option?

650


What are log filters and what are their purpose?

501