Changes between Version 13 and Version 14 of User Guide/Omf Quick Start


Ignore:
Timestamp:
Dec 7, 2022, 6:32:26 PM (17 months ago)
Author:
jkol
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • User Guide/Omf Quick Start

    v13 v14  
    147147=== OMF save to export the disk image from a single node into the repository. === #save
    148148
     149Once you have the image prepared the way you want it. You need to run the following script on the node:
     150
     151{{{root@srv1-lg1.sb1.orbit-lab.org: /root/prepare.sh}}}
     152
     153This will remove udev rules (to prevent renaming of interfaces) and dump log files to lower the size of the image. It will also shutdown the node.
     154
     155Once the node has been shutdown, to save the existing disk image use the command:
     156
    149157{{{#!shell-session
    150158user@console:~$ omf save
     
    164172}}}
    165173
    166 NODE must be specified in FQDN (fully qualified domain name) format (eg. node1-1.sb1.orbit-lab.org).
     174NODE must be specified in FQDN (fully qualified domain name) format (eg. srv1-lg1.sb2.cosmos-lab.org).
    167175
    168176Examples:
    169177
    170178  Save the disk image from a node.
    171     {{{omf save -n sdr2-md1.bed.cosmos-lab.org}}}
     179    {{{omf save -n srv1-lg1.sb2.cosmos-lab.org}}}
    172180
    173181[[CollapsibleStart(Example of Output)]]