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.
Note: Whether or not a process restarts automatically is defined by the PM_AUTO_BOOT process attribute.
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
Machine ID Process Name Process Inst Enabled Persistent Last
Status
Status Comment
1 BG 1 Y Y Running BG process started
1 BG 2 Y Y Running BG process started
1 BG 3 Y Y Running BG process started
1 BG 4 Y Y Running BG process started
1 BGPREDICT 1 Y Y Running BG process started
1 DIRECTOR 1 Y Y Running DIRECTOR process started
1 DLMGR 1 Y Y Running DLMGR process started
1 IAPJMS 1 Y Y Running IAPJMS process started
1 RPCBG 1 Y Y Running RPCBG process started
1 RPC_TCP_LI 1 Y Y Running RPC listener process started
1 RPC_UDP_LI 1 Y Y Running RPC listener process started
1 SPO 1 Y Y Running SPO Server process started
1 WIS 1 Y Y Running WIS process started
1 WIS 2 Y Y Running WIS process started
1 WIS 3 Y Y Running WIS process started
1 WIS 4 Y Y Running WIS process started
1 WISMBD 1 Y Y Running WISMBD process started
1 WISMBD 2 Y Y Running WISMB process started
1 WQS 1 Y Y Running WQS process started