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

A client invokes a method on a stateful session bean instance deployed in the weblogic server. While the method execution is in progress another method call arrives on the server. What will be the result? : BEA Weblogic

518


What is the list of pre-configured queues?

535


What can be the various reasons for a server crash?

585


Can I set the deployment order for application modules? For standalone modules?

586


What is meany by plugin?

572






Explain weblogic server?

593


How do I protect weblogic server from security attacks from bogus clients using the wl-proxy-client-cert header? : BEA Weblogic

522


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

505


What oracle weblogic server includes?

549


What is console mode?

620


Explain what is the purpose of using multipools in web logic server?

499


If a java process keeps going down due to an out of memory error, what all java options would you start with that would tell you what was in memory at the time of the out of memory error?

567


When should I use server session pools and connection consumers? : BEA Weblogic

525


How will a single machine run multiple web logic server instances?

498


What is meant by session replication?

588