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 that you want to enable.
Note: You must use the wsvrmgr utility to start the process. See Using SWDIR\util\swsvrmgr to Administer Server Processes.

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