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

Explain the tier architecture of a web logic server?

597


How does a server know when another server is unavailable ?

656


What is meany by plugin?

659


How to write a program to bind string values in a preparedstatement?

719


Do you know what is the local interface used by web logic server?

632






how ITIL process occurs in weblogic?

1521


Do you know how can third-party jdbc driver be used with jms?

598


The multicast ttl setting for a cluster in the weblogic admin console sets which of the values? : BEA Weblogic

698


How do I identify the document type of an xml document? : BEA Weblogic

602


What are the steps in which unicode codesets can be set with the weblogic jdriver?

607


How to troubleshoot it?

574


Must ejbs be homogeneously deployed across a cluster? Why? : BEA Weblogic

670


What is error ora-6502? : BEA Weblogic

589


In how many ways we can implementg session replication?

606


What is the difference between jndi lookup(), list(), listbindings(), and search()?

635