stopAllNodes

The "stopAllNodes" command stops all the Nodes in a given CONFIG_HOME irrespective of the Node startup mode, that is, Nodes with Manual startup mode are also stopped in addition to Nodes with Automatic startup mode.

Nodes on a specific TIBCO Host instance can be stopped by providing the "-instanceName" argument. The TIBCO Host instance must be running to stop the Nodes. The command verifies whether the Host instance is running or not before stopping the Nodes.

Arguments

In addition to the common arguments, you can specify the following arguments:
Argument Description
-configHomeLocation The location of the CONFIG_HOME.
-instanceName (Optional) Name of TIBCO Host instance. If this argument is not provided, it stops all Nodes on the specified Host in the CONFIG_HOME.

Examples

>stopAllNodes -configHomeLocation /path/to/confighome/location

This stops all Nodes in the CONFIG_HOME /path/to/confighome/location.

>stopAllNodes -configHomeLocation /path/to/confighome/location -instanceName myTibcoHostInstance

This stops the Nodes managed by TIBCOHost Instance "myTibcoHostInstance" in the CONFIG_HOME /path/to/confighome/location.