Changes between Version 25 and Version 26 of Old/Tutorials/HowToImage


Ignore:
Timestamp:
May 13, 2010, 2:53:30 PM (14 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/Tutorials/HowToImage

    v25 v26  
    2020
    2121 {{{
    22   orbit load all baseline-7.11.ndz
    23   # will write the disk image with the name 'baseline-7.11.ndz' on all the nodes on the 'grid'
     22  omf load all ubuntu.ndz
     23  # will write the disk image with the name 'ubutnu.ndz' on all the nodes on the 'grid'
    2424
    25   orbit load [1..10,1..5] baseline-7.11.ndz
     25  omf load [1..10,1..5] ubuntu.ndz
    2626  # same as above, but only on the nodes that have their coordinates x=[1..10] and y=[1..5]
    2727 
    28   orbit load [[3,1],[5,6]] baseline-7.11.ndz
     28  omf load [[3,1],[5,6]] ubuntu.ndz
    2929  # same as above, but only on nodes [3,1] and [5,6]
    3030
    31   orbit load [1,1] baseline-7.11.ndz
     31  omf load [1,1] ubuntu.ndz
    3232  # same as above, but only on node [1,1]
    3333 }}}
     
    3636
    3737 {{{
    38 Imaging nodes: '[1..20,1..20]' with image 'baseline-7.11.ndz' on default domain (retrieved from hostname)
     38Imaging nodes: '[1..20,1..20]' with image 'ubuntu.ndz' on default domain (retrieved from hostname)
    3939 INFO init: NodeHandler Version 4.2.0 (1272)
    4040 INFO init: Experiment ID: grid_2007_07_03_03_13_50
     
    5757== Learning More ==
    5858
    59 The generic '''orbit''' command used above is the access point to control various ORBIT functions, such as the imaging of nodes with the sub-command "load". To see a list of all the available '''orbit''' commands, you should type ''"orbit help"''.
     59The generic '''omf''' command used above is the access point to control various ORBIT functions, such as the imaging of nodes with the sub-command "load". To see a list of all the available '''omf''' commands, you should type ''"omf help"''.
    6060
    6161At the end of the ''imaging'' process, you will have 3 ''topology'' files within your user directory:
     
    7070
    7171
    72 Finally, the complete available option/commands for imaging function are given by ''"orbit help load"'':
     72Finally, the complete available option/commands for imaging function are given by ''"omf help load"'':
    7373
    7474 {{{
    75   orbit help load
     75  omf help load
    7676
    7777Install a given disk image on the nodes in a testbed
     
    9898 
    9999      Some Examples:
    100                     orbit load
    101                     orbit load all
    102                     orbit load all baseline-2.4.ndz
    103                     orbit load [1,1] wireless-2.6.ndz
    104                     orbit load [[1,2],[1,4]] baseline.ndz 400
    105                     orbit load [[1,1],[2..6,1..2]]
    106                     orbit load system:topo:circle my_Own_Image.ndz
    107                     orbit load my_Own_Topology baseline-2.2.ndz 600 grid
     100                    omf load
     101                    omf load all
     102                    omf load all baseline-2.4.ndz
     103                    omf load [1,1] wireless-2.6.ndz
     104                    omf load [[1,2],[1,4]] baseline.ndz 400
     105                    omf load [[1,1],[2..6,1..2]]
     106                    omf load system:topo:circle my_Own_Image.ndz
     107                    omf load my_Own_Topology baseline-2.2.ndz 600 grid
    108108 }}}