...
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.
- 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.
Enter the resource name and process name with full path or click the to browse 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 user account.
[Figure] Adding process resource- As an additional setting, you can select forced to terminate option and click 'the "OK' " button.
[Figure] Additional Settings of process resouce view - 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.
State | Agent command | Desctription | Note | |
---|---|---|---|---|
Online A process is running properly. | Offline실행 중인 프로세스에 종료 신호(TerminateProcess)를 보내어 해당 프로세스를 종료합니다. |
| ||
Monitoring | 메모리에서 프로세스가 실행 중인지 주기적으로 감시합니다. 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에 지정된 프로그램을 실행합니다. | ||
Monitoring | 메모리에서 프로세스가 실행 중인지 주기적으로 감시합니다. 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에 지정된 프로그램을 실행합니다. | ||
Offline실행중인 | 프로세스에 종료 신호(TerminateProcess)를 보내어 해당 프로세스를 종료합니다Terminates a running process by sending end signal, TerminateProcess. |
Attribute
Show the specified attribute of process resource.
...
Attribute | Description | Type | Default | Edit | Note |
Arguments | It is the program argument. | STRING | O | longer than 80 characters | |
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
| false | O | |
Path | It defines the path name of the program file. If this value is invalid, resource cannot be used. | FILE | O | ||
StartupDirectory | It is the path for running the process. If there is no input, it means %MCCS_HOME. | DIRECTORY | (.) | O | |
User | It is the user name which has received the permission to use the process. | 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. |