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


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

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/mmwave80211adORCA

    v9 v10  
    88=== Resources required ===
    994 servers srv1-lg1 to srv4-lg1, 2 USRP X310s rfdev3-1, rfdev3-2 and both the Sivers platforms rfdev3-5, rfdev3-6 on COSMOS SB1.
     10
     11=== Tutorial Setup ===
     12
     13Follow the steps below to gain access to the [wiki:/hardware/Domains/sb1 sandbox 1 console] and set up nodes with appropriate images.
     14 1. If you don't have one already, sign up for a [https://www.cosmos-lab.org/portal-2/ COSMOS account]
     15 1. [Documentation/Short/CreateRes Create a resource reservation] on sandbox 1
     16 1. [Documentation/Short/Login Login] into sandbox 1 console (console.sb1.cosmos-lab.org) with two SSH sessions.
     17 1. Make sure all the nodes and devices used in the experiment are turned off:
     18{{{
     19omf tell -a offh -t srv1-lg1,srv2-lg1,srv3-lg1,srv4-lg1,rfdev3-1,rfdev3-2,rfdev3-5,rfdev3-6 
     20}}}
     21 1. Load the images on the computing nodes
     22{{{
     23omf load -i rfnoc_wigig.ndz -t srv1-lg1,srv2-lg1
     24}}}
     25{{{
     26  omf load -i sivers_sb1_cosmos.ndz -t srv3-lg1,srv4-lg1
     27}}}
     28 1. Turn all the required resources on and check the status
     29{{{
     30omf tell -a on -t srv1-lg1,srv2-lg1,srv3-lg1,srv4-lg1,rfdev3-1,rfdev3-2,rfdev3-5,rfdev3-6
     31}}}
     32{{{
     33omf stat -t system:topo:allres
     34}}}
     35
    1036
    1137=== Execution ===