vm-export
Usage
avcli vm-export [--path pathname] [--format format] [--volumes volumes] [--wait] [--force] vm-name
Description
Note: Before you can start an export, you must mount a target Windows/CIFS or NFS share (from another system) in the everRun host operating system. For details, see Exporting a Virtual Machine.
Options
--path pathname | A pathname relative to the export mount point to where the exported OVF is written. |
--format format |
The format of the disk to be exported. Valid values are:
|
--volumes name | Restrict the exported volumes to those specified; otherwise, all volumes will be created. Specify volumes by configuration name or ID, boot volume first. |
--wait | Wait for the export operation to complete. Specify this option to view the export progress. |
--force | Force the VM to be exported, even if it is still running. |
vm-name | Specify the name of the VM to be exported. |
Examples
$ avcli vm-export --path exports/excalibur1 excalibur1
$ avcli vm-export --volumes volume:o1345 volume:o1389 --path exports/excalibur1 excalibur1