XenDesktop 5. Under The Covers. Senior Systems Engineer, EMEA

Size: px
Start display at page:

Download "XenDesktop 5. Under The Covers. Senior Systems Engineer, EMEA"

Transcription

1 XenDesktop 5. Under The Covers. Senior Systems Engineer, EMEA

2 This is a Hands On workshop. So Very few marketing and positioning slides Many slides in the deck won t be presented Ask Questions MCS Only

3 Simpler To Deploy

4 Deployment Desktop Studio Designed for IT Admins minutes to install clicks to configure seconds to add a new user

5 Quick Deploy Your Best Friend for PoC s The Quick Deploy concept guides you through the initial Installation Configuration Deployment

6 The Deployment Wizard Takes This Site Site Name Host Hosting Infrastructure Resources Storage Infrastructure Details Master Image Master VM Image VM Information VM Information Users User Settings

7 Does This Configuring Services Host Obtain Identify schema and configure creation specified SQL scripts hypervisor from services connection Create and hosting database unit (via and Hyp apply service) schema creation SQL scripts Point Create services broker catalog newly and created hypervisor database connection Register Configure and Acct join services identity with config pool service Configuring Assignment Machine Creation Create broker machine desktop accounts group in the (including identity access pool policy Create rule, entitlement a provisioning policy scheme rule, power by copying time schemes master VM etc) Create Add machines from using catalog the provisioning to the desktop scheme group Add machines to the broker catalog

8 and creates a fully functional XenDesktop 5 site

9 XenDesktop 5 New Concepts

10 New Concepts in XenDesktop 5 Site XenDesktop deployment in single geographical location Recommended not to spread WAN networks Can contain host connections from various Hypervisors (Desktop Group Size) Previously known as a farm in XenDesktop 4 Defines the XenDesktop 5 Management Realm Hosts (Hosting Unit) Infrastructure comprised of hypervisors, storage and other virtualization components such as networks that is needed to run the Virtual Desktops A site can have multiple host connections (multiple Hypervisors)

11 Site-based deployment Delivery Controller SQL Mirror SQL Cluster HA VM Delivery Controller SQL Mirror SQL Cluster HA VM Delivery Controller Delivery Controller Delivery Controller Delivery Controller

12 New Concepts in XenDesktop 5 Catalogs A collection or pool of similar machine types. Catalogs are used to populate desktop groups. Contains the base image, AD computer accounts for the Desktop. Can include machines from 1 or more hypervisors. Can be split into as many Desktop Groups as needed.

13 Direct copies of the master VM. Changes are not persisted. (Random / Static) Permanently assigned to individual users. Changes are persisted. VM s that were previously created. Desktops hosted on dedicated blade servers vdisk imaged from a master target device with PVS

14 New Concepts in XenDesktop 5 Desktop Groups Contains machines from one or more catalogs. Not limited to a single hypervisor pool. Desktop Groups are assigned to users. Desktop Rules and Power Polices are applied to Desktop Groups. A single user may access multiple desktops in a Desktop Group or a single desktop may be assigned to multiple users.

15 Summary Of The Changes XenDesktop 4 XenDesktop 5 Farm Desktop Group DDC / Broker / Controller IMA datastore XML Blob Terminal Services Site Catalog with Desktop Group XenDesktop Controller SQL database Full Armor Policy Removed Dependency

16 Exercise One, Two & Three - Desktop Deployment - What Just Happened - The Database and Services

17 Architecture

18 XenDesktop 5 Architecture Desktop Studio NOTE: Greatly Simplified Communication Desktop Director PowerShell WCF Machine Creation Service XenDesktop Controller Host Service AD Identity Service Machine Identity Service Broker Service Configuration Service Virtual Desktop Machine Creation Services Broker Services Infrastructure Services SQL Server

19 Administration Machine Database Broker Block Diagram (relation to major components) Infrastructure Services Controller Controller Machine Creation Services Desktop Studio WCF WCF Broker service SDK Active Directory License Server LDAP Hypervisor & Storage Http or PS (via HCL) VDA XML (http) IIS WCF VDA CBP (WCF) WI Sites Desktop Director Site Workstation Agent

20 Controller Services Service instances are stateless as much as possible. i.e. State is not stored in the Service rather held centrally in the database. Controllers are interchangeable Each of the broker service modules can process requests from other components. Thus there is no dependency on a particular controller server in the site. Exception to this rule: Site Services.

21 Site Services Blocks of functionality that run on only one DDC at a time However, it DOES NOT cause a bottleneck. The load is so low as to be negligible. Used for site-wide operations. Configurable via PowerShell Get-BrokerController shows which site service functions are being performed by which Controllers. Site Services allocated to controllers automatically. Brokers maintain a heartbeat and failover takes place in the event of failure.

22 What does Site Services do? Functionality modules that running in the Broker Service Controller Reaper Finds and marks failed controllers Broker Reaper Finds and kills expired launch sessions. Licensing communicates with license server Registration Hardening Completes soft registered machines to hard registrations. Power Policy manages idle pool levels and initiates policy power actions Group Usage monitors how many desktops are in use in each group

23 Hypervisor Connection Site Service One site service for each broker hypervisor connection, Set-BrokerHypervisorConnection sets the preferred Controller to run Hypervisor site service This is the only part of the broker that communicates with the hypervisors This limits the number of connections from servers that the hypervisor has to cope with.

24 Controller Registration Each Service registers with the configuration service (including the configuration service itself). This builds the directory of services available so that services can interact as required. Each service is then informed of the location of the Configuration service so that the services can use the service directory for its operations. In essence, a service directory is built and maintained.

25 XenDesktop Controller Services

26 Broker Service The Broker consists of many parts and is the main part the Controller Service (The XenDesktop Controller) Responsible for most of the day to day activity of a Site

27 The Broker responds to Enumerates and launches the desktops brokered to users. Processes registrations and status updates from VDAs. Controls power state of machines according to policy and user demands. Obtains and release licenses for sessions Passes status of XenDesktop site to admin consoles Workspace control requests, Machine reset requests

28 Broker Service Interaction with other Services MCS services e.g. Reset the disks associated with a VM immediately prior to starting that VM. Infrastructure Services Config Service is used to find the location of infrastructure and MCS services Host Service is used to obtain details about hypervisor connections Hypervisors interaction is performed via the Hypervisor Communications Library

29 Broker Interaction with Hosting Management Module Controls the power state of the configured VDA machines Manages properties such as Power actions and throttling (Power State Changes) Power policy Running / Idle pool management

30 Power Action Queues Idle Pool Count is configured under "Power Management" in the properties of Assignments Stops/starts performed via the hypervisor are queued in the SQL database (Hosting Action Queue Manager)

31 Broker Interaction with the VDA CBP (Connection Brokering Protocol) interaction with VDA Communicates with the workstation agent service on the VDA. Duties Include Registration Launch sequence Status updates session state, user logged in, PortICA stack state etc Session Control such as disconnected or terminated

32 Broker Interaction with XML Services Module. Interaction with WI via XML protocols over http(s) NFuse XML Service (wpnbr) handles user login/validation, desktop / application enumeration, launch and session control ( WorkSpace Control ). Machine Control XML service handles user-driven desktop reset of VM s STA XML Service used by Access Gateway to control/ track user sessions

33 The Broker and it s Database Remember : The Broker Service instances are stateless as much as possible. Broker service database content is split into two schemas The config schema Contains configuration data Does not update frequently The state schema. Contains information about the current state of broker elements Update frequently (and should be volatile) Both schemas contain tables and stored procedures.

34 SQL Database: Broker Service Schema Desktop Groups Desktops Catalogs Workers Worker Index Configuration Schema: chb_config DiagWorker Workers Worker Names Worker Registrations Brokered Sessions Sessions WI Sessions Worker Endpoints Soft Registrations Licenses State Schema: chb_state

35 Other Schemas Machine Creation Service DesktopUpdateManagerSchema AD Identity Service ADIdentitySchema Machine Identity Service MachinePersonalitySchema Configuration service ConfigurationSchema Host service HostingUnitServiceSchema

36 Configuration And Host Services Configuration Service (CCS) Register services that form part of the XenDesktop deployment Provides directory services to all other Rhone services including itself. Host Service (HUS) Creates and Manages connections to the Hypervisor XenServer (standalone host or a single XenServer Pool) VMWare ESX (via VMWare vcenter) Microsoft Hyper-V (via System Center Virtual Machine Manager (SCVMM)) Custom 3rd party hypervisors (requires 3rd party plugin) Analogous to Pool Management in XD4. Get-BrokerHyperVisorConnection

37 Exercise Four & Five - Adding a second controller - The Database

38 XenDesktop Controller Machine Creation Services

39 Is Provisioning Services Dead? NO!!! Citrix Provisioning Services Global Deployment Model FlexCast Unifies Management of Physical and Virtual Desktops Requires a Deployment Investment (PXE, Windows Servers) PVS is ideal for delivery of Server Class Operating Systems to bare metal Machine Creation Services Benefits of Provisioning Services Concept Optimized for Hypervisor environments Low Deployment Investment, Less config & network dependencies Not only small rather SIMPLE, CONSISTENT, STABLE etc VDI scenarios only

40 Machine Creation Services The Real VDI Provisions the virtual machines that are brokered to users. Uses a Provisioning Scheme VM s are based on a Master Image The VMs can be shared or private mode. Shared Mode The OS disk image is reset to its initial state after each restart. Private Mode The OS disk image is retained across boots. Each VM consists of an Difference disk and an Identity disk. The DIFF captures writes for the Operating System. The ID disk provides the AD computer account information

41 Machine Creation Services consists of Machine Creation Service Responsible for the creation of the VMs AD Identity Service Creates / Manages AD computer accounts and passwords of VM. Machine Identity Service Create DIFF and ID disks for VMs Manages storage attached to provisioned VMs Machine Identity Agent (VDA based) Component that resides on the VDA that ensures VDA Identity within the domain Maintains the computer AD password of the Virtual Desktop

42 Machine Creation Services

43 Machine Creation Process Provisioning process consists of 2 mechanisms Creation of a Provisioning Scheme Creation of Machines The Provisioning Scheme defines Name, CPU Count, Memory size, Master Image VM, Identity Pool, Hosting Unit, Boot Behaviour Tasks on the Provisioning Scheme are synchronous i.e. you cannot provision and delete at the same time

44 Machine Creation Process consists of STEP ONE: Image Consolidation Snapshots are consolidated into one image Mitigates performance impact of multiple snapshots This is the Master Image for provisioning scheme. Removes the dependency on the Golden Image i.e. you can change or delete the Golden Image without affecting the Virtual Machines

45 Machine Creation Process consists of STEP TWO: Machine Creation Uses Provisioning Scheme to create virtual machines. Supplies the AD Identity and disk management facilities. Creates Disks for Each Virtual Machine OS Disk image (Diff Disk) Identity disk image (ID Disk)

46 The two Disks OS disk image OS disk image (Diff Disk) The primary disk for the provisioned machine. Created by making a differencing disk to the master image. Destroyed at VM Boot The Identity disk image Contains the identity of the Virtual Machine A file called CTXSOSID.INI, The ListOfDDCs key Attached as a second disk to the VM at creation. Remains untouched for the lifetime of the VM.

47 Machine Creation Services - Operation Hypervisor Admin selects Golden Master Image, this is copied as Full Clone and becomes the Golden Master VM Image (QD Base Disk) Admin Provisions x VM s MCS creates an ID Disk and a Difference Disk and attaches them to each VM ID DIFF ID DIFF ID DIFF ID DIFF MCS Powers up the VM, obtains Identity from the ID Disk Golden Golden Master Master VM Image (BASE) Storage OS Reads come from the Base OS Writes go to the Diff Disk

48 Master VM Snapshot chain is consolidated for performance into new Golden Master VM Image consolidate Desktop Group is updated to reference new Golden Master VM Image New image is propagated to Virtual Machines at reboot

49 Identity disk and diff disks The Disk Sizes reported by a Hypervisor console are what the Hypervisor thinks and not the Actual Consumed Space The Diff Disk is Thrown Away at VM Power On

50 Just to explain what we do and why it s not new. Quote from.. Windows Server 2008 R2 native VHD support Once a differencing disk gets attached to a parent VHD, all the IO writes will be redirected to the differencing disk and parent VHD will not be modified. For example, if you have a Windows Server 2008 R2 VHD as the parent VHD and you connected a new differencing disk to this, the child VHD or the differencing disk becomes the target for all I/O writes. Hence, if you enable any role after connecting the differencing disk, all information pertaining to the new role or feature will be written to the child VHD. Thus, you can keep the parent VHD unmodified and connect multiple child VHDs to it and enable different roles/features in every child VHD.

51 Just to explain why it s not a new idea Golden VM Master Image Master Disk Virtual Machine One Virtual Machine Two Virtual Machines Virtual Machine Three Virtual Machine Four Virtual Machine Five

52 Compatible Storage Almost any shared storage will work, but... Thin Provisioned is better XenServer ESX Hyper-V Recommended NFS NFS CSV Low Scale: Fibre Channel iscsi DAS Low Scale: VMFS CSV uses VHD files under the covers - we create one 'dynamic VHD' for the master image and then differencing VHDs for each VM created. Net result - thin provisioning.

53 PVS Read Cache??? Provisioning Services: Hypervisor(s) Provisioning Services Storage Caches base image in RAM for fast delivery Machine Creation Service: Hypervisor(s) RAM Cache Storage Rack-friendly, 0U hit for RAM cache Caches base image in RAM for fast delivery

54 When to use which.. Machine Creation Services POC Production Less Complex VDI Scalability numbers later VDI Only Provisioning Services POC Production Complex VDI, Flexcast Scalability known FlexCast

55 How simple can it get Machine Creation Services No Streaming, No PXE Uses VHD Chaining Writes go to Diff Disk Reads come from Base Provisioning Services Streams over the network Utilizes PXE booting Use the Pane Of Glass analogy

56 Exercise Six - Machine Creation Services

57 Desktop Launch

58 How is a desktop launched? A lot is used in the background Desktop Viewer Web Interface Broker Services Machine Creation Service VDA Agent Service PortICA Protocol Stack Workstation Agent Service Machine Identity Agent FullArmor Policy Engine Infrastructure Services WCF License Server XML (http) WI Sites Controller IIS Controller Machine Creation Services Broker service WCF WCF Desktop Director Site Database SDK Http or PS (via HCL) CBP (WCF) LDAP Administration Machine Desktop Studio Active Directory Hypervisor & Storage VDA VDA Workstation Agent

59 How is a desktop launched (1)? User logs in to Web Interface. Web Interface validates login and requests the desktop via the broker XML service. Web Interface launches desktop via XML service. Broker selects the VDA machine, requests a reset of that machine s disk (via MCS) and starts the machine (via an HCL call to the hypervisor)

60 How is a desktop launched (1)? OS on the VM boots and the appropriate AD machine identity is applied via the machine identity agent (ID Disk attached to the VM) OS continues to boot, the workstation agent service starts, and the VDA registers with the broker. At this point, machine specific policies are applied by the FullArmor engine.

61 How is a desktop launched (1)? The VDA is now registered and can accept the ICA connection from the broker service to the workstation agent service. PortICA starts listening. The broker passes the desktop address to Web Interface Web Interface passes an ICA file to the user s web browser which launches the desktop viewer on the endpoint device

62 How is a desktop launched (1)? The desktop viewer examines the ICA file, uses its contents to identify the VDA machine, and initiates an ICA connection via PortICA to the VDA. The desktop viewer and PortICA negotiate capabilities via the ICA connection and PortICA calls the workstation agent to validate the connection and obtain user credentials.

63 How is a desktop launched (1)? The workstation agent passes the credentials on to the PortICA stack which uses them to create a new Windows session. The PortICA stack applies user-specific policies via FullArmor policy. Desktop interaction with the user via Desktop Viewer and the ICA connection is now possible.

64 Exercise Seven - Some Useful Database stuff

65 HA Scalability

66 Database Activity Measurements not available yet Still in development / optimization cycle 20,000 Desktops is approx 350MB. The Transaction Log Files are the key!!! Need to be actively managed.

67 Scalability??? No bottleneck due to farm master (XD4) Controllers load balance launch requests Controllers load balance VDA registration Controllers talk to SQL database Don t forget proximity to the database Single server scalability Disk i/o could be the bottleneck and logon rate plays a role here

68 Database High-Availability Broker is critically dependant on Database Existing connections not impacted Creating new connections and reconnecting to desktops impacted Database Failure = Broker Failure Supported Database H/A Options: (expected popularity order) 1. SQL Mirror Virtual Machine H/A 3. SQL Cluster

69 Autonomous VDA High Availability Mode: Brokered VDA is available for connection via ICA Launch file when the broker is unavailable Stand-Alone Mode: VDA connections made via ICA Launch file conditioned by licensing period control Demo Mode: Demonstration mode using VDA and Client control panels providing time limited connections

70 Autonomous VDA High Availability Mode Allows client connect via ICA file when broker is down Enabled by registry setting HKLM\Software\Citrix\VirtualDesktopAgent\HighAvailability REG_DWORD set to non-zero Limited to 30 days.

71 Design No longer necessary to define specialised servers. SQL SOA architecture A single DDC can maitina 10,000 VDA By misktake we tested 20,000 Site Services are distributed automatically between the controllers, using the election process is as follows: Cmdlet Get-BrokerController. Look for property ActiveSiteServices Simply configure all the desktops with the addresses of all brokers. The VDA will randomly select one DDC from the list and try to register with that DDC. If registration fails then that DDC is removed from the list and the cycle repeats until the VDA either registers or exhausts the list. In the latter case with the exhausted list, the VDA will wait and repeat the whole process again with the original full list.

72 Design Desktop Director has been designed for enterprise grade service desks and is therefore very scalable. Nevertheless it is recommended to install Desktop Director on separate servers, to ensure not impacting logon times due to high console usage. There are five operations that require administrative access to the server/database. These are expected to always being performed by an administrator, so there is no specific role-based support for these. The operations are: Database/schema creation and addition of first DDC: The minimal role membership required to run the generated script is dbcreator plus securityadmin (note that I think if run directly via Desktop Studio you require sysadmin privilege).

73 Design Adding a subsequent DDC: The script creates a login, a DB user, and executes various stored procedures in the XD database. Since there is no XD-specific database role associated with this, you would minimally need securityadmin and db_owner privileges. Removing a DDC: The script removes a DB user and executes various stored procedures in the XD database. Since there is no XD-specific database role associated with this, you would need db_owner privileges. Note that the securityadmin role is not required since the login is not removed. Adding DDC logins to a mirror server: The script creates just a login suitable for the DDC (the minimum required configuration on the mirror server in a mirrored configuration). This requires securityadmin privileges. Schema updates: Require db_owner privileges

74 Feedback und Präsentationen Ihre Meinung ist uns wichtig. Bitte nehmen Sie sich einige Minuten Zeit, unseren Online Feedbackbogen auszufüllen. Den Link dazu erhalten Sie einige Tage nach der Veranstaltung. Im Anschluss an den Fragebogen haben Sie Zugriff auf die Downloadseite der Präsentationen.

75

76 Additional Material That Wasn t Presented

77 Resources XenDesktop Design Handbook Provisioning Services Anti Virus Best Practices Virtual Desktop Resource Allocation XD5 POC Quick Start Guide Screen shot based, step by step guide to a PoC Covers Quick Deploy, Desktop Deploy Examples of Desktop Studio, Desktop Director

78 Resources Configure a XenDesktop 5 Site to Use an Existing SQL Database Move an Existing XenDesktop 5 Database to a New SQL Server Configure XenDesktop for SQL Database Mirroring Reconfigure a XenDesktop Site to Use a Mirrored Database XDDBDiag for XenDesktop

79 Resources Redeploy XenDesktop Without Re-Installing XenDesktop 5 FAQ Use a Specific SQL port with XenDesktop 5 XenDesktop 5 Database Transaction Log Growing Excessively Change the XML Port in XenDesktop 5

80 Resources Planning Guide: XenDesktop 5 Migration XenDesktop 4 to XenDesktop 5 Virtual Desktop Agent Conversion Process with Provisioning Server XenDesktop Planning Guide: Desktop Image Delivery XenDesktop 5 Master Classes

81 Resources HDX Demo Mode y+it+out

82 XD5 Quick PoC Kit My Citrix Ask you Citrix contact Tracking of downloads URL alias available:

XenDesktop 5 PoC s the easy way. Senior Systems Engineer, EMEA

XenDesktop 5 PoC s the easy way. Senior Systems Engineer, EMEA XenDesktop 5 PoC s the easy way paul.murray@eu.citrix.com Senior Systems Engineer, EMEA This is a Hands On workshop. So Very few marketing and positioning slides Many slides in the deck won t be presented

More information

Citrix Provisioning Services and Machine Creation Services a technology comparison. Marius Leu, The Campus Ronald Grass, Citrix Systems GmbH

Citrix Provisioning Services and Machine Creation Services a technology comparison. Marius Leu, The Campus Ronald Grass, Citrix Systems GmbH Citrix Provisioning Services and Machine Creation Services a technology comparison Marius Leu, The Campus Ronald Grass, Citrix Systems GmbH Agenda Why should we use Provisioning Technologies? How Provisioning

More information

XenDesktop - Layers of cake

XenDesktop - Layers of cake XenDesktop - Layers of cake Application Streaming, App-V Joseph Nord - Citrix Systems Sebastian Gernert - Microsoft Review: Citrix Infrastructure - App Virtualization XenApp Infrastructure Profiler Sequencer

More information

MS System Center und Citrix XenServer / XenApp Integration

MS System Center und Citrix XenServer / XenApp Integration MS System Center und Citrix XenServer / XenApp Integration Bill DeForeest Senior Director Products Citrix Labs, Citrix Markus Erlacher Technical Specialist Datacenter, Microsoft Christian Ferber Systems

More information

XenApp Farm Design: The 2011 Edition. Wolfgang Zimmer, Senior System Engineer CE Rob Sanders, Product Specialist Desktop Virtualisation EMEA

XenApp Farm Design: The 2011 Edition. Wolfgang Zimmer, Senior System Engineer CE Rob Sanders, Product Specialist Desktop Virtualisation EMEA XenApp Farm Design: The 2011 Edition Wolfgang Zimmer, Senior System Engineer CE Rob Sanders, Product Specialist Desktop Virtualisation EMEA Agenda Configuration Design Zone Design Network Communication

More information

Er XenApp død og begravet? Allan Bak, edgemo A/S

Er XenApp død og begravet? Allan Bak, edgemo A/S Er XenApp død og begravet? Allan Bak, edgemo A/S Agenda Architecture Install, Manage, Support New features Migration/upgrade Demo 7 Current Architectures Receiver Policy Console Delivery Services / WebInterface

More information

Migrating to the latest version of XenApp. Alfons Steger, Senior Systems Engineer CE Rob Sanders, Product Specialist Desktop Virtualisation EMEA

Migrating to the latest version of XenApp. Alfons Steger, Senior Systems Engineer CE Rob Sanders, Product Specialist Desktop Virtualisation EMEA Migrating to the latest version of XenApp Alfons Steger, Senior Systems Engineer CE Rob Sanders, Product Specialist Desktop Virtualisation EMEA http://www.citrix.com/techpreviews Agenda Why? How? Now What?

More information

Extend your datacenter with the power of Citrix Open Cloud

Extend your datacenter with the power of Citrix Open Cloud Extend your datacenter with the power of Citrix Open Cloud Peter Leimgruber Sr. SE Datacenter & Networking, CE Mikael Lindholm Sr. SE XenServer & Cloud, EMEA Sales Dev Agenda Cloud Expectations and reality

More information

HDX Nitro The next generation of Citrix High Definition experience

HDX Nitro The next generation of Citrix High Definition experience HDX Nitro The next generation of Citrix High Definition experience Gary Barton Principal Architect, Desktop Division, Citrix Systems Ramzy Mansour Manager, Technical Support EMEA, Citrix Systems Deliver

More information

Agenda. Flexcast Management Architecture XenDesktop 7: Install, Manage, Support Migration/upgrade Best Practices Demo Upgrade tips (if time permits)

Agenda. Flexcast Management Architecture XenDesktop 7: Install, Manage, Support Migration/upgrade Best Practices Demo Upgrade tips (if time permits) side 1 side 2 Agenda Flexcast Management Architecture XenDesktop 7: Install, Manage, Support Migration/upgrade Best Practices Demo Upgrade tips (if time permits) side 3 FlexCast Management Architecture

More information

Course: CXD-203 Managing Citrix XenDesktop 7 Solutions

Course: CXD-203 Managing Citrix XenDesktop 7 Solutions Course: CXD-203 Managing Citrix XenDesktop 7 Solutions OVERVIEW The Managing Citrix XenDesktop 7 Solutions course provides students with the skills required to effectively support a Citrix application

More information

Dell EMC Ready System for VDI on XC Series

Dell EMC Ready System for VDI on XC Series Dell EMC Ready System for VDI on XC Series Citrix XenDesktop for Dell EMC XC Series Hyperconverged Appliance March 2018 H16969 Deployment Guide Abstract This deployment guide provides instructions for

More information

CMB-207-1I Citrix Desktop Virtualization Fast Track

CMB-207-1I Citrix Desktop Virtualization Fast Track Page1 CMB-207-1I Citrix Desktop Virtualization Fast Track This fast-paced course covers select content from training courses CXA-206: Citrix XenApp 6.5 Administration and CXD-202: Citrix XenDesktop 5 Administration

More information

Dell EMC Ready Architectures for VDI

Dell EMC Ready Architectures for VDI Dell EMC Ready Architectures for VDI Designs for Citrix XenDesktop and XenApp for Dell EMC XC Family September 2018 H17388 Deployment Guide Abstract This deployment guide provides instructions for deploying

More information

CXD-203: Managing Citrix XenDesktop 7 Solutions

CXD-203: Managing Citrix XenDesktop 7 Solutions CXD-203: Managing Citrix XenDesktop 7 Solutions The Managing Citrix XenDesktop 7 Solutions course provides students with the skills required to effectively support a Citrix application and desktop virtualization

More information

D. By deleting the difference disks of the virtual machines within the Delivery Group

D. By deleting the difference disks of the virtual machines within the Delivery Group Volume: 138 Questions Question: 1 A Citrix Administrator updates all of the machines within a Delivery Group. After the update, an application stops working. The IT manager tells the administrator to revert

More information

Dell EMC Ready System for VDI on VxRail

Dell EMC Ready System for VDI on VxRail Dell EMC Ready System for VDI on VxRail Citrix XenDesktop for Dell EMC VxRail Hyperconverged Appliance April 2018 H16968.1 Deployment Guide Abstract This deployment guide provides instructions for deploying

More information

COURSE OUTLINE IT TRAINING

COURSE OUTLINE IT TRAINING CMB-207-1I Citrix XenApp and XenDesktop Fast Track Duration: 5 days Overview: This fast-paced course covers select content from training courses CXA-206 and CXD- 202 and provides the foundation necessary

More information

Citrix Connector 7.5 for Configuration Manager. Using Provisioning Services with Citrix Connector 7.5 for Configuration Manager

Citrix Connector 7.5 for Configuration Manager. Using Provisioning Services with Citrix Connector 7.5 for Configuration Manager Citrix Connector 7.5 for Configuration Manager Using Provisioning Services with Citrix Connector 7.5 for Configuration Manager Prepared by: Subbareddy Dega and Kathy Paxton Commissioning Editor: Kathy

More information

Test Methodology We conducted tests by adding load and measuring the performance of the environment components:

Test Methodology We conducted tests by adding load and measuring the performance of the environment components: Scalability Considerations for Using the XenApp and XenDesktop Service Local Host Cache Feature with Citrix Cloud Connector Author: Jahed Iqbal Overview The local host cache feature in the XenApp and XenDesktop

More information

Citrix XenDesktop 5 Administration

Citrix XenDesktop 5 Administration Citrix XenDesktop 5 Administration Duration: 5 Days Course Code: CXD-202 Overview: This course provides the foundation necessary for administrators to effectively centralize and manage desktops in the

More information

Personal vdisk Implementation Guide. Worldwide Technical Readiness

Personal vdisk Implementation Guide. Worldwide Technical Readiness Worldwide Technical Readiness Table of Contents Table of Contents... 2 Overview... 3 Implementation Guide... 4 Pre-requisites... 5 Preparing PVS vdisk to be used with Personal vdisk... 6 Creating a Desktop

More information

REVISED 1 AUGUST REVIEWER'S GUIDE FOR VMWARE APP VOLUMES VMware App Volumes and later

REVISED 1 AUGUST REVIEWER'S GUIDE FOR VMWARE APP VOLUMES VMware App Volumes and later REVISED 1 AUGUST 2018 REVIEWER'S GUIDE FOR VMWARE APP VOLUMES VMware App Volumes 2.13.1 and later Table of Contents Introduction Audience What You Will Learn Navigating This Document for App Volumes Use

More information

REVISED 1 AUGUST QUICK-START TUTORIAL FOR VMWARE APP VOLUMES VMware App Volumes and later

REVISED 1 AUGUST QUICK-START TUTORIAL FOR VMWARE APP VOLUMES VMware App Volumes and later REVISED 1 AUGUST 2018 QUICK-START TUTORIAL FOR VMWARE APP VOLUMES VMware App Volumes 2.13.1 and later Table of Contents Introduction Audience What You Will Learn Navigating This Document for App Volumes

More information

Connection Broker Managing User Connections to Workstations and Blades, OpenStack Clouds, VDI, and More

Connection Broker Managing User Connections to Workstations and Blades, OpenStack Clouds, VDI, and More Connection Broker Managing User Connections to Workstations and Blades, OpenStack Clouds, VDI, and More Quick Start Using Leostream with Citrix XenDesktop 7 and HDX Version 8.1 January 14, 2016 Contacting

More information

Deploying Virtual Apps and Desktops with Citrix Provisioning using Oracle Cloud Infrastructure

Deploying Virtual Apps and Desktops with Citrix Provisioning using Oracle Cloud Infrastructure Deploying Virtual Apps and Desktops with Citrix Provisioning using Oracle Cloud Infrastructure Citrix Virtual Apps and Desktops (formerly XenApp and XenDesktop) on Oracle Cloud (also known as Oracle Cloud

More information

Horizon Console Administration. 13 DEC 2018 VMware Horizon 7 7.7

Horizon Console Administration. 13 DEC 2018 VMware Horizon 7 7.7 Horizon Console Administration 13 DEC 2018 VMware Horizon 7 7.7 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this

More information

CXD-203: Managing App and Desktop Solutions with Citrix XenApp and XenDesktop 7.5

CXD-203: Managing App and Desktop Solutions with Citrix XenApp and XenDesktop 7.5 CXD-203: Managing App and Desktop Solutions with Citrix XenApp and XenDesktop 7.5 The Managing App and Desktop Solutions with Citrix XenApp and XenDesktop 7.5 course provides students with the skills required

More information

Vendor: Citrix. Exam Code: 1Y Exam Name: Designing Citrix XenDesktop 7.6 Solutions. Version: Demo

Vendor: Citrix. Exam Code: 1Y Exam Name: Designing Citrix XenDesktop 7.6 Solutions. Version: Demo Vendor: Citrix Exam Code: 1Y0-401 Exam Name: Designing Citrix XenDesktop 7.6 Solutions Version: Demo DEMO QUESTION 1 Which option requires the fewest components to implement a fault-tolerant, load-balanced

More information

Exam Questions 1Y0-201

Exam Questions 1Y0-201 Exam Questions 1Y0-201 Managing Citrix XenDesktop 7.6 Solutions http://www.2passeasy.com/dumps/1y0-201/ 1. Scenario: A Citrix Administrator configures a profile management policy in Citrix Studio for the

More information

"Charting the Course to Your Success!" Managing App and Desktop Solutions with Citrix XenApp and XenDesktop 7.6 CXD 203.

Charting the Course to Your Success! Managing App and Desktop Solutions with Citrix XenApp and XenDesktop 7.6 CXD 203. Description Course Summary The 7.6 course provides students with the skills required to effectively support a Citrix application and desktop virtualization solution in a Windows 2012 R2 environment. During

More information

Citrix XenDesktop 7.6, Provisioning Services 7.6 and the XenDesktop Setup Wizard with Write Cache and Personal vdisk Drives

Citrix XenDesktop 7.6, Provisioning Services 7.6 and the XenDesktop Setup Wizard with Write Cache and Personal vdisk Drives Citrix XenDesktop 7.6, Provisioning Services 7.6 and the XenDesktop Setup Wizard with Write Cache and Personal vdisk Drives Using Personal vdisks and Write Cache drives with XenDesktop 7.6 Prepared by

More information

Goliath Performance Monitor v11.7 Prerequisites Guide

Goliath Performance Monitor v11.7 Prerequisites Guide Goliath Performance Monitor v11.7 Prerequisites Guide Goliath Performance Monitor Proof of Concept Limitations Goliath Performance Monitor Proof of Concepts (POC) will be limited to monitoring 5 Hypervisor

More information

Microsoft v12.39

Microsoft v12.39 Microsoft.70-693.v12.39 Number: 70-693 Passing Score: 800 Time Limit: 120 min File Version: 12.39 http://www.gratisexam.com/ Copyright?2006-2011 Lead2pass.com, All Rights Reserved. Vendor: Microsoft Exam

More information

Vendor: Citrix. Exam Code: 1Y Exam Name: Managing Citrix XenDesktop 7.6 Solutions. Version: Demo

Vendor: Citrix. Exam Code: 1Y Exam Name: Managing Citrix XenDesktop 7.6 Solutions. Version: Demo Vendor: Citrix Exam Code: 1Y0-201 Exam Name: Managing Citrix XenDesktop 7.6 Solutions Version: Demo DEMO QUESTION 1 Scenario: A Citrix Administrator updates all of the machines within a Delivery Group.

More information

Citrix Exam 1Y0-301 Deploying Citrix XenDesktop 7.6 Solutions Version: 8.0 [ Total Questions: 112 ]

Citrix Exam 1Y0-301 Deploying Citrix XenDesktop 7.6 Solutions Version: 8.0 [ Total Questions: 112 ] s@lm@n Citrix Exam 1Y0-301 Deploying Citrix XenDesktop 7.6 Solutions Version: 8.0 [ Total Questions: 112 ] Citrix 1Y0-301 : Practice Test Topic break down Topic No. of Questions Topic 1: Pre-installation

More information

XenDesktop Planning Guide: Image Delivery

XenDesktop Planning Guide: Image Delivery Consulting Solutions WHITE PAPER Citrix XenDesktop XenDesktop Planning Guide: Image Delivery ( / Machine Creation ) www.citrix.com Overview With previous versions of XenDesktop (version 4 and prior), the

More information

Provisioning Services 6.0

Provisioning Services 6.0 Provisioning Services 6.0 2011 Citrix Systems, Inc. All rights reserved. Terms of Use Trademarks Privacy Statement Contents Provisioning Services 6.0 9 Provisioning Services Product Overview 10 Provisioning

More information

High Availability for Citrix XenDesktop

High Availability for Citrix XenDesktop WHITE PAPER Citrix XenDesktop High Availability for Citrix XenDesktop Enhancing XenDesktop Availability with NetScaler Reference Architecture www.citrix.com Contents Contents... 2 Introduction... 3 Desktop

More information

App Orchestration 2.0

App Orchestration 2.0 App Orchestration 2.0 Getting Started with Citrix App Orchestration 2.0 Prepared by: Jenny Berger Commissioning Editor: Erin Smith Version: 1.0 Last Updated: April 4, 2014 Page 1 Contents Welcome to App

More information

Migration from Citrix. White Paper Parallels Remote Application Server

Migration from Citrix. White Paper Parallels Remote Application Server Migration from Citrix White Paper Parallels Remote Application Server Table of Contents Introduction... 3 Why Should You Migrate from Citrix to Parallels RAS?... 3 Migrating from Citrix to Parallels RAS...

More information

Exam4Tests. Latest exam questions & answers help you to pass IT exam test easily

Exam4Tests.   Latest exam questions & answers help you to pass IT exam test easily Exam4Tests http://www.exam4tests.com Latest exam questions & answers help you to pass IT exam test easily Exam : 1Y0-301 Title : Deploying Citrix XenDesktop 7.6 Solutions Vendor : Citrix Version : DEMO

More information

Enterprise print management in VMware Horizon

Enterprise print management in VMware Horizon Enterprise print management in VMware Horizon Introduction: Embracing and Extending VMware Horizon Tricerat Simplify Printing enhances the capabilities of VMware Horizon environments by enabling reliable

More information

: CMB-310- XenApp, XenDesktop, and Provisioning Services 7.1x Administration (Fast Track)

: CMB-310- XenApp, XenDesktop, and Provisioning Services 7.1x Administration (Fast Track) Module Title Duration : CMB-310- XenApp, XenDesktop, and Provisioning Services 7.1x Administration (Fast Track) : 5 days Overview This fast-paced administration course covers the major aspects of installing,

More information

Switch to Parallels Remote Application Server and Save 60% Compared to Citrix XenApp

Switch to Parallels Remote Application Server and Save 60% Compared to Citrix XenApp Switch to Parallels Remote Application Server and Save 60% Compared to Citrix XenApp White Paper Parallels Remote Application Server 2017 Table of Contents Executive Summary... 3 Introduction... 4 Who

More information

1Y Number: 1Y0-202 Passing Score: 800 Time Limit: 120 min File Version: Y0-202

1Y Number: 1Y0-202 Passing Score: 800 Time Limit: 120 min File Version: Y0-202 1Y0-202 Number: 1Y0-202 Passing Score: 800 Time Limit: 120 min File Version: 1.1 1Y0-202 Citrix XenApp and XenDesktop Administration 7.6 LTSR Exam A QUESTION 1 Which PowerShell cmdlet will a Citrix Administrator

More information

Demo Lab Guide vworkspace

Demo Lab Guide vworkspace Demo Lab Guide vworkspace Product Domain: Cloud Client Computing Author: Dan Coleman Version: 1.01 Table of Contents 1 Product Overview... 4 1.1 Lab Preparation Considerations and Caveats... 4 2 Introduction...

More information

Installing and Configuring Citrix XenApp 6.5 (Part 1)

Installing and Configuring Citrix XenApp 6.5 (Part 1) Installing and Configuring Citrix XenApp 6.5 (Part 1) Introduction The first part of this series describes the installation steps of the first server (which will create the XenApp environment) and the

More information

Citrix Connector Citrix Systems, Inc. All rights reserved. p.1. About this release. System requirements. Technical overview.

Citrix Connector Citrix Systems, Inc. All rights reserved. p.1. About this release. System requirements. Technical overview. Citrix Connector 3.1 May 02, 2016 About this release System requirements Technical overview Plan Install Citrix Connector Upgrade Create applications Deploy applications to machine catalogs Publish applications

More information

Goliath Performance Monitor v11.7 Prerequisites Guide

Goliath Performance Monitor v11.7 Prerequisites Guide Goliath Performance Monitor v11.7 Prerequisites Guide Goliath Performance Monitor Proof of Concept Limitations Goliath Performance Monitor Proof of Concepts (POC) will be limited to monitoring 5 Hypervisor

More information

1Y Number: 1Y0-311 Passing Score: 800 Time Limit: 120 min File Version: 1.1. https://www.gratisexam.com/ 1Y0-311

1Y Number: 1Y0-311 Passing Score: 800 Time Limit: 120 min File Version: 1.1. https://www.gratisexam.com/ 1Y0-311 1Y0-311 Number: 1Y0-311 Passing Score: 800 Time Limit: 120 min File Version: 1.1 1Y0-311 Citrix XenApp and XenDesktop 7.15 LTSR Advanced Administration Exam A QUESTION 1 Which vdisk change will always

More information

Accops HyWorks v3.0. Quick Start Guide. Last Update: 4/25/2017

Accops HyWorks v3.0. Quick Start Guide. Last Update: 4/25/2017 Accops HyWorks v3.0 Quick Start Guide Last Update: 4/25/2017 2017 Accops Technologies Pvt. Ltd. All rights reserved. The information contained in this document represents the current view of Propalms Technologies

More information

Reference Architecture: Lenovo Client Virtualization with Citrix XenDesktop and System x Servers

Reference Architecture: Lenovo Client Virtualization with Citrix XenDesktop and System x Servers Reference Architecture: Lenovo Client Virtualization with Citrix XenDesktop and System x Servers Last update: 27 March 2017 Version 1.4 Reference Architecture for Citrix XenDesktop Contains performance

More information

1Y0-402.exam.42q.

1Y0-402.exam.42q. 1Y0-402.exam.42q Number: 1Y0-402 Passing Score: 800 Time Limit: 120 min 1Y0-402 Citrix XenApp and XenDesktop 7.15 Assessment, Design and Advanced Configurations Exam A QUESTION 1 Scenario: A Citrix Architect

More information

Citrix XenDesktop 2.0. Michael Schmidt Country Manager Switzerland Citrix Systems International GmbH

Citrix XenDesktop 2.0. Michael Schmidt Country Manager Switzerland Citrix Systems International GmbH Citrix XenDesktop 2.0 Michael Schmidt Country Manager Switzerland Citrix Systems International GmbH XenDesktop Citrix XenDesktop makes the delivery of Windows desktops from your datacenter simple, secure

More information

Migrating from Citrix XenApp (IMA / FMA) to Parallels Remote Application Server

Migrating from Citrix XenApp (IMA / FMA) to Parallels Remote Application Server Parallels Remote Application Server Migrating from Citrix XenApp (IMA / FMA) to Parallels Remote Application Server Contents 1. Introduction a. Why Should You Migrate from Citrix to Parallels RAS b. Overview

More information

Introduction to Virtualization. From NDG In partnership with VMware IT Academy

Introduction to Virtualization. From NDG In partnership with VMware IT Academy Introduction to Virtualization From NDG In partnership with VMware IT Academy www.vmware.com/go/academy Why learn virtualization? Modern computing is more efficient due to virtualization Virtualization

More information

CXS Citrix XenServer 6.0 Administration

CXS Citrix XenServer 6.0 Administration Course Overview View Course Dates & Register Today Students will learn to effectively install, configure, administer, and troubleshoot XenServer 6.0. Students will also learn how to configure a Provisioning

More information

Reviewer s Guide: XenApp 7.5

Reviewer s Guide: XenApp 7.5 Reviewer s Guide: XenApp 7.5 Table of Contents Introduction... 3 What is XenApp 7.5?... 4 Getting Started... 6 Part 1: Download the software... 6 Part 2: Network design... 6 Part 3: Prerequisites... 7

More information

WHITE PAPER Using Marathon everrun MX 6.1 with XenDesktop 5 Service Pack 1

WHITE PAPER Using Marathon everrun MX 6.1 with XenDesktop 5 Service Pack 1 WHITE PAPER Using Marathon everrun MX 6.1 with XenDesktop 5 Service Pack 1 www.citrix.com Contents Introduction... 2 Executive Overview... 2 Marathon everrun MX 6.1 (description by Marathon Technologies)...

More information

CMB-310 Citrix Virtual Apps, Desktops and Provisioning 7.1x Administration (Fast Track)

CMB-310 Citrix Virtual Apps, Desktops and Provisioning 7.1x Administration (Fast Track) CMB-310 Citrix Virtual Apps, Desktops and Provisioning 7.1x Administration (Fast Track) COURSE OVERVIEW: This fast-paced administration course covers the major aspects of installing, configuring and managing

More information

XenApp 7.x on Oracle Cloud Infrastructure

XenApp 7.x on Oracle Cloud Infrastructure 2018-032 XenApp 7.x on Oracle Cloud Infrastructure OUT OF BAND DEPLOYMENT GUIDE CITRIX SYSTEMS, INC. Citrix.com 1 Deploying Citrix Cloud XenApp and XenDesktop Service with Oracle Cloud Infrastructure Deploying

More information

TestingEngine. Test4Engine test dumps questions free test engine latest version

TestingEngine.   Test4Engine test dumps questions free test engine latest version TestingEngine http://www.test4engine.com Test4Engine test dumps questions free test engine latest version Exam : 1Y0-311 Title : Citrix XenApp and XenDesktop 7.15 LTSR Advanced Administration Vendor :

More information

Goliath Performance Monitor v11.7 POC Install Guide

Goliath Performance Monitor v11.7 POC Install Guide Goliath Performance Monitor v11.7 POC Install Guide Goliath Performance Monitor Proof of Concept Limitations Goliath Performance Monitor Proof of Concepts (POC) will be limited to monitoring 5 Hypervisor

More information

VMware Horizon Migration Tool User Guide

VMware Horizon Migration Tool User Guide VMware Horizon Migration Tool User Guide Version 3.0.0 August 2017 VMware End User Computing 1/31 @2017 VMware, Inc. All rights reserved. @2017 VMware, Inc. All rights reserved. This product is protected

More information

Inside Citrix chapter four - The one with the FMA and its evolution

Inside Citrix chapter four - The one with the FMA and its evolution Inside Citrix chapter four - The one with the FMA and its evolution As it stands today, I think most of you know that both XenDesktop and XenApp are built on top of the FlexCast Management Architecture,

More information

VMware View Upgrade Guide

VMware View Upgrade Guide View 4.0 View Manager 4.0 View Composer 2.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for

More information

70-414: Implementing an Advanced Server Infrastructure Course 01 - Creating the Virtualization Infrastructure

70-414: Implementing an Advanced Server Infrastructure Course 01 - Creating the Virtualization Infrastructure 70-414: Implementing an Advanced Server Infrastructure Course 01 - Creating the Virtualization Infrastructure Slide 1 Creating the Virtualization Infrastructure Slide 2 Introducing Microsoft System Center

More information

Actual4Test. Actual4test - actual test exam dumps-pass for IT exams

Actual4Test.   Actual4test - actual test exam dumps-pass for IT exams Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : 1Y0-402 Title : Citrix XenApp and XenDesktop 7.15 Assessment, Design, and Advanced Configurations Vendor

More information

1Y0-203.citrix. Number: 1Y0-203 Passing Score: 800 Time Limit: 120 min.

1Y0-203.citrix. Number: 1Y0-203 Passing Score: 800 Time Limit: 120 min. 1Y0-203.citrix Number: 1Y0-203 Passing Score: 800 Time Limit: 120 min Exam A QUESTION 1 Scenario: A Citrix Administrator needs to deploy 2000 virtual desktops. The hardware in the environment has a very

More information

Citrix XenServer The Secret Management Tool. Thomas Krampe, visionapp AG

Citrix XenServer The Secret Management Tool. Thomas Krampe, visionapp AG Citrix XenServer The Secret Management Tool Thomas Krampe, visionapp AG Agenda The Secret Management Tool Troubleshooting Basics Usage Examples for... Troubleshooting Network Issues Troubleshooting Storage

More information

EXAM - 1Y Managing Citrix XenDesktop 7.6 Solutions. Buy Full Product.

EXAM - 1Y Managing Citrix XenDesktop 7.6 Solutions. Buy Full Product. Citrix EXAM - 1Y0-201 Managing Citrix XenDesktop 7.6 Solutions Buy Full Product http://www.examskey.com/1y0-201.html Examskey Citrix 1Y0-201 exam demo product is here for you to test the quality of the

More information

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme ADV1582BE Solve your Citrix Problems with VMware Technologies Nick Jeffries, Senior Solutions Architect, VMware Sebastian Brand, Lead Systems Engineer, VMware #VMworld #ADV1582BE Disclaimer This presentation

More information

Session W-06. Brian Lauge Pedersen Technical Solutions Professional - Datacenter

Session W-06. Brian Lauge Pedersen Technical Solutions Professional - Datacenter Session W-06 Brian Lauge Pedersen Technical Solutions Professional - Datacenter blauge@microsoft.com Introducing & Benefits of Remote Desktop Services Remote Desktop Architecture What's New for Windows

More information

PASS4TEST. Prüfungshilfen für IT Zertifizierungen. Wir bieten Ihnen einen kostenlosen einjährigen Upgrade Service an

PASS4TEST. Prüfungshilfen für IT Zertifizierungen.  Wir bieten Ihnen einen kostenlosen einjährigen Upgrade Service an PASS4TEST Prüfungshilfen für IT Zertifizierungen http://www.pass4test.de Wir bieten Ihnen einen kostenlosen einjährigen Upgrade Service an Exam : 1Y0-301 Title : Deploying Citrix XenDesktop 7.6 Solutions

More information

Citrix XenDesktop 5.6 Cookbook

Citrix XenDesktop 5.6 Cookbook Citrix XenDesktop 5.6 Cookbook Gaspare A. Silvestri Chapter No. 6 "Creating and Configuring a Desktop Environment" In this package, you will find: A Biography of the author of the book A preview chapter

More information

KASPERSKY SECURITY FOR VIRTUALIZATION LIGHT AGENT. Quick Deployment Guide.

KASPERSKY SECURITY FOR VIRTUALIZATION LIGHT AGENT. Quick Deployment Guide. KASPERSKY SECURITY FOR VIRTUALIZATION LIGHT AGENT www.kaspersky.com CONTENTS About This Guide 4 Notation Used 4 Product Components and Their Interaction 5 General Product Installation Procedure 8 Installing

More information

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3. Installing and Configuring VMware Identity Manager Connector 2018.8.1.0 (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.3 You can find the most up-to-date technical documentation on

More information

CXD-203: MANAGING APP AND DESKTOP SOLUTIONS WITH CITRIX XENAPP AND XENDESKTOP 7.6

CXD-203: MANAGING APP AND DESKTOP SOLUTIONS WITH CITRIX XENAPP AND XENDESKTOP 7.6 ONE STEP AHEAD. CXD-203: MANAGING APP AND DESKTOP SOLUTIONS WITH CITRIX XENAPP AND XENDESKTOP 7.6 The Managing App and Desktop Solutions with Citrix XenApp and XenDesktop 7.6 course provides students with

More information

CITRIX 1Y0-200 EXAM QUESTIONS & ANSWERS

CITRIX 1Y0-200 EXAM QUESTIONS & ANSWERS CITRIX 1Y0-200 EXAM QUESTIONS & ANSWERS Number: 1Y0-200 Passing Score: 800 Time Limit: 120 min File Version: 38.7 http://www.gratisexam.com/ CITRIX 1Y0-200 EXAM QUESTIONS & ANSWERS Exam Name: Managing

More information

I appreciate those of you who provided questions for today s webinar and since I received them before finalizing this presentation I was able to work

I appreciate those of you who provided questions for today s webinar and since I received them before finalizing this presentation I was able to work I appreciate those of you who provided questions for today s webinar and since I received them before finalizing this presentation I was able to work the answers in for many of the posed questions. Some

More information

EMC VSPEX END-USER COMPUTING

EMC VSPEX END-USER COMPUTING IMPLEMENTATION GUIDE EMC VSPEX END-USER COMPUTING Citrix XenDesktop 7.1 and VMware vsphere for up to 500 Virtual Desktops Enabled by EMC VNXe3200 and EMC Powered Backup EMC VSPEX Abstract This describes

More information

Exam Questions 1y0-202

Exam Questions 1y0-202 Exam Questions 1y0-202 Citrix XenApp and XenDesktop Administration 7.6 LTSR https://www.2passeasy.com/dumps/1y0-202/ 1. Which two actions can a Citrix administrator perform when viewing a session on the

More information

Citrix 1Y0-201 EXAM Managing Citrix XenDesktop 7.6 Solutions. m/ Product: Full File. For More Information:

Citrix 1Y0-201 EXAM Managing Citrix XenDesktop 7.6 Solutions.   m/ Product: Full File. For More Information: Page No 1 https://www.dumpsplanet.com m/ Citrix 1Y0-201 EXAM Managing Citrix XenDesktop 7.6 Solutions Product: Full File For More Information: 1Y0-201-dumps Page No 2 Question: 1 Scenario: Newly hired

More information

Accops HyWorks v3.0. Installation Guide

Accops HyWorks v3.0. Installation Guide Accops HyWorks v3.0 Installation Guide Last Update: 4/25/2017 2017 Accops Technologies Pvt. Ltd. All rights reserved. The information contained in this document represents the current view of Propalms

More information

Load Balancing Microsoft Remote Desktop Services. Deployment Guide v Copyright Loadbalancer.org

Load Balancing Microsoft Remote Desktop Services. Deployment Guide v Copyright Loadbalancer.org Load Balancing Microsoft Remote Desktop Services Deployment Guide v2.0.2 Copyright Loadbalancer.org Table of Contents About this Guide...4 2. Loadbalancer.org Appliances Supported...4 3. Loadbalancer.org

More information

XenApp and XenDesktop 7.12 on vsan 6.5 All-Flash January 08, 2018

XenApp and XenDesktop 7.12 on vsan 6.5 All-Flash January 08, 2018 XenApp and XenDesktop 7.12 on vsan 6.5 All-Flash January 08, 2018 1 Table of Contents 1. Executive Summary 1.1.Business Case 1.2.Key Results 2. Introduction 2.1.Scope 2.2.Audience 3. Technology Overview

More information

Goliath Performance Monitor v11.7 Installation Guide

Goliath Performance Monitor v11.7 Installation Guide Goliath Performance Monitor v11.7 Installation Guide http://www.goliathtechnologies.com 1 Legal Notices Inc. All rights reserved. www.goliathtechnologies.com Goliath Technologies believes the information

More information

DV2 Citrix XenClient Enterprise: Vom Hypervisor zum Desktop-Management

DV2 Citrix XenClient Enterprise: Vom Hypervisor zum Desktop-Management DV2 Citrix XenClient Enterprise: Vom Hypervisor zum Desktop-Management Walter Hofstetter, Senior Systems Engineer, Citrix - EMEA Ralph Stocker, Systems Engineer, Channel, Citrix - DE News Acquisition announced

More information

Citrix Ready Setup for XenDesktop on Datrium DVX

Citrix Ready Setup for XenDesktop on Datrium DVX Citrix Ready Setup for XenDesktop on Datrium DVX 385 Moffett Park Dr. Sunnyvale, CA 94089 844-478-8349 www.datrium.com Technical Report Introduction This document covers the setup and use of Citrix XenDesktop

More information

Exam : 1Y Citrix XenApp and XenDesktop 7.15 Assessment, Design and Advanced Configurations. Title : Version : V8.02

Exam : 1Y Citrix XenApp and XenDesktop 7.15 Assessment, Design and Advanced Configurations. Title : Version : V8.02 Exam : 1Y0-402 Title : Citrix XenApp and XenDesktop 7.15 Assessment, Design and Advanced Configurations Version : V8.02 1 / 12 1.Scenario: A Citrix Architect needs to design a new XenApp and XenDesktop

More information

Windows Server 2012 Hands- On Camp. Learn What s Hot and New in Windows Server 2012!

Windows Server 2012 Hands- On Camp. Learn What s Hot and New in Windows Server 2012! Windows Server 2012 Hands- On Camp Learn What s Hot and New in Windows Server 2012! Your Facilitator Damir Bersinic Datacenter Solutions Specialist Microsoft Canada Inc. damirb@microsoft.com Twitter: @DamirB

More information

VMware Enterprise Desktop Solutions. Tommy Walker Enterprise Desktop Specialist Engineer Desktop Platform Solutions

VMware Enterprise Desktop Solutions. Tommy Walker Enterprise Desktop Specialist Engineer Desktop Platform Solutions VMware Enterprise Desktop Solutions Tommy Walker Enterprise Desktop Specialist Engineer Desktop Platform Solutions Agenda The Enterprise Desktop Market Assured Computing Environment (ACE) Virtual Desktop

More information

1Y Citrix Managing Citrix XenDesktop 7 Solutions. 1Y0-200 Citrix

1Y Citrix Managing Citrix XenDesktop 7 Solutions.   1Y0-200 Citrix Citrix Managing Citrix XenDesktop 7 Solutions https://ensure2pass.com/-exam.html Citrix Section 1: Sec One (1 to 20) Details:Topic 1, Mix Questions QUESTION: 1 Scenario: A Citrix Administrator installs

More information

Provisioning Services 7.12

Provisioning Services 7.12 Provisioning Services 7.12 Sep 13, 2016 New in this Release Fixed issues Known issues Features removed from future releases System requirements Provisioning Services product overview Provisioning Services

More information

Citrix 1Y0-201 EXAM Managing Citrix XenDesktop 7.6 Solutions

Citrix 1Y0-201 EXAM Managing Citrix XenDesktop 7.6 Solutions Page No 1 Citrix 1Y0-201 EXAM Managing Citrix XenDesktop 7.6 Solutions Product: Demo For More Information: /1Y0-201-dumps-questions Page No 2 Question: 1 Scenario: Newly hired employees report they are

More information

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme ADV1582BU Solve your Citrix Problems with VMware Technologies Mark Ewert, Lead Technologist, VMware Frank Anderson, EUC Solutions Architect, VMware Dewey Gripshover, Program Manager VDI Tech, GE #VMworld

More information

About the XenClient Enterprise Solution

About the XenClient Enterprise Solution About the XenClient Enterprise Solution About the XenClient Enterprise Solution About the XenClient Enterprise Solution XenClient Enterprise is a distributed desktop virtualization solution that makes

More information

VMware App Volumes Installation Guide. VMware App Volumes 2.13

VMware App Volumes Installation Guide. VMware App Volumes 2.13 VMware App Volumes Installation Guide VMware App Volumes 2.13 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this

More information

VMware vrealize Operations for Horizon Administration. Modified on 3 JUL 2018 VMware vrealize Operations for Horizon 6.4

VMware vrealize Operations for Horizon Administration. Modified on 3 JUL 2018 VMware vrealize Operations for Horizon 6.4 VMware vrealize Operations for Horizon Administration Modified on 3 JUL 2018 VMware vrealize Operations for Horizon 6.4 You can find the most up-to-date technical documentation on the VMware website at:

More information