Stopping an Individual Grid Node

Normally, you do not stop individual application nodes. Instead, you stop an entire application and, as a result, all nodes belonging to the application will be stopped. However, there are situations when you want to stop an individual application node. Examples are:

  • A node is experiencing problems and you need to stop it, perhaps with the intention of starting a new node to replace the stopped one.

  • The application has been started in multiple instances (nodes) but all that capacity is no longer needed, so some of the nodes can be removed in order to free resources.

Considerations Before Stopping a Node:

  • Should the node be put in an off-line state first?

  • If the application node is the only one of its kind, the application may stop working. Should a new similar application node be started first before the node is stopped?

  • Applications are implemented differently. Some applications manage their nodes themselves. Consult the documentation of the application. Does the documentation recommend some alternative procedure to stopping the node in this case?

Note: 

In addition to the method described below, you can also use the managegrid utility to stop individual nodes and you can stop nodes for Landmark from the Landmark management page. For more information, see "managegrid" in the Landmark Utility Reference Guide.