Changes between Version 22 and Version 23 of Nmm2022/Agenda/perfSONARuse
- Timestamp:
- Jul 19, 2022, 11:02:41 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Nmm2022/Agenda/perfSONARuse
v22 v23 142 142 So we have nothing to do with archive configuration. Now we will install required MaDDash packages since they are not bundled with perfSONAR toolkit. 143 143 144 {{{ 144 145 sudo yum install epel-release http://software.internet2.edu/rpms/el7/x86_64/latest/packages/perfSONAR-repo-0.10-1.noarch.rpm 145 146 sudo yum clean all 146 147 sudo yum install maddash 147 148 sudo yum install perfsonar-psconfig-maddash 149 }}} 148 150 149 151 Here you need to open some ports on linux firewall which is require for MaDDash web and esmond archiver. … … 298 300 299 301 [[Image(https://ws.learn.ac.lk/raw-attachment/wiki/Nmm2022/Agenda/perfSONARuse/ps37.png)]] 302 303 You can now customize the Dashboard items by accessing below configuration file, 304 305 {{{ 306 sudo nano /etc/maddash/maddash-webui/config.json 307 }}} 308 309 Please edit the title and defaultDashboard items as appropriate 310 311 {{{ 312 { 313 "title":"My perfSONAR Dashboard", 314 "defaultDashboard": "My Sites", 315 "enableAdminUI": true, 316 "grids":{ 317 "OWAMP":{ 318 "cellSize": 13, 319 "cellPadding": 3 320 } 321 }, 322 ... 323 }}} 300 324 301 325 == Setting up Central Measurement Archive and MadDash for Multiple Measurement Nodes ==