Changes between Version 4 and Version 5 of Documentation/Short/SaveImage


Ignore:
Timestamp:
May 13, 2010, 3:09:24 PM (14 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Short/SaveImage

    v4 v5  
    2020
    2121 {{{
    22   orbit save [1,1]
     22  omf save [1,1]
    2323  # will save the current disk image on node [1,1] of the 'sb1' testbed
    2424
     
    5353 * install this disk image on a set of nodes, using the instructions described in this [wiki:Tutorial/HowToImage tutorial]. In this example, to install the newly created disk image on node (1,2):
    5454{{{
    55   orbit load [1,2] tmp/node-1-1-2008-07-20-23-39-39.ndz
     55  omf load [1,2] tmp/node-1-1-2008-07-20-23-39-39.ndz
    5656  # will install the disk image on node [1,2] of the 'sb1' testbed
    5757
    5858 }}}
    59  * only for the purpose of making a backup of your image: log into the ''"frisbee"'' machine, and copy your image to your backup storage.
     59 * only for the purpose of making a backup of your image: log into the ''"repository"'' machine, and copy your image to your backup storage.
    6060
    6161[[BR]]
     
    6666Each image created by the above saving process is a full hard-disk image, which can have arbitrary large file size (>200Mo or even more). As storage on the ''"frisbee"'' machine is limited, please be considerate in the number of images you save/use, and move any unused images to your own archival storage.
    6767
    68 The generic '''orbit''' command used above is the access point to control various ORBIT functions, such as the saving of a disk image from a node, with the sub-command "save". To see a list of all the available '''orbit''' commands, you should type ''"orbit help"''.
     68The generic '''omf''' command used above is the access point to control various ORBIT functions, such as the saving of a disk image from a node, with the sub-command "save". To see a list of all the available '''omf''' commands, you should type ''"omf help"''.
    6969
    70 Finally, the complete available option/commands for the ''save'' function are given by ''"orbit help save"'':
     70Finally, the complete available option/commands for the ''save'' function are given by ''"omf help save"'':
    7171
    7272 {{{
    73   orbit help save
     73  omf help save
    7474
    7575
     
    7777
    7878Usage:
    79       orbit save [-h]
    80       orbit save [NODE] [DOMAIN]
     79      omf save [-h]
     80      omf save [NODE] [DOMAIN]
    8181 
    8282      With:
     
    8686 
    8787      Some Examples:
    88                     orbit save [5,10]
    89                     orbit save [11,2] grid
    90 
     88                    omf save [5,10]
     89                    omf save [11,2] grid
     90 
    9191 }}}