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 : Disable a Process

Disable a Process
You can temporarily disable a server process so that Process Sentinels will not start it. To prevent the process running without removing the entry and configuration settings for it from the database tables, use the following command:
swadm disable_process machine_id process_name process_instance
where:
machine_id is the unique identifier for the server on which the process is configured to run.
process_name is the process name of the server process you want to disable.
process_instance is the number of the process instance which you want to disable.
Example
To disable the second instance of the WIS process on the server with an ID of 3, you would enter the following command:
# swadm disable_process 3 WIS 2
 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved