10 | | {{{ |
11 | | omf load -t srv3-lg1.sb1.cosmos-lab.org -i baseline_1804.ndz -r 60 |
12 | | omf tell -a on -t srv3-lg1.sb1.cosmos-lab.org |
13 | | ssh root@srv3-lg1.sb1.cosmos-lab.org |
14 | | }}} |
15 | | |
16 | | {{{ |
17 | | wget https://osm-download.etsi.org/ftp/osm-6.0-six/install_osm.sh |
18 | | chmod +x install_osm.sh |
19 | | ./install_osm.sh |
20 | | }}} |
| 10 | 1. Prepare the node |
| 11 | 1. Load the image: {{{ omf load -t srv3-lg1.sb1.cosmos-lab.org -i baseline_1804.ndz -r 60 }}} |
| 12 | 1. Turn the node on: {{{ omf tell -a on -t srv3-lg1.sb1.cosmos-lab.org }}} |
| 13 | 1. Log in as root: {{{ ssh root@srv3-lg1.sb1.cosmos-lab.org }}} |
| 14 | 1. Set up OSM |
| 15 | 1. Download script: {{{ wget https://osm-download.etsi.org/ftp/osm-6.0-six/install_osm.sh }}} |
| 16 | 1. Make it executable: {{{ chmod +x install_osm.sh }}} |
| 17 | 1. Run it: {{{ ./install_osm.sh }}} |