VirtualBox

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

Last change on this file since 99009 was 98549, checked in by vboxsync, 2 years ago

Docs: bugref:10302. Uploading .dita user manual files we received from the doc team on 25th Jan.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.8 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 Oracle VM VirtualBox. Oracle VM VirtualBox makes OVF import and
12 export easy to do, using VirtualBox Manager 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 Oracle VM VirtualBox.
22 </p>
23 <note>
24 <p>
25 The OVF standard is complex, and support in Oracle VM VirtualBox is
26 an ongoing process. In particular, no guarantee is made that
27 Oracle VM VirtualBox 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 Oracle VM VirtualBox 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 Oracle VM VirtualBox 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