Describes starting and stopping the conmgr process.
You can use commands related to Windows services to start, stop, and check the health of the conmgr process.
To use a Windows service, register the confmgr process with the Windows service.
Note
Although it is possible to start and stop the conmgr process by running the cm_ctl command without registering the conmgr process with the Windows service, we recommend that you use the Windows service to start and stop the conmgr process for the following reasons.
The cm_ctl command starts the conmgr process as a user process. Therefore, closing the command prompt window from which the command was executed will force the conmgr process to stop.
Starting the conmgr process
Start with the net start or sc start command and the service name.
You can also start it from the Windows Services window by following the steps below.
Display the [Services] window
In [Administrative Tools], click [Services].
Start a service
From the list of service names, select the conmgr process and click the [Start Service] button.
Stopping the conmgr process
Start with the net stop or sc stop command and the service name.
You can also stop it from the Windows Services window by following the steps below.
Display the [Services] window
In [Administrative Tools], click [Services].
Stop a service
From the list of service names, select the conmgr process and click the [Stop Service] button.
Checking the operating status of the conmgr process
To check whether a service is running immediately after the start operation of the conmgr process, check the status of the service as follows.
Display the [Services] window
In [Administrative Tools], click [Services].
Check the status of the service
Check the service status of the conmgr process from the list of service names.
Use the cm_ctl command to check the operating status of the conmgr process during operation.
See
Refer to "cm_ctl" in the Reference for information on cm_ctl.