Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] Perfsonar with Central Archive - Metadata creation?

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] Perfsonar with Central Archive - Metadata creation?


Chronological Thread 
  • From: Andrew Lake <>
  • To: David Szydloski <>
  • Cc: "" <>
  • Subject: Re: [perfsonar-user] Perfsonar with Central Archive - Metadata creation?
  • Date: Mon, 10 Sep 2018 15:23:27 -0400
  • Ironport-phdr: 9a23:R66nVRYcdiZdzv2HpXgr1iD/LSx+4OfEezUN459isYplN5qZrs+5bnLW6fgltlLVR4KTs6sC17KJ9fi4EUU7or+5+EgYd5JNUxJXwe43pCcHRPC/NEvgMfTxZDY7FskRHHVs/nW8LFQHUJ2mPw6arXK99yMdFQviPgRpOOv1BpTSj8Oq3Oyu5pHfeQpFiCa/bL9oMBm6sRjau9ULj4dlNqs/0AbCrGFSe+RRy2NoJFaTkAj568yt4pNt8Dletuw4+cJYXqr0Y6o3TbpDDDQ7KG81/9HktQPCTQSU+HQRVHgdnwdSDAjE6BH6WYrxsjf/u+Fg1iSWIdH6QLYpUjm58axlVAHnhzsGNz4h8WHYlMpwjL5AoBm8oxBz2pPYbJ2JOPZ7eK7WYNEUSndbXstJVSNBDIOyYYUMAeQcI+hXs5LwqEESoRakHwSgGP/jxz1Oi3Tr3aM6yeMhEQTe0QE8GdIBrW7Uo8v7NawPV+661qrIwiveZP5Rwzj97pXHcxA6rP6SRrJ8a8zRxlczFw7ciFibtILrPzSQ1usXsmib6fJtVeOpi247tQ5xuD6vydkwioXXnI4a1E3L9Th/zY0oJtO4UFZ2bcO6HJZTrS2XOZF6T8w/T21yuis216UKtYCncCUO0pgqxB7SZ+aZf4SV4R/vTuecLDN+iXl4YrywnQyy/lKlyuDkVsm7zlJKri1dn9nCqH8A2Abf6sycRft55Euh1jGP1x7L5uFFJ0A7i7bbJoY8zrIulZcfq0rOEjX5lUnrlqObdFgo9vCt6+v9Y7XmopGcN5VzigH7KqkhgMq/Dvk4MwUVQWeb4v6w1Lv98k3lWLlKlOE5krHFsJDGIsQWvra5DBFP0oYt8Ba/CDGm384CnXUeMVJFYwyIj5LyNlHKIfD4Fuu/g0+ynDtxxvDGOKHhDYvXLnjFjrjhYahx51RCxwUu0NAMr69SEawLdfLvRlfq5pufCh4iLxfywuD7Bc97259EH2+DH+iCIabKuBiT5+0pJOeCI5cYojjmLP4s/bvzlnIjymIbZrSjiJsLdGijTLMhJ0SCfWGqxNYHDWoQuAciFqrnhEDFSi9Wf3/1RKMz4DY1BsW+AJ3NXYeriabEwTy2BM5rYHtbAAWMDWvwbNfDHPMNcz6JZM5njjEeU7W9Ecks2Qzp5zP9npZuMOvYshYKpJ7n08N25qWHuSog5DBwCN+e0kmAQHt9gGIUVnk32/Ysj1Z6zwKq16RijuMQMdVQ6rsdWwE2JLbR1Kp8BsykCVGJRcuAVFvzGobuOjo2VN9khoZWO0s=

Hi David,

Is this host at an address that is reachable? If so can you share the address? I can look at the pscheduler tasks and get a better idea of what is happening. The tasks only archive results where you tell them to, so they only post to localhost and/or the central archive if that is what you configured them to do. You can look in /etc/perfsonar/meshconfig-agent-tasks.conf at the measurement_archive blocks to see what you have configured.  It looks like pscheduler is having trouble accessing one of the archives which could be caused by a number of things such as a misconfigured URL to the archive on the client, issues on the server, etc. 

Thanks,
Andy



On Mon, Sep 10, 2018 at 12:34 PM, David Szydloski <> wrote:

Hello All,

 

OS: Ubuntu 16.04

perfsonar version: 4.0.2.5-1

 

I am running perfSONAR on Ubuntu boxes in a mesh configuration with one central management node. I have one node currently not able to upload any results to the central management node, showing in /var/log/pscheduler/pscheduler.log that the remote host is getting "400: Invalid JSON returned" when it tries to send results into the central archive.

 

On the central archiver node, there are no errors in /var/log/cassandra/system.log nor in the /var/log/esmond logs. In the apache logs, I only see logs of POST attempts:

 

10.68.8.26 - - [10/Sep/2018:16:23:22 +0000] "POST /esmond/perfsonar/archive/ HTTP/1.1" 201 7044 "-" "python-requests/2.9.1"

10.68.8.26 - - [10/Sep/2018:16:23:22 +0000] "POST /esmond/perfsonar/archive/ HTTP/1.1" 201 7044 "-" "python-requests/2.9.1"

 

Back in March I wrote in about another instance of this issue, https://lists.internet2.edu/sympa/arc/perfsonar-user/2018-03/msg00032.html , and Andy mentioned that when remote nodes are reporting results, the PUT commands are sending data to the central manager's cassandra instance. So issues connecting to the central archive node can sometimes be resolved by restarting cassandra on the central manager instance. I've done that a few times without a change in the behavior. I've also tried reinstalling perfsonar-toolkit 2-3 times on this node in case I messed up the install.

 

My guess based on all of this is that my remote node is not able to authenticate tests results in part because the metadata isn't getting generated correctly on the remote server. Here are my questions:

  1. In a mesh configuration with a central management node, is the metadata to use in reporting generated on the client or the central-archiver?
  2. What process is trying (and in my case possibly failing) to generate this metadata?
  3. In a mesh configuration with a central management node, does the remote host need to interact at all with the local Esmond instance at all?

 

Thanks for your time and assistance,

David Szydloski


--
To unsubscribe from this list: https://lists.internet2.edu/sympa/signoff/perfsonar-user





Archive powered by MHonArc 2.6.19.

Top of Page