Changes between Version 10 and Version 11 of Tutorials/Wireless/mmwave80211adORCA


Ignore:
Timestamp:
Mar 16, 2020, 10:15:47 AM (4 years ago)
Author:
prasanthi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/mmwave80211adORCA

    v10 v11  
    1919omf tell -a offh -t srv1-lg1,srv2-lg1,srv3-lg1,srv4-lg1,rfdev3-1,rfdev3-2,rfdev3-5,rfdev3-6 
    2020}}}
    21  1. Load the images on the computing nodes
     21 1. The image rfnoc_wigig.ndz has aforementioned RFNoC 802.11ad preamble processing blocks installed.   
     22  Load rfnoc_wigig.ndz on srv1,srv2. The image sivers_sb1_cosmos.ndz has UHD and Sivers control software installed.
     23  Load sivers_sb1_cosmos.ndz on srv3,srv4. Load the images on the computing nodes
    2224{{{
    2325omf load -i rfnoc_wigig.ndz -t srv1-lg1,srv2-lg1
    2426}}}
    2527{{{
    26   omf load -i sivers_sb1_cosmos.ndz -t srv3-lg1,srv4-lg1
     28omf load -i sivers_sb1_cosmos.ndz -t srv3-lg1,srv4-lg1
    2729}}}
    2830 1. Turn all the required resources on and check the status
     
    3335omf stat -t system:topo:allres
    3436}}}
     371. ssh to the nodes, use option -Y for using GUI.
    3538
    3639
    37 === Execution ===
     40=== Experiment Execution ===
    3841
    39 ==== Prepare host nodes ====
    40 
    41 * The image rfnoc_wigig.ndz has aforementioned RFNoC 802.11ad preamble processing blocks installed.   
    42   Load rfnoc_wigig.ndz on srv1,srv2
    43   {{{
    44   prasanthi@console:~$ omf load -i rfnoc_wigig.ndz -t srv1-lg1,srv2-lg1
    45   }}}
    46 * The image sivers_sb1_cosmos.ndz has UHD and Sivers control software installed.
    47   Load sivers_sb1_cosmos.ndz on srv3,srv4
    48   {{{
    49   prasanthi@console:~$ omf load -i sivers_sb1_cosmos.ndz -t srv3-lg1,srv4-lg1
    50   }}}
    51 * Turn the servers on
    52   {{{
    53   prasanthi@console:~$ omf tell -a on -t srv1-lg1,srv2-lg1,srv3-lg1,srv4-lg1
    54   }}}
    55 * Check the status
    56   {{{
    57   prasanthi@console:~$ omf stat -t system:topo:allres
    58   }}}
    59   {{{
    60  -----------------------------------------------
    61  Node: rfdev1-1.sb1.cosmos-lab.org       State: POWERON
    62  Node: rfdev1-2.sb1.cosmos-lab.org       State: POWERON
    63  Node: rfdev2-1.sb1.cosmos-lab.org       State: POWERON
    64  Node: rfdev2-2.sb1.cosmos-lab.org       State: POWERON
    65  Node: rfdev3-1.sb1.cosmos-lab.org       State: POWERON
    66  Node: rfdev3-2.sb1.cosmos-lab.org       State: POWERON
    67  Node: rfdev3-3.sb1.cosmos-lab.org       State: POWERON
    68  Node: rfdev3-4.sb1.cosmos-lab.org       State: POWERON
    69  Node: rfdev3-5.sb1.cosmos-lab.org       State: POWERON
    70  Node: rfdev3-6.sb1.cosmos-lab.org       State: POWERON
    71  Node: sdr1-md1.sb1.cosmos-lab.org       State: POWERON
    72  Node: sdr1-s1-lg1.sb1.cosmos-lab.org            State: POWERON
    73  Node: sdr2-md1.sb1.cosmos-lab.org       State: POWERON
    74  Node: sdr2-s1-lg1.sb1.cosmos-lab.org            State: POWERON
    75  Node: srv1-lg1.sb1.cosmos-lab.org       State: POWERON
    76  Node: srv2-lg1.sb1.cosmos-lab.org       State: POWERON
    77  Node: srv3-lg1.sb1.cosmos-lab.org       State: POWERON
    78  Node: srv4-lg1.sb1.cosmos-lab.org       State: POWERON
    79 ----------------------------------------------- 
    80   }}}
    81 
    82 * ssh to the nodes, use option -Y if using GUI.
     42==== Find and prepare USRPs ====
    8343
    8444* The IP addresses for Ethernet Port 1(10G) on the X310s sdr2-md2 and sdr2-md3 were hard-coded to 10.115.2.2 and 10.115.2.3 respectively. To access them from srv1-lg1 or srv2-lg2, configure the network interface eno2 as follows
     
    11272}}}
    11373
    114 === Prepare USRPs ===
    11574* Check which RFNoC blocks the are loaded on the X310s, by running uhd_usrp_probe
    11675{{{