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]] |