Command-line tools

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/DefaultIndexService
  • mds-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"