What is advantage if silent mode installation...urgent..need
answer to this question
Answers were Sorted based on User's Feedback
Answer / mohit
Hello,
The biggest advantage of silent mode installation is that it is non-interactive and hence your intervention is not required during installation.
All the parameters to be used during installation are defined in xml file (usually silent.xml)
eg:./filename.bin -mode=silent -silent_xml=silent.xml
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / jagadeesh
for this sailent mode of installation you need to specify
the log file and xml file. The difference between command
and sailent mode is command -mode=console i.e here step by
step are visible but in sailent mode every thing is
configured.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / nagu
For installing weblogic in silent mode we have to write one
xml.file.In that file we have to include all the components
which we want.In silent mode installation we can't see
anything,its better to add log attribute to see the
details.save that will in the path where your set up file
is there...and run like this
wlserver10.3 -mode=silent -silent_xml="path of the xml
file" -log="path where u want to create log file"
| Is This Answer Correct ? | 2 Yes | 0 No |
how to upgrade the weblogic server licence?
How can domain configuration lock be enabled and disabled?
Explain the functionality of T3 associated with WebLogic server?
Why does jmssession.createtopic or jmssession.createqueue fail to create a destination in wls jms 6.1 (it worked in 5.1)? : BEA Weblogic
What is MSI mode?
What is multicast address in Clustering? Why do we need it?
I am using a weblogic multitier driver in an applet as an interface to a dbms. If I run the class using the sun appletviewer on my local machine, I have no problems. But when I try to run the applet in a netscape browser, it will not connect 83 the two primary cluster services provided by weblogic server are? : BEA Weblogic
For ejb applications with bean-managed transaction demarcations, which of the following is used by the client to get a reference to the usertransaction object for the weblogic server domain? : BEA Weblogic
How many ways to start and stop weblogic servers?
What is the function of t3 in weblogic server? : BEA Weblogic
Explain what are the ways in which the dns request of failed servers handled?
By default thread dump goes to System.out log.How can we send it to a particular file so that when we take the thread dump, instead of searching in System.out we can analyse a particular file