Note: This version of the VDT (1.11.0) is no longer supported. Feel free to look through the documentation and install it, but we cannot guarantee support for it. The current stable release is 2.0.0.

configure_osg_match_maker

configure_osg_match_maker - OSG Match Maker configuration script

Synopsis

    configure_osg_match_maker
                    --user <OSG MM user>
                    --vdt-install <VDT installation root>
                    --help
                    --usage

Description

--user <OSGMM user>
By default the OSG MM will be configured to run as the daemon user. You can specify an alternative with the --user flag.
--vdt-install <VDT installation root>
configure_osg_match_maker will look for the root of the VDT installation at $VDT_LOCATION. If you do not have that set you can specify it with --vdt-install instead.
--help, --usage
Print a usage message.

The following changes will be made to the stock OSG MM configuration:

The "osgmm" script is modified to use the Java environment provided by the VDT.
TODO