VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/ovf-about.dita@ 105145

Last change on this file since 105145 was 99797, checked in by vboxsync, 21 months ago

Docs: bugref:10302. Merging changes from the docs team. Almost exclusively conkeyref related stuff.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.1 KB
Line 
1<?xml version='1.0' encoding='UTF-8'?>
2<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
3<topic xml:lang="en-us" id="ovf-about">
4 <title>About the OVF Format</title>
5
6 <body>
7 <p>
8 OVF is a cross-platform standard supported by many
9 virtualization products which enables the creation of ready-made
10 virtual machines that can then be imported into a hypervisor
11 such as <ph conkeyref="vbox-conkeyref-phrases/product-name"/>. <ph conkeyref="vbox-conkeyref-phrases/product-name"/> makes OVF import and
12 export easy to do, using <ph conkeyref="vbox-conkeyref-phrases/vbox-mgr"/> or the command-line
13 interface.
14 </p>
15 <p>
16 Using OVF enables packaging of <i>virtual
17 appliances</i>. These are disk images, together with
18 configuration settings that can be distributed easily. This way
19 one can offer complete ready-to-use software packages, including
20 OSes with applications, that need no configuration or
21 installation except for importing into <ph conkeyref="vbox-conkeyref-phrases/product-name"/>.
22 </p>
23 <note>
24 <p>
25 The OVF standard is complex, and support in <ph conkeyref="vbox-conkeyref-phrases/product-name"/> is
26 an ongoing process. In particular, no guarantee is made that
27 <ph conkeyref="vbox-conkeyref-phrases/product-name"/> supports all appliances created by other
28 virtualization software. For a list of known limitations, see
29 <xref href="KnownIssues.dita">Known Limitations</xref>.
30 </p>
31 </note>
32 <p>
33 Appliances in OVF format can appear in the following variants:
34 </p>
35 <ul>
36 <li>
37 <p>
38 They can come in several files, as one or several disk
39 images, typically in the widely-used VMDK format. See
40 <xref href="vdidetails.dita"/>. They also include a textual
41 description file in an XML dialect with an
42 <filepath>.ovf</filepath> extension. These files must then
43 reside in the same directory for <ph conkeyref="vbox-conkeyref-phrases/product-name"/> to be able
44 to import them.
45 </p>
46 </li>
47 <li>
48 <p>
49 Alternatively, the above files can be packed together into a
50 single archive file, typically with an
51 <filepath>.ova</filepath> extension. Such archive files use
52 a variant of the TAR archive format and can therefore be
53 unpacked outside of <ph conkeyref="vbox-conkeyref-phrases/product-name"/> with any utility that can
54 unpack standard TAR files.
55 </p>
56 </li>
57 </ul>
58 <note>
59 <p>
60 OVF cannot describe snapshots that were taken for a virtual
61 machine. As a result, when you export a virtual machine that
62 has snapshots, only the current state of the machine will be
63 exported. The disk images in the export will have a
64 <i>flattened</i> state identical to the current
65 state of the virtual machine.
66 </p>
67 </note>
68 </body>
69
70</topic>
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette