Book Image

VMware vSphere 5.x Datacenter Design Cookbook

By : Hersey Cartwright
Book Image

VMware vSphere 5.x Datacenter Design Cookbook

By: Hersey Cartwright

Overview of this book

Table of Contents (19 chapters)
VMware vSphere 5.x Datacenter Design Cookbook
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Using vApps to organize virtualized applications


vApps can be used to group individual virtual machines with interdependencies into a single application. A common use case for this would be a multitier web application that requires a web server frontend, an application server, and the supporting database server. The application can then be managed as a single inventory object.

How to do it…

The following steps are to be performed for using vApps to organize virtual machine workloads:

  1. Create a new vApp by launching the New vApp wizard as shown in the following screenshot:

  2. The method for creating the vApp (either creating a new vApp or cloning an existing vApp), the vApp name, the folder location, and the resource allocation settings are configured in the New vApp wizard as shown in the following screenshot:

  3. Once the vApp has been created, you can add virtual machines to the new vApp by dragging them into the vApp. The following screenshot shows a vApp containing the Prod1 and Prod2 virtual machines...