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

Setting up SQL mirroring


SQL mirroring is generally used for the disaster recovery model to provide high availability to the database. To implement SQL mirroring, you need at least two SQL server instances on the same server or the different server. One of the SQL server instances acts as the primary database instance, known as principal, while the other one is a mirror instance, know as mirror instance.

While configuring SQL mirroring for Citrix database, make sure the database is in full recovery mode and follow these steps:

  1. Make sure the Citrix database that requires mirroring is in full recovery model.

  2. Then, take a backup of the Citrix database with the transaction log and restore it on another SQL server instance, which will act as a mirror.

    Tip

    While restoring the database, the process should be executed using No recovery option.

  3. To enable database mirroring, go to the primary SQL server instance using SQL server management studio; go to the properties of the Citrix database and then go...