Versions Compared

Key

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

...

Components

Management Broker

The management broker has the following responsibilities:

  1. Manage the object-id space used to uniquely identify all manageable objects.
  2. Route agent commands from a console to the appropriate agent.
  3. Cache schema information provided by agents for the use of consoles.

Management Agent

The management agent consists of two parts. The first part is a component of the Qpid Management Framework and provides an API interface for the second part. The second part is specific to the software system being managed and is developed by the same team that develops the target system.

The management agent is responsible for the following:

  1. Defining and owning the management schema for the target system.
  2. Maintaining manageable objects that are associated with physical or logical objects in the target system.
  3. Executing schema-defined method requests on object under its care.

Management Console

The management console consists of two main parts: The framework-supplied access API and the user-defined application built on the API. The user application is typically a CLI utility or a Graphical/Browser user interface but can take any other form as well.

Other examples of console applications are:

  • Event and audit storage applications
  • Event correlation applications
  • Two-tiered management servers (for web-based UIs)
  • Automated monitoring and control applications that react to changes in the managed infrastructure
  • Test harnesses
  • Custom-built applications for any purpose

Interfaces

Console Interface

...