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.
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.
Copyright © Cloud Software Group, Inc. All rights reserved.