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 : Run a New Process

Run a New Process
To start a new process running on a server, use the following command:
swadm add_process machine_id | machine_name process_name enabled
where:
machine_id is the unique identifier for the server.
machine_name is the descriptive name of the server.
process_name is the process name of the server process you want to run.
If process_name is BG, BGPREDICT, DBQD, DLMGR, SPO, or DIRECTOR the process starts as soon as Process Sentinels re-cache the changes to the process_config table. If process_name is any other process (i.e. a foreground process), the process does not start until iProcess Engine is restarted.
enabled is used to specify if you want the process to run immediately (Y) or whether it will be added to the process_config table but will be currently disabled (N).
Notes
All foreground processes (see Server Processes) must run on the master server.
Example
To start a new instance of the Background Mbox Daemon process on server2 so that it runs immediately, enter the following command:
# swadm add_process server2 bg Y
 

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