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

 

 

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 basic application resource to a group.

  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.

    Image Removed
    [Figure] Adding Resource in a group


  2. Select 'Process' from Resource Type lists and click 'Next' button. When add a resource from the Process resource type name, this step will be skipped.
    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
    Enter process name and full path.
    Image Removed
    [Figure] Enter process path view
    Enter resource name.
    If you skip enter this, name will be given same value with process name when process path is defined.

    Image Removed
    [Figure] Enter process path view
    Another way Click file selection icon and you can choose the file as shown below.
    Image Removed    
    Image Removed
    [Figure] File Selection View
    Default value of user executing process resource is the user that execute process. 
    If you wish to use other user account, you can define in 'Execution Account' as shown below.
    Image Removed
    [Figure] Specify account view

    Enter the resource name and then the process name.
    You can add a process to the dialogue by pressing the Image Added 'File' button on the right.

    Info

    The default user for running the basic app is the user that runs the MCCS process.
    If the process needs to run for another user other than the default user, then you must designate an execution account as follows.


    Image Added
    [Figure] Basic Application Resource Added

  2. As an additional setting, you can select desktop option and forced to terminate option.
    Image RemovedImage Added
    [Figure] Additional Settings of process resource view

  3. Click the '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

             Select delete resource and resource will be deleted. 

            Image Removed

            [Figure] Deleting process resource view

State

다음 테이블은 상태와 사용자 명령에 의해 발생되는 MCCS 리소스의 상태 이동에 대해 설명합니다.
명령은 사용자에 의해 발생되는 것을 전제로 합니다.

기본응용 에이전트: 일반적인 프로세스를 관리합니다.

...

온라인

등록된 프로세스가 실행 중인 상태입니다.

...

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

...

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

...

오프라인

등록된 프로세스가 종료된 상태입니다.

...

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

...

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

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.

Process agent: Manages the general processes.

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

예를 들면
StatusAgent commandDescriptionNote

Online

The registered process is running.

Offline

Terminate an ongoing process by sending the termination signal (TerminateProcess) to it.

 
Monitoring

It periodically monitors whether the process runs in the memory.
It does not check the internal operation status of the process or whether a normal response is received.
For the monitoring purpose, the operational status is checked by using the process name that includes the absolute path and the process ID (PID).

 

Offline

The registered process is terminated.

Online

In the attributes of process, run the program designated in the Path.
Path attribute is the absolute path for a program existing on the system.

For instance, if you configure the program that uses the 'notepad.exe readme.txt' command as a process agent, you can express it as follows.
"Path": "c: \windows\system32\notepad.exe" "Arguments": "readme.txt"

 
모니터링

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

 

장애

온라인 상태인 프로세스가 에이전트의 종료 명령을 거치지 않고
오프라인 상태로 변경되었을 경우에 장애 상태로 정의합니다.

온라인Monitoring

It periodically monitors whether the process runs in the memory.
It does not check the internal operation status of the process or whether a normal response is received. For the monitoring purpose, the operational status is checked by using the process name that includes the absolute path and the process ID (PID).

 

Fault

When the online process is switched to offline without using the agent termination command, it is defined as the trouble state.

Online

In the attributes of process, run the program designated in the Path.
Path attribute is the absolute path for a program existing on the system.

 

For instance, if you configure the program that uses the 'notepad.exe readme.txt' 라는 명령을
사용하는 프로그램을 기본 응용 에이전트로 구성한다면 다음과 같이 표현할 수 있습니다command as a process agent, you can express it as follows.
"Path": "c: \windows\system32\notepad.exe" "Arguments": "readme.txt"

 
오프라인실행중인 프로세스에 종료 신호OfflineTerminate an ongoing process by sending the termination signal (TerminateProcess) 를 보내어 해당 프로세스를 종료합니다to it. 

 

 

Attribute

Image Removed

[Figure] Process Attribute view

 

Show the unique attribute of basic application 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 longer longer than 80 characters.

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 application. 
It is MCCS service account if there is no input value. 

STRING

 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.