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


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

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/k0SDR/Tutorial00

    v28 v29  
    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].
    15 
    16  * Access the domain: [[CollapsibleStart(Login into reserved domain)]][[Include(Documentation/Short/Login)]][[CollapsibleEnd]] After you receive the reservation's confirmation email, you can access the reserved domain by ssh to the corresponding domain console.
    17 {{{
    18   ssh nilanjan@sb3.orbit-lab.org
    19 }}}
    20 
    21  * Image both nodes [[CollapsibleStart(Load an image on the nodes)]] [[Include(Documentation/Short/LoadImage)]][[CollapsibleEnd]]
    22 {{{
    23 nilanjan@console.sb3:~$ omf tell -a offh -t system:topo:all
    24 :
    25 :
    26 nilanjan@console.sb3:~$ omf load -i ubuntu-12-04-uhd.ndz -t system:topo:all -r 20
    27 :
    28 :
    29 nilanjan@console.sb3:~$ omf tell -a on -t system:topo:all
    30 }}}
     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]]
    3119
    3220=== Usage ===