7-3 Process

 

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

Table of Contents


Adding

Add the process 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.

  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 browse the path.

    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 information such as user account.


     
    [Figure] Adding process resource

  4. As an additional setting, you can select forced to terminate option and click the "OK" button.
     
    [Figure] Additional Settings of process resouce view

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

Deleting

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

State

The following table explains the state of process resource.

Single-process agent: Manages basic processes.

StateAgent commandDesctriptionNote

Online

A process is running properly.

Offline

Terminates a running process by sending end signal, TerminateProcess


Monitoring

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

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

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.


Monitoring

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

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

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.


OfflineTerminates 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


Olonger 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

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

(.)

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.

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.