Jump to content
Updated Privacy Statement

PoC Guide: Getting Started with Citrix Desktops-as-a-Service (DaaS)

  • Contributed By: Ana Ruiz, Steve Beals

Overview

The Citrix Desktops-as-a-Service (DaaS) allows you to provide employees with a full workspace from any device while leaving most of the setup, upgrades, and monitoring to Citrix. IT will continue to manage and control the virtual machines, applications, and policies on the back end, while Citrix manages all the key infrastructure, installation, setup, and upgrades needed to maintain a Citrix environment. This reduces administrative overload and ensures you have all the latest features and functionality.

Conceptual Architecture

poc-guides_cvads_conceptual-architecture.png

Components

Hosted by Citrix:

  • Workspace: complete digital workspace that lets you securely deliver virtual apps, web and SaaS apps, and desktops, to your end-users.
  • Gateway Service: allows secure, contextual remote access to apps and data
  • DaaS: allows IT to provide virtual apps and desktops to their end users

Hosted by Customer:

  • Cloud Connector: serves as a channel for communication between Citrix Cloud and your resource location. Although this is hosted within the customer's resource location, it is managed by Citrix and kept evergreen. A minimum of two Cloud Connectors per resource location is recommended so that there is no loss in communication with Citrix Cloud.
  • Virtual Delivery Agent: The VDA is used to register with the Cloud connector so connections can be brokered between the end-user's device and the virtual machine

Scope

This proof-of-concept guide describes the following:

  1. Creating a Citrix Cloud account
  2. Requesting a Citrix DaaS trial
  3. Creating a Resource Location and installing the Citrix Cloud Connectors
  4. Installing Citrix Virtual Delivery Agent on the virtual machines
  5. Creating a Machine Catalog in Citrix DaaS
  6. Creating a Delivery Group
  7. Launching a session from Citrix Workspace

Prerequisites

VM Requirements

Prior to starting this POC, you need to create an image and install any application you would like to deliver to your end users.

Virtual Delivery Agents (VDAs) are required on each physical or virtual machine that delivers applications and desktops and register with the cloud connectors. VDAs can be installed in either single-session or multi-session OS. The following operating systems are supported:

  • Windows 10 (see CTX224843 for edition support) multi-session and single session
  • Windows 7
  • Windows Server 2012 R2 and newer

Cloud Connector Requirements

The cloud connectors act as the communication channel between the components hosted in Citrix Cloud and the components hosted in the resource location. The cloud connectors act as a proxy for the delivery controller in Citrix Cloud. To install the Citrix Cloud Connectors in your environment, you require (at least two) Windows Server 2012 R2 or later server machines/VMs. You require static IPs for these two machines. Windows installation and domain join of these machines must have been done in advance. The system requirements for the Cloud Connectors are here. Review the guidance on the cloud connector installation here. The machine the Citrix Cloud Connector runs on must have network access to all the virtual machines that are to be made available on the internet via the Citrix Workspace.

Some requirements for the Citrix Cloud Connector installation (installer performs checks for these) are:

The Citrix Cloud Connector machine must have outbound Internet access on port 443, and port 80 to only *.digicert.com. The port 80 requirement is for X.509 certificate validation. See more info here

Microsoft .NET Framework 4.7.2 or later must be pre-installed on the machine

Time on the machine must be synced with UTC

The Cloud Connector Connectivity Check Utility tool can be used to test the reachability of the Citrix Cloud and its related services

Deployment Steps

Create Citrix Cloud Account

If you are an existing Citrix Cloud customer, skip to the next section: Request Citrix DaaS Trial. Ensure that you have an active Citrix Cloud account. If your account has expired, contact your account manager to enable it.

If you need to sign up for a new Citrix Cloud account please follow the step by step instructions here: Signing up for Citrix Cloud

Request a Citrix DaaS Trial

You can evaluate Citrix DaaS by request through Citrix. From a trial, you can convert to a paid service subscription. To request a trial, follow these instructions.

Note For some services you must request a demo from a Citrix sales representative before you can try out the service. Requesting a demo allows you to discuss your organization’s cloud service needs with a Citrix sales representative. Also, the sales representative ensures you have all the information needed to use the service successfully.

When your trial is approved and ready to use, Citrix sends you an email notification.

Create a Resource Location

Resource locations contain the resources required to deliver applications and desktops to your users. Your resource locations include your active delivery domain controller, your hypervisor or cloud services (hosts), your session hosts, and your cloud connectors.

  1. Log in to your Citrix Cloud Console from your cloud connector (this can be done via RDP).
  2. Under Resource Locations Click Edit or Add New

poc-guides_cvads_resource-location1.png

  1. Click Add a Resource Location

poc-guides_cvads_resource-location2.png

  1. Click the ellipses on the top right of the new resource location. Click Manage Resource Location.

    poc-guides_cvads_resource-location3.png

  2. Enter a new name of the New Resource Location. Click Confirm

poc-guides_cvads_resource-location4.png

  1. Under the newly created resource location click + Cloud Connectors

poc-guides_cvads_resource-location5.png

  1. Click Download. Click Run once the download finishes

poc-guides_cvads_resource-location6.png

  1. Citrix Cloud connectivity test successful message is displayed. Click Close. If the test fails, check the following link to resolve the issue. You may also use the Cloud Connector Connectivity Check Utility tool to verify all addresses are reachable

poc-guides_cvads_resource-location7.png

  1. Click Sign In and Install

poc-guides_cvads_resource-location8.png

  1. Sign in to your Citrix Cloud account using the user name and password combination you have previously setup.

poc-guides_cvads_resource-location8a.png

  1. From the drop-down menu select the appropriate Customer and Resource Location (Resource location drop-down menu will not be displayed if there is only one resource location). Click Install

poc-guides_cvads_resource-location9.png

  1. Once the installation completes, a service connectivity test runs. Let it complete and you see a successful result. Click Close

poc-guides_cvads_resource-location10.png

poc-guides_cvads_resource-location10a.png

  1. Refresh the Resource Location page in Citrix Cloud.

poc-guides_cvads_resource-location11.png

  1. Click Cloud Connectors

poc-guides_cvads_resource-location12.png

  1. The newly added Cloud Connector is listed. Repeat to install another Cloud Connector in the Resource Location on the second Windows server machine that you prepared.

poc-guides_cvads_resource-location14.png

Install Citrix Virtual Delivery Agent

The Virtual Delivery Agent must be installed on all physical or virtual machines that are used to deliver applications or desktops. In this POC, we are going to be installing it on virtual machines. These can be single-session OS or multi-session OS depending on your organization’s needs.

  1. Connect to the virtual machine the Domain admin. (for this POC, we are connecting via RDP) This will serve as the master image.

    poc-guides_cvads_vda1.png

  2. Open Citrix.com on a browser. Hover over Sign In and click My Account

    poc-guides_cvads_vda2.png

  3. Sign in with your username and password.

    poc-guides_cvads_vda3.png

  4. Click Downloads in the top menu. From the Select a product drop-down menu, select Citrix Virtual Apps and Desktops

    poc-guides_cvads_vda4.png

  5. In the page that opens, select the latest version of Citrix Virtual Apps and Desktops 7

    poc-guides_cvads_vda5.png

  6. Scroll down to Components that are on the product ISO but also packaged separately. Click the chevron to expand the section. Click Download File on the appropriate iso (depending on if you’re installing in a single or multi-session OS)

    poc-guides_cvads_vda6.png

  7. Check “I have read and certify that I comply with the above Export Control Laws” check box, if you agree. Click Accept. The download begins.

    poc-guides_cvads_vda7.png

  8. Save the file. When the download completes, Click Open Folder

    poc-guides_cvads_vda8.png

  9. Click Run

    poc-guides_cvads_vda9.png

  10. Select Create a master MCS image and click Next

    poc-guides_cvads_vda10.png

  11. Click Next

    poc-guides_cvads_vda11.png

  12. Choose the additional components that you need and click Next

    poc-guides_cvads_vda12.png

  13. Type in the name of your cloud connector. Click Test connection and then click Add

    poc-guides_cvads_vda13.png

  14. Add the second cloud connector and select Next
  15. Choose the appropriate features and click Next

    poc-guides_cvads_vda15.png

  16. Click the firewall and select Next

    poc-guides_cvads_vda16.png

  17. Review the components and click Install

    poc-guides_cvads_vda17.png

  18. If you want to collect diagnostic information click Connect, otherwise clear and click Next

    poc-guides_cvads_vda18.png

  19. Type in your Citrix Cloud credentials and click Ok

    poc-guides_cvads_vda19.png

  20. Click Next

    poc-guides_cvads_vda20.png

  21. Once the installation is completed click Finish (this might require the machine to restart)

    poc-guides_cvads_vda21.png

    Repeat the procedure for all the master images you want to make. The same process applies for multi-session OS, except you would download the multi-session OS iso.

Create a Hosting Connection to the Citrix Cloud

Specific supported hypervisors can be found here

  1. Once the trial is approved, Login to Citrix Cloud from your local machine. Scroll to My Services, and locate DaaS service tile, click Manage

poc-guides_cvads_hosting1.png

  1. The Full Configuration page is displayed.

poc-guides_cvads_hosting2.png

  1. In the Left navigation menu, click Zones and verify that Resource Location and Cloud Connector you have setup are visible.

poc-guides_cvads_zones.png

  1. In the Left navigation menu, click Hosting and then click Add Connection and Resources

poc-guides_cvads_hosting4.png

  1. Select your connection type and input the necessary information

poc-guides_cvads_hosting5.png

  1. Decide whether you are going to use shared storage or local storage and click Next

poc-guides_cvads_hosting6.png

  1. Pick with where you want each storage type to be saved and click Next

poc-guides_cvads_hosting7.png

  1. Choose which network that you want your virtual machines to use in addition to a name for the resource and click Next

poc-guides_cvads_hosting8.png

  1. Review the summary and if everything is accurate click Finish

poc-guides_cvads_hosting9.png

Create a Machine Catalog in Citrix DaaS

Use Citrix DaaS to create a catalog of the virtual machines. We are going to be creating copies of the machine we installed the VDA agent.

  1. In the left menu under Citrix Studio. Click Machine Catalogs

    poc-guides_cvads_machine-catalog1.png

  2. In the Actions menu (right side). Click Create Machine Catalog

    poc-guides_cvads_machine-catalog2.png

  3. In the Machine Catalog Setup dialog, click Next

    poc-guides_cvads_machine-catalog3.png

  4. Select the appropriate operating system for your machine catalog. This needs to match the operating system of the virtual machine where you installed the VDA

    poc-guides_cvads_machine-catalog4.png

  5. Choose how you want to deploy your machines. In this POC guide, we are going to have Machines that are powered managed and deployed through Citrix Machine Creation Services. Click Next

    poc-guides_cvads_machine-catalog5.png

  6. Choose how you want users to connect. Click Next

    poc-guides_cvads_machine-catalog6.png

  7. Choose the VM in which you installed the VDA and click Done

    poc-guides_cvads_machine-catalog7.png

    poc-guides_cvads_machine-catalog7a.png

  8. Specify the number of machines that you want created and click Next

poc-guides_cvads_machine-catalog8.png

  1. Active Directory accounts for the new VM can be created beforehand or can be created automatically. Specify which OU that you want these new VMs to be a part of. Determine the naming scheme that you want these new machines to have and click Next

poc-guides_cvads_machine-catalog9.png

poc-guides_cvads_machine-catalog9a.png

  1. Enter credentials that have sufficient permissions to create machine accounts in active directory and click Ok

poc-guides_cvads_machine-catalog10.png

  1. Enter a Machine Catalog name. Review—and click Finish

poc-guides_cvads_machine-catalog11.png

  1. Leave Workspace Environment Management selection to default and click Next

poc-guides_cvads_machine-catalog12a.png

  1. This will now create a copy of the master image and create your machine catalog

poc-guides_cvads_machine-catalog12.png

  1. Once completed you see that your machine catalog appears in your Citrix Cloud console

poc-guides_cvads_machine-catalog13.png

Create Delivery Group

  1. From the left side menu click Delivery Groups to start creating your delivery group.

poc-guides_cvads_delivery-group1.png

  1. Click Create Delivery Group.

poc-guides_cvads_delivery-group2.png

  1. In the Create Delivery Group dialog that opens Select the catalog you created earlier and choose the number of machines from the machine catalog that will be assigned to this delivery group. Click Next

poc-guides_cvads_delivery-group4.png

  1. You can choose to assign users at this stage, or leave the user management to Citrix Cloud and assign users through the Citrix Cloud library. Click Next

poc-guides_cvads_delivery-group5.png

  1. You can specify applications that appear to the end users under their workspace or if you want to deliver only the desktop, leave this blank and click Next

poc-guides_cvads_delivery-group6.png

  1. Select Next on the Scopes screen

poc-guides_cvads_delivery-group6a.png

  1. Leave the default selected on License Assignment and click Next

poc-guides_cvads_delivery-group7a.png

  1. Choose the name of your Delivery group and the display name that your users will see and click Finish

poc-guides_cvads_delivery-group7.png

Add Users

  1. Go back to main menu of Citrix Cloud and click View Library

poc-guides_cvads_users1.png

  1. You will now see your offerings available. Click the ellipses and click Manage Subscribers

poc-guides_cvads_users2.png

  1. Choose the user or group that you want to assign to those resources

poc-guides_cvads_users3.png

Launch a Session from Citrix Workspace

  1. Open the Workspace URL you had saved earlier (from Citrix Cloud) to the gain access to the Citrix Workspace. Login as a domain user you assigned the resources in the previous section

    poc-guides_cvads_launch1.png

  2. If this is the first time you are launching a session from the browser, you may get the following pop-up. Ensure Citrix Workspace App is installed and click Detect Workspace

    poc-guides_cvads_launch2.png

  3. Click View all Desktops. You will now see the desktop that we assigned in the previous section

    poc-guides_cvads_launch3.png

  4. The session launches giving the user access to their virtual desktop

Additional Information

The Citrix Cloud Resource Center can help you learn more about features, and search to resolve issues.

  1. Click the blue compass arrow at the bottom of the Citrix Cloud page

poc-guides_cvads_info1.png

  1. Click Search Articles. This allows you to search through a list of product documentation and Knowledge Center Articles

poc-guides_cvads_info2.png

  1. Enter a search query

poc-guides_cvads_info3.png

You have access to a list of product documentation and Knowledge Center articles for common tasks without leaving Citrix Cloud.


User Feedback


There are no comments to display.



Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...