Which statement is true about stopping Node Manager?

Which statement is true about stopping Node Manager?

Which statement is true about stopping Node Manager?

A.
If you stop Node Manager, the managed servers it started will also stop.

B.
You may kill the Node Manager process by using operating system commands.

C.
Using the stopNodeManager.sh script so Node Managerstopsgradually.

D.
Using the administration console, select the appropriate machine and click stop.

E.
The administration server goes into ADMIN mode if it can no longer Communicate with Node
Manager.

F.
The managed servers that Nod Managerstartedgo intoADMINmode if they cannolonger
communicate with NodeManager.

Explanation:
http://docs.oracle.com/cd/E13222_01/wls/docs70/admin_domain/nodemgr.html(configu
ring node manager)



Leave a Reply 14

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


kiruba

kiruba

Correct Ans: C

Madhu K

Madhu K

Answer B is Correct. If we are using WebLogic 12c (12.1.3) then Option C is correct as the stopNodeManager.sh script is given in this patch release

Seb

Seb

B : By default stopNodeManager.sh script doesn’t exist.

nebz

nebz

Only way : B

Geoff

Geoff

Answer c stopNodeManager.sh exist in 12c in 11g stopNodeManager.sh doesn’t exist.

wls-guy

wls-guy

“B” is the correct answer – please try not to confuse readers.

both 12.1.1 and 12.1.3 have same instructions to stop the Node Manager:

http://docs.oracle.com/cd/E24329_01/web.1211/e21050/starting_nodemgr.htm#NODEM217

https://docs.oracle.com/middleware/1213/wls/NODEM/starting_nodemgr.htm#NODEM217

Stopping Node Manager

To stop Node Manager, close the command shell in which it is running.

Alternatively, after having set the nodemanager.properties attribute QuitEnabled to true (the default is false), you can use WLST to connect to the Node Manager and shut it down. For more information, see stopNodeManager in the WebLogic Scripting Tool Command Reference.

Dani

Dani

By logic, it must be B .. because if we accept that is C
then we have 2 issues.

1. What is “stops gradually
2. I means B is false => so I cant kill the process via SO

Valerio

Valerio

Correct B:

I saw the stopNodemanager.sh file and it uses kill to stop, then it’s not gradually.

Jhon

Jhon

Es la B, se debe matar el proceso del NodeManager..

Eldhose

Eldhose

Ans: B and C

1) Kill – 9

2) http://docs.oracle.com/cd/E24329_01/web.1211/e24490/reference.htm#WLSTC3362

stopNodeManager
Command Category: Node Manager Commands
Use with WLST: Online or Offline
Description: Stops the Node Manager process.
In order to stop the Node Manager process, you must have either started Node Manager with startNodeManager, or Node Manager must have been started with the property QuitEnabled=true. You can configure this property in $WLS_HOME/common/nodemanager.properties. This allows you to connect to the Node Manager to shut it down.

themeu

themeu

C is wrong because stopNodeManager script NOT stop gradually but it kill the process.

Raul

Raul

In 12.1.2 doesnt exist a script to stop Nodemanager. so the correct answer is B