| 13 | | * To get started first make a reservation on the [https://www.orbit-lab.org/schedule/ Orbit Scheduler] for using Sandbox 3 |
| 14 | | |
| 15 | | * After logging into sandbox 3 console, make sure both nodes are turned off |
| 16 | | {{{ |
| 17 | | nilanjan@console.sb3:~$ omf-5.4 tell -a offh -t system:topo:all |
| 18 | | }}} |
| 19 | | |
| 20 | | * Verify state of node before continuing. Make sure all nodes are in the POWEROFF state. |
| 21 | | {{{ |
| 22 | | nilanjan@console.sb3:~$ omf-5.4 stat |
| 23 | | }}} |
| 24 | | |
| 25 | | * Image both nodes |
| 26 | | {{{ |
| 27 | | nilanjan@console.sb3:~$ omf-5.4 load -i ubuntu-12-04-gnuradio.ndz -t node1-1.sb3.orbit-lab.org,node1-2.sb3.orbit-lab.org -r 20 |
| 28 | | }}} |
| 29 | | |
| 30 | | * After nodes are imaged, verify that nodes are in POWEROFF state. Otherwise issue the following to turn them off for a reboot |
| 31 | | {{{ |
| 32 | | nilanjan@console.sb3:~$ nilanjan@console.sb3:~$ omf-5.4 tell -a offh -t system:topo:all |
| 33 | | }}} |
| 34 | | |
| 35 | | * Turn nodes back on and verify they are in POWERON state before proceeding |
| 36 | | {{{ |
| 37 | | nilanjan@console.sb3:~$ nilanjan@console.sb3:~$ omf-5.4 tell -a on -t system:topo:all |
| | 13 | * 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]. |
| | 14 | |
| | 15 | * 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. |
| | 16 | {{{ |
| | 17 | ssh nilanjan@sb3.orbit-lab.org |
| | 18 | }}} |
| | 19 | |
| | 20 | * Image both nodes [[CollapsibleStart(Load an image on the nodes)]] [[Include(Documentation/Short/LoadImage)]][[CollapsibleEnd]] |
| | 21 | {{{ |
| | 22 | nilanjan@console.sb3:~$ omf tell -a offh -t system:topo:all |
| | 23 | : |
| | 24 | : |
| | 25 | nilanjan@console.sb3:~$ omf load -i ubuntu-12-04-gnuradio.ndz -t system:topo:all -r 20 |
| | 26 | : |
| | 27 | : |
| | 28 | nilanjan@console.sb3:~$ omf tell -a on -t system:topo:all |