Starting/Stopping Multiple TIBCO iProcess® Objects Servers
The Process Sentinels control the starting and stopping of multiple TIBCO iProcess® Objects Servers that have been added to the process_config table.
By default, once the Process Sentinels have started, they automatically start the processes in the process_config table. You can force all processes in the process_config table to be started or stopped by using the following commands:
Windows systems:
SWDIR\bin\swstart
SWDIR\bin\swstop
UNIX systems:
$SWDIR/bin\swstart
$SWDIR/bin\swstop
Or, you can start or stop individual TIBCO iProcess® Objects Server instances using the following commands:
Windows systems:
SWDIR\util\swsvrmgr STARTMachineIDSPO <ProcessInst>
SWDIR\util\swsvrmgr SHUTDOWNMachineIDSPO <ProcessInst>
UNIX systems:
$SWDIR/util/swsvrmgr START <MachineID> SPO <ProcessInst>
$SWDIR/util/swsvrmgr SHUTDOWN <MachineID> SPO <ProcessInst>
For more information about the swsvrmgr utility, see iProcess Engine Administrator’s Guide.