Versions Compared

Key

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

...

  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 RemovedImage Added
    [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 RemovedImage Added
    [Figure] Select Resource Wizard View

  3. Next steps are same as adding in resource type.

...

  1. ResourceType - Right Click - Click Add Resource
    Image RemovedImage Added
    [Figure] Adding Resource in a resource type

  2. Enter process name and full path.
    Image RemovedImage Added
    [Figure] Enter process path view

  3. Enter resource name.
    If you skip enter this, name will be given same value with process name when process path is defined.

    Image RemovedImage Added
    [Figure] Enter process path view

  4. Another way Click file selection icon and you can choose the file as shown below.
    Image RemovedImage Added    
    Image Removed
    Image Added
    [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 account, you can define in 'Execution Account' as shown below.
    Image RemovedImage Added
    [Figure] Specify account view

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

...

             Select delete resource and resource will be deleted. 

            Image RemovedImage Added

            [Figure] Deleting process resource view

...

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"

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

 

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 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 RemovedImage Added

[Figure] Process Attribute view

...