You use the Java –based Node Manager to start your managed servers. You want Node Manager
to:
• 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.
StopsScriptEnabled=true
StopScriptName=mystopit.sh
CrashRestartEnabled=true
SecureListener=true
StataCheckInterval=1
C.
StopscriptEnabled=true
StopScriptName=topic-sh
CrashRecoveryEnabled=true
SecureListtener=true
Statecheckinterval=1000
D.
StopScript=true
StopscriptName=mystopit.sh
CrashRecoveryEnabled=true
SecureListtenser=true
E.
stopscriptenabled=true
Stopscriptname=mystopit.sh
crashRecoveryEnabled=true
secureListener=SSL
statecheckinterval=1000
The options given for the question are not proper. D is the right answer thought it doesn’t have the state check interval mentioned. B is not the right answer as there is no option wih the name “CrashRestartEnabled” it is “Crash Recovery Enabled”
A is the answer.
1000ms = 1 sec
Apologies. E is the answer.
CrashRecoveryEnabled = true (not crashRestartEnabled)
Answer
StopScriptEnabled=true (by default False)
StopScriptName=mystopit.sh (by default None)
CrashRecoveryEnabled=true (by default False)
SecureListenser=true (by default True)
Statecheckinterval=1000 (500 milliseconds by default)
source :
https://docs.oracle.com/cd/E24329_01/web.1211/e21050/java_nodemgr.htm#NODEM173
@wlsKing: Answer E looked close but the secureListener is given as SSL (secureListener=SSL) rather it should be secureListener=true
Not sure if its a typo???
E
stopscriptenabled=true
Stopscriptname=mystopit.sh
crashRecoveryEnabled=true
secureListener=SSL ( Should be True )
statecheckinterval=1000
Something between B and E.
B would be my bet.
there seems to be lots of typos in the answers.
For example, “tt” in SecureListtener=true (from “C”)
In many of the answers (answer options), letters have not been capitalized properly (again, maybe typo).
If we ignore caps/typos, I’ll go with answer “C”. For “B”, ‘CrashRestartEnabled’ is completely wrong – there is no such property. Correct name is ‘CrashRecoveryEnabled’.
Please refer to:
http://docs.oracle.com/middleware/1213/wls/NODEM/java_nodemgr.htm#NODEM178
E
secureListener=SSL ( Should be True )
I am with wls-guy. There are a lot of typos in the answers.
Ignore typos and you get the C option.
SecureListener
If set to true, use the SSL listener, otherwise use the plain socket
true
source :
https://docs.oracle.com/cd/E13222_01/wls/docs103/nodemgr/java_nodemgr.html#wp1068415
C only possible after check
E .
StateCheckInterval- Specifies the interval Node Manager waits to perform a check of the server state.
500 milliseconds (Default Value)
E can never be correct :
SecureListener
If set to true, use the SSL listener, otherwise use the plain socket.