Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column

 

This is managed Windows services
Window Services is a process that is managed by SCM(Service Control Management) of Windows O.S. The service managed by SCM includes kernel driver but those are not managed by MCCS agent.
Commonly, it can be used when dealing with package software like MS-SQL or Oracle DB.
Most of the setting values of Window Services are defined by the user are maintained except two values when these are managed by MCCS windows service agent.
Startup of service will be changed manually and will be changed not to do any action after failing from recovery.This delegates service start/stop/restart to MCCS. 

Column
width350px
Panel

이 페이지의 주요 내용Table of Contents

Table of Contents
maxLevel4

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.

Adding in Group

...

Add the Windows service resource to a group.

  1. When add a resource from a group name, select a group -> right click -> 'Add Resource'.
    Image Removed 
    [Figure] Adding Resource in a group

  2. Select 'Service' from Resource Type lists and click 'Next' button. 
     Image Removed
    [Figure] Select resource wizard View
  3. Next steps are same as adding in resource type.

Adding in Resource Type


  1. ResourceType - Right Click - Click Add Resource
    Image Removed
    [Figure] Adding Resource in a resource type
    This is initial screen for adding service resource.
    Image Removed
    [Figure] Adding Service resource view
    Enter service name and it will automatically search and suggest proper service name.
    Select the service to be managed.
    Image Modified
    [Figure]
    Search service resource and suggest name viewService Resource Added

  2. Click "Finish" and service resource is added.
    Image Removed
    [Figure] Adding service resource is completedthe 'Finish' button to add the basic application resource. 
    You can immediately check the result in the management web console.

Deleting

Select resource type - right click - delete resource.

...

The deleted resource will immediately disappear from the management web console.

Warning

After deleting the service resource, if another resource is added, the changed status values and start type will not revert to the original.
After deleting it. go to the service windows (services.msc)
에서 기존 설정 값으로 변경하시기 바랍니다 and reset the setting.
(ex:
시작 유형 '수동'에서 '자동'으로, 상태 값은 '중지됨'에서 '시작됨'으로 변경)

...

Change the Start Type from 'Manual' to 'Auto'. Change the Status value from 'Stopped' to 'Started'.)

Image Added 
[Figure] Delete resource view 

State

...



...

Status

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)에 등록된 서비스를 직접 관리합니다.

상태 가능 명령설명비고윈도우 서비스를 시작합니다. 다음 명령과 동일한 효과를 갖습니다
StatusAgent commandDescriptionNote

온라인

윈도우 서비스가 정상 작동 중입니다Online

Windows service is operating properly.

오프라인윈도우 서비스를 중지합니다. 다음 명령과 동일한 효과를 갖습니다Offline

Terminates windows service. It has the same effects as the following command.
C:\> SC STOP SERVICE_NAME EX) SC STOP SQLSERVER

 
모니터링윈도우 서비스 상태를 파악합니다. 다음 명령으로 인한 결과 값을 참조합니다Monitoring

The status of Windows service is assessed. Refer to the results from running the following command.
C:W> SC STATUS SERVICE_NAME EX) SC STATUS SQLSERVER

 

오프라인

윈도우 서비스가 중지된 상태입니다Offline

Windows service is terminated.

온라인윈도우 서비스를 시작합니다. 다음 명령과 동일한 효과를 갖습니다Online

Windows service is started. It has the same effects as the following command.
C:\> SC START SERVICE_NAME EX) SC START SQLSERVER

 
모니터링윈도우 서비스 상태를 파악합니다. 다음 명령으로 인한 결과 값을 참조합니다Monitoring

The status of Windows service is assessed. Refer to the results from running the following command.
C:W> SC STATUS SERVICE_NAME EX) SC STATUS SQLSERVER

 

장애

윈도우 서비스가 정상적으로 작동하지 않는 상태입니다.

온라인

Trouble

Windows service is not operating properly.

OnlineWindows service is started. It has the same effects as the following command.
C:\> SC START SERVICE_NAME EX) SC START SQLSERVER
 
오프라인윈도우 서비스를 중지합니다. 다음 명령과 동일한 효과를 갖습니다OfflineTerminates windows service. It has the same effects as the following command.
C:\> SC STOP SERVICE_NAME EX) SC STOP SQLSERVER
 

 

 

Attribute

Image Removed

[Figure] Window Service AttributeDisplay the unique attribute of Windows service resource.

Attribute

Description

Type

DefaultEditNote

ServiceName

It is a name of the window service to be monitored.

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 
KillProcessNameProcess should be killed at offline-timeoutSTRING O 

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.

 

Info

윈도우 서비스 리소스를 등록할 경우, 해당 서비스는 자동시작이 중지됩니다.If you register the Windows service resource, the service will not be automatically started.