Software Links
Getting Started
- Doc Structure
- A Globus Primer
- Globus Is Modular!
- Quickstart
- Installing GT
- Platform Notes
- Migrating from GT2
- Migrating from GT3
Reference
- PDF version
- Best Practices
- Coding Guidelines
- API docs
- Public Interfaces
- Resource Properties
- Samples
- Glossary
- Performance Studies
Common Runtime
Security
Data Mgt
Information Svcs
Execution Mgt
Table of Contents
The index service exposes information via service groups and is accessed using the same command-line tools used to query other WSRF services for information. These tools are part of Java WS Core.
- wsrf-query performs a query on a resource property document
- wsrf-get-property gets a single resource property
- wsrf-get-properties gets multiple resource properties.
A set of functionally equivalent tools exist written using WS C core. They tend to be faster alternatives to the above java programs.
- globus-wsrf-query(1) performs a query on a resource property document
- globus-wsrf-get-property(1) gets a single resource property
- globus-wsrf-get-properties(1) gets multiple resource properties.
The mds-servicegroup-add(1) command in the Aggregator Framework is used to configure the Index Service to query information from various sources.
The globus-index-add(1) command line tool is written using WS C and offers similar functionality to mds-servicegroup-add(1) with a few new options.