Changes between Version 1 and Version 2 of Workshops/MERIF2023/Workshops/MERIF2023/group/beluga


Ignore:
Timestamp:
May 19, 2023, 3:04:20 PM (12 months ago)
Author:
anuragb
Comment:

Modified node2-1,node2-2 to node1-1,node1-2

Legend:

Unmodified
Added
Removed
Modified
  • Workshops/MERIF2023/Workshops/MERIF2023/group/beluga

    v1 v2  
    2323 In this case, we're loading the "merif2023-tutorial-image.ndz" image, which is a pre-built image provided for researchers to use as a starting point. The image contains UHD 4.4 and Gnuradio 3.9 and uses Ubuntu 20.04.
    2424 {{{
    25  omf load -i merif2023-tutorial-image.ndz -t node2-1,node2-2
     25 omf load -i merif2023-tutorial-image.ndz -t node1-1,node1-2
    2626 }}}
    2727 The output of this command can be a little intimidating, but make sure you should look for confirmation that both of your nodes were successfully imaged. An example of the output is below, with the outcome of the loading process highlighted in red.
     
    3131 3. Once the nodes are successfully imaged, turn them on and check the status
    3232 {{{
    33  omf tell -a on -t node2-1,node2-2
     33 omf tell -a on -t node1-1,node1-2
    3434 }}}
    3535 {{{
    36  omf stat -t node2-1,node2-2
     36 omf stat -t node1-1,node1-2
    3737 }}}
    3838 4. After waiting for the nodes to power up and boot, you will be able to ssh to them from the console:
    3939 {{{
    40  ssh root@node2-1
     40 ssh root@node1-1
    4141 }}}
    4242 {{{
    43  ssh root@node2-2
     43 ssh root@node1-2
    4444 }}}
    4545