Skip to Content.
Sympa Menu

perfsonar-user - [perfsonar-user] perfSONAR central archive

Subject: perfSONAR User Q&A and Other Discussion

List archive

[perfsonar-user] perfSONAR central archive


Chronological Thread 
  • From: Johann Hugo <>
  • To:
  • Subject: [perfsonar-user] perfSONAR central archive
  • Date: Fri, 31 May 2019 11:31:26 +0200

Hi

I'm trying to get a central measurement archive working for your perfSONAR deployment.

The network:
- PWA server to generate the pSConfig and MeshConfig json files

- Central Management server running central archive + MaDDash agent + dashboard
esmond is configured to use IP based autherntication:
/usr/sbin/esmond_manage add_user_ip_address sanren 155.232.40.0/24 155.232.195.0/24 202 155.232.50.0/24
[root@perf-cm esmond]# psconfig remote list
=== MaDDash Agent ===
[
   {
      "url" : "http://perf-pwa.sanren.ac.za/pub/config/sanren_mesh_2019.json"
   }
]

- Several measurement hosts, running the standard perfSONAR Toolkit ISO, configured to get remote pscheduler config file + use remote central archive.
[root@ps-1-pta-csir esmond]# psconfig remote list
=== pScheduler Agent ===
[
   {
      "url" : "https://perf-cm.sanren.ac.za/esmond/perfsonar/archive/",
      "configure-archives" : true
   },
   {
      "url" : "https://perf-pwa.sanren.ac.za/pub/config/sanren_mesh_2019.json"
   }
]

Problem:
The measurement hosts only submits pScheduler test results to the local host, but never to the central archive.

tail -F /var/log/pscheduler/pscheduler.log
May 31 11:04:11 ps-1-pta-csir journal: runner INFO     643111: Posted result to https://ps-1-pta-csir-10g.perfsonar.ac.za/pscheduler/tasks/1437b0bf-f898-4f2b-b655-1177f59440a6/runs/4f58f1ae-7d56-4b08-85db-dd12fafa471

The psConfig file (sanren_mesh_2019.json) that all the measurements hosts use points to my central archive, but it looks like they never use it:
archives
config-archive0
archiver"esmond"
data
url"https://perf-cm.sanren.ac.za/esmond/perfsonar/archive/"
measurement-agent"{% scheduled_by_address %}"


Any ideas how to debug this ?

Regards
Johann



Archive powered by MHonArc 2.6.19.

Top of Page