perfsonar-user - Re: [perfsonar-user] Can run RTT test from CLI but not via meshconfig-agent-tasks.conf file
Subject: perfSONAR User Q&A and Other Discussion
List archive
Re: [perfsonar-user] Can run RTT test from CLI but not via meshconfig-agent-tasks.conf file
Chronological Thread
- From: David Szydloski <>
- To: Valentin Vidic <>
- Cc:
- Subject: Re: [perfsonar-user] Can run RTT test from CLI but not via meshconfig-agent-tasks.conf file
- Date: Wed, 14 Mar 2018 08:52:40 -0500
- Ironport-phdr: 9a23:WCUZMRcd6T8+U7hos1aPp3m0lGMj4u6mDksu8pMizoh2WeGdxcSyZh7h7PlgxGXEQZ/co6odzbaO6Oa4ASQp2tWoiDg6aptCVhsI2409vjcLJ4q7M3D9N+PgdCcgHc5PBxdP9nC/NlVJSo6lPwWB6nK94iQPFRrhKAF7Ovr6GpLIj8Swyuu+54Dfbx9HiTahb75+Ngm6oRnMvcQKnIVuLbo8xAHUqXVSYeRWwm1oJVOXnxni48q74YBu/SdNtf8/7sBMSar1cbg2QrxeFzQmLns65Nb3uhnZTAuA/WUTX2MLmRdVGQfF7RX6XpDssivms+d2xSeXMdHqQb0yRD+v9LlgRgP2hygbNj456GDXhdJ2jKJHuxKquhhzz5fJbI2JKPZye6XQds4YS2VcRMZcTy5OAo28YYUBDOQPIPhWoJXmqlQUsRezHxOhCP/zxjJKgHL9wK000/4mEQHDxAEuEcgBsGrVrNroKawcTOG0zanVwjXHaPNWwjT96InVeR0mvP6MRrNxcMrMxkkrEAPFlVaQqY3+MjOL1+QCrnOb4PZ6WuKrlWErsR1+oj+qxso1jITCm4wbylfB9SpjwYY1I8W1R1Jhbt6+FptfqT2aO5F2QsM4RWxjpSU0yqUetJKlZicG1IgryhvCZ/GIc4WE/hfuWemNLTtkmH1ofa6wiwq2/EWlz+DwSMe53EpMoyFYiNfDrGoN2AbW6sWfSvty4EOh2TGX2gDW8O5EIEQ0mbPVKp4k3rI8j5USvVrNEyPqgkn2g6iWdkIr+uis9evreKnpppiZN4NsiwH+NLohmtCnDOgmKAcCQ3SX9OGh2LDs/UD1XLBHg/IqnqXFrJ/XINgUqrK9DgJQ14sv9RiyAyu+3NQdh3YHLVZFeBydj4juPlHDOO33Dey+glWsjThrw/fGPqbiApXMNXXDjrbhcqtm60FA0gUzyc5Q64hIBbEGJfL/QlXxu8DADh8lLwy0xP7qCM1j2YMEV2KPGaiZMKXIvl+S/+4vPvKMa5EPuDvmL/gl5uXujWMimVMDZ6Wp3J0XaGymEfR8JUWWf2bsjskbHWgUowU+Ub+itFrXbzdXanCuXqR02DA3CYnuWbnKQo2rnL2Hmhm6EpxdTmtPEFaBDTHobdPXde0LbXe+K9FgnnQ/R6mtT4g61hDm4APh2atrKu3P+Swwq5Pvz9N84+CVnhY3o28nR/+B2n2AGjkn1lgDQCU7ieUm+RRw
Valentin,
Thank you very much for your response, however the config from the Toolkit web it looks my setup 1) throws errors at the 'address' commands inside of the target sections and 2) still is throwing errors regarding running submitting the job to pScheduler:
2018/03/14 12:51:25 (15589) INFO> perfsonar_meshconfig_agent:438 main:: - Added 18 new tasks, and deleted 2 old tasks
2018/03/14 13:25:25 (19946) WARN> perfsonar_meshconfig_agent:145 main::__ANON__ - Warned: Use of uninitialized value $address in exists at /usr/share/perl5/perfSONAR_PS/RegularTesting/Tests/BwctlBase.pm line 384.
2018/03/14 13:25:25 (19946) WARN> perfsonar_meshconfig_agent:145 main::__ANON__ - Warned: Use of uninitialized value $address in exists at /usr/share/perl5/perfSONAR_PS/RegularTesting/Tests/BwctlBase.pm line 384.
2018/03/14 13:25:59 (19946) WARN> perfsonar_meshconfig_agent:430 main:: - Problem determining which pscheduler to submit test to for creation, skipping test rtt(159.117.198.155->159.117.206.64): 400 BAD REQUEST: Neither the source nor destination is running pScheduler.
I'm running the following version of perfsonar-toolkit: perfsonar-toolkit/perfsonar-jessie-release 4.0.2.3-2
David
On Wed, Mar 14, 2018 at 8:04 AM, Valentin Vidic <> wrote:
On Tue, Mar 13, 2018 at 04:31:47PM -0500, David Szydloski wrote:
> <test>
> <schedule>
> type regular_intervals
> interval 1200
> </schedule>
> target 159.117.207.64
> target 159.117.206.64
> local_interface ens3
> <parameters>
> type bwping
> send_only 1
> test_ipv4_ipv6 1
> </parameters>
> description Anycast RTT Testing
> </test>
This equivalent test was generated by the Toolkit
web so you can try if it helps:
<test>
description Anycast RTT Testing
local_interface ens3
<schedule>
type regular_intervals
interval 1200
</schedule>
<parameters>
send_only 1
type bwping
packet_ttl 255
test_ipv4_ipv6 1
</parameters>
<target>
address 159.117.206.64
<override_parameters>
type bwping
force_ipv4 1
</override_parameters>
</target>
<target>
address 159.117.207.64
<override_parameters>
type bwping
force_ipv4 1
</override_parameters>
</target>
</test>
--
Valentin Vidic
Computer Systems Engineer - Expert
Department of Computer Infrastructure and Services
Croatian Academic and Research Network - CARNET
Josipa Marohnica 5, HR-10000 Zagreb, Croatia
tel: +385 1 6661 714, fax. +385 1 6661 635
gsm: +385 91 2480 919
www.CARNet.hr
David Szydloski
Core Deployment Engineer
VidScale, Inc.
- [perfsonar-user] Can run RTT test from CLI but not via meshconfig-agent-tasks.conf file, David Szydloski, 03/13/2018
- Re: [perfsonar-user] Can run RTT test from CLI but not via meshconfig-agent-tasks.conf file, Valentin Vidic, 03/14/2018
- Re: [perfsonar-user] Can run RTT test from CLI but not via meshconfig-agent-tasks.conf file, David Szydloski, 03/14/2018
- Re: [perfsonar-user] Can run RTT test from CLI but not via meshconfig-agent-tasks.conf file, Valentin Vidic, 03/14/2018
- Re: [perfsonar-user] Can run RTT test from CLI but not via meshconfig-agent-tasks.conf file, David Szydloski, 03/14/2018
- Re: [perfsonar-user] Can run RTT test from CLI but not via meshconfig-agent-tasks.conf file, Valentin Vidic, 03/14/2018
- Re: [perfsonar-user] Can run RTT test from CLI but not via meshconfig-agent-tasks.conf file, David Szydloski, 03/14/2018
- Re: [perfsonar-user] Can run RTT test from CLI but not via meshconfig-agent-tasks.conf file, Valentin Vidic, 03/14/2018
- Re: [perfsonar-user] Can run RTT test from CLI but not via meshconfig-agent-tasks.conf file, David Szydloski, 03/14/2018
- Re: [perfsonar-user] Can run RTT test from CLI but not via meshconfig-agent-tasks.conf file, Valentin Vidic, 03/14/2018
Archive powered by MHonArc 2.6.19.