Versions Compared

Key

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

...

Section
Column

Process agent is an agent that starts, terminates or monitors the process designated by a user.
Process means that an application achieves a single process.
The execution binary should have the same name as the process residing in the memory.
The execution binary program should be installed in the same directory on every node. It cannot be installed in the data areas such as mirror disks or shared disks.

Column
width350px
Panel

Table of Contents

Table of Contents
maxLevel4

 

Adding

기본응용 리소스를 그룹에 추가합니다Add the basic application resource to a group.

  1. Select a group → right click → 'Add Resource'.


  2. Select 'Process' from Resource Type lists and click 'Next' button.

    리소스 이름을 입력하고 프로세스 이름을 입력합니다.
    프로세스 는 오른 쪽의 Image Removed '파일' 버튼을 눌러  다이얼로그로 추가가 가능 합니다.

    Info기본응용 프로그램을 실행 할 사용자의 기본값은 MCCS 프로세스를 실행하는 사용자입니다.
    만약 기본값이 아닌 다른 사용자로 프로세스를 실행해야 한다면 다음과 같이 실행계정을 지정해 주시기 바랍니다.
  3. 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. 

     

     
    [그림] 기본응용 리소스 추가 화면 Figure] Basic Application Resource Added

  4. As an additional setting, you can select forced to terminate option.
     
    [Figure] Additional Settings of process resouce view

  5. 완료 버튼을 클릭하면 기본 응용 리소스가 추가 되며, 
     관리 웹 콘솔 상에서 바로 확인이 가능합니다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.
삭제된 리소스는  관리 웹콘솔 상에서 바로 사라집니다.  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.

...

StatusAgent commandDesctriptionNote

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.
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 basic application, run the program designated in the Path.
Path attribute is the absolute path for a program existing on the system.

 
Monitoring

 It periodically monitors whether the process runs in the memory.
For the monitoring purpose, the operational status is checked by using the process name that includes the absolute path and the process ID (PID).

 

Trouble

  

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 basic application, run the program designated in the Path.
Path attribute is the absolute path for a program existing on the system.

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

 

 

Attribute

기본 응용 리소스의 고유 속성을 표시 합니다.Show the unique attribute of process resource.

 

Attribute

Description

Type

DefaultEditNote

Arguments

It is a program argument.
Multiple arguments must use at least one space as an identifier.
If an argument has a space in it, you should wrap this argument with quotation marks(" ").

STRING

 Olonger than 80 characters

ForcibleTermination

If the value is set to true, the process is forced to terminate.
If the value is set to false, it will be terminated normally.
If it is not terminated properly, it will be forcefully terminated after passing the offline timeout.
An application waiting for a user's response can go into infinite standby, so please consider it when you set the option

BOOLEAN

 

falseO 

Path

It is the absolute path for the program execution file. If the value is not valid, you cannot use the resource.

FILE

 O 

StartupDirectory

It is the path for running the registered program. If there is no input, it means %MCCS_HOME. 

DIRECTORY

(.)O 

User

It is a user account having the rights to use the program.
If there is no input, it uses the MCCS service execution account.

STRING

 O 

The attribute value is entered to register the resource, and you can change or check it in the 'Specified Attribute'.