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 |
What happens if acknowledge() is called within a transaction? : BEA Weblogic
Explain the diffrernces between 8.x and 9.x?
What causes java.io exceptions in the log file of weblogic server?
What is weblogic?
What are the classes placed in the weblogic classpath?
What should you do in a passive method?
what are configuration classes in weblogic
What is the standard way to create threads, do initialization, etc. Within the application server? : BEA Weblogic
Which of the algorithms is used by the weblogic server as the default load balancing strategy for clustered object stubs when no algorithm is specified ? : BEA Weblogic
How do I configure jms security? : BEA Weblogic
What is jvm tuning?
What are the various causes for out of memory?