Skip to Content.
Sympa Menu

perfsonar-user - [perfsonar-user] psConfig

Subject: perfSONAR User Q&A and Other Discussion

List archive

[perfsonar-user] psConfig


Chronological Thread 
  • From: "Vazquez, Felix" <>
  • To: "" <>
  • Subject: [perfsonar-user] psConfig
  • Date: Mon, 21 Mar 2022 13:15:05 +0000
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=wm.edu; dmarc=pass action=none header.from=wm.edu; dkim=pass header.d=wm.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=fMryA2ekud6uioqlET5pJkXhQqGiXVIT/sm7uey2u8I=; b=nUXLEGxhrBnY1QMNFmH4sGMRSQNwfwuDBV9TE1Q15118Z2qf0159SoBFxUzcqUr3P/MQqGYaxVM6uBTcMhQyehsqoC71zhu9bMr1npjPUkAS/RZWcxs5dNn1iW4iVGLSzLZXKNtv8t8WtKjKqwQBDF6G3JawjKM8WnckBWQTdo0TTzZfGJvQhkwYTDZiLOpF4qzL4xM8IPCU1mO5WA47z7itkzidrZP+oK+UnzzDganv0rnWovKlc5ECIBj+WbDYi4yZ5xpnX1SjWBNRok9+5oOF8M/A5BrO82JXxQNfUzv8J3M4ElCmKqA2o41/WMpjd65Art2StJ6TgqQQqFO3cw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=igqQxciw4t9rzuSByss333bxwUSN0LB4em8h3cY7AskhwSxv3pL1svM/KffzaYHma1Au7BVC1eKummM3LE94kK1kWdTVdgBGzPmeYwX4eXXBYmByyjzbAcLXat3etlmCgq/A+iwvs+YqpE2ZzI/nRq0K2GRPQpfvl5gJogFQ0EWzolvKeb3bsPH4aa7QHH7KHBwoaDLHKslLRT5AfICAq2GRIRM7P7H9g0iC4frVK+JQMaAm0949eDaid45rVoY+Z+Yf0LJamYoz+3KTDf0L0qfqjc6vK4NsA05ouurBwUy1B9XqnPiqXzpwSrk40nJ+laQxQ/mcliQN0okY727akA==

Hello,

 

I am new to the perfSONAR community and servers. We are standing up seven perfsonar boxes on campus. We created the psconfig template and uploaded it to the server using the psconfig publish command. We have also added to the agents using the psconfig remote add command. No errors were reported. I do not see any jobs on the server and the MadDash status says 0 grids managed by agent. I attached a copy of the config file for your review.

 

Can someone please assist me with the final steps needed?

 

Thank you,

 

Felix Vazquez

Senior Network Engineer

William & Mary 

757-221-1891

 

{
"addresses": {
"wm-jones-archiver": {
"address": "is-perfsonar-jones.it.wm.edu",
"tags": [ "archiver" ]
},
"wm-jones-tests": {
"address": "is-perfsonar-jones.it.wm.edu",
"tags": [ "tests" ]
},
"wm-blow": {
"address": "is-perfsonar-blow.it.wm.edu",
"tags": [ "tests" ]
},
"wm-swem": {
"address": "is-perfsonar-swem.it.wm.edu",
"tags": [ "tests" ]
},
"wm-soe": {
"address": "is-perfsonar-soe.it.wm.edu",
"tags": [ "tests" ]
},
"wm-hpc1": {
"address": "rc-perfsonar.sciclone.wm.edu",
"tags": [ "tests" ]
},
"wm-hpc2": {
"address": "127.0.0.1",
"tags": [ "tests-disabled" ]
},
"vims-hpc": {
"address": "perfsonar-hpc.vims.edu",
"tags": [ "tests" ]
},
"vims-davis": {
"address": "perfsonar-davis.vims.edu",
"tags": [ "tests" ]
}
},
"address-classes": {
"archiver_group": {
"data-source": { "type": "current-config" },
"match-filter": { "type": "tag", "tag": "archiver"}
},
"testing_group": {
"data-source": { "type": "current-config" },
"match-filter": { "type": "tag", "tag": "tests"}
}
},

"groups": {
"group-throughput": {
"type": "mesh",
"addresses": [
{ "class": "testing_group" }
]
},
"group-latency": {
"type": "mesh",
"addresses": [
{ "class": "testing_group" }
]
}
},
"tests": {
"latency_test": {
"type": "latencybg",
"spec": {
"source": "{% address[0] %}",
"dest": "{% address[1] %}",
"flip": "{% flip %}",
"packet-interval": 0.1,
"packet-count": 600
}
},
"throughput_test": {
"type": "throughput",
"spec": {
"source": "{% address[0] %}",
"dest": "{% address[1] %}",
"flip": "{% flip %}",
"duration": "PT30S"
}
}
},
"archives": {
"esmond_archive": {
"archiver": "esmond",
"data": {
"url":
"https://is-perfsonar-jones.it.wm.edu/esmond/perfsonar/archive";,
"measurement-agent": "{% scheduled_by_address %}"
}
}
},
"schedules": {
"every_1_hours": {
"repeat": "PT4H",
"slip": "PT1H",
"sliprand": true
}
},
"tasks": {
"latency_task": {
"group": "latency_group",
"test": "latency_test",
"archives": ["esmond_archive"]
},
"throughput_task": {
"group": "throughput_group",
"test": "throughput_test",
"archives": ["esmond_archive"],
"schedule": "every_1_hour"
}
}
}



Archive powered by MHonArc 2.6.24.

Top of Page