Skip to Content.
Sympa Menu

perfsonar-user - [perfsonar-user] PS 5.0 Bidirectional Throughput Tests Only Work One Way

Subject: perfSONAR User Q&A and Other Discussion

List archive

[perfsonar-user] PS 5.0 Bidirectional Throughput Tests Only Work One Way


Chronological Thread 
  • From: "Hanby, Mike" <>
  • To: "" <>
  • Subject: [perfsonar-user] PS 5.0 Bidirectional Throughput Tests Only Work One Way
  • Date: Thu, 30 May 2024 14:20:49 +0000

Howdy,

 

We just installed 2 x perfSONAR 5.0 “perfsonar-toolkit” installs on Ubuntu 20.04 LTS. Let’s call them srvA and srvB

 

We have a throughput test configured on both servers with the other server as the target. On srvA, the throughput test srvA to srvB works and records the results every 30 minutes. However, the reverse throughput test from srvB to srvA has ‘N/A’ in the Throughput, Latency and Loss columns.

 

The same is true for the throughput test on srvB.

 

The /var/log/pscheduler/pscheduler.log on srvB appears to have a clue

 

May 26 00:26:07 srvB archiver WARNING  1661: Failed to archive https://srvB/pscheduler/tasks/56f0d027-7ed5-4710-9cd3-f276d20a8f71/runs/803a9198-30f2-4b7e-a16f-4910a9ac8652 to http: Failed to put result: 401: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">

 

We thought that the following would resolve the issue, but it still persists:

 

Edit /etc/apache2/conf-enabled/apache-logstash.conf and add the subnet 192.168.35.0/24 used by the throughput interfaces to the /logstash section

 

<IfModule proxy_module>

    ProxyRequests Off

...

    <Location /logstash>

        Authtype Basic

        Authname "Logstash Pass"

        AuthUserFile /etc/perfsonar/opensearch/logstash_login

        <RequireAny>

           ##################

           ## Require a valid username and password

           Require valid-user

 

           ###################

...

           ## Allow access from subnet 10.1.1.0/24

           ## or subnet 2001:db8:2:1::/64

           ##

           # Require ip 10.1.1.0/24

           Require ip 192.168.35.0/24

        </RequireAny>

    </Location>

</IfModule>

 

Restart apache2.service

sudo systemctl restart apache2.service

 

Any suggestions as to what we missed?

 

Thanks, Mike

UAB IT Research Computing



  • [perfsonar-user] PS 5.0 Bidirectional Throughput Tests Only Work One Way, Hanby, Mike, 05/30/2024

Archive powered by MHonArc 2.6.24.

Top of Page