Products | Versions |
---|---|
TIBCO Administrator | - |
Not Applicable | - |
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).
[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" |