Software Links
Getting Started
- Doc Structure
- A Globus Primer
- Globus Is Modular!
- Quickstart
- Installing GT
- Platform Notes
- GT Developer's Guide
- GT User's Guide (coming soon)
- Migrating from GT2
- Migrating from GT3
Reference
- Best Practices
- Coding Guidelines
- API docs
- Public Interfaces (coming soon)
- Resource Properties
- Samples
- Glossary
- Performance Studies (coming soon)
Manuals
Common Runtime
Security
- Non-WS (General) Security
- WS Java Security
- Message-level
- Authz Framework
- CAS
- Delegation Service
- MyProxy
- GSI-OpenSSH
- SimpleCA
- SGAS
Data Mgt
MDS4
Execution Mgt
The Monitoring and Discovery System (MDS) is a suite of web services to monitor and discover resources and services on Grids. This system allows users to discover what resources are considered part of a Virtual Organization (VO) and to monitor those resources. MDS services provide query and subscription interfaces to arbitrarily detailed resource data and a trigger interface that can be configured to take action when pre-configured trouble conditions are met. GT 4.1.3 includes MDS4, the WSRF implementation of MDS.
For more information about the information services concepts behind GT4, see Key Concepts.
| If you want to: | see: |
|---|---|
| collect monitoring information from Grid resources and publish it in a single location, | Index Service |
| collect data from Grid resources and, if administrator defined rules match, perform various actions, | Trigger Service |
| archive data from Grid resources and allow users to retrieve that data based on XPath queries over specified date ranges, | Archive Service (tech preview) |
| build or customize your own aggregator services using the underlying framework for aggregator services (such as the Index, Trigger and Archive Services), | Aggregator Framework |
| view monitoring information (from aggregator services) via a web browser, | WebMDS |
| learn about standard and external mechanisms for gathering information on a Grid, | Information Providers |
| use a framework for customizing resource properties and information providers, | UsefulRP |
| migrate to MDS4 from previous versions of GT: | WS MDS Migration Guide |
| find frequently asked questions about MDS4: | FAQ for WS-MDS (MDS4) |
| use sample code: | Samples for WS MDS |