Changes between Version 8 and Version 9 of Tutorials/Wireless/Fosphor


Ignore:
Timestamp:
Dec 11, 2020, 6:49:49 PM (3 years ago)
Author:
prasanthi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/Fosphor

    v8 v9  
    1010
    1111=== Prerequisites ===
     12In order to access the test bed, create a reservation and have it approved by the reservation service. Access to the resources is granted after the reservation is confirmed. Please follow the process shown on the COSMOS [wiki:GettingStarted getting started] page to get started.
     13
    1214=== Resources required ===
     152 servers srv3-lg1, srv4-lg1, 2 USRP X310s rfdev3-1, rfdev3-2 and both the Sivers platforms rfdev3-5, rfdev3-6 on COSMOS SB1.
    1316=== Tutorial Setup ===
     17
     18Follow the steps below to gain access to the [wiki:/hardware/Domains/sb1 sandbox 1 console] and set up nodes with appropriate images.
     19 1. If you don't have one already, sign up for a [https://www.cosmos-lab.org/portal-2/ COSMOS account]
     20 1. [wiki:/GettingStarted#MakeaReservation Create a resource reservation] on sandbox 1
     21 1. [Documentation/Short/Login Login] into sandbox 1 console (console.sb1.cosmos-lab.org) with two SSH sessions.
     22 1. Make sure all the nodes and devices used in the experiment are turned off:
     23{{{#!shell
     24omf tell -a offh -t srv3-lg1,srv4-lg1,rfdev3-1,rfdev3-2,rfdev3-5,rfdev3-6 
     25}}}
     26 1. The image sivers_sb1_cosmos.ndz is [baseline_uhd.ndz] with Sivers control software installed.   
     27  Load sivers_sb1_cosmos.ndz on srv3,srv4. 
     28{{{#!shell
     29omf load -i sivers_sb1_cosmos.ndz -t srv3-lg1,srv4-lg1
     30}}}
     31 1. Turn all the required resources on and check the status
     32{{{#!shell
     33omf tell -a on -t srv3-lg1,srv4-lg1,rfdev3-1,rfdev3-2,rfdev3-5,rfdev3-6
     34}}}
     35{{{#!shell
     36omf stat -t system:topo:allres
     37}}}
     38 1. ssh to the nodes, use option -Y for using GUI.
     39
    1440=== Experiment Execution ===
    1541=== Configure !MobaXterm for node access ===