|
Add the Windows service resource to a group.
Select resource type → right click → delete resource.
The deleted resource will immediately disappear from the management web console.
After deleting the service resource, if another resource is added, the changed status values and start type will not revert to the original. |
[Figure] Delete resource view
The following table explains the status switching of the MCCS resource caused by a user's command and the status.
The command assumes that it is generated by a user.
Windows service agent: Directly manages the service registered in Windows SCM (Service Control Manager).
Status | Agent command | Description | Note |
---|---|---|---|
Online Windows service is operating properly. | Offline | Terminates windows service. It has the same effects as the following command. | |
Monitoring | The status of Windows service is assessed. Refer to the results from running the following command. | ||
Offline Windows service is terminated. | Online | Windows service is started. It has the same effects as the following command. | |
Monitoring | The status of Windows service is assessed. Refer to the results from running the following command. | ||
Trouble Windows service is not operating properly. | Online | Windows service is started. It has the same effects as the following command. C:\> SC START SERVICE_NAME EX) SC START SQLSERVER | |
Offline | Terminates windows service. It has the same effects as the following command. C:\> SC STOP SERVICE_NAME EX) SC STOP SQLSERVER |
Display the unique attribute of Windows service resource.
Attribute | Description | Type | Default | Edit | Note |
ServiceName | It is a name of the window service to be monitored. | STRING | X |
Attribute value of ArgList arguments are the values that are added resources and the value can be changed or viewed through 'Specified Attribute’ list on the detailed information panel.
If you register the Windows service resource, the service will not be automatically started. |