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 / a reddy

create a startmanagedserver.sh file

vi startmanagedserver.sh

write the script
------------------
DOMAIN_HOME=/home/bea10g/user_projects/domains/domain1

nohup $DOMAIN_HOME/bin/StartManagedwebLogic.sh mngserver-name adminIP:PORT 1>>mngserver-name.log 2>&1 &


--------------------
if u want to start another managed server, give that server name and change the output(1) log file name.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I limit the number of oracle database connections generated by weblogic server? : BEA Weblogic

521


You are noticing a performance impact on your application and you suspect the underlying operating systemresources might be causing the issue, what steps would you take to narrow down the issue?

512


What Is The Advantage Of Clustering ?

562


Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle? : BEA Weblogic

487


How can the OUT OF MEMORY be solved?

626






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

570


How do clients handle dns requests to failed servers?

496


Are there c/c++ interfaces to wls jms? : BEA Weblogic

565


How do stubs work in a WebLogic Server cluster ?

542


How Administration Server And Managed Servers Will Interact ?

554


You are getting a error in your appserver/webserver logs "connection refused", from the operating system perspective how will you troubleshoot this?

512


what are the new features of Webservices 1.6 than 1.4.From the interface and implementation aspect4.

1747


Do you know what are the steps involved in setting up classpath in web logic server?

525


Is it better to have more or fewer sessions for a given number of subscribers? : BEA Weblogic

507


How to integrate sunone/netscape/iplanet with weblogic?

545