Select the one that configures Node manager as described.

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.

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



Leave a Reply 14

Your email address will not be published. Required fields are marked *


Madhu K

Madhu K

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”

wlsKing

wlsKing

A is the answer.
1000ms = 1 sec

wlsKing

wlsKing

Apologies. E is the answer.
CrashRecoveryEnabled = true (not crashRestartEnabled)

rayzone

rayzone

@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???

Pits

Pits

E

stopscriptenabled=true
Stopscriptname=mystopit.sh
crashRecoveryEnabled=true
secureListener=SSL ( Should be True )
statecheckinterval=1000

Thom

Thom

Something between B and E.
B would be my bet.

wls-guy

wls-guy

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

Valerio

Valerio

E
secureListener=SSL ( Should be True )

Khaoz

Khaoz

I am with wls-guy. There are a lot of typos in the answers.

Ignore typos and you get the C option.

Nebz

Nebz

C only possible after check

Karthik

Karthik

E .

StateCheckInterval- Specifies the interval Node Manager waits to perform a check of the server state.
500 milliseconds (Default Value)

rael

rael

E can never be correct :
SecureListener
If set to true, use the SSL listener, otherwise use the plain socket.