Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] SQL-MA's configuration

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] SQL-MA's configuration


Chronological Thread 
  • From: Piotr Pikusa <>
  • To: Victor Saez <>, " >> perfsonar-user" <>
  • Subject: Re: [perfsonar-user] SQL-MA's configuration
  • Date: Wed, 02 Dec 2009 13:45:22 +0100

Victor, the good news is that this respons says your service work properly and fetch data about all ( here one) interfaces in metadata file. Now you can try the second solution from previous mail in psUI :)

Victor Saez wrote:
This is it Piotr,

*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------*
<?xml version="1.0" encoding="UTF-8"?>
<nmwg:message id="1257434543_resp" messageIdRef="1257434543"
type="MetadataKeyResponse" xmlns:nmwg="http://ggf.org/ns/nmwg/base/2.0/";>
<nmwg:metadata id="meta1-test">
<netutil:subject id="subj1" xmlns:netutil="http://ggf.org/ns/nmwg/characteristic/utilization/2.0/";>
<nmwgt:interface xmlns:nmwgt="http://ggf.org/ns/nmwg/topology/2.0/";>
<nmwgt:hostName>test-hostName</nmwgt:hostName>
<nmwgt:ifName>test-0</nmwgt:ifName>
<nmwgt:ifDescription>test description</nmwgt:ifDescription>
<nmwgt:ifAddress type="ipv4">10.1.2.3</nmwgt:ifAddress>
<nmwgt:direction>in</nmwgt:direction>
<nmwgt:capacity>1000BaseT</nmwgt:capacity>
</nmwgt:interface>
</netutil:subject>
<nmwg:parameters id="params1">
<nmwg:parameter name="keyword">project:geant2</nmwg:parameter>
</nmwg:parameters>
<nmwg:eventType>http://ggf.org/ns/nmwg/characteristic/utilization/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data1-test" metadataIdRef="meta1-test">
<nmwg:key id="localhost.3be104f1:1252c908930:-7fc8">
<nmwg:parameters id="localhost.3be104f1:1252c908930:-7fc7">
<nmwg:parameter name="ibatisConfig">ibatis-SqlMapConfig-utilization.xml</nmwg:parameter>
<nmwg:parameter name="eventType">http://ggf.org/ns/nmwg/characteristic/utilization/2.0</nmwg:parameter>
<nmwg:parameter name="metadataId">meta1-test</nmwg:parameter>
</nmwg:parameters>
</nmwg:key>
</nmwg:data>
</nmwg:message>

*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------*

Thanks again

2009/12/2 Piotr Pikusa < <mailto:>>

Let's play with playground tab once more.
Write your service address and then paste this code:


---cut-----

<nmwg:message id="1257434543" type="MetadataKeyRequest"
xmlns:netutil="http://ggf.org/ns/nmwg/characteristic/utilization/2.0/";
xmlns:nmwg="http://ggf.org/ns/nmwg/base/2.0/";
xmlns:nmwgt="http://ggf.org/ns/nmwg/topology/2.0/";
xmlns:select="http://ggf.org/ns/nmwg/ops/select/2.0/";>
<nmwg:metadata id="meta1">
<netutil:subject id="iusub1">
<nmwgt:interface/>
</netutil:subject>
<nmwg:eventType>http://ggf.org/ns/nmwg/characteristic/utilization/2.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="data_1" metadataIdRef="meta1"/>
</nmwg:message>

---cut--------

Then send me please the service response.

If everything is ok you can try to use Interfaces tab in psUI.
Insert information about your service in "select service
addresses". Then Load metadata. If there is an error you won't see
the list of interfaces but in rigth down corner there will be red
circle. Click there and report the error here.


Victor Saez wrote:

Honestly, I don't know.....

I'm trying to install the BWCTL module and I had an issue with
it too.... so as soon as I can fetch tests data to the db I'll
let you know.

Thanks a lot for your help.

Kind regards,

-- Víctor





--
Víctor




Archive powered by MHonArc 2.6.16.

Top of Page