On Wednesday 01 August 2007 16:42, Neill Miller wrote: > Hello Thomas, > > > 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.
OK now I', using the DefaultIndexService configuration from http://www.globus.org/toolkit/docs/4.0/info/usefulrp/admin/admin-index.html In my previous attempts I forgot to add the provider Class org.globus.mds.usefulrp.rpprovider.ResourcePropertyProviderCollection > 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"/> The documentation says "specify a full (absolute) OS-native file path to a valid ResourcePropertyProviderConfig configuration file". A path starting with a "/" *is* an absolute Path; "./etc" or just "etc/..." would be a relative path. Now the following appears in the container.log: ================================== tp://mds.globus.org/2004/07/29/ganglia-to-glue" xmlns:sched="http://mds.globus.org/batchproviders/2004/09"> <!-- Produced by MDS4 Ganglia to GLUE Schema XSLT stylesheet $Id: ganglia_to_glue.xslt,v 1.11.2.4 2007/03/09 20:54:08 mdarcy Exp $ --> <glue:Cluster glue:Name="ARI-ZAH Hydra Cluster" glue:UniqueID="ARI-ZAH Hydra Cluster"> <glue:SubCluster glue:Name="main" glue:UniqueID="main"> <glue:Host glue:Name="hya03.ether" glue:UniqueID="hya03.ether"> ......... ......... 2007-08-02 08:36:45,762 ERROR rpprovider.ResourcePropertyProviderTask [Timer-12,timerExpired:159] Unhandled exception during execution of org.globus.mds.usefulrp.glue.GangliaElementProducer: java.lang.IllegalArgumentException: Argument name is null =================================== It seems that the Ganglia information is successfully injected into the MDS but then the Exception in the GangliaElementProducer prevents the data to appear. Any ideas? Best wishes, Thomas > > 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. -- Thomas Bruesemeister Astronomisches Rechen-Institut am Zentrum für Astronomie der Universität Heidelberg Fon: +49 (0)6221 54-1834 Fax: +49 (0)6221 54-1888 [EMAIL PROTECTED]
