Changes between Version 26 and Version 27 of Tutorials/k0SDR/Tutorial04a
- Timestamp:
- May 8, 2015, 5:25:44 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/k0SDR/Tutorial04a
v26 v27 18 18 * After logging into grid console, make sure all nodes are turned off 19 19 {{{ 20 nilanjan@console.grid:~$ omf tell -a offh -t system:topo: n21020 nilanjan@console.grid:~$ omf tell -a offh -t system:topo:all 21 21 }}} 22 22 … … 28 28 * Image nodes 29 29 {{{ 30 nilanjan@console.grid:~$ omf load -i ubuntu-12-04-uhd.ndz -t system:topo:n210-r 2030 nilanjan@console.grid:~$ omf load -i ubuntu-12-04-uhd.ndz -t node3-3,node8-8,node13-13 -r 20 31 31 }}} 32 32 33 33 * After nodes are imaged, verify that nodes are in POWEROFF state. Otherwise issue the following to turn them off for a reboot 34 34 {{{ 35 nilanjan@console.grid:~$ omf tell -a offh -t system:topo: n21035 nilanjan@console.grid:~$ omf tell -a offh -t system:topo:all 36 36 }}} 37 37 38 38 * Turn nodes back on and verify they are in POWERON state 39 39 {{{ 40 nilanjan@console.grid:~$ omf tell -a on -t system:topo:n21040 nilanjan@console.grid:~$ omf tell -a on -t node3-3,node8-8,node13-13 41 41 }}} 42 42