Copyright © TIBCO Software Inc. All rights reserved.
Copyright © TIBCO Software Inc. All rights reserved.


Chapter 5 Administering iProcess Engine Server Processes : Using SWDIR\util\swadm to Administer Server Processes : Enable a Process

Enable a Process
You can re-enable a process so that Process Sentinels can start it again using the following command.
swadm enable_process machine_id process_name process_instance
where:
machine_id is the unique identifier for the server on which you want to enable the process.
process_name is the process name of the server process you want to enable.
process_instance is the number of the process instance which you want to enable.
Notes
All foreground processes (see Server Processes) must run on the master server.
Example
To enable the second instance of the Background Mbox Daemon process on the server with an ID of 3, you would enter the following command:
# swadm enable_process 3 WISMBD 2
 

Copyright © TIBCO Software Inc. All rights reserved.
Copyright © TIBCO Software Inc. All rights reserved.