Changes between Version 5 and Version 6 of DSC/dc_trial1
- Timestamp:
- Jun 14, 2013, 3:09:15 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DSC/dc_trial1
v5 v6 26 26 * Image nodes (this will image all nodes with USRPs with SBX daughtercards): 27 27 {{{ 28 username@console.grid:~$ omf load -i baseline-gnu-12-04-32bit.ndz -t inventory:topo:sbx-r 2028 username@console.grid:~$ omf load -i baseline-gnu-12-04-32bit.ndz -t node1-2.grid.orbit-lab.org,node20-20.grid.orbit-lab.org -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 username@console.grid:~$ omf tell -a offh -t inventory:topo:sbx33 username@console.grid:~$ omf tell -a offh -t node1-2.grid.orbit-lab.org,node20-20.grid.orbit-lab.org 34 34 }}} 35 35 36 36 * Turn nodes back on and verify they are in POWERON state 37 37 {{{ 38 username@console.grid:~$ omf tell -a on -t inventory:topo:sbx38 username@console.grid:~$ omf tell -a on -t node1-2.grid.orbit-lab.org,node20-20.grid.orbit-lab.org 39 39 }}} 40 40