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

What Is Boot.proerties File In Weblogic Server ?

656


What does the connected to element in the toolbar signify?

570


How to change from default JVM to other ?

686


How do I prevent errors when running t3dbping? : BEA Weblogic

554


When we will take thread dump? Please give us some examples?

553






How does weblogic support corba and client communication via iiop? : BEA Weblogic

590


What you can do with node manager?

622


What are the prerequisites of starting a server?

563


How do I use persistence? : BEA Weblogic

639


What is Multicast?

656


Explain what are the ways to avoid resourceexceptions when sending requests for databaseconnections?

584


How does a file store compare with a jdbc store? : BEA Weblogic

627


hey how can i give words instead of url in orkut?? eg:"click here" instead of a url..when i clik that word it should direct to another page..please help me....

1887


which protocol it user to connect manage server to admin ? where it is defined ?

7561


What technologies are included in j2ee?

584