Skip to Content.
Sympa Menu

perfsonar-user - [perfsonar-user] Bad psconfig template

Subject: perfSONAR User Q&A and Other Discussion

List archive

[perfsonar-user] Bad psconfig template


Chronological Thread 
  • From: Tristan Sullivan <>
  • To: "" <>
  • Subject: [perfsonar-user] Bad psconfig template
  • Date: Wed, 26 Jun 2024 17:40:02 +0000
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=uvic.ca; dmarc=pass action=none header.from=uvic.ca; dkim=pass header.d=uvic.ca; 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=NCkrfoSXRBsV46JaLDcGSS/c8LPfPhwe2uJ/pmaLCsU=; b=JG9snfJSHSWacET3VTsNQyXIcBFO/zQvmML/UkjBodFCScb+4KdXrQWQEf/f9BTVZ/XAz+ZbEkvAZUxyaR9J0V6tsSwcYwk61MuvLGK8kG1/5rSrZ49VDPn9YLutnB/KKTHSx/gAchNnsjQP0nWZFDMusEFbUEguSCwBiROpKTqIk5Mmn3yULdMqBmDpNtCPwILGPf4MSzffoIn2m0fXjj8/rqki0s737nvfClgQH7C3fhWHjrgDbHljAo5/vxtqfXt+w0ebzA9xiCxjQ0akPFo1vhNcaIbGBDLdBhD5rgCueb/aUkyFNleElp8wJaGj2s55f5e6yoPqEqu4IeuZQw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=gZJ4hvJNlhrnDoKtZv6KlGfLYhsFiOUTnmMlnSTI5zkQBaODA34vYtmn7mw1cuuTl6rtruH+U+SCdD2kpZV2GSvYiAT259u4VS/w+n4mohdZF3Um1mWWUcSVVRCVcthCkBMA0jhyX1a5Xni1DkALVAfMx53ix3sk8QKT/rSuWPGxKl+HGuXi5SvIjg9pjZV69foMTC4fhjcYvtQM2nO5oyW6zpplceUngzY+3VHlRGN0/nF75MbVU/azHzntTUns10SqbD73HL0UBJ+1qtnyXMunHLfY4N4o6PFpZ0T6+aIqu6yqvPv69jz3GLXCXmdwQxxItkXi2vGH9HebDTuLKg==
  • Msip_labels:

Hello,

I just installed a perfsonar node with Alma 9.4 and perfsonar 5.1. The install seemed to go fine, but no tests are scheduled. When I try to validate the psconfig template (i.e. psconfig validate https://psconfig.opensciencegrid.org/pub/auto/$MYHOSTNAME), I get this:

Loading config ...... OK
Validating JSON schema ...... OK
Verifying object references ...... FAIL

Address ${OTHERHOSTNAME1} references a host object ${OTHERHOSTNAME1} that does not exist.
Address ${OTHERHOSTNAME2} references a host object ${OTHERHOSTNAME2} that does not exist.
Address ${MYHOSTNAME} references a host object ${MYHOSTNAME} that does not exist.


When I look at the psconfig template, I see the three missing hostnames present under "hosts", but they're empty. The other hosts have archivers defined there, e.g.

    "lhcmon.bnl.gov": {
      "archives": [
        "custom-621cd9b8ea8d8100220b28f2",
        "host-archive11"
      ]
    }


For the ones it complains about, it looks like this:

"$MYHOSTNAME": {}


And I find that I don't have a "host-archive" block defined either. But why isn't that there? I installed perfsonar-toolkit, which is supposed to set up a local archive by default. Did I miss a step?

Any help greatly appreciated,

Tristan



Archive powered by MHonArc 2.6.24.

Top of Page