Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] Owping test failed for a specific node

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] Owping test failed for a specific node


Chronological Thread 
  • From: Tao Zhang <>
  • To: Michael Johnson <>
  • Cc: "" <>
  • Subject: Re: [perfsonar-user] Owping test failed for a specific node
  • Date: Thu, 22 Mar 2018 20:34:23 +0000
  • Accept-language: en-CA, en-US
  • Ironport-phdr: 9a23:V+oUGRx1fjyd3jjXCy+O+j09IxM/srCxBDY+r6Qd2+4fIJqq85mqBkHD//Il1AaPAd2Araocw8Pt8InYEVQa5piAtH1QOLdtbDQizfssogo7HcSeAlf6JvO5JwYzHcBFSUM3tyrjaRsdF8nxfUDdrWOv5jAOBBr/KRB1JuPoEYLOksi7ze+/94HdbglSmDaxfa55IQmrownWqsQYm5ZpJLwryhvOrHtIeuBWyn1tKFmOgRvy5dq+8YB6/ShItP0v68BPUaPhf6QlVrNYFygpM3o05MLwqxbOSxaE62YGXWUXlhpIBBXF7A3/U5zsvCb2qvZx1S+HNsDtU7s6RSqt4LtqSB/wiScIKTg58H3MisdtiK5XuQ+tqwBjz4LRZoyeKfhwcb7Hfd4CRWRPQNtfVzBPDI2/YYsADesBMvpXoYbyvFYOsQCxBQywCO/z1jNFhHn71rA63eQ7FgHG2RQtEcwUv3TTsd76N6cSXvqzzKnH0D7OaO1Y1i366ITScR8hoeuDXbR/ccfK1UYgDQXFgU+KqYzkITyZzPgCvHKC4udmSOmhhWknqwRrrTiuwMchkpTJhpoLxVDF7yl23Jw6KcWkR0FhZ96rCoFQtyCEOIdsXswtWWdlszs5xL0eoZO3YjQGxZQ9yxLCaPGKd5KE7xztWeqLPDt1hmppdK+7ihqs60Ss1+zxW8qu3FpUsiZJjsPAu3EL2hfO8MaIUOF98V2k2TuX1wDc9OVEIUcsmKXHMZEhxLswmYASsUTHBCP5hF/5jKmMeUU+++in9f7rban8qZOENo90jB/xMrg2l8ChHeg1MhICU3WY9Om4zrHu80P0TK9XgvA0iqXZtYrVJcUfpq63GQ9V1YMj5g6hATi819QUh3oILFJfdxKBgIjkIE3BL+r+DfilmVSskSlky+raMbL7GpnNNGTMkK/9fbZh7E5R0BIzws5F55JaEbEBJ/TzVVXrtNDBEx85KBK7w/z8BdV514MeQn6PArSHPK/IsF+I4P4vLPeWZI8Tpjn9N+Yp6+TwgnAkhF9ONZWuiL4WY3CxE/AuAUKZZ2HrhJ9VFGVa5CIxSOvggVmEVjUVZmv0Uq4hsGIVEoWjWLvKQcifgLWH02/vIpRRIFJGA1aDOXzhcYyeWvpKYyvEcZwpqSANSbX0E9xp7hqprgKvjuM/duc=

Thanks, Michael.
It turns out the router in UPEI doesn’t support MTU 9000. I changed the MTU
size to 1500 on the UPEI perfSONAR server and the problem disappeared.

Thanks again
Tao

On 2018-03-19, 2:22 PM, "Michael Johnson"
<>
wrote:

Hi Tao,

On Fri, Mar 16, 2018 at 06:01:00PM +0000, Tao Zhang wrote:
>Hi team,
>I have been struggling with a weird OWPING problem related to two
perfSONAR nodes:
>http://lat-pe.upei.ca/toolkit/ (UPEI) and
http://lat-vctr3pfs1.canarie.ca/toolkit/ (Victoria)

>The weird thing is that both nodes are working well with other nodes.
The problem only happens in one direction when doing the OWPING test from
UPEI node.
>
>I did some curl testing from the UPEI node, apparently, it cannot access
the archive of Victoria node. But it doesn’t have any problem accessing other
nodes’ archives.
>

>owping: FILE=protocol.c, LINE=1270, _OWPReadTestRequest: Unable to read
from socket.
>owping: FILE=owping.c, LINE=1838, Unable to fetch data for
sid(cdbd209ede567ff0087b7aca7ccba298)

I'm not sure what those owping errors mean. You could try restarting the
owamp server or checking the owamp-server logs:

/var/log/perfsonar/owamp_bwctl.log

>curl -v http://lat-vctr3pfs1.canarie.ca/esmond/perfsonar/archive/
>* About to connect() to lat-vctr3pfs1.canarie.ca port 80 (#0)
>* Trying 205.189.32.158...
>* Connected to lat-vctr3pfs1.canarie.ca (205.189.32.158) port 80 (#0)
>> GET /esmond/perfsonar/archive/ HTTP/1.1
>> User-Agent: curl/7.29.0
>> Host: lat-vctr3pfs1.canarie.ca
>> Accept: */*
>>
>* Recv failure: Connection reset by peer
>* Closing connection 0
>curl: (56) Recv failure: Connection reset by peer
>
>Any ideas?

I am able to run the same curl command:
curl -v http://lat-vctr3pfs1.canarie.ca/esmond/perfsonar/archive/

on a couple of my nodes and reach the archive, so I think that the
Victoria archive is wide open (unless it's somehow open to my organization,
but not yours).

Could there be something blocking you from reaching it (firewall, router
ACL, etc)? Either that, or some other local network config issue -- routes,
DNS, ...?

You could try running curl with this flag to enable debug logging:
--trace-ascii debug.log

And then see if the log file gives you more information.

It looks like both hosts are set to MTU 9000, but I wonder if the path
between them is all 9000-capable.

Let me know if that gets you anywhere.

Thanks,
Michael





Archive powered by MHonArc 2.6.19.

Top of Page