You want to configure WebLogic server transactions to be recoverable when a
nonclustered managed server crashes, even if that crash is caused by an unrecoverable
hardware failure. You want to run the managed server on different hardware, and have it
recover the transactions that were in-progress at the time of the crash.
You also want to use the default store for transaction logs.
Which statement is true?
A.
This scenario is not possible .You must use the JDBC store to recover transactions from
a crashed server.
B.
This scenario is not possible. You must use clustered managed servers to recover
transactions from a crashed server.
C.
This scenario is common , and so the default configuration of the default store works.
D.
Before the crash ,you need to update the path to the default store for the managed
server. The path should be to some shared storage location.
E.
After the crash, obtain a copy of the managed server’s default store from the
administration server. Move it to the same relative location on the new hardware before
starting the managed server there.
Before the crash ,you need to update the path to the default store for the managed
server. The path should be to some shared storage location.
You are using WebLogic Server Diagnostic Framework (WLDF) Instrumentation in a
system diagnostic module. The Dye Injection monitor is enabled. You know the diagnostic
context ID of the request you are Interested in that was processed by several. You are
looking through the messages in the server log file of several.
Which statement is true?
A.
You need to look at the Events Data Archive. Server log files do not contain WL DF
context IDs
B.
You need to look at the Harvested Data Archive. Server log files do not contain WL DF
context IDs.
C.
You need to look at the domain log file. Only the domain log file contains WL DF context
IDs.
D.
You can search the server log file for the context ID. Any message that was written to
the log IDs during that request will contain the context ID.
E.
You need to translate the context ID Into the corresponding transaction ID, which is the
only ID in server log file entries.
You need to look at the Events Data Archive. Server log files do not contain WL DF
context IDs
You need to configure WebLogic Server to satisfy the needs of your new application that
will update more than one data set on several databases in the same transaction.
Which setting should be considered?
A.
Enable use xa Data source interface in the transaction properties of each data source.
B.
WebLogic Server supports distributed transactions by default, so on specific settings are
required.
C.
Split the transaction into multiple local transactions.
D.
Configure your data sources with the available XA-compliant driver for your DBMS.
E.
Enable Two-phase commit in each data source.
Enable Two-phase commit in each data source.
The startup of a Weblogic Server instance fails with the error message:
java.net.BindExcepttion:Address already in use
Which two methods help identify what is currently listening at the port and the Ip this server
is configured to be bound to?
A.
The pmap command lists all processes running with their associated port member.
B.
The UNIX 1sof command can report information on the process that is listening at a
particular IP and port.
C.
netstat, which is available on Windows and Linux/UNIX, can report on the process
bound to this IP and port.
D.
Pstat will report detailed runtime statistics on any process currently listening at this IP
and port.
E.
The Linux port watching tool port info can raise an alert anytime a process attempts.
succeeds, or fails to connect to a specific IP and port. It can also be used to identify if a
port is being used by a java process
The UNIX 1sof command can report information on the process that is listening at a
particular IP and port.
netstat, which is available on Windows and Linux/UNIX, can report on the process
bound to this IP and port.
Which session persistence type is invalid? (Choose one)
A.
Async_replicated
B.
replicated
C.
replicated
D.
async_memory
E.
cookie
F.
file
G.
replicated_if_clustered
async_memory
Page 2 out of 26 Pages |
Previous |