Changes between Version 6 and Version 7 of Nmm2022/Agenda/perfSONARsetup


Ignore:
Timestamp:
Jul 15, 2022, 2:16:28 PM (2 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Nmm2022/Agenda/perfSONARsetup

    v6 v7  
    5959[[Image(https://ws.learn.ac.lk/raw-attachment/wiki/Nmm2022/Agenda/perfSONARsetup/ps8.png)]]
    6060
    61 Next you will configure an IP address and hostname to the system.
     61Next step is to configure an IP address and hostname to the operating system. Before that you will have to know the interface names of your server. For that please enter below,
    6262
     63{{{
     64ifconfig
     65}}}
     66
     67[[Image(https://ws.learn.ac.lk/raw-attachment/wiki/Nmm2022/Agenda/perfSONARsetup/ps10.png)]]
     68
     69Next using a preferable text editor open the configuration file relevant to the network interface.
     70
     71[[Image(https://ws.learn.ac.lk/raw-attachment/wiki/Nmm2022/Agenda/perfSONARsetup/ps11.png)]]
     72
     73Then edit the configuration file something like below. Make sure to set parameter BOOTPROTO to "none" and IPADDR, PREFIX, GATEWAY, DNS1, DNS2 as per your home/office connectivity.
     74
     75[[Image(https://ws.learn.ac.lk/raw-attachment/wiki/Nmm2022/Agenda/perfSONARsetup/ps12.png)]]
    6376
    6477=== Accessing the Web Interface ===
    65 You may access the web interface by typing''' https://<hostname/ip-address>/toolkit ''' in your web browser.
     78
     79You may access the web interface by typing''' https://<hostname/ip-address>/toolkit ''' in your web browser. Initial page will be like below.
     80
     81[[Image(https://ws.learn.ac.lk/raw-attachment/wiki/Nmm2022/Agenda/perfSONARsetup/ps9.png)]]
     82
     83There are some perfSONAR host configurations to be done before we proceeding with network measurements. For that click on the configuration on top of the page. You will be promted for a user login. Please provide the credentials we created earlier.
     84
     85There are three tabs and first we will fill Administrative information. Please fill the fields appropriately and it should be like below.
     86
     87[[Image(https://ws.learn.ac.lk/raw-attachment/wiki/Nmm2022/Agenda/perfSONARsetup/ps13.png)]]
     88
     89Once done click on Save to apply the configurations.