Changes between Version 26 and Version 27 of Tutorials/k0SDR/Tutorial04a


Ignore:
Timestamp:
May 8, 2015, 5:25:44 PM (9 years ago)
Author:
nilanjan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/k0SDR/Tutorial04a

    v26 v27  
    1818 * After logging into grid console, make sure all nodes are turned off
    1919{{{
    20 nilanjan@console.grid:~$ omf tell -a offh -t system:topo:n210
     20nilanjan@console.grid:~$ omf tell -a offh -t system:topo:all
    2121}}}
    2222
     
    2828 * Image nodes
    2929{{{
    30 nilanjan@console.grid:~$ omf load -i ubuntu-12-04-uhd.ndz -t system:topo:n210 -r 20
     30nilanjan@console.grid:~$ omf load -i ubuntu-12-04-uhd.ndz -t node3-3,node8-8,node13-13 -r 20
    3131}}}
    3232
    3333 * After nodes are imaged, verify that nodes are in POWEROFF state. Otherwise issue the following to turn them off for a reboot
    3434{{{
    35 nilanjan@console.grid:~$ omf tell -a offh -t system:topo:n210
     35nilanjan@console.grid:~$ omf tell -a offh -t system:topo:all
    3636}}}
    3737
    3838 * Turn nodes back on and verify they are in POWERON state
    3939{{{
    40 nilanjan@console.grid:~$ omf tell -a on -t system:topo:n210
     40nilanjan@console.grid:~$ omf tell -a on -t node3-3,node8-8,node13-13
    4141}}}
    4242