Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] perfSONAR rrd-ma installation

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] perfSONAR rrd-ma installation


Chronological Thread 
  • From: kunal shroff <>
  • To: Szymon Trocha <>
  • Cc: Fausto Vetter <>, Domenico Vicinanza <>,
  • Subject: Re: [perfsonar-user] perfSONAR rrd-ma installation
  • Date: Wed, 27 Aug 2008 12:34:26 -0400
  • Organization: bnl

hello again,

I tried installing perfsonar using the MDM-3.0 bundle. According to our needs i believe that the lookup and the RRD MA services should be sufficient.
I tried to install these services using the .war files.
I installed the lookup service first (geant2-java-xml-ls-1.2-1.war).
the URL is as follows: http://198.124.220.135:8080/xml-ls/services/LookupService and has been configured to use the eXist data at http://198.124.220.135:8080/exist/rest/db/ls

when i test the installation with a echo request i get the reply as follows.

<?xml version="1.0" encoding="UTF-8"?>
<nmwg:message id="message1219763072_resp"
messageIdRef="message1219763072" type="EchoResponse" xmlns:nmwg="http://ggf.org/ns/nmwg/base/2.0/";>
<nmwg:metadata id="resultCodeMetadata">
<nmwg:eventType>error.ls.eventtype_not_supported</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="resultDescriptionData_for_resultCodeMetadata" metadataIdRef="resultCodeMetadata">
<nmwgr:datum xmlns:nmwgr="http://ggf.org/ns/nmwg/result/2.0/";>LS EchoRequest error: Not supported event type [echo]. Must be: [http://schemas.perfsonar.net/tools/admin/echo/ls/2.0]</nmwgr:datum>
</nmwg:data>
</nmwg:message>

the logs for the service read as follows

2008-08-27 10:34:27,883 INFO - RequestHandler: Service received a request
2008-08-27 10:34:27,903 INFO - RequestHandler: Service sent a successful response

I assumed that this is not fatal and moved on to install the RRD MA (geant2-java-rrd-ma-3.0-1.i386) at the URL
http://198.124.220.135:8080/gneant2-java-rrd-ma/services/MeasurementArchivesService
I have also attached the xml file containing information about the metadata which i use during configuration.

while testing the above service i get a similar EchoResponse message i.e. this type of event type is not supported.

Do i need to install the web services again because of the failed echo response?
Also while using this service address in the perfsonarUI interfaces tab i need to specify a schema should I just use http://schemas.perfsonar.net/2.0 ??

thanks in advance for your help
kunal

Szymon Trocha wrote:
kunal shroff wrote:
hello,

I was following the instructions to install the rrd-ma as described at http://wiki.perfsonar.net/jra1-wiki/index.php/Installation_MA .
i have also been looking into the perfSONAR-MDM-3.0 and plan to reinstall rrd-ma following the instructions in the admin guide, will get back to youll once i have completed this.

Hi Kunal,

With the officially supported bundle release please follow the AdminGuide as you wrote. It will be the best way.
Good luck! Do not hesitate to let us know the results.

Regards,
<nmwg:store xmlns:nmwgt="http://ggf.org/ns/nmwg/topology/2.0/";
                 xmlns:nmtm="http://ggf.org/ns/nmwg/time/2.0/";
                 xmlns:nmwg="http://ggf.org/ns/nmwg/base/2.0/";
                 xmlns:perfsonar="http://ggf.org/ns/nmwg/tools/org/perfsonar/1.0/";
                 xmlns:netutil="http://ggf.org/ns/nmwg/characteristic/utilization/2.0/";
                 xmlns="http://ggf.org/ns/nmwg/base/2.0/";>

    <nmwg:metadata id="meta1">
        <netutil:subject id="subj1">
            <nmwgt:interface>
                <nmwgt:hostName>Qtr1.bnl.gov</nmwgt:hostName>
                <nmwgt:ifAddress type="ipv4">198.124.220.2</nmwgt:ifAddress>
                <nmwgt:ifName>GigabitEthernet9/0</nmwgt:ifName>
                <nmwgt:ifDescription>if description</nmwgt:ifDescription>
                <nmwgt:direction>in</nmwgt:direction>
                <nmwgt:authRealm>TestRealm</nmwgt:authRealm>
                <nmwgt:capacity>1000BaseT</nmwgt:capacity>
            </nmwgt:interface>
        </netutil:subject>
        <nmwg:parameters>
            <nmwg:parameter name="supportedEventType">http://ggf.org/ns/nmwg/characteristic/utilization/2.0</nmwg:parameter>
        </nmwg:parameters>
    </nmwg:metadata>

    <nmwg:data id="data1" metadataIdRef="meta1">
        <nmwg:key>
            <nmwg:parameters>
                <!-- __basepath__ string is replaced with the path of perfsonar package -->
                <!-- when Ant configuration script is run (ant configure-rrdma)         -->
		<nmwg:parameter name="file">/home/kshroff/rrd/qtr2.rrd</nmwg:parameter>
                <nmwg:parameter name="dataSource">VLANtrafficIn</nmwg:parameter>
		<nmwg:parameter name="valueUnits">KBps</nmwg:parameter>
		<nmwg:parameter name="supportedEventType">http://ggf.org/ns/nmwg/characteristic/utilization/2.0</nmwg:parameter>
            </nmwg:parameters>
        </nmwg:key>
    </nmwg:data>


</nmwg:store>



Archive powered by MHonArc 2.6.16.

Top of Page