Versions Compared

Key

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


Section


Column

It is managed user defined process which is a program of single process(e.g. notepad.exe, cal.exe).
Name of an executable binary and process resides memory should be identical.
Executable Process should be resided in all the nodes with the same path, and does not need to be resided in the same path as the mirror disk or shared disk.
Process basically is executed with the system account, but is can be executed with particular user by using attributes of User, Password, Domain. 


Column
width350px


Panel

Table of Contents

Table of Contents
maxLevel4



...

  1. When add 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 tool bar.

  2. Select '"Process' " from Resource Type lists and click 'the "Next' " button. When add a resource from the Process resource type name, this step will be skipped.
  3. Enter the resource name and process name with full path or click the  to explore the path.

    Info

    The default "Execution Account" of the process resource is "Account running MCCS".
    If the resource runs specified account, you can select "Specify Account" and enter account informations information such as domain, user account and password.



    [Figure] Adding process resource

  4. As an additional setting, you can select desktop option and forced to terminate option and click 'the "OK' " button.

    [Figure] Additional Settings of process resource view

  5. Click the 'Finish' button to add the process resource.

Deleting

Select resource "Resource type" → right click → delete resource.

...

The following table explains the state of process resource.

기본응용 에이전트: 일반적인 프로세스를 관리합니다Single-process agent: Manages basic processes.

메모리에서 프로세스가 실행 중인지 주기적으로 감시합니다.
프로세스의 내부적인 동작 상태나 정상적인 응답 여부는 확인하지 않습니다.
모니터 방법은 해당 프로세스의 ID (PID) 와 절대 경로를 포함한 프로세스 이름으로 동작 상태를 확인합니다메모리에서 프로세스가 실행 중인지 주기적으로 감시합니다.
프로세스의 내부적인 동작 상태나 정상적인 응답 여부는 확인하지 않습니다.
모니터 방법은 해당 프로세스의 ID (PID) 와 절대 경로를 포함한 프로세스 이름으로 동작 상태를 확인합니다
StateAgent commandDescriptionNote

Online

A process is running properly.

Offline

실행 중인 프로세스에 종료 신호(TerminateProcess)를 보내어 해당 프로세스를 종료합니다.

Monitoring

Terminates a running process by sending end signal, TerminateProcess.


Monitoring

Detects regularly a process whether it is running on memory or not.

It doesn't check about process' internal status of operation or about normal response. Monitors by checking operating status through using the process' name which includes PID, an ID of the process, and an absolute path.


Offline

A process has been stopped.

Online

기본 응용의 속성 중 Path에 지정된 프로그램을 실행합니다.
Path 속성은 시스템 상에 존재하는 프로그램의 절대 경로입니다.

예를 들면 'notepad.exe readme.txt' 라는 명령을
사용하는 프로그램을 기본 응용 에이전트로 구성한다면 다음과 같이 표현할 수 있습니다.
"Path": "c: \windows\system32\notepad.exe" "Arguments": "readme.txt"

Monitoring

Runs a program which designated on the Path attribute of the single-process.

This Path attribute indicates an absolute path of a program existing on the system.

The example are shown as follows, if using 'notepad.exe' or configuring the program 'readme.txt' as a default agent of the single-process:


Monitoring

Detects regularly a process whether it is running on memory or not.

It doesn't check about process' internal status of operation or about normal response.

Monitors by checking operating status through using the process' name which includes PID, an ID of the process, and an absolute path.


Fault

When an onlined process has not taken offline through offline command, it is defined as fault.

Online

기본 응용의 속성 중 Path에 지정된 프로그램을 실행합니다.

Path 속성은 시스템 상에 존재하는 프로그램의 절대 경로입니다.

예를 들면 'notepad.exe readme.txt' 라는 명령을
사용하는 프로그램을 기본 응용 에이전트로 구성한다면 다음과 같이 표현할 수 있습니다.
"Path": Runs a program which designated on the Path attribute of the single-process.

This Path attribute indicates an absolute path of a program existing on the system.

The example are shown as follows, if using 'notepad.exe' or configuring the program 'readme.txt' as a default agent of the single-process:

"Path":

"c: \windows\system32\notepad.exe" "Arguments": "readme.txt"


Offline실행중인 프로세스에 종료 신호(TerminateProcess)를 보내어 해당 프로세스를 종료합니다Terminates a running process by sending end signal, TerminateProcess.



Attribute

Show the specified attribute of process resource.


Attribute

Description

Type

DefaultEditNote

Arguments

It is the program argument. 
More 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. 

STRING


O

Domain

It specifies the domain of user. It will be ignored if user name is not specified.

STRING


O

ForcibleTermination

When this value is inserted as True, process is terminated forcibly.

if this value is inserted as True, it will try normal termination. If termination did not executed, it will be terminated forcibly after the time set in offlinetimeout.

Note that application has no limit in standby.

BOOLEAN


falseO

InteractiveWithDesktop

It permits reciprocal action with desktop. (It determines whether GUI to appear or hide) It determines to execute by background or foreground. 

BOOLEAN


falseO

Password

It is the password defined by the user.
If user name is no specified, it is ignored.

PASSWORD


O

Path

It defines the path name of the program file. If this value is invalid, resource cannot be used.



O

StartupDirectory

It is a work directory. it means %MCCS_HOME% if it does not have a input value.

DIRECTORY

(.)O

User

It is the user name which has received the permission to use the process. 
It is MCCS service account if there is no input value. 

STRING


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

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.