| 44 | 1. Make sure the RF switch boxes are configured to use RFSoCs (all switches set to port 2) |
| 45 | {{{#!shell-session |
| 46 | root@console:~# curl am1.cosmos-lab.org:5054/rf_switch/status?name=rfsw1.sb1.cosmos-lab.org,rfsw2.sb1.cosmos-lab.org |
| 47 | |
| 48 | <response status="OK"> |
| 49 | <rf_switch name="rfsw1.sb1.cosmos-lab.org" num_of_switches="4"> |
| 50 | <switch number="1" port="2"/> |
| 51 | <switch number="2" port="2"/> |
| 52 | <switch number="3" port="2"/> |
| 53 | <switch number="4" port="2"/> |
| 54 | </rf_switch> |
| 55 | <rf_switch name="rfsw2.sb1.cosmos-lab.org" num_of_switches="4"> |
| 56 | <switch number="1" port="2"/> |
| 57 | <switch number="2" port="2"/> |
| 58 | <switch number="3" port="2"/> |
| 59 | <switch number="4" port="2"/> |
| 60 | </rf_switch> |
| 61 | </response> |
| 62 | }}} |
| 63 | |
| 64 | * If some or all the ports are set to "1", set them to port "2" |
| 65 | {{{#!shell |
| 66 | curl "am1.cosmos-lab.org:5054/rf_switch/set?name=rfsw1.sb1.cosmos-lab.org,rfsw2.sb1.cosmos-lab.org&switch=1,2,3,4&port=2" |
| 67 | }}} |
76 | | |
77 | | * Make sure the RF switch boxes are configured to use RFSoCs (all switches set to port 2) |
78 | | {{{#!shell-session |
79 | | root@console:~# curl am1.cosmos-lab.org:5054/rf_switch/status?name=rfsw1.sb1.cosmos-lab.org,rfsw2.sb1.cosmos-lab.org |
80 | | |
81 | | <response status="OK"> |
82 | | <rf_switch name="rfsw1.sb1.cosmos-lab.org" num_of_switches="4"> |
83 | | <switch number="1" port="2"/> |
84 | | <switch number="2" port="2"/> |
85 | | <switch number="3" port="2"/> |
86 | | <switch number="4" port="2"/> |
87 | | </rf_switch> |
88 | | <rf_switch name="rfsw2.sb1.cosmos-lab.org" num_of_switches="4"> |
89 | | <switch number="1" port="2"/> |
90 | | <switch number="2" port="2"/> |
91 | | <switch number="3" port="2"/> |
92 | | <switch number="4" port="2"/> |
93 | | </rf_switch> |
94 | | </response> |
95 | | }}} |
96 | | |
97 | | * If some or all the ports are set to "1", set them to port "2" |
98 | | {{{#!shell |
99 | | curl "am1.cosmos-lab.org:5054/rf_switch/set?name=rfsw1.sb1.cosmos-lab.org,rfsw2.sb1.cosmos-lab.org&switch=1,2,3,4&port=2" |
100 | | }}} |
101 | | |