How to stop and start and restart BWengines in a fault tolerance mode using the command line utility AppManage

How to stop and start and restart BWengines in a fault tolerance mode using the command line utility AppManage

book

Article ID: KB0093438

calendar_today

Updated On:

Products Versions
TIBCO Administrator -
Not Applicable -

Description

Description:
How to stop and restart BW Engines deployed  with fault tolerant mode in correct order (start primary and than secondary, similarly stop secondary and then primary).


Resolution

You will be able to start/stop individually specific FT instances of an application using the following command:


  [Stop Secondary Instance First]

         AppManage -stop –domain   -user admin -pw xxxxx   -app "Folder/Path/to/App/DevFTApp" -service "Process Archive.par" -binding "Process Archive-1"

         AppManage -stop –domain   -user admin -pw xxxxx   -app "Folder/Path/to/App/DevFTApp" -service "Process Archive.par" -binding "Process Archive",




  [Start Primary Instance First]

        AppManage -start –domain   -user admin -pw xxxxx   -app "Folder/Path/to/App/DevFTApp" -service "Process Archive.par" -binding "Process Archive",

        AppManage -start –domain   -user admin -pw xxxxx   -app "Folder/Path/to/App/DevFTApp" -service "Process Archive.par" -binding "Process Archive-1"



        
       

Issue/Introduction

How to stop and start and restart BWengines in a fault tolerance mode using the command line utility AppManage