Section | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Adding
There are two way to add a resource which one is select this from a group name and another is select this from a resource type.
...
윈도우 서비스 리소스를 그룹에 추가합니다.
- When add a resource from a group name, select a group → right click → 'Add Resource'.
[Figure] Adding Resource in a group - Select 'Service' from Resource Type lists and click 'Next' button.
[Figure] Select resource wizard View - Next steps are same as adding in resource type.
Adding in Resource Type
- ResourceType → Right Click → Click Add Resource
[Figure] Adding Resource in a resource type
This is initial screen for adding service resource.
[Figure] Adding Service resource view
Enter service name and it will automatically search and suggest proper service name.
Select the service to be managed.
[Figure] Search service resource and suggest name view
Click "Finish" and service resource is added.
[Figure] Adding service resource is completed그림] 서비스 리소스 추가 화면 - 완료 버튼을 클릭하면 기본 응용 리소스가 추가 되며,
관리 웹 콘솔 상에서 바로 확인이 가능합니다.
Deleting
Select resource type → right click → delete resource.
삭제된 리소스는 관리 웹콘솔 상에서 바로 사라집니다.
Warning |
---|
After deleting the service resource, if another resource is added, the changed status values and start type will not revert to the original. |
...
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 |
Attribute
[Figure] Window Service Attribute윈도우 서비스 리소스의 고유 속성을 표시 합니다.
Attribute | Description | Type | Default | Edit | Note |
ServiceName | It is a name of the window service to be monitored. | STRING | X |
...