Changes between Version 15 and Version 16 of Tutorials/k0SDR/Tutorial04a
- Timestamp:
- Jan 17, 2013, 2:05:42 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/k0SDR/Tutorial04a
v15 v16 16 16 * After logging into grid console, make sure all nodes are turned off 17 17 {{{ 18 nilanjan@console.grid:~$ omf-5. 3tell -a offh -t system:topo:n21018 nilanjan@console.grid:~$ omf-5.4 tell -a offh -t system:topo:n210 19 19 }}} 20 20 21 21 * Verify state of node before continuing. Make sure all nodes are in the POWEROFF state. 22 22 {{{ 23 nilanjan@console.grid:~$ omf-5. 3stat23 nilanjan@console.grid:~$ omf-5.4 stat 24 24 }}} 25 25 26 26 * Image nodes 27 27 {{{ 28 nilanjan@console.grid:~$ omf-5. 3 load -i ubuntu-11-10-gnuradio.ndz -t system:topo:n21028 nilanjan@console.grid:~$ omf-5.4 load -i ubuntu-12-04-gnuradio.ndz -t system:topo:n210 -r 20 29 29 }}} 30 30 31 31 * After nodes are imaged, verify that nodes are in POWEROFF state. Otherwise issue the following to turn them off for a reboot 32 32 {{{ 33 nilanjan@console.grid:~$ omf-5. 3tell -a offh -t system:topo:n21033 nilanjan@console.grid:~$ omf-5.4 tell -a offh -t system:topo:n210 34 34 }}} 35 35 36 36 * Turn nodes back on and verify they are in POWERON state 37 37 {{{ 38 nilanjan@console.grid:~$ omf-5. 3tell -a on -t system:topo:n21038 nilanjan@console.grid:~$ omf-5.4 tell -a on -t system:topo:n210 39 39 }}} 40 40