Versions Compared

Key

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

...

  1. When add a resource from a group name, select a group → right click → 'Add Resource'.
    Image RemovedImage Added 
    [Figure] Adding Resource in a group

  2. Select 'Service' from Resource Type lists and click 'Next' button. 
     Image RemovedImage Added
    [Figure] Select resource wizard View

  3. Next steps are same as adding in resource type.

...

  1. ResourceType → Right Click → Click Add Resource
    Image Removed

    [Figure] Adding Resource in a resource type

  2. This is initial screen for adding service resource.

    [Figure] Adding Service resource view

  3. 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

  4. Click "Finish" and service resource is added.
    Image RemovedImage Added
    [Figure] Adding service resource is completed

...

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 RemovedImage Added 
[Figure] Delete resource view 

...

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 RemovedImage Added

[Figure] Window Service Attribute

...