Grid MP

From Wikipedia, the free encyclopedia

Grid MP

UD Agent for grid.org under Windows
Developer: United Devices, Inc
Latest release: 5.1 / February 2006
OS: Linux, Windows, Mac OS X, AIX, Solaris, HP-UX
Use: distributed computing
License: Proprietary
Website: www.ud.com

Grid MP is a commercial distributed computing software package developed and sold by United Devices, a privately held company based primarily in Austin, Texas. It was formerly known as the MetaProcessor prior to the release of version 4.0, however the letters MP in Grid MP do not officially stand for anything.

Contents

[edit] Product Features

Grid MP provides job scheduling with prioritization, user security restrictions, selective application exclusion, user-activity detection, and time-of-day execution controls.

Grid MP can be used to manage computational Devices consisting of corporate desktop PCs, departmental servers, or dedicated cluster nodes. Computational Devices can be arranged into Device Groups for organizational, security, and administrative control.

[edit] MGSI

MP Grid Services Interface, or simply MGSI, offers a programatic web service API (via SOAP and XML-RPC protocols over HTTP). It enables developers of back-end application services to access and manipulate objects within the system. Access to the API and all objects is access controlled and security restricted on a per-object basis. Since MGSI is a web service protocol, any programming language that has a SOAP or XML-RPC library available can be used to interface with it, although commonly C++, Java, Perl, and PHP are used.

[edit] Management Console

A web-based MP Management Console, or simply MPMC, provides administrators with a simplified and easy-to-use interface to monitor system activity, control security settings, and manage system objects. Of technical interest is that the MPMC is written in the PHP programming language, and uses the MGSI web service for all of its interactions with the system.

[edit] MP Agent

The MP Agent (known as the UD Agent in versions before 4.0) is the software agent that must be installed on each computer that will participate in a Grid MP installation by running jobs. Once the MP Agent is installed on a computer, it is officially recognized by the Grid MP as a Device.

As of Grid MP Enterprise version 5.1, the MP Agent is supported on the following platforms:

[edit] Product Editions

There are several different editions of the Grid MP product available, depending on the number and types of computers that need to become part of the grid.

  • Grid MP Enterprise is available in several sub-editions:
    • Grid MP Cluster—designed for managing Linux clusters.
    • Grid MP Workstation—designed for managing a Windows desktop PCs.
    • Grid MP Datacenter—designed for managing a diverse set of computational resources throughout the enterprise.
  • Grid MP Global—This is the highest-capacity edition of Grid MP and scales to handle hundreds of thousands of active computers. This edition is the basis of the grid.org and World Community Grid projects.

[edit] Release history

[edit] External links