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
How can os authentication be connected with weblogic jdriver for oracle and connection pools?
What is Unicast?
Can you explain how can os authentication be connected with weblogic jdriver for oracle and connection pools?
How do I provide user credentials for starting the weblogic server?
How to configure a DB connection pool ?
How many types you configure managed server in weblogic server ?
What is a non-durable topic subscriber?
Why is my jms work not part of a user transaction (i.e., Called within a transaction but not rolled back appropriately)? How do I track down transaction problems? : BEA Weblogic
Why is there no polymorphic-type response from a create () or find () method?
I have a process running on one of my unix terminals, but I cannot close the terminal window as the process will terminate. How can I transfer this process to a background process?
Explain about the function associated with t3 in weblogic server ?
Why am I getting an ora-01000: maximum open cursors exceeded error, even though I closed all resultset, statement, and connection objects? : BEA Weblogic
How do I start wls and configure jms? : BEA Weblogic
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....
How you will analyse threads state using samurai tool?