...
Add the Windows service resource to a group.
- 그룹 선택 - 마우스 우 클릭 - 리소스 추가를 선택합니다.
- 리소스 위자드에서 서비스를 선택하고 Next 버튼을 클릭합니다.
- 서비스 이름을 입력하면 해당 문자로 시작하는 서비스를 검색해 주고 리소스 이름도 추천해 줍니다. When adding a resource from a group name, select a group → right click → "Add Resource". Or select "Edit(E)" from the main menu bar → select "Add Resource". Or select "Add Resource" icon from the toolbar.
- Select "Service" from Resource Type lists and click the "Next" button. When add a resource from the Service resource type name, this step will be skipped
- Enter the service resource name.
- Enter the service name and it will automatically search and list up proper service name, and then select the service to be managed.
[Figure] Adding service resource - Click 'the "Finish' " button to add the basic application resource.
Deleting
Select resource "Resource type" → right click → delete resource.
Warning |
---|
After deleting the service resource, service start type isn't reverted to the default value previous to adding as resource of MCCS. |
...
The following table explains the state of service resource.
윈도우 서비스 에이전트: Windows Agent of Windows Service: Manages directly services registered on the Windows SCM(Service Control Manager)에 등록된 서비스를 직접 관리합니다.
State | Agent command | Description | Note |
---|---|---|---|
Online Windows service is running properly. | Offline | MCCS stops windows service. It has the same results as the following command line from CLI. | |
Monitoring | It monitors status of Windows service. It has the same results as the following command line for CLI. | ||
Offline Windows service is stopped | Online | MCCS starts Windows service. It has the same results as the following command. | |
Monitoring | It monitors status of Windows service. It has the same results as the following command line for CLI. | ||
Fault Windows service is not running properly. | Online | MCCS starts Windows service. It has the same results as the following command. C:\> SC START SERVICE_NAME EX) SC START SQLSERVER | |
Offline | MCCS stops windows service. It has the same results as the following command line from CLI. C:\> SC STOP SERVICE_NAME EX) SC STOP SQLSERVER |
...
Attribute | Description | Type | Default | Edit | Note |
ServiceName | It is a name of the window service managed by MCCS. | STRING | X | ||
Arguments | It is the program argument. \r\nMore than one factor must use at least one space as an identifier. When spaces are included in the factor, double quotation marks(" ") must be used. \r\nThe factor may not be longer than 80 characters. | STRING | O | ||
KillProcessName | Process should be killed at offline-timeout | STRING | O | ||
KillProcessTimeout | 지정된 프로세스가 강제종료될 때까지의 타임아웃을 나타냅니다Indicates time out until the designated process is forced to be closed. | INTEGER | 10 | O |
Specified attribute values are normally entered when add the resource, This value can be edited or viewed through 'Specified Attribute' table in the Resource Attributes tab on the detailed information panel.
Info |
---|
Auto-start of relevant service stops if registering a resource of Windows service. |
Info |
---|
윈도우 서비스 리소스를 등록할 경우, 해당 서비스는 자동시작이 중지됩니다MCCS has function to limit input values against user's input field, and it provides function detects automatically data which is input wrong by user's mistake. |