Book Image

VMware vSphere 5.5 Cookbook

By : Abhilash G B
Book Image

VMware vSphere 5.5 Cookbook

By: Abhilash G B

Overview of this book

Table of Contents (22 chapters)
VMware vSphere 5.5 Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Exporting a virtual machine


A virtual machine can be packaged for transport. vSphere provides a method to do so, by exporting a virtual machine in an open virtual machine format (OVF), which is an open standard developed by the Distributed Management Task Force (DMTF) with cooperation from VMware, Citrix, IBM, Microsoft, Sun, and other companies.

There are two formats to package a virtual machine and its files:

  • Open Virtualization Format (OVF)

  • Open Virtualization Archive (OVA)

Read the How it works... section of the following recipe to understand the difference between the two formats.

How to do it...

The following procedure explains how to export a virtual machine to OVA or OVF format:

  1. Right-click on the VM and navigate to All vCenter Actions | Export OVF Template...:

  2. In the Export OVF Template window, provide a name for the template, choose an export folder and export format, and then click on OK to initiate the export as shown in the following screenshot:

How it works...

The OVF will package all...