Hello, I'm using Globus 4.0.4. I've added the following lines in $GLOBUS_LOCATION/etc/globus_wsrf_mds_usefulrp/gluerp.xml
<defaultProvider>java org.globus.mds.usefulrp.glue.GangliaElementProducer</defaultProvider> When I start the container, where does Ganglia register itself? Does it start a new service like https://10.31.79.114:8443/wsrf/services/mds/test/execsource/Ganglia or can I find all this info by querying the DefaultIndex? (I don't see any service /wsrf/services/mds/test/execsource/Ganglia* when I start the container). wsrf-query returns only the ones in the default index service. On 10/01/2008, Charles Bacon <[EMAIL PROTECTED]> wrote: > > wsrf-query is our commandline tool for querying the index. You can > see the source code for it at http://viewcvs.globus.org/viewcvs.cgi/ > wsrf/java/core/source/src/org/globus/wsrf/client/Query.java? > revision=1.12.2.1&view=markup&pathrev=globus_4_0_branch > > The GT4 Programmer's Tutorial has a section on resource properties: > http://gdp.globus.org/gt4-tutorial/multiplehtml/ch06.html > > > Charles > > On Jan 9, 2008, at 3:00 PM, Baas Saab wrote: > > > Hi, > > > > I installed Ganglia on all systems in my grid. I now want to query > > the Index to find out the free disk space on each machine. How do I > > do this from my code? Is there an API that I need to use? > > > > I haven't written code to query the index till date. It would be > > great if anyone could send me sample code to query the index. > > > > Regards, > > Baas > >
