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
Introduction
The WS MDS Index Service collects information about grid resources and publishes that information as a service group. Client programs use resource property queries or subscription/notification to retrieve information from the index. Information can be added to the index via a number of different mechanisms: since the Index Service is implemented using the Aggregator Framework, any aggregator source can be used to provide information for the index.
This document describes the programmatic interfaces to the Index Service. See also general Globus Toolkit coding guidelines and GT 4.1.3 best practices.
Table of Contents
- Before you begin
- Usage scenarios
- Writing a Execution Aggregator Information Provider
- Tutorials
- Architecture and design overview
- APIs
- Services and WSDL
- User Command-line tools
- Admin Command-line tools
- Graphical User Interface
- Semantics and syntax of domain-specific interface
- Configuration interface
- Debugging
- Troubleshooting
- Related Documentation
- Glossary