Changes between Version 9 and Version 10 of User Guide/Omf Quick Start
- Timestamp:
- May 11, 2020, 5:38:00 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
User Guide/Omf Quick Start
v9 v10 1 1 [[Include(WikiToC)]] 2 2 3 == Resource Control with OMF == # omfquickstart3 == Resource Control with OMF == #quickstart 4 4 5 5 [[TOC(UserGuide/OmfQuickStart,UserGuide/Omf/*,inline,nonumbering,depth=3,notitle)]] … … 11 11 To get quickly the sections below describe some of the most used OMF commands in the basic form. These commands are run from the testbed console. 12 12 13 === OMF usage 13 === OMF usage === #usage 14 14 15 15 {{{#!shell-session … … 31 31 32 32 33 === OMF status to retrieve status of node(s) 33 === OMF status to retrieve status of node(s) === #stat 34 34 {{{#!shell-session 35 35 user@console:~$ omf status … … 60 60 61 61 62 === OMF tell to power on or off the node(s) 62 === OMF tell to power on or off the node(s) === #tell 63 63 64 64 {{{#!shell-session … … 97 97 98 98 99 === OMF load to install a disk image on the node(s) 99 === OMF load to install a disk image on the node(s) === #load 100 100 101 101 {{{#!shell-session … … 145 145 146 146 147 === OMF save to export the disk image from a single node into the repository. 147 === OMF save to export the disk image from a single node into the repository. === #save 148 148 149 149 {{{#!shell-session … … 172 172 173 173 174 === omf exec to execute an OEDL script 174 === omf exec to execute an OEDL script === #exec 175 175 176 176 {{{#!shell-session