Agent Groups (HOSTG)

An Agent Group combines Agents of the same platform and enables the execution of jobs, file transfers, console and file system events. You can add Agents by entering the Agent name or by applying filters.

Tip: You may need to work with many objects, lists and monitors simultaneously. To make your work easier, you can open them in different browser windows and arrange them side by side on your screen. For more information about this and other useful functions, see Opening and Arranging Multiple Views.

Object Definition

This page includes the following:

Overview

Agent Groups determine which tasks will be started in which Agents thus distributing and optimizing the workload of the Agents in the group. For example, to a Workflow with many Jobs on more than one Agent, you do the following:

  1. Create an Agent Group.
  2. Assign it the Agents.
  3. Define the Workflow on the Agent Group.

Agent Groups allow you to:

Agent Group List

The following columns are displayed by default:

For more information, see Showing and Hiding Columns.

Which Agent in the Group is Used?

The Agent Group Mode is the criterion used by the group to distribute the workload. The following modes are available:

For more information, see Defining Agent Groups.

When Does Agent Allocation Occur?

When you create an object, you specify when it should be generated. You do this on the Attributes page, where you can choose one of the following possibilities:

For more information, see Attributes Page.

Waiting for Host Status and Agent Availability Checks

You can see which tasks are processed by an Agent Group on the list of Tasks in the Process Monitoring perspective. They are collected in an entry with type C_HOSTG (Agent Group Container).

The status of a task is Waiting for Host if no Agent can be retrieved at the time of execution. This can happen if, for example, all Agents were inactive, the Agent Group filters did not supply results, the Agents had no resources, and so on. The system checks whether Agents are available and active at regular intervals that can be specified in the UC_SYSTEM_SETTINGS variable using the AGENTGROUP_CHECK_INTERVAL key. For more information, see UC_SYSTEM_SETTINGS - Systemwide Settings.

A task starts as soon as an Agent can be selected for the task.

Workflows contain additional options that allow you to specify that tasks that use the same Agent Group should run on the same Agent. Without this option, it could happen that in particular modes or if Agents become inactive or active, different Agents were selected because tasks start at different times.

Restarted tasks run on the Agent that was originally selected.

Use the script function GET_ATT to retrieve the Agent on which the task will run.

See also: