Changes between Version 8 and Version 9 of Nmm2022/Agenda/perfSONARsetup
- Timestamp:
- Jul 15, 2022, 2:52:39 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Nmm2022/Agenda/perfSONARsetup
v8 v9 75 75 [[Image(https://ws.learn.ac.lk/raw-attachment/wiki/Nmm2022/Agenda/perfSONARsetup/ps12.png)]] 76 76 77 Then restart the system network to make the configuration to take effect. 78 79 {{{ 80 sudo systemctl restart network 81 }}} 82 83 It is a good idea to set a good hostname to the server. Let's to do it using below command and then reboot to take it effect. 84 85 {{{ 86 sudo hostnamectl set-hostname <hostname.yourdomain> 87 reboot 88 }}} 89 90 77 91 === Accessing the Web Interface === 78 92