Book Image

Mastering XenApp

By : Sunny Jha
Book Image

Mastering XenApp

By: Sunny Jha

Overview of this book

Citrix® XenApp® is one of the leading pieces of Application delivery software that delivers Windows compatible apps to users on any device, anywhere. Citrix® XenApp® also gives administrators the ability to manage and control the freedom of mobility by increasing the security and saving costs at the same time. This book will provide you with all the knowledge required to successfully deploy and master a complete Citrix® hosted application. First, it will cover essential concepts of the architecture of XenApp®. You will then learn how to set up Hypervisor and how to set up Infrastructure components. Next you will learn how to Set up Citrix® Components, XenApp® resources, PVS, and Netscaler. We will further look at how to prepare the environment for Rollout. Additionally, you will learn how to configure the Citrix® components such as Citrix® Director. Moreover, you’ll learn about shared desktop for delivery to end users and the application of policies for effective and secure delivery. Finally, you will learn how to implement provisioning services for a Citrix® XenApp® 7.6 environment.
Table of Contents (16 chapters)
Mastering XenApp
Notice
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface
Index

Preparing the master virtual machine


As we are deploying Citrix XenApp to deliver the hosted application, in this section, we will be doing the basic task of preparing our virtual machine so that it can be used as a master template to deploy the virtual machine, which will be used in Machine Catalog to deliver the application.

For this section, I have already created a virtual machine with Windows server OS 2012 R2. To start preparing the master VM, we have to do the following things to avoid any issues:

  • Join the virtual machine to an active directory domain.

  • License and activate the operating system: This is important because once we create the machine from Master Image, it should contain the licensing information so that we don't have to do this task again and again.

  • DHCP for network addressing: This is also important to avoid the IP conflicts if we don't use the DHCP.

  • Install Virtual Delivery Agent: VDA is one of those plugins which facilitates the communication between the virtual machine...