Changes between Version 15 and Version 16 of Nmm2022/Agenda/perfSONARuse


Ignore:
Timestamp:
Jul 13, 2022, 2:30:22 PM (2 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Nmm2022/Agenda/perfSONARuse

    v15 v16  
    175175            "data": {
    176176                "measurement-agent": "{% scheduled_by_address %}",
    177                 "url": "https://192.248.4.62/esmond/perfsonar/archive/"
     177                "url": "https://MA_IP/esmond/perfsonar/archive/"
    178178            }
    179179        }
     
    181181
    182182    "addresses": {
    183         "LEARN": { "address": "192.248.3.220" },
    184         "NSRC": { "address": "perfsonar.nsrc.org" },
    185         "LEARN2": { "address": "192.248.4.57" }
     183        "PS1": { "address": "PS1_IP" },
     184        "PS2": { "address": "PS2_IP" },
     185        "NSRC": { "address": "perfsonar.nsrc.org" }
    186186    },
    187187
     
    190190            "type": "mesh",
    191191            "addresses": [
    192                 { "name": "LEARN" },
    193                 { "name": "NSRC" },
    194                 { "name": "LEARN2" }
     192                { "name": "PS1" },
     193                { "name": "PS2" },
     194                { "name": "NSRC" }
    195195            ]
    196196
     
    267267}
    268268}}}
     269
     270You can run below to validate file for any syntax errors,
     271
     272{{{
     273jq . learn.json
     274}}}
     275
     276Step 5. Next you need publish the configuration file to web so that perfSONAR nodes and the MaDDash server itself can consume the configuration required to run tests.
     277
     278{{{
     279psconfig publish learn.json
     280}}}
     281
     282Now the published file uploaded to the web can be accessed through the link https://MA_IP/psconfig/learn.json.
     283
     284Step 6. Our plan is to send the archive data from perfSONAR nodes to archive host. But first archive host should be configured to accept the data from perfsonar nodes. To do that enter below command.
     285
     286{{{
     287sudo esmond_manage add_user_ip_address username PS1_IP
     288sudo esmond_manage add_user_ip_address username PS2_IP
     289}}}
     290
     291Username can be anything and it is only for local reference of the Archive server.