Changes between Version 29 and Version 30 of Tutorials/k0SDR/Tutorial00


Ignore:
Timestamp:
Sep 30, 2014, 3:52:40 AM (10 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/k0SDR/Tutorial00

    v29 v30  
    1212
    1313=== Set up ===
    14  * Before you can access the testbed, you need to [https://www.orbit-lab.org/schedule make a reservation] and get it approved by the  [wiki:Documentation/Scheduler reservation service]. After you receive the reservation's confirmation (approval) email:
    15 
    16  * Access the domain: [[CollapsibleStart(Login into reserved domain: ssh username@sb3.orbit-lab.org)]][[Include(Documentation/Short/Login)]][[CollapsibleEnd]]
    17  * Image the nodes [[CollapsibleStart(Load an image on the nodes: omf load -i ubuntu-12-04-uhd.ndz -t system:topo:all)]] [[Include(Documentation/Short/LoadImage)]][[CollapsibleEnd]]
    18  * Image the nodes [[CollapsibleStart(Turn on the nodes: omf tell -a on -t all)]] [[Include(Documentation/Short/Tell)]][[CollapsibleEnd]]
     14 * Before you can access the testbed, you need to [https://www.orbit-lab.org/schedule make a reservation] and get it approved by the  [wiki:Documentation/Scheduler reservation service]. After receiving the reservation's confirmation (approval) email:
     15
     16 * [[CollapsibleStart(Login into reserved domain: ssh username@sb3.orbit-lab.org)]][[Include(Documentation/Short/Login)]][[CollapsibleEnd]]
     17 * [[CollapsibleStart(Load an image on the nodes: omf load -i ubuntu-12-04-uhd.ndz -t system:topo:all)]] [[Include(Documentation/Short/LoadImage)]][[CollapsibleEnd]]
     18 * [[CollapsibleStart(Turn on the nodes: omf tell -a on -t all)]] [[Include(Documentation/Short/TellOn)]][[CollapsibleEnd]]
    1919
    2020=== Usage ===
     
    2222 ssh into node1-1
    2323{{{
    24 nilanjan@console.sb3:~$ ssh root@node1-1
     24username@console.sb3:~$ ssh root@node1-1
    2525root@node1-1:~# cd uhd/host/build/examples/
    2626}}}
     
    2828 ssh into node1-2
    2929{{{
    30 nilanjan@console.sb3:~$ ssh root@node1-2
     30username@console.sb3:~$ ssh root@node1-2
    3131root@node1-1:~# cd uhd/host/build/examples/
    3232}}}