Skip to Content.
Sympa Menu

perfsonar-user - RE: [perfsonar-user] Problem with getting pscheduler tasks to archive locally

Subject: perfSONAR User Q&A and Other Discussion

List archive

RE: [perfsonar-user] Problem with getting pscheduler tasks to archive locally


Chronological Thread 
  • From: Brian Tehan <>
  • To: Mark Feit <>, "" <>
  • Subject: RE: [perfsonar-user] Problem with getting pscheduler tasks to archive locally
  • Date: Thu, 27 Jul 2023 20:54:37 +0000
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=nebraska.edu; dmarc=pass action=none header.from=nebraska.edu; dkim=pass header.d=nebraska.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=fO6gWqiGosaBG0xscNSLK/ePoLDCHms3bZUlaun05/w=; b=RkCchyxEi3QK26SEpNrtdIZ9F3RZklb4kxJFO4dOlMJAm0LzhTQEFUmIRRte6kgycj/aXwmYLnMA7yopI/bkASOgR/83DIdIPPvWyxeUBwmcom2Vl6uk9WiVEMV28v0It+hyjarLOaZcN7BZGaeMLgHrOhbi77Z/8rw62iq4ZkJ4Xd8/ODNahJ4XexneEooTF90XWK87/aZ3rxpePnPY5ey88mNJ3A9igv9fu8/WK4uzZSzJB3Q9wqRTOLPjCqc/WwEoM0DLYXW6AMsb/mhtDzhh0Z/ksnVXRzRWBs85QsF5YkkqBdK/vA6RK8bfJg7cbock4oDusJvYVq1H2uPY1w==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Bv98MUi6hYFrDGO609bTyJLpEgLhEoRO4JEc+xYwpdbCEv8atK54va9C18Rg/24X+iMR6QUNclWfrs0cfSrAf+KmthH0U1EDSeveKYo+6qg+GWvu58DPP90URgTWpKn2ui5ggLNAi67aGtWpkovnoIXCvzLDMGNxuv6y398ImumNpTgVyimG7KEEfSIqBjKHWMhdjzNyQfE/fZMHXh2RGT1ELP8pKsa8T+rQozX9j2KhtUKV7RUJCJmN7I238MFeuQO2wHJs3ViogNlwaTbeijNeGVkZNXTczr716MzRUQqV3n4i/ezmoY7wq/YxgbcsZl4AGWLmGvJOOX0njh/Agw==

Archivings:

 

  To http, Finished

    2023-07-27T15:11:31-05:00 Succeeded


Looks like that did it, thanks!

 

Brian Tehan (he/him/his)

Regional Network Engineer

University of Nebraska System

EAB009 6001 Dodge St

Omaha, NE 68182-0051

Office: (402) 554-6428

university of nebraska logo lockup with campuses

 

 

From: Mark Feit <>
Sent: Thursday, July 27, 2023 11:04 AM
To: Brian Tehan <>;
Subject: Re: Problem with getting pscheduler tasks to archive locally

 

Non-NU Email


Brian Tehan writes:

 

Yes, I believe that the file is built in the right place: /home/**user**/ local_archive.json

 

Based on the runs below, it looks like it found it.  The file name gets passed straight through to the system, which is where that error came from. 

 

$ pscheduler task --archive @local_archive.json throughput --source 162.127.1.81 --dest 162.127.1.85 --duration PT30S --bandwidth 52428800 --ip-version 4 --omit PT5S

… 

$ pscheduler result --archivings https://162.127.1.81/pscheduler/tasks/d4cb2662-bb44-4f91-97d9-f3e3c423275d/runs/a6143c41-dafb-45e4-8f15-5f60fa013dc2

2023-07-27T09:09:48-05:00 on 162.127.1.81 and 162.127.1.85 with iperf3:

Archivings:

  To http, Unfinished

    2023-07-27T09:10:32-05:00 Failed to put result: 400: Could not resolve host: {% scheduled_by_address %}; Name or service not known

 

Ah, there’s the problem.  The “{% … %}” substitutions are a function of pSConfig; pScheduler takes what it’s given literally.  Replace those with a host name and you should be in business.

 

--Mark

 




Archive powered by MHonArc 2.6.24.

Top of Page