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 Trigger Service has three command-line clients for administrators.
The mds-servicegroup-add(1) command in the Aggregator Framework is used to configure the Trigger Registration Service to collect information from various sources.
The configuration file (located at
$GLOBUS_LOCATION/etc/globus_wsrf_mds_trigger/client-config-settings)
configures the clients. You must edit this file prior to using the clients.
mds-trigger-create- This client creates new triggers. Example usage:$GLOBUS_LOCATION/bin/mds-trigger-create https://127.0.0.1:8443/wsrf/services/DefaultIndexServicemds-trigger-view- This client shows a listing of currently registered triggers. Example usage:$GLOBUS_LOCATION/bin/mds-trigger-view
or:
$GLOBUS_LOCATION/bin/mds-trigger-view [TriggerID]
mds-trigger-edit- This client allows one to edit trigger parameters. Example usage:$GLOBUS_LOCATION/bin/mds-trigger-edit [TriggerID] Parameter="Value"