File: ovf-about.dita

package info (click to toggle)
virtualbox 7.2.2-dfsg-2
  • links: PTS, VCS
  • area: contrib
  • in suites: sid
  • size: 616,072 kB
  • sloc: cpp: 2,377,613; ansic: 2,351,258; asm: 379,359; python: 233,965; xml: 89,678; sh: 25,697; makefile: 8,169; perl: 5,697; java: 5,337; cs: 4,872; pascal: 1,785; javascript: 1,692; objc: 1,131; lex: 931; sed: 921; php: 906; yacc: 707
file content (57 lines) | stat: -rw-r--r-- 3,347 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
<topic xml:lang="en-us" id="ovf-about">
  <title>About the OVF Format</title>
  
  <body>
    <p>OVF is a cross-platform standard supported by many virtualization products which enables the creation of
      ready-made virtual machines that can then be imported into a hypervisor such as <ph
        conkeyref="vbox-conkeyref-phrases/product-name"/>. <ph conkeyref="vbox-conkeyref-phrases/product-name"/> makes
      OVF import and export easy to do, using <ph conkeyref="vbox-conkeyref-phrases/vbox-mgr"/> or the command-line
      interface. </p>
    <p>Using OVF enables packaging of <i>virtual appliances</i>. These are disk images, together with configuration
      settings that can be distributed easily. This way one can offer complete ready-to-use software packages, including
      OSes with applications, that need no configuration or installation except for importing into <ph
        conkeyref="vbox-conkeyref-phrases/product-name"/>. </p>
    <note>
      <p>The OVF standard is complex, and support in <ph conkeyref="vbox-conkeyref-phrases/product-name"/> is an ongoing process. No guarantee is made that <ph conkeyref="vbox-conkeyref-phrases/product-name"/> supports all appliances created by other virtualization software. In particular, the following limitations exist:</p>
      <p>
        <ul>
          <li>
            <p>OVF localization, with multiple languages in a single OVF file, is not yet supported.</p>
          </li>
          <li>
            <p>Some OVF sections like StartupSection, DeploymentOptionSection, and InstallSection are ignored.</p>
          </li>
          <li>
            <p>OVF environment documents, including their property sections are not yet supported.</p>
          </li>
          <li>
            <p>Remote files using HTTP or other mechanisms are not yet supported.</p>
          </li>
        </ul>
      </p>
    </note>
    <p>Appliances in OVF format can appear in the following variants: </p>
    <ul>
      <li>
        <p>They can come in several files, as one or several disk images, typically in the widely-used VMDK format. See
            <xref href="vdidetails.dita"/>. They also include a textual description file in an XML dialect with an
            <filepath>.ovf</filepath> extension. These files must then reside in the same directory for <ph
            conkeyref="vbox-conkeyref-phrases/product-name"/> to be able to import them. </p>
      </li>
      <li>
        <p>Alternatively, the above files can be packed together into a single archive file, typically with an
            <filepath>.ova</filepath> extension. Such archive files use a variant of the TAR archive format and can
          therefore be unpacked outside of <ph conkeyref="vbox-conkeyref-phrases/product-name"/> with any utility that
          can unpack standard TAR files. </p>
      </li>
    </ul>
    <note>
      <p>OVF cannot describe snapshots that were taken for a virtual machine. As a result, when you export a virtual
        machine that has snapshots, only the current state of the machine will be exported. The disk images in the
        export will have a <i>flattened</i> state identical to the current state of the virtual machine. </p>
    </note>
  </body>
  
</topic>