Changes between Version 8 and Version 9 of User Guide/Omf Quick Start
- Timestamp:
- May 11, 2020, 5:07:22 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
User Guide/Omf Quick Start
v8 v9 13 13 === OMF usage 14 14 15 {{{ 16 console>omf15 {{{#!shell-session 16 user@console:~$ omf 17 17 18 18 Run a command on the testbed(s) … … 32 32 33 33 === OMF status to retrieve status of node(s) 34 {{{ 35 console>omf status34 {{{#!shell-session 35 user@console:~$ omf status 36 36 37 37 Returns the status of the nodes in a testbed. … … 62 62 === OMF tell to power on or off the node(s) 63 63 64 {{{ 65 console>omf tell64 {{{#!shell-session 65 user@console:~$ omf tell 66 66 67 67 Switch ON/OFF and reboot the nodes in a testbed. … … 99 99 === OMF load to install a disk image on the node(s) 100 100 101 {{{ 102 console>omf load101 {{{#!shell-session 102 user@console:~$ omf load 103 103 Install a given disk image on the nodes in a testbed. 104 104 … … 147 147 === OMF save to export the disk image from a single node into the repository. 148 148 149 {{{ 150 console>omf save149 {{{#!shell-session 150 user@console:~$ omf save 151 151 152 152 Save a disk image from a given node into an archive file. … … 174 174 === omf exec to execute an OEDL script 175 175 176 {{{ 177 console>omf exec176 {{{#!shell-session 177 user@console:~$ omf exec 178 178 179 179 Execute an experiment script.