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?

Answers were Sorted based on User's Feedback



when we creates a domain, it creates one-startManagedWebLogic in bea user_projects\domains\MyDomain..

Answer / 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

when we creates a domain, it creates one-startManagedWebLogic in bea user_projects\domains\MyDomain..

Answer / arzun

if u want to modify the scripts you need to update the
instance name (managed server name )& port , admin url .

Is This Answer Correct ?    0 Yes 0 No

when we creates a domain, it creates one-startManagedWebLogic in bea user_projects\domains\MyDomain..

Answer / 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

More Weblogic Interview Questions

How do I start wls and configure jms? : BEA Weblogic

0 Answers  


Define the list of pre-configured queues?

0 Answers  


What is t3 protocol?

0 Answers  


How Can Cluster Communication Occur ?

0 Answers  


Tell me what are the steps involved in configuring the jms?

0 Answers  






Do you know what is the meaning of classformaterrors used with the applet?

0 Answers  


In web logic how are new threads assigned?

0 Answers  


What can be the various reasons for a server crash?

0 Answers  


What is the format of the log message out to standard out?

0 Answers  


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

0 Answers  


What is weblogic unicasting and multicasting?

4 Answers   TCS,


How do I manage a queue to view and delete specific messages? : BEA Weblogic

0 Answers  


Categories