Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] perfsonar tests not working

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] perfsonar tests not working


Chronological Thread 
  • From: Mark Feit <>
  • To: Mark Maciolek <>, "" <>
  • Subject: Re: [perfsonar-user] perfsonar tests not working
  • Date: Mon, 30 Oct 2023 15:14:05 +0000
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=internet2.edu; dmarc=pass action=none header.from=internet2.edu; dkim=pass header.d=internet2.edu; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=jO9ZPBxashPp91PnDB9t3CVYADsoISURC10bqMzVaqQ=; b=l3VVmGuRajov1QNMkNm0DhcJhYsoCl7yxJyj6xqqTDMHevBkxyyEF1k9OfFJieYIqxTErmKws1E1f/DzHzayI9qaBI91mfiC0cY3s/rCXvLk/9zlfR4xx7sBSFgOE6YQpJMJBecwdZ1Ij4HWcmu6rl31v4J0lpXtbvijf5fKrF/CYp1jmMgkQlp4Y+7xqg3e7B2U9izyDM64FrUBRNMAMRPkTtax2FqSwKwhI+7+q7nIHEtmBgYmBiUkrtIzlUHBCjqMmKI4vZQjQsZZFvg3QtwNFlzYYz0dYpEziMKLCkcXvtsigEr3eLSOHYHJIndbFH9RKd6JR5pH5gkJNSxTlw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ee0/AnFUPjUMlkLxD7WxIllsYrHCevkQRaP7BFJqsjNmihM+c8+/2ilvqCZATx7/MqBk2/VfFo/6R+asplraWefTAWrAHuojNeCy7ut0bqIHQawZgFtYUAs+dw3o4ycwdtrd7IyJmrIDC2lyY7HKS2HMUB4NcJnRGnktb2dNYVxkyNGMs7NWWGrKdBPfOaNs0P44xG+IInbj1ECLvFFvlo+HqUcB3ZU5Mdc6YtjL6nyI5rUU8FE8mWQR/BaHsUJlt5BGDxIDKrvyljK36l6yA2D18eLFCvP8yvHPrb8713PyIDnVspCkAyWLuoR4RjsRCYV9ywCsYwu1xs5PTWkRGQ==

Mark Maciolek writes:

 

WARN pid=1801 prog=perfSONAR_PS::PSConfig::PScheduler::Agent::_run_end line=229 guid=A8F6FBCA-7728-11EE-92BF-973741A14FEE msg=Problem adding test throughput(perf-unh.unh.edu->132.177.100.142), continuing with rest of config: INTERNAL SERVER ERROR: Error getting tools from 132.177.100.142: Operation timed out after 10001 milliseconds with 0 out of 0 bytes received

 

Suggestions on how to troubleshoot this further?

 

Here’s how I’d go about it.  I tried asking perf-unh.unh.edu to run these tests but its limit configuration wouldn’t allow it.  These were done from the Internet2 PoP in Cleveland (responses abbreviated):

 

$ pscheduler task psresponse --dest perf-unh.unh.edu

Response Time: PT0.218534S

 

That worked.  Let’s try the other end:

 

$ pscheduler task psresponse --dest 132.177.100.142

Response Time: Not Measured

Reason: Operation timed out after 10001 milliseconds with 0 out of 0 bytes received

 

That looks familiar.   Can we reach that system at all?

 

$ pscheduler task rtt --dest 132.177.100.142

1    perf-rcc.unh.edu (132.177.100.142)  64 Bytes  TTL 56  RTT  18.3000 ms

2    perf-rcc.unh.edu (132.177.100.142)  64 Bytes  TTL 56  RTT  17.9000 ms

3    perf-rcc.unh.edu (132.177.100.142)  64 Bytes  TTL 56  RTT  18.1000 ms

4    perf-rcc.unh.edu (132.177.100.142)  64 Bytes  TTL 56  RTT  18.1000 ms

5    perf-rcc.unh.edu (132.177.100.142)  64 Bytes  TTL 56  RTT  17.8000 ms

 

0% Packet Loss  RTT Min/Mean/Max/StdDev = 17.826000/18.081000/18.347000/0.204000 ms

 

Sure can.  Can we talk to the web server directly?

 

$ curl -vvv  -k https://132.177.100.142/pscheduler

* About to connect() to 132.177.100.142 port 443 (#0)

*   Trying 132.177.100.142...

* Connected to 132.177.100.142 (132.177.100.142) port 443 (#0)

* Initializing NSS with certpath: sql:/etc/pki/nssdb

…Very long delay…

* NSS error -5961 (PR_CONNECT_RESET_ERROR)

* TCP connection reset by peer

* Closing connection 0

curl: (35) TCP connection reset by peer

 

Yes, but the conversation doesn’t get very far.  But I can reach that system just fine from my home internet connection on AS701:

 

$ curl -k https://132.177.100.142/pscheduler/

"This is the pScheduler API server on 132.177.100.142 (perf-rcc.unh.edu)."

 

This sounds to me like access to 132.177.100.142 is being blocked by firewalls, transparent proxies or other obstructions. 

 

HTH.

 

--Mark

 

 




Archive powered by MHonArc 2.6.24.

Top of Page