Hello Thomas,

On Wed, Aug 01, 2007 at 10:35:26AM +0200, Thomas Bruesemeister wrote:
> I added the following line to the server-config.wsdd in 
> $GLOBUS_LOCATION/etc/globus_wsrf_mds_index to 
> the DefaultIndexService element:
> 
> <parameter name="rpProviderConfigFile" 
> value="/opt/d-grid/globus/gt405/etc/globus_wsrf_mds_usefulrp/gluece-rpprovider-config.xml"/>
> 
> The value attribute points to the absolute path of the rpprovider-config 
> which has been copied from the example (gluece-rpprovider-sample-config.xml):

As the beginning of the documentation says, adding this line does
nothing without enabling the provider by adding the Java class file to
the server-config.wsdd file.  Also, it doesn't want an absolute path,
but rather a path relative to the GLOBUS_LOCATION.  For example, this
is what the example shows (and is probably what you want):

<parameter name="rpProviderConfigFile" 
value="/etc/globus_wsrf_mds_usefulrp/gluece-rpprovider-sample-config.xml"/>

I'd recommend copying the *entire* config block and cut and pasting it
to replace the default one so you can see the differences instead of
trying to add just the changes.

> As far as I can estimate there are no changes required in this file (we use
> PBS and a standard Ganglia Setup)

Yes, that file should be ok for your setup it sounds.

-Neill.

Reply via email to