You use the Java –based Node Manager to start your managed servers. You want Node
Managerto: • Stop servers by using your custom stop script : mystopit.sh • Restart servers
when the hardware cases • Use SSL communication • Check server heath once per second
Below are portions of the node manager. properties file. Select the one that configures
Node manager as described.
A.
StopScriptEnabled=true StopScriptName=mystopic.sh CrashRestartEnabled=true
SecureListtenser=true StateCheckinterval=1000
B.
stopscriptenabled=true Stopscriptname=mystopit.sh crashRecoveryEnabled=true
secureListener=SSL statecheckinterval=1000
C.
StopScript=true StopscriptName=mystopit.sh CrashRecoveryEnabled=true
SecureListtenser=true
D.
StopsScriptEnabled=true StopScriptName=mystopit.sh CrashRestartEnabled=true
SecureListener=true StataCheckInterval=1
E.
StopscriptEnabled=true StopScriptName=topic-sh CrashRecoveryEnabled=true
SecureListtener=true Statecheckinterval=1000
Explanation:
D
The correct is A.
https://docs.oracle.com/cd/E13222_01/wls/docs103/nodemgr/java_nodemgr.html
The correct answer E (even if with the wrong script name topic-sh instead of mystopit.sh)
option CrashRestartEnabled doesn’t exist
the correct option is CrashRecoveryEnabled
Dear Michael.
I think like you so. But you this exam and pass. Can you tell me about the correct answer. Thanks