Changes between Version 22 and Version 23 of Nmm2022/Agenda/perfSONARuse


Ignore:
Timestamp:
Jul 19, 2022, 11:02:41 PM (2 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Nmm2022/Agenda/perfSONARuse

    v22 v23  
    142142So we have nothing to do with archive configuration. Now we will install required MaDDash packages since they are not bundled with perfSONAR toolkit.
    143143
     144{{{
    144145sudo yum install epel-release http://software.internet2.edu/rpms/el7/x86_64/latest/packages/perfSONAR-repo-0.10-1.noarch.rpm
    145146sudo yum clean all
    146147sudo yum install maddash
    147148sudo yum install perfsonar-psconfig-maddash
     149}}}
    148150
    149151Here you need to open some ports on linux firewall which is require for MaDDash web and esmond archiver.
     
    298300
    299301[[Image(https://ws.learn.ac.lk/raw-attachment/wiki/Nmm2022/Agenda/perfSONARuse/ps37.png)]]
     302
     303You can now customize the Dashboard items by accessing below configuration file,
     304
     305{{{
     306sudo nano /etc/maddash/maddash-webui/config.json
     307}}}
     308
     309Please 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}}}
    300324
    301325== Setting up Central Measurement Archive and MadDash for Multiple Measurement Nodes ==