Changes between Version 15 and Version 16 of Nmm2022/Agenda/perfSONARuse
- Timestamp:
- Jul 13, 2022, 2:30:22 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Nmm2022/Agenda/perfSONARuse
v15 v16 175 175 "data": { 176 176 "measurement-agent": "{% scheduled_by_address %}", 177 "url": "https:// 192.248.4.62/esmond/perfsonar/archive/"177 "url": "https://MA_IP/esmond/perfsonar/archive/" 178 178 } 179 179 } … … 181 181 182 182 "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" } 186 186 }, 187 187 … … 190 190 "type": "mesh", 191 191 "addresses": [ 192 { "name": " LEARN" },193 { "name": " NSRC" },194 { "name": " LEARN2" }192 { "name": "PS1" }, 193 { "name": "PS2" }, 194 { "name": "NSRC" } 195 195 ] 196 196 … … 267 267 } 268 268 }}} 269 270 You can run below to validate file for any syntax errors, 271 272 {{{ 273 jq . learn.json 274 }}} 275 276 Step 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 {{{ 279 psconfig publish learn.json 280 }}} 281 282 Now the published file uploaded to the web can be accessed through the link https://MA_IP/psconfig/learn.json. 283 284 Step 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 {{{ 287 sudo esmond_manage add_user_ip_address username PS1_IP 288 sudo esmond_manage add_user_ip_address username PS2_IP 289 }}} 290 291 Username can be anything and it is only for local reference of the Archive server.