stopAllHosts
The "stopAllHosts" command stops all TIBCOHost Instances in a given CONFIG_HOME. Specific TIBCO Host instances can be stopped by providing "-instanceNames" argument.
Arguments
In addition to the common arguments, you can specify the following arguments:
Argument | Description |
---|---|
-configHomeLocation | The location of the CONFIG_HOME. |
-instanceName | Name of TIBCO Host instance. |
-instanceNames | (Optional) List of TIBCO Host instance names separated by comma.
If this argument is not provided, it will stop all TIBCO Host instance in the CONFIG_HOME. |
-forceStopAllNodes | (Optional) Forcefully stops all Nodes, irrespective of the startup mode or skip Node TRA property.
If this argument is not provided, the startup mode or the skip Node TRA property is considered for stopping Hosts. |
Examples
>stopAllHosts -configHomeLocation /path/to/confighome/location
This stops all TIBCOHost Instances in the CONFIG_HOME /path/to/confighome/location.
>stopAllHosts -configHomeLocation /path/to/confighome/location -instanceName myTibcoHostInstance
This stops the TIBCOHost Instance myTibcoHostInstance in the CONFIG_HOME /path/to/confighome/location.
Copyright © Cloud Software Group, Inc. All rights reserved.