Copyright © Cloud Software Group, Inc. All rights reserved.
Copyright © Cloud Software Group, Inc. All rights reserved.


Chapter 5 Administering iProcess Engine Server Processes : Using SWDIR\util\swadm to Administer Server Processes : Show Server Processes

Show Server Processes
To display a list of the iProcess Engine server processes currently defined on your iProcess Engine, use the following command:
swadm show_processes -mmachine_id [‑pprocess_name [-iprocess_instance]]
where:
machine_id is the unique identifier for the server, assigned when the server is added to iProcess Engine. You can find a server’s identifier using the swadm show_servers command.
process_name is the process name of the server process.
process_instance is the specific instance of the process.
The command lists the following information for each process:
Machine ID is the unique identifier for the server, assigned when the server is added to iProcess Engine.
Process Name is the process name of the server process.
Process Inst is the specific instance of the process.
Enabled is Y if the process is currently enabled, N if it is not.
Persistent is Y if the process will be automatically restarted if iProcess Engine restarts, and N if it will not.
Last Status is the last known status of the process - either starting, running, paused, shutting down or stopped.
Status Comment is a descriptive comment associated with the Last Status.
Example
The following command shows the processes currently defined on a server.

 
# swadm show_processes -m1

 
 

Copyright © Cloud Software Group, Inc. All rights reserved.
Copyright © Cloud Software Group, Inc. All rights reserved.