Changes between Version 13 and Version 14 of User Guide/Omf Quick Start
- Timestamp:
- Dec 7, 2022, 6:32:26 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
User Guide/Omf Quick Start
v13 v14 147 147 === OMF save to export the disk image from a single node into the repository. === #save 148 148 149 Once 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 153 This 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 155 Once the node has been shutdown, to save the existing disk image use the command: 156 149 157 {{{#!shell-session 150 158 user@console:~$ omf save … … 164 172 }}} 165 173 166 NODE must be specified in FQDN (fully qualified domain name) format (eg. node1-1.sb1.orbit-lab.org).174 NODE must be specified in FQDN (fully qualified domain name) format (eg. srv1-lg1.sb2.cosmos-lab.org). 167 175 168 176 Examples: 169 177 170 178 Save the disk image from a node. 171 {{{omf save -n s dr2-md1.bed.cosmos-lab.org}}}179 {{{omf save -n srv1-lg1.sb2.cosmos-lab.org}}} 172 180 173 181 [[CollapsibleStart(Example of Output)]]