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 to write a program to call the store procedure of oracle that takes no parameter?

463


How to make a managed server ?

595


What is thread dump?

512


What is the difference between jboss and weblogic?

509


Difference between weblogic development and production mode?

599






What type of object is returned by resultset.getobject()? : BEA Weblogic

521


What causes the condition OUT OF MEMORY?

554


How is a domain template created?

506


What you can do with node manager?

528


Explain the performance tuning in jvm, jdbc, jms?

531


How to start node manager?

560


What is weblogic?

615


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

732


Is There Any Possibility For Starting Managed Server During The Absence Of Administrator Server ?

676


How to write a program of web logic server to get the connection pool attribute?

496