You need to set the ResourcePropertyName of the
GetResourcePropertyPollType in the AggregatorConfig  to the name of the
resource property you want to aggregate.  In your case it is the GLUECE
element that you setup using the rpprovider config file on the
downstream node, so rather than: 

 

<agg:ResourcePropertyName>wssg:Entry</agg:ResourcePropertyName>



you should try something like this:  

 

<agg:ResourcePropertyName
xmlns:mds="http://mds.globus.org/glue/ce/1.1/";>mds:GLUECE</agg:ResourceP
ropertyName>

 

Regards,

Mike

 

 

From: gt-user-boun...@lists.globus.org
[mailto:gt-user-boun...@lists.globus.org] On Behalf Of cmasmas cmasmas
Sent: Saturday, December 05, 2009 6:13 PM
To: gt-user@lists.globus.org
Subject: Re: [gt-user] How to publish Ganglia information into upstream

 

Hello again,

I'm still having the same problem. Ive got a node (node A) publishing
Ganglia Information into its DefaultIndexService. But I need this
information to be also published on the upstream DefaultIndexService
(node B).

I think I should change
$GLOBUS_LOCATION/etc/globus_wsrf_mds_index/upstream.xml file (on node
A), but I don't know how.

<agg:AggregatorConfig xsi:type="agg:AggregatorConfig">
         <agg:GetResourcePropertyPollType
            xmlns:wssg="http://docs.oasis-open.org/wsrf/sg-2";>
            <!-- Specifies that the upstream index should refresh
information
                 every 10 minutes -->
            <agg:PollIntervalMillis>600000</agg:PollIntervalMillis>

            <!-- specified that the upstream index should collect the
                 Entry resource properties from this index -->
 
<agg:ResourcePropertyName>wssg:Entry</agg:ResourcePropertyName>

         </agg:GetResourcePropertyPollType>
      </agg:AggregatorConfig>


Could anyone help me, please?

2009/11/27 cmasmas cmasmas <cmasma...@gmail.com>

Hello there,

I've got two machines: A & B. 
On B, Ganglia is installed, and publishing information correctly into de
Default Index Service. B has A set as upstream.
Querying DefaultIndexService on A shows that B is publishing some
information, but not from Ganglia Information Provider

How can I solve this? Thanks in advance.

 

Reply via email to