| | 17 | |
| | 18 | Follow 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 |
| | 24 | omf 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 |
| | 29 | omf 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 |
| | 33 | omf tell -a on -t srv3-lg1,srv4-lg1,rfdev3-1,rfdev3-2,rfdev3-5,rfdev3-6 |
| | 34 | }}} |
| | 35 | {{{#!shell |
| | 36 | omf stat -t system:topo:allres |
| | 37 | }}} |
| | 38 | 1. ssh to the nodes, use option -Y for using GUI. |
| | 39 | |