Stopping a TIBCO Host Instance

You usually stop all TIBCO Host instances before you stop the SystemHost TIBCO Host instance.

Procedure

  • Stopping a TIBCO Host Instance
    • Windows
      • If the instance is registered as a Windows service:
        1. Open the Windows Services application.
        2. Click TIBCO ActiveMatrix hostName.
        3. Click Stop.
      • Run CONFIG_HOME\tibcohost\instanceName\host\bin\tibcohost.exe stop -wait true .
    • UNIX Run CONFIG_HOME/tibcohost/instanceName/host/bin/tibcohost stop -wait true.
    The node processes managed by the TIBCO Host instance are stopped and the tibcohost process is stopped.
  • Stopping the SystemHost TIBCO Host Instance
    • Windows
      • If SystemHost is registered as a Windows service:
        1. Open the Windows Services application.
        2. Click TIBCO ActiveMatrix Admin-enterpriseName-adminServerName.
        3. Click Stop.
      • Run CONFIG_HOME\tibcohost\Admin-enterpriseName-adminServerName\host\bin\tibcohost.exe stop -wait true.
    • UNIX Run CONFIG_HOME/ tibcohost/Admin-enterpriseName-adminServerName/host/bin/tibcohost stop -wait true.
    If you perform the stop from the command-line using the -wait option, the command completes and you are returned to the command prompt only after all the nodes are stopped.