Changes between Version 3 and Version 4 of GENIRacksHome/OpenGENIRacks/UserGuide


Ignore:
Timestamp:
02/13/15 20:19:56 (9 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/OpenGENIRacks/UserGuide

    v3 v4  
    8181Users can create a snapshot of a VM for use in future slices. Images can be created and deleted using the 'performoerationaction' command and requires an options file. The command to create a custom image of a snapshot in a VM that exists in the slice is:
    8282{{{
    83 omni.py -a gram -V3 performoperationalaction <slice name> create_snapshot --options <optionsfile>
     83omni -a gram -V3 performoperationalaction <slice name> create_snapshot --options <optionsfile>
    8484}}}
    8585
     
    9494The command to delete and image is:
    9595{{{
    96 omni.py -a gram -V3 performoperationalaction <slice name> delete_snapshot --options <optionsfile>
     96omni -a gram -V3 performoperationalaction <slice name> delete_snapshot --options <optionsfile>
    9797}}}
    9898The optionsfile is of the same format and must contain the field "snapshot_name". It must be called using an existing slice, though the slice need not contain any VMs with the image to be deleted.