Book Image

Getting Started with Citrix XenApp?? 7.6

Book Image

Getting Started with Citrix XenApp?? 7.6

Overview of this book

If you want to effectively deploy the various components of Citrix XenApp to create an enterprise environment for application and desktop delivery, this hands-on guide is perfect for you. You start off by understanding the need and benefits of Citrix XenApp with respect to Virtualization technology. After this, you will get to grips with the requirement analysis and designing aspect of building XenApp systems and all the necessary installation and configuration procedures for Citrix XenApp, StoreFront and NetScalar Gateway are explained one by one in detail. Step-by-step, you will learn to deploy your first XenApp with the Machine Creation Services method and Provisioning Services method. After this, you will explore the administering part of applications and systems, followed by printing in the XenApp environment. Next, you will learn all the trips and tricks required to troubleshoot and support the XenApp environment. By the end of this book, you will be ready to go live with your new XenApp environment.
Table of Contents (22 chapters)
Getting Started with Citrix XenApp 7.6
Notice
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
9
Building Your First XenApp Farm – Provisioning Services™
Index

The user logon process


In this section, we will explore the user logon process in XenApp in a hosted app scenario. As explained earlier, the true power of XenApp is that a user can launch a variety of remote applications running in a server environment at any time on any device. This is a brief overview of how the traditional logon process in XenApp 7.6 works:

  1. A user launches Citrix Receiver on a client device or opens a web browser and navigates to a web portal supplied by an IT administrator.

  2. The user types in their credentials in Citrix Receiver or StoreFront.

  3. Upon successful authentication, the user is presented with an app store showing the applications and desktops assigned to them by the administrator.

  4. The user clicks on one of the applications or desktops available in the store.

  5. Within a few seconds, the application runs on their workstations and they are able to use their business application as if it were local to their device. For customers who cannot have the Receiver client installed on user devices, Citrix has included the Receiver for HTML5, which is configured on the StoreFront server and runs a virtual session inside the web browser.

Now, let's take a look at how the Citrix infrastructure makes the aforementioned transaction possible on the backend:

  1. Upon user login, either Citrix StoreFront or NetScaler Gateway (depending on the frontend solution used) passes the credentials to Active Directory (AD), which validates them and passes the information over to the Delivery Controller.

  2. Delivery Controller polls back AD and checks in the SQL database to determine what resources are assigned to the user.

  3. Hosted applications and desktops are enumerated in the user's Receiver store.

  4. When the user clicks on an app, StoreFront transmits an ICA file to Citrix Receiver on the client device. Receiver then uses the file to establish an ICA session.

  5. When a session is granted by the Delivery Controller and the application is launched, a Receiver progress bar is displayed on the endpoint and during this phase, the user profile is loaded and group policies and any logon scripts are applied for this particular session.

    Note

    With XenApp 7.6, the session prelaunch and lingering features can be leveraged to reduce wait times for the application to start by shifting profile load, GPO processing, and logon scripts to an earlier time. The benefits and functionality of these features are demonstrated in Chapter 10, Administering a XenApp® Environment – Application Management.