Skip to Content.
Sympa Menu

perfsonar-user - [perfsonar-user] All/Most pscheduler tasks are Non-Starters

Subject: perfSONAR User Q&A and Other Discussion

List archive

[perfsonar-user] All/Most pscheduler tasks are Non-Starters


Chronological Thread 
  • From: "Strelka, Justin" <>
  • To: "" <>
  • Subject: [perfsonar-user] All/Most pscheduler tasks are Non-Starters
  • Date: Wed, 1 May 2024 21:26:44 +0000
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=nrel.gov; dmarc=pass action=none header.from=nrel.gov; dkim=pass header.d=nrel.gov; 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=fYg2OXvHNGnCx59W35mBCibhrPx7wd9p0itW4PQpnwQ=; b=nytHq8DBNx26xgaiTJa2hDGHHgTveBYlmGyjQv57aHbstWqftzx6jyI/DVpY9vfslj9fO6MuqnoSIacpzLuhf2HMDs5ovJDJSOu/Gg/e3eHy5VEkhkVTggOkBNQCBgAJyG4moTVzKrHDDq8mq50/WF+/PQpLLqlq+nKSeVgKRLDPSwLYL1ppFqrR0gDnTNWQEbOG+DByJYxSdj2FYAdK01m7br5ITcZNBsNWdGh01rTzTCTjkf49brq8oowl9kUcKXcCn9Dmx56qszGVIC3ITRmzXY2yeljUq10wNSuvZEjubSaEjOFOCpgTW2515rS7+VdwhYZj5YCDmPQLDI2Dmw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=FDt1E81b0YmNfD2W9IsHKGwpyiuphhBDhRk0XW4mQmLduPGmUu5n9PVR5uWbZ6yksNWzV929DwlRbj1qxiG8SIj9cKzO1KrFsW6/WDLV202COl1tgHoyx6G3tUCz6SDrfPqeGfzMo4gkkj3DMpUIJvTPbuwmUPHaWxHK/QmKUjBPT3Kn7Ko4LSv0Vt5DVXSu06EHcnAMesJgMNGPY3b6XQXX2MyUDiA6du1m1eXCUyhG6ihk6Fp3/GA9GfNmFxFyauV30GitNiVF1IZUX1QlagG6BoKo3bIMKuOyWntc6poxPZPgTbkyKaoT5SQ1+Ncgo6XP9RCzIPm7LNSjGqwgRw==
  • Msip_labels: MSIP_Label_95965d95-ecc0-4720-b759-1f33c42ed7da_Enabled=True;MSIP_Label_95965d95-ecc0-4720-b759-1f33c42ed7da_SiteId=a0f29d7e-28cd-4f54-8442-7885aee7c080;MSIP_Label_95965d95-ecc0-4720-b759-1f33c42ed7da_SetDate=2024-05-01T21:17:43.6419631Z;MSIP_Label_95965d95-ecc0-4720-b759-1f33c42ed7da_ContentBits=0;MSIP_Label_95965d95-ecc0-4720-b759-1f33c42ed7da_Method=Standard

Hello,

 

I am setting up a new perfsonar host on 5.0.8 on RHEL 9 OS. I have set up some repeating tests on the box and have run into an issue where my tasks are all becoming Non-Starters after a period of time. I have two types of tasks running on the host currently latency and throughput. Below is an outline of both tasks submitted along with a screenshot of the pscheduler monitor command listing all/most new tasks as Non-Starters. Not sure what my issue is here.

 

Command: pscheduler task --import latency.json latency --dest HOSTNAME

Latency job script:

{

    "schedule": {

        "repeat": "PT30M"

    },

    "test": {

        "spec": {

            "dest": “TEST-HOSTNAME",

                    "packet-count": 50,

                    "schema": 1

        },

        "type": "latency"

    }

}

 

 

Command: pscheduler task --import throughput.json throughput --dest HOSTNAME

Throughput job script:

{

    "schedule": {

        "repeat": "PT30M"

    },

    "test": {

        "spec": {

            "dest": "TEST-HOSTNAME",

            "duration": "PT10S",

            "schema": 1

        },

        "type": "throughput"

    }

}

 

Screenshot showing Non-Starter jobs in schedule.

 

Thanks,

Justin

PNG image




Archive powered by MHonArc 2.6.24.

Top of Page