Skip to Content.
Sympa Menu

perfsonar-user - Re: RRD-MA 2.0 issue

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: RRD-MA 2.0 issue


Chronological Thread 
  • From: Frederic LOUI <>
  • To: Nina Jeliazkova <>
  • Cc: Vedrin Jeliazkov <>,
  • Subject: Re: RRD-MA 2.0 issue
  • Date: Mon, 23 Apr 2007 17:07:43 +0200
  • Organization: GIP RENATER

Nina Jeliazkova a écrit :
Frederic,

Just a couple of hints:

1) You could check whether the datasources of the RRD files are correctly
configured in the XML config file. The available datasources could be verified
with:
rrdtool info <rrd filename>

The output looks like the following lines (in our example, datasources are
traffic_in and traffic_out)

filename = "unwesofia_traffic_in_244.rrd"
rrd_version = "0001"
step = 300
last_update = 1176825902
ds[traffic_in].type = "COUNTER"
ds[traffic_in].minimal_heartbeat = 600
ds[traffic_in].min = 0.0000000000e+00
ds[traffic_in].max = 1.0000000000e+07
ds[traffic_in].last_ds = "102603913"
ds[traffic_in].value = 2.6266019136e+06
ds[traffic_in].unknown_sec = 0
ds[traffic_out].type = "COUNTER"
ds[traffic_out].minimal_heartbeat = 600
ds[traffic_out].min = 0.0000000000e+00
ds[traffic_out].max = 1.0000000000e+07
ds[traffic_out].last_ds = "1174034567"
ds[traffic_out].value = 7.3039445183e+05
ds[traffic_out].unknown_sec = 0

2) There is a duplicate id=subj1 for the different directions, not sure if
this matters ( <netutil:subject id="subj1"> )

Regards,
Nina


Frederic LOUI
<>
wrote:

Hello,

I'm still trying to set up RRD-MA 2.0.
During the installation process everything went fine and the test using rrd-database_TEST.xml file is working well.

In order to test the RRD-MA 2.0 with our own data, I used the wrote the confPerfSonar.xml file. (Here attached to this mail)
Then I used
http://193.49.159.5:8080/exist/admin/admin.xql?panel=browse&collection=/db/rrdmaconfig
to upload the new xml file
describing the RRD repository.

Last week, thanks to Nina Jeliiazkova, I managed to get the graph displayed (Last monday) using PerfSONARUI 0.10 (web start version),
but now I no the graph is displayed ...

During the installation process I used the document Metadata_Configuration_Specification.doc
and also the "stitching part" of the RRD-MA 2.0 installation dicument on the wiki ...

Here attached this mail the xml metadata file and a screenshot of PerfSONARUI0.10 showing that no graph is displayed for the interface.

So my question is:
1- Do, I miss something in the installation/configuration/process ?
2- Is there a "known case" describing this issue ? (Maybe this is part of a FAQ...)
3- What log file to look at so as to solve the problem ? (Here attached perfsonar_debug.log when I click on the interface)

Thanks to all in advance for your help
Best regards/Frederic




Nina,

Thank you for your help. I finally found the descrepancy.
I fact this was linked to the LD_LIBRARY_PATH env variable set during RRD-MA 2.0 installation phase.

At that time everything worked well. (I could retrieve the interface graph by clicking the "Retrieve all" button.)
However, once rebooted the LD_LIBRARY_PATH is unset and that's the reason why RRD graphs are not displayed in PerfSONARUI.

I tried to consult the log in:
/home/perfsonar/perfsonar-bundle-2.0-RC1/webapps/perfSONAR-RRD-MA-2.0/WEB-INF/logs/perfsonar_debug.log

But could not find explanation or clue showing that the LD_LIBRARY_PATH was not set.

Anyway, I set LD_LIBRARY_PATH to :/usr/lib/:/home/perfsonar/perfsonar-bundle-2.0-RC1/perfSONAR-RRD-MA-2.0/perfsonar/contrib/rrdjtool/build/
And this solved the problem.

I suggest to put this in the RRD-MA installation FAQ.

Thanks to all again for your help and effort
Bgrds/Frederic

--
Frederic LOUI / GIP RENATER

Service de Suivi Operationnel / Metrologie & QoS
Network Operations Service / Metrology & QoS

Tel: +33 1 53 94 20 40 / Fax: +33 1 53 94 20 31
http://www.renater.fr



Archive powered by MHonArc 2.6.16.

Top of Page