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

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

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

    Image Modified 
    [Figure] Adding Resource in a group

  2. Select 'Process' from Resource Type lists and click 'Next' button.
    Image Modified 
    [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 Modified 
    [Figure] Adding Process Resource in a resource type


  2. Enter the resource name and then the process name. 
    Image Modified 
    [Figure] Adding process resource view


  3. Name will be given same value with process name when process path is defined.
    Image Modified 
    [Figure] Enter process path view

  4. Another way is to click on the file selection icon and add processes. 
    Image Modified    

    Image Modified 
    [Figure] File Selection View

  5. Default value of user executing process resource is the user that execute process. 
    If you wish to use other user, you can specify execution user as shown below.
    Image Modified 
    [Figure] Specify account view

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


Deleting

Select resource type → right click → delete resource.

             Select  Select delete resource. 

            Image Modified

            [Figure] Deleting process resource view

 

 

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.

StatusAgent commandDesctriptionNote

Online

The registered process is running.

Offline

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

 
Monitoring

 It  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  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  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  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

Image Modified

[Figure] Process Attribute

 

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'.