Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 are the different modules of wlst?

1071


What is thread stack size?

1116


In what ways can a web logic servers performance be improved upon?

986


What is the significance of boot?

1144


What is meant by gc and explain it?

1149


Explain the performance tuning in jms?

1036


How do I issue the close() method within an onmessage() method call and what are the semantics of the close() method? : BEA Weblogic

1015


What is the purpose of using multipools in web logic server?

1087


What is meant by jndi and why its needed??

1023


What are the ways in which the dns request of failed servers handled?

1035


Why did the messaging bridge fail to connect to the source bridge destination? : BEA Weblogic

1004


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

1001


What are the databases that are available to be used with the web logic j2ee connector architecture?

1023


How Work Manager works in wls 9.2 and above versions?

3697


What is bootup process?

1047