Changes between Version 8 and Version 9 of User Guide/Omf Quick Start


Ignore:
Timestamp:
May 11, 2020, 5:07:22 AM (5 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • User Guide/Omf Quick Start

    v8 v9  
    1313=== OMF usage
    1414
    15 {{{
    16 console> omf
     15{{{#!shell-session
     16user@console:~$ omf
    1717
    1818Run a command on the testbed(s)
     
    3232
    3333=== OMF status to retrieve status of node(s)
    34 {{{
    35 console> omf status
     34{{{#!shell-session
     35user@console:~$ omf status
    3636
    3737Returns the status of the nodes in a testbed.
     
    6262=== OMF tell to power on or off the node(s)
    6363
    64 {{{
    65 console> omf tell
     64{{{#!shell-session
     65user@console:~$ omf tell
    6666
    6767Switch ON/OFF and reboot the nodes in a testbed.
     
    9999=== OMF load to install a disk image on the node(s)
    100100
    101 {{{
    102 console> omf load
     101{{{#!shell-session
     102user@console:~$ omf load
    103103Install a given disk image on the nodes in a testbed.
    104104
     
    147147=== OMF save to export the disk image from a single node into the repository.
    148148
    149 {{{
    150 console> omf save
     149{{{#!shell-session
     150user@console:~$ omf save
    151151
    152152Save a disk image from a given node into an archive file.
     
    174174=== omf exec to execute an OEDL script
    175175
    176 {{{
    177 console> omf exec
     176{{{#!shell-session
     177user@console:~$ omf exec
    178178
    179179Execute an experiment script.