Skip to Content.
Sympa Menu

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

Subject: perfSONAR User Q&A and Other Discussion

List archive

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


Chronological Thread 
  • From: David Szydloski <>
  • To: "" <>
  • Subject: [perfsonar-user] Perfsonar with Central Archive - Metadata creation?
  • Date: Mon, 10 Sep 2018 16:34:10 +0000
  • Accept-language: en-US
  • Authentication-results: spf=none (sender IP is ) ;
  • Ironport-phdr: 9a23:RkpaGxTKk926UH3kVVHrc6EGndpsv+yvbD5Q0YIujvd0So/mwa6zYBCN2/xhgRfzUJnB7Loc0qyK6/+mATRIyK3CmUhKSIZLWR4BhJdetC0bK+nBN3fGKuX3ZTcxBsVIWQwt1Xi6NU9IBJS2PAWK8TW94jEIBxrwKxd+KPjrFY7OlcS30P2594HObwlSizexfbF/IA+qoQnNq8IbnZZsJqEtxxXTv3BGYf5WxWRmJVKSmxbz+MK994N9/ipTpvws6ddOXb31cKokQ7NYCi8mM30u683wqRbDVwqP6WACXWgQjxFFHhLK7BD+Xpf2ryv6qu9w0zSUMMHqUbw5Xymp4qF2QxHqlSgHLSY0/mHJhMJtkKJVrhGvpx1jzIHbe4yaLuZycr/HcN8GWWZNQMBcXDFBDIOmaIsPCvIMM+hCoInjplsBsAa1CxStBeLv1zBIgnj23bY50+QgDArL2wIuEc8PsXXUsdr1MKASUfu2zKnJ1jjMcfxW2S3n54jWcxAhvfGNUahxccrW0EQiER7OgFuXqYzgJTyV1+INvnCa7+pmSeKglXQnqwdvrTiz2MsgkJfGiZ8Iyl3C6C53w541KMWlREJnbtOoCpRduiOAO4Z5Xs8uWWNltDsixrEbp5K3ZjUGxIk9yxLBdvCKcpKE7g/tWeuQOTt4imxqdbGjixu39EWv1+3xWtep3FtPsyVKj8XAuWoI2hHc98eKSPpw80K91jmSyg/e6OdJKl0um6XBMZ4u2Lswm4ITsUvdGi/2n137greKe0sj5uSl5f3rb6v/qJOBLoN0jRrxPbo0lsy4HOQ4LhMBX2+G+eS6ybLv51X5QK9Njv0qjKbWrIzaJcUcpq6/GQNV1Zsj6wq7Dzeh19QYnmMLI05CeBKCl4TpOlfOL+7kDfqnnligjDhmy+rJM7DjGJnAIWTPnK3jcLpg80JczRA8zdFb55JaELEBJ/fzV1f/utLFDx44MxG7w+LgCNVm1YMeWHmCDbGWMKPIq1CI+OMvI/WMZYMPuTb9LOAp5+Tygn8hhV8dYa6p0IMPaH+mBPRmLV6ZYX3qgtgbC2cGpxc+TPf0h12YSjNTY3eyX7kg5jEgFo6qF4bDRoaxgLOfxie7GINZZnxYBlyWD3jnapiECL8wb3fYOsJ7nCcDU7G7DpI62AuGtQnmxqBhI/aOvCAUqNirgMB4/ePIkhc773lpFMmH+2CLU2xumG4UHXk70L0p8mJnzVLW/aFmgvAQLs5C6/dOSQQ7fcrw9P5rB9T1QQHAVtqGUl+4Q8m3RzA2GIFii+QSalpwTo3xxivI2DCnVudPze6CGYA0/6TA3nP4O8d6zTPc2bI8i0U9HJYdLnWo06h48QWbR5XElUmUje6LTewdx2aMkQXL1m+SpAddWQ90X7/CWCUzXVnHodD+/UDDZ7KhE705MxdQj8+FeeNH
  • Spamdiagnosticmetadata: NSPM
  • Spamdiagnosticoutput: 1:99

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




Archive powered by MHonArc 2.6.19.

Top of Page