Citrix TechTalk. Take Your XenApp Apps With You. June 5,2009

Size: px
Start display at page:

Download "Citrix TechTalk. Take Your XenApp Apps With You. June 5,2009"

Transcription

1 Citrix TechTalk Take Your XenApp Apps With You June 5,2009 Daniel Feller, Lead Architect Worldwide Consulting Solutions Blog: Twitter:

2 2

3 3

4 4

5 5

6 Agenda Application Streaming Seamlessly Integration Best Practices Application Delivery to a New OS Next Steps 6

7 Application Streaming

8 Client-side Application Virtualization Overview 1. Applications profiled using installer and profiler tool, then stored in App Hub 2. User logs in and the XML service on the XenApp Server is used to enumerate the icons 3. User clicks on the application icon to and client contacts XML service to build the RAD file that contains the properties for how to connect to the Application HUB Application Hub 4. Application is streamed and executed Profiler XML Service (on XenApp Server) Client 8

9 Components Existing Infrastructure Profiler File Servers Access Management Console License Server Client Device Hosted Apps Streamed Apps XenApp Web UI XenApp Server IMA Data Store 9

10 Isolated Execution Layers Profiler Machine Two Layers: Installation layer and the Machine layer Read/Write Target Machine Three Layers: User Layer, Installation layer, Machine layer Read/Write Installation/Execution Image Per User Image Read Only Read Only Install program, registry, named Machine objects etc. stored in.cab file Nothing gets written to this layer at profile time when the application is installed The installation program is painted on this pane of glass File redirection Installation/Execution Image Machine Execution image common to all users enables centralized app management User changes are written to Per User Image 10

11 What is in a Profile Package Profile Can consist of one application or multiple applications that need to communicate with each other Single set of Icons and Apps Target Isolation Environment where application is run Multiple targets can exist within one profile OS, Boot Drive, and Language differentiate the targets Streaming Client determines appropriate target to build based on the client machine OS, Boot Drive and Language 11

12 The Profile Package.profile file Targets (cab files) Targets are uniquely identified by a GUID One.cab file for each Target in a Profile 12

13 Target Properties Defined By Operating System Boot Drive Language Isolation Rules 13

14 Isolated Execution Layers Execution Layer Application Files Application Registry Execution Layer Application Files Application Registry Data System Environment Machine Machine 14

15 Isolated File System Virtual path: Adobe 9: C:\Program Files\Adobe Physical path: Adobe 9: C:\Program Files\Citrix\RadeCache\ae357acb aad9-d6e794a55ca8_1\Device\C\Program Cache Location on the Target Target ID - GUID Application files 15

16 Isolated Registry - Location HKLM\Software\Citrix\RadeCache\43eedfd1-bcd4-4cbf c10ff5b900_1\... Application Registries 16

17 File System In Action C: Windows Program Files My App The streamed application thinks it is running in C:\Program Files\My App. C: Windows Program Files My App The streamed, application files are stored in local cache. MyApp.EXE MyApp.INI UserConfig.INI Citrix RadeCache GUID Device C Program Files My App MyApp.EXE MyApp.INI UserConfig.INI Virtual File System Physical File System 17

18 File System In Action C: Windows Program Files My App MyApp.EXE MyApp.INI UserConfig.INI %HomeDrive% AppData Application still believes file is in application folder Roaming Citrix RadeCache GUID Device C Program Files My App UserConfig.INI If file is opened for Write access, it is copied to user layer C: Windows Program Files My App Citrix RadeCache GUID Device C Program Files My App MyApp.EXE MyApp.INI UserConfig.INI Virtual File System User Layer Physical File System 18

19 Read/Write Redirection Application layer is read-only (file and registry) Changes made to application layer redirected within the user layer: File: %HomeDrive%\AppData\Roaming\Citrix\RadeCache\ GUID\Device\C\... Registry: HKCU\Software\Citrix\RadeCache\GUID\Registry\ Machine\Software\... User Files User Registry User Layer (User 2) Application Files Application Registry Execution Layer Data System Environment Machine 19

20 Network Optional XenApp Server Application Hub Deployment Cache Remote User 20

21 Network NOT Required Users continue to launch applications from Start Menu C: Windows Program Files My App Citrix Deploy Office 2007 Adobe RadeCache GUID GUID.CAB Office.profile Device C Physical File System (Laptop) Offline-defined application profiles copied into local Deploy folder on physical device Application launch streams bits from Deploy folder (local Application Hub) 21

22 Updating Profiled Applications Run the Profiler Wizard and update the application Save the profile updates to the file server Next execution, user receives updates 22

23 Updating Profiled Applications Live! User Layer User Files User Registry %APPDATA%\Citrix\RadeCache\GUID (notice no version) Execution Layer Application Files Application Registry C:\Program Files\Citrix\RadeCache\43eedfd1 bcd4 4cbf c10ff5b900_1\ Device\C\Program Files\... Application is updated Machine Data System Environment C:\Program Files\Citrix\RadeCache\43eedfd1 bcd4 4cbf c10ff5b900_2 \Device\C\Program Files\... Guid remains unchanged The version is updated 23

24 Design Considerations

25 Branch Offices Application profiles can be GB in size Offline users must cache the entire profile to local device Multiple users over a single WAN connection to a branch office Consumes WAN bandwidth Slow caching Disrupts other business 25

26 Branch Offices Application Hub XenApp Server Client Branch Repeater WAN Repeater 26

27 Application Conflicts Unknown end-user device XenApp delivered applications cannot break device Machine layer contains userinstalled applications Streamed applications are isolated from machine layer Execution Layer Machine Layer IT-Delivered Application 1 Windows User App 1 Execution Layer IT Delivered Application 2 User App 3 User App 2 27

28 Application Corruption Disconnected users cannot get files in event of deletion/corruption Corrupted or deleted files C: Windows Program Files My App Citrix Deploy Office 2007 Adobe RadeCache GUID GUID.CAB Office.profile Device C Re-Streamed from local deploy folder Physical File System (Laptop) 28

29 Application Updates Previously, updated offline apps required a full re-download of the profile With Streaming 1.2 Only new application files sent to client New files combine with old profile in Deploy folder and an updated profile is reconstructed Profile contents on file share and client are identical Temporarily trades client-side CPU for significantly lower bandwidth usage (e.g. 1.4GB profile vs. 100MB update) DELTA ONLY PC with Citrix Applications client Old profile in Deploy folder Uncompress New files from updated profile Updated Old profile Profile on on UNC Share Application Hub (File Server) Updated Profile in Deploy folder Combine and recompress RADE Cache on Server XenApp Farm (Server-side App Virtualization) Stream on-demand to RADE Cache folder on Client 29

30 Best Practices

31 31

32 32

33 33

34 34

35 Application Streaming Streaming implementation using the SMB protocol Profiler copies package to file share XenApp points to UNC path of file share during application publishing Target contacts the file share during streaming Protocol used in all instances is SMB Limitations of SMB: Not WAN friendly Communication not secure Client SMB Publish XenApp Web & XenApp Service site Profiler XenApp Servers File Share SMB application Profiling SMB Profiler 35

36 Application Streaming Streaming implementation using the HTTP(S) protocol Profiler copies package to file share XenApp points to the URL of profile located on a web server during application publishing Publish XenApp Web & XenApp Service site Profiles can be streamed from a web server XenApp Servers Target contacts the web server during streaming Streaming protocol is HTTP(S), which is faster and more secure SMB streaming is still supported Client HTTP(S) HTTP(S) Web Server File Share Profiler File Share SMB Profiler 36

37 New OS? No Problem!

38 Target Properties Defined By Operating System Boot Drive Language Isolation Rules Citrix Systems, Inc. All rights reserved 38

39 Single Profile Multiple Targets MS Office.profile Standard Base OS Images Streaming Client Target 1 WinXP Target 2 Windows 7 Target 3 XP-German Windows XP Windows 7 German Windows XP File Server Citrix Systems, Inc. All rights reserved 39

40 New Operating System Install Windows 7 (20-30 minutes) Install Citrix Receiver (1-2 minutes) Receive XenApp-delivered applications (x minutes) 40

41 Next Steps

42 Getting Started Assess application/user needs Identify risks with enabling offline Bandwidth Security Storage Create an assessment plan and test In house testing with XenApp Evaluation Virtual Appliance (EVA) ( Cloud testing with XenApp in the Amazon cloud ( 42

43 Participate in Community Personal Blog: Twitter: 43

44

TechTalk. Simplifying Application Delivery to the Virtual Desktop. February Daniel Feller, Sr. Architect Worldwide Consulting Solutions

TechTalk. Simplifying Application Delivery to the Virtual Desktop. February Daniel Feller, Sr. Architect Worldwide Consulting Solutions TechTalk Simplifying Application Delivery to the Virtual Desktop February 2009 Daniel Feller, Sr. Architect Worldwide Consulting Solutions Agenda Simplifying the Desktop Integrated Architecture Technical

More information

Streaming Profile Recipe

Streaming Profile Recipe Streaming Profile Recipe Package_Manufacturer_Version Streaming Profile Recipe for Package_Manufacturer_Version Submitted by: Date Submitted: 3/3/2011 11:25:00 AM

More information

TechTalk: Implementing Citrix Receiver from Windows to iphone. Stacy Scott Architect, Worldwide Technical Readiness

TechTalk: Implementing Citrix Receiver from Windows to iphone. Stacy Scott Architect, Worldwide Technical Readiness TechTalk: Implementing Citrix Receiver from Windows to iphone Stacy Scott Architect, Worldwide Technical Readiness Citrix Receiver Citrix Receiver Overview Citrix Receiver for iphone Citrix Receiver for

More information

Citrix 1Y0-A20. Citrix XenApp 6.5 Administration. Download Full Version :

Citrix 1Y0-A20. Citrix XenApp 6.5 Administration. Download Full Version : Citrix 1Y0-A20 Citrix XenApp 6.5 Administration Download Full Version : https://killexams.com/pass4sure/exam-detail/1y0-a20 QUESTION: 106 Scenario: A XenApp administrator must recommend a database option

More information

Citrix XenApp 6.5 Administration

Citrix XenApp 6.5 Administration Citrix XenApp 6.5 Administration CXA206; 5 Days, Instructor-led Course Description Citrix XenApp 6.5 Administration training course provides the foundation necessary for administrators to effectively centralize

More information

Course CXA-206: Citrix XenApp 6.5 Administration

Course CXA-206: Citrix XenApp 6.5 Administration Course CXA-206: Citrix XenApp 6.5 Administration Course Length: 5 days Overview Citrix XenApp 6.5 Administration training course provides the foundation necessary for administrators to effectively centralize

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

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

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

Enable Modern Work Styles with Microsoft VDI. Jeff Chin Windows Client Solutions Specialist

Enable Modern Work Styles with Microsoft VDI. Jeff Chin Windows Client Solutions Specialist Enable Modern Work Styles with Microsoft VDI Jeff Chin Windows Client Solutions Specialist Empowering People-centric IT User and Device Management Access and Information Protection Microsoft Virtual Desktop

More information

Configuring Avaya one-x Communicator 6.0 H.323 with Citrix XenApp TM 5 on Microsoft Windows 2003 (32-bit) Server Issue 1.0

Configuring Avaya one-x Communicator 6.0 H.323 with Citrix XenApp TM 5 on Microsoft Windows 2003 (32-bit) Server Issue 1.0 Avaya Solution and Interoperability Test Lab Configuring Avaya one-x Communicator 6.0 H.323 with Citrix XenApp TM 5 on Microsoft Windows 2003 (32-bit) Server Issue 1.0 Abstract This Application Note describes

More information

Choosing the Best Application Delivery Option(s) for XenApp and/or XenDesktop

Choosing the Best Application Delivery Option(s) for XenApp and/or XenDesktop Choosing the Best Application Delivery Option(s) for XenApp and/or XenDesktop Jo Harder Senior Architect, Technical Readiness joharder http://community.citrix.com/blogs/citrite/joh Does app installation

More information

1Y0-A22 Exam Questions Demo Citrix. Exam Questions 1Y0-A22. Citrix XenApp 6.5 Advanced Administration

1Y0-A22 Exam Questions Demo   Citrix. Exam Questions 1Y0-A22. Citrix XenApp 6.5 Advanced Administration Citrix Exam Questions 1Y0-A22 Citrix XenApp 6.5 Advanced Administration Version:Demo 1. Scenario: A XenApp Administrator of a 100-server farm needs to apply Citrix and vendor hotfixes on a monthly basis,

More information

Installing Acumen Fuse in a Citrix XenApp Environment

Installing Acumen Fuse in a Citrix XenApp Environment Installing Acumen Fuse in a Citrix XenApp Environment Requirements The XenApp servers should run Windows Server 2003 Service Pack 2, 2003 R2 or 2008 or 2008 R2 or greater. The servers must also have the

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

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

CXA Citrix XenApp 6.5 Administration

CXA Citrix XenApp 6.5 Administration 1800 ULEARN (853 276) www.ddls.com.au CXA-206-1 Citrix XenApp 6.5 Administration Length 5 days Price $5500.00 (inc GST) Citrix XenApp 6.5 Administration training course provides the foundation necessary

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

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 administator guide

Citrix administator guide Dragon speech recognition Enterprise solution Guide Citrix administator guide For: Copyright 2017 Dragon Professional Group/Dragon Legal Group/Dragon Law Enforcement, v15. This material may not include

More information

Citrix XenApp 6.5 SCCM 2012 Connector SP1

Citrix XenApp 6.5 SCCM 2012 Connector SP1 An informal, informative and step-by-step guide to installing and deploying applications using Citrix XenApp 6.5 SCCM 2012 Connector SP1 Codenamed Project Modi Released in August, 2013 on Citrix.com By

More information

Technical Overview. Jack Smith Sr. Solutions Architect

Technical Overview. Jack Smith Sr. Solutions Architect Technical Overview Jack Smith Sr. Solutions Architect Liquidware Labs Methodology Production Environments Assess Design POCs/Pilots Stratusphere FIT Stratusphere UX Validate Migrate ProfileUnity FlexApp

More information

Guide Citrix administrator guide

Guide Citrix administrator guide Guide Citrix administrator guide For: Copyright 2017 Dragon Medical Practice Edition. This material may not include some last-minute technical changes and/or revisions to the software. Changes are periodically

More information

Using ProfileUnity to Migrate from Windows 7 to Windows 10

Using ProfileUnity to Migrate from Windows 7 to Windows 10 Using ProfileUnity to Migrate from Windows 7 to Windows 10 Whitepaper Introduction This Whitepaper and guide has been authored by experts at Liquidware Labs in order to provide information and guidance

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

About Citrix Receiver for Chrome 1.4

About Citrix Receiver for Chrome 1.4 About Citrix Receiver for Chrome 1.4 Oct 09, 2015 Citrix Receiver for Chrome enables users to access virtual desktops and hosted applications from devices running the Google Chrome operating system. Resources

More information

CXA-204-1I Basic Administration for Citrix XenApp 6

CXA-204-1I Basic Administration for Citrix XenApp 6 CXA-204-1I Basic Administration for Citrix XenApp 6 Basic Administration for Citrix XenApp 6 training course provides the foundation necessary for administrators to effectively centralize and manage applications

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

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

DOWNLOAD PDF REDIRECT FOR WINDOWS 7

DOWNLOAD PDF REDIRECT FOR WINDOWS 7 Chapter 1 : Deploy Folder Redirection with Offline Files Microsoft Docs From your description, it sounds as if you cannot access the redirection path in Windows Explorer, is that correct? before folder

More information

1Y0-A22. Citrix XenApp 6.5 Advanced Administration. Exam Summary Syllabus Questions

1Y0-A22. Citrix XenApp 6.5 Advanced Administration. Exam Summary Syllabus Questions 1Y0-A22 Citrix XenApp 6.5 Advanced Administration Exam Summary Syllabus Questions Table of Contents Introduction to 1Y0-A22 Exam on Citrix XenApp 6.5 Advanced Administration 2 Citrix 1Y0-A22Certification

More information

Delivering Windows-based Client-Server Applications Anywhere, On Demand with Presentation Server 4.5

Delivering Windows-based Client-Server Applications Anywhere, On Demand with Presentation Server 4.5 Delivering Windows-based Client-Server Applications Anywhere, On Demand with Presentation Server 4.5 Conrad Lee Enterprise Sales Engineer Hong Kong & Taiwan Delivering Windows Applications (IT Infrastructure

More information

Citrix 1Y1-A15. Engineering a Citrix Virtualization(R) Solution.

Citrix 1Y1-A15. Engineering a Citrix Virtualization(R) Solution. Citrix 1Y1-A15 Engineering a Citrix Virtualization(R) Solution http://killexams.com/exam-detail/1y1-a15 B. CdsController.exe.config C. Presentation Server Console D. Access Management Console Answer: A

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

KillTest *KIJGT 3WCNKV[ $GVVGT 5GTXKEG Q&A NZZV ]]] QORRZKYZ IUS =K ULLKX LXKK [VJGZK YKX\OIK LUX UTK _KGX

KillTest *KIJGT 3WCNKV[ $GVVGT 5GTXKEG Q&A NZZV ]]] QORRZKYZ IUS =K ULLKX LXKK [VJGZK YKX\OIK LUX UTK _KGX KillTest Q&A Exam : 1Y0-A20 Title : Citrix XenApp 6.5 Administration Version : Demo 1 / 5 1.Scenario: A XenApp administrator must recommend a database option for the new XenApp 6.5 data store. The new

More information

Question: 2 When should a Citrix Engineer utilize the Processes White List feature of Workspace Environment Management (WEM)?

Question: 2 When should a Citrix Engineer utilize the Processes White List feature of Workspace Environment Management (WEM)? Volume: 66 Questions Question: 1 Scenario: A Citrix Engineer needs to configure a baseline Citrix policy for a new user group in the XenApp and XenDesktop environment. The users are connecting from branch

More information

CTX-1259AI Citrix Presentation Server 4.5: Administration

CTX-1259AI Citrix Presentation Server 4.5: Administration C O U R S E D E S C R I P T I O N CTX-1259AI Citrix Presentation Server 4.5: Administration CTX-1259AI Citrix Presentation Server 4.5: Administration provides the foundation necessary to effectively deploy

More information

Administration Guide for Cisco VXC 4000 Release 1.0

Administration Guide for Cisco VXC 4000 Release 1.0 Administration Guide for Cisco VXC 4000 Release 1.0 Overview, page 1 Deployment, page 4 Differences in the virtual environment, page 7 Audio devices, page 7 What to tell users, page 9 Troubleshooting,

More information

Veeam Cloud Connect. Version 8.0. Administrator Guide

Veeam Cloud Connect. Version 8.0. Administrator Guide Veeam Cloud Connect Version 8.0 Administrator Guide June, 2015 2015 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication may be reproduced,

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

Wanos on Hyper-V. Complete Lab Setup Guide

Wanos on Hyper-V. Complete Lab Setup Guide Wanos on Hyper-V Complete Lab Setup Guide This guide explains how to deploy a complete Wanos lab on Hyper-V. The step-by-step guide includes steps to create Head Office and Branch Wanos VM instances on

More information

Citrix - CXA XenApp 6.5 Administration

Citrix - CXA XenApp 6.5 Administration Citrix - CXA-206 - XenApp 6.5 Administration Duration: 5 days Course Price: $4,995 Course Description CXA-206-1 Citrix XenApp 6.5 Basic Administration Training Course Citrix XenApp 6.5 Basic Administration

More information

Pro: Windows Server 2008 R2, Virtualization Administrator

Pro: Windows Server 2008 R2, Virtualization Administrator Microsoft 70693 Pro: Windows Server 2008 R2, Virtualization Administrator Version: 11.4 Topic 1, Fabrikam, Inc Microsoft 70693 Exam Company Overview Fabrikam, Inc. is a large manufacturing company. Existing

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

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

Micro Focus Desktop Containers

Micro Focus Desktop Containers White Paper Security Micro Focus Desktop Containers Whether it s extending the life of your legacy applications, making applications more accessible, or simplifying your application deployment and management,

More information

VMware Mirage Getting Started Guide

VMware Mirage Getting Started Guide Mirage 5.8 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 recent editions of this document,

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

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

Microsoft Windows Server 2008 R2 Remote Desktop Services Session Virtualization and VDI Microsoft RemoteFX

Microsoft Windows Server 2008 R2 Remote Desktop Services Session Virtualization and VDI Microsoft RemoteFX Microsoft Windows Server 2008 R2 Remote Desktop Services Session Virtualization and VDI Microsoft RemoteFX Citrix XenApp 6 on Remote Desktop Services Extending the Microsoft platform New features in XenApp

More information

User profiles inside out Helge Klein,

User profiles inside out Helge Klein, User profiles inside out Helge Klein, http://www.sepago.de/helge Who is Helge Klein? IT architect at sepago Citrix Technology Professional (CTP) Architect of the product that later became Citrix Profile

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

Configuring Avaya one-x Agent 2.5 Patch 2 with Citrix XenApp TM 5.0 on Microsoft Windows 2003 (32-bit) Server Issue 1.0

Configuring Avaya one-x Agent 2.5 Patch 2 with Citrix XenApp TM 5.0 on Microsoft Windows 2003 (32-bit) Server Issue 1.0 Avaya Solution & Interoperability Test Lab Configuring Avaya one-x Agent 2.5 Patch 2 with Citrix XenApp TM 5.0 on Microsoft Windows 2003 (32-bit) Server Issue 1.0 Abstract This Application Note describes

More information

Deploying App and Desktop Solutions with Citrix XenApp and XenDesktop (CXD-300)

Deploying App and Desktop Solutions with Citrix XenApp and XenDesktop (CXD-300) Deploying App and Desktop Solutions with Citrix XenApp and XenDesktop (CXD-300) COURSE OVERVIEW: This course provides students with the skills required to successfully deploy a complete Citrix hosted application

More information

Running TIBCO Spotfire 3.2 on Citrix XenApp. Installation Manual

Running TIBCO Spotfire 3.2 on Citrix XenApp. Installation Manual Running TIBCO Spotfire 3.2 on Citrix XenApp Installation Manual Revision date: 28 June 2010 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED

More information

Features. HDX WAN optimization. QoS

Features. HDX WAN optimization. QoS May 2013 Citrix CloudBridge Accelerates, controls and optimizes applications to all locations: datacenter, branch offices, public and private clouds and mobile users Citrix CloudBridge provides a unified

More information

Consulting Solutions WHITE PAPER Citrix XenDesktop XenDesktop Planning Guide: Hosted VM-Based Resource Allocation

Consulting Solutions WHITE PAPER Citrix XenDesktop XenDesktop Planning Guide: Hosted VM-Based Resource Allocation Consulting Solutions WHITE PAPER Citrix XenDesktop XenDesktop Planning Guide: Hosted VM-Based Resource Allocation www.citrix.com Overview One of the first things that must be determined with designing

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-311 Title : Citrix XenApp and XenDesktop 7.15 LTSR Advanced Administration Vendor : Citrix Version

More information

Citrix 1Y Citrix XenApp and XenDesktop 7.15 LTSR Advanced Administration.

Citrix 1Y Citrix XenApp and XenDesktop 7.15 LTSR Advanced Administration. Citrix 1Y0-311 Citrix XenApp and XenDesktop 7.15 LTSR Advanced Administration https://killexams.com/pass4sure/exam-detail/1y0-311 QUESTION: 78 Scenario: A Citrix Engineer is managing a XenApp and XenDesktop

More information

Proactive Performance Monitoring for Citrix XenApp & XenDesktop

Proactive Performance Monitoring for Citrix XenApp & XenDesktop Proactive Performance Monitoring for Citrix XenApp & XenDesktop TECHNOLOGY OVERVIEW In approximately one week, support tickets dropped by 25% Our customers were complaining about persistent slowness with

More information

App Orchestration 2.6

App Orchestration 2.6 App Orchestration 2.6 Deploying App Orchestration 2.6 in a Complex Active Directory Environment Last Updated: July 25, 2014 Contents Overview... 3 Resources... 3 Tenants... 4 Offerings... 4 App Orchestration

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

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!   We offer free update service for one year PASS4TEST \ http://www.pass4test.com We offer free update service for one year Exam : 1Y0-A25 Title : Engineering a Citrix Virtualization Solution Exam Vendors : Citrix Version : DEMO 1 / 4 Get Latest

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

CXA Citrix XenApp 6.5 Administration

CXA Citrix XenApp 6.5 Administration Course This is a 5-day class Citrix XenApp 6.5 Administration training course provides the foundation necessary for administrators to effectively centralize and manage applications in the datacenter and

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

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

STREAM Integrated Risk Manager Multi-user Deployment Options

STREAM Integrated Risk Manager Multi-user Deployment Options Multi-user Deployment Options Contents Multi-User Edition: can be accessed using a Web Browser can be accessed from an iphone or ipad (free app in App Store), and a range of other platforms and mobile

More information

[TITLE] Virtualization 360: Microsoft Virtualization Strategy, Products, and Solutions for the New Economy

[TITLE] Virtualization 360: Microsoft Virtualization Strategy, Products, and Solutions for the New Economy [TITLE] Virtualization 360: Microsoft Virtualization Strategy, Products, and Solutions for the New Economy Mounir Chaaban & Riaz Salim Account Technology Strategist Microsoft Corporation Microsoft s Vision

More information

Configuring Avaya one-x Agent 2.0 R2 with Citrix XenApp TM on Microsoft Windows 2003 (32-bit) Server Issue 1.0

Configuring Avaya one-x Agent 2.0 R2 with Citrix XenApp TM on Microsoft Windows 2003 (32-bit) Server Issue 1.0 Avaya Solution Interoperability Test Lab Configuring Avaya one-x Agent 2.0 R2 with Citrix XenApp TM on Microsoft Windows 2003 (32-bit) Server Issue 1.0 Abstract This Application Note describes the configuration,

More information

Citrix 1Y0-A03. Citrix XenDesktop 2.0 Enterprise Edition: Administration. Download Full Version :

Citrix 1Y0-A03. Citrix XenDesktop 2.0 Enterprise Edition: Administration. Download Full Version : Citrix 1Y0-A03 Citrix XenDesktop 2.0 Enterprise Edition: Administration Download Full Version : https://killexams.com/pass4sure/exam-detail/1y0-a03 B. Do not auto-create client printers C. Turn off client

More information

QuickSpecs. HP Client Virtualization with Citrix XenDesktop. Overview. Retired

QuickSpecs. HP Client Virtualization with Citrix XenDesktop. Overview. Retired Overview The HP and Citrix Client Virtualization Solution is a seamless end-to-end client virtualization infrastructure solution that allows administrators to provide one of the best managed desktop and

More information

Managing Roaming User Data Deployment Guide Windows 2008

Managing Roaming User Data Deployment Guide Windows 2008 Managing Roaming User Data Deployment Guide Windows 2008 The folder redirection technology has been a part of Windows more or less Microsoft's Managing Roaming User Data Deployment Guide from the Vista

More information

1Y0-202 Exam Dumps - Citrix Profile Management Exam Questions PDF

1Y0-202 Exam Dumps - Citrix Profile Management Exam Questions PDF Citrix Certified Associate Virtualization 1y0-202 Citrix XenApp and XenDesktop Administration 7.6 LTSR Thank You for Downloading 1y0-202 Updated Exam Questions citrix/1y0-202-pdf-exam-dumps Updated Versions:

More information

Citrix Certified Associate Virtualization 1y0-202 Exam Questions

Citrix Certified Associate Virtualization 1y0-202 Exam Questions Citrix Certified Associate Virtualization 1y0-202 Citrix XenApp and XenDesktop Administration 7.6 LTSR Thank You for Downloading 1y0-202 Updated Exam Questions citrix/1y0-202-pdf-exam-dumps Updated Versions:

More information

AdminStudio 10.0 ZENworks Edition

AdminStudio 10.0 ZENworks Edition AdminStudio 10.0 ZENworks Edition Release Notes February 22, 2011 Introduction... 1 Getting Started... 2 Components & Editions... 4 ZENworks Limited Editions... 4 Standard, Professional, and Enterprise

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

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

Engineering a Citrix Virtualization Solution Exam

Engineering a Citrix Virtualization Solution Exam Citrix 1Y0-A25 Engineering a Citrix Virtualization Solution Exam Version: 4.0 QUESTION NO: 1 Citrix 1Y0-A25 Exam Scenario: A Citrix Engineer is configuring a new XenApp 6.5 farm in order to provide the

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

Enable the Always Offline Mode to Provide Faster Access to Files

Enable the Always Offline Mode to Provide Faster Access to Files Enable the Always Offline Mode to Provide Faster Access to Files 13 out of 16 rated this helpful - Rate this topic Published: April 18, 2012 Updated: July 3, 2013 Applies To: Windows 8, Windows 8.1, Windows

More information

Copyright Jetro Platforms, Ltd. All rights reserved.

Copyright Jetro Platforms, Ltd. All rights reserved. Important Notice Copyright 2001 2009 Jetro Platforms, Ltd. All rights reserved. This document is furnished by Jetro Platforms for information purposes only to licensed users of the Jetro COCKPIT product.

More information

Platform Compatibility... 1 Known Issues... 1 Resolved Issues... 2 Deploying the SRA Virtual Appliance... 3 Related Technical Documentation...

Platform Compatibility... 1 Known Issues... 1 Resolved Issues... 2 Deploying the SRA Virtual Appliance... 3 Related Technical Documentation... Secure Remote Access SonicWALL SRA 5.0.0.3 Contents Platform Compatibility... 1 Known Issues... 1 Resolved Issues... 2 Deploying the SRA Virtual Appliance... 3 Related Technical Documentation... 17 Platform

More information

Microsoft Desktop Virtualization Introduzione. Virtualization. Evento Assyrus Microsoft Virtualization. Microsoft Virtualization

Microsoft Desktop Virtualization Introduzione. Virtualization. Evento Assyrus Microsoft Virtualization. Microsoft Virtualization Microsoft Desktop Introduzione Andrea Mauro Direttore Tecnico 20 novembre 2009 Assyrus Srl Microsoft User State Server Presentation Management Desktop Application Desktop What is it? Traditional Configuration

More information

Deploying the Core Optimized Desktop Using the Microsoft Deployment Toolkit 2010

Deploying the Core Optimized Desktop Using the Microsoft Deployment Toolkit 2010 Deploying the Core Optimized Desktop Using the Microsoft Deployment Toolkit 2010 Microsoft Corporation Published: December 2010 Abstract The optimized desktop enables flexible provisioning and management

More information

Comprehensive cloud platform. Cost savings and increased efficiencies. Support for a modern work style

Comprehensive cloud platform. Cost savings and increased efficiencies. Support for a modern work style 2 Comprehensive cloud platform Complete, built-in virtualization platform Industry-leading scalability and performance, so you can virtualize every application Ability to achieve business continuity with

More information

User Activities. These reports give an overview of how your servers are being used, how many users connect, how many sessions you have etc.

User Activities. These reports give an overview of how your servers are being used, how many users connect, how many sessions you have etc. Executive Over view User Activities These reports give an overview of how your servers are being used, how many users connect, how many sessions you have etc. Session Log Summary This report helps you

More information

VMware User Environment Manager SyncTool Administration Guide. VMware User Environment Manager 9.1

VMware User Environment Manager SyncTool Administration Guide. VMware User Environment Manager 9.1 VMware User Environment Manager SyncTool Administration Guide VMware User Environment Manager 9.1 You can find the most up-to-date technical documentation on the VMware Web site at: https://docs.vmware.com/

More information

VI-CENTER EXTENDED ENTERPRISE EDITION GETTING STARTED GUIDE. Version: 4.5

VI-CENTER EXTENDED ENTERPRISE EDITION GETTING STARTED GUIDE. Version: 4.5 VI-CENTER EXTENDED ENTERPRISE EDITION GETTING STARTED GUIDE This manual provides a quick introduction to Virtual Iron software, and explains how to use Virtual Iron VI-Center to configure and manage virtual

More information

Consulting Solutions WHITE PAPER Citrix XenDesktop XenApp 6.x Planning Guide: Virtualization Best Practices

Consulting Solutions WHITE PAPER Citrix XenDesktop XenApp 6.x Planning Guide: Virtualization Best Practices Consulting Solutions WHITE PAPER Citrix XenDesktop XenApp 6.x Planning Guide: Virtualization Best Practices www.citrix.com Table of Contents Overview... 3 Scalability... 3 Guidelines... 4 Operations...

More information

Bessere Outlook-365-Performance mit Citrix Profil Management

Bessere Outlook-365-Performance mit Citrix Profil Management Herzlich willkommen Bessere Outlook-365-Performance mit Citrix Profil Management Bessere Outlook-365-Performance mit Citrix Profil Management 20.11.2018 2 Inhalt Overview Office 365 ProPlus Exchange Online

More information

BACKUP APP V7 CLOUUD FILE BACKUP & RESTORE GUIDE FOR WINDOWS

BACKUP APP V7 CLOUUD FILE BACKUP & RESTORE GUIDE FOR WINDOWS V7 CLOUUD FILE BACKUP & RESTORE GUIDE FOR WINDOWS Table of Contents 1 Overview... 1 1.1 About This Document... 7 2 Preparing for Backup and Restore... 8 2.1 Hardware Requirement... 8 2.2 Software Requirement...

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

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

B1OD: Installation and upgrade guide

B1OD: Installation and upgrade guide B1OD: Installation and upgrade guide 1/13 B1OD: Installation and upgrade guide The following document describes the system requirements of the B1 Usability Package and how to Install, upgrade or uninstall

More information

Dragon and Citrix products Administrator Guide. Version 2.6

Dragon and Citrix products Administrator Guide. Version 2.6 Dragon and Citrix products Administrator Guide Version 2.6 Copyright 2016. Dragon Medical Network Edition, 2.6. This material may not include some last-minute technical changes and/or revisions to the

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

XenApp 6.5 Questions & Answers

XenApp 6.5 Questions & Answers XenApp 6.5 Questions & Answers Citrix Presentation Server 4.5 to Citrix XenApp 5.0 & 6.5 Core differences Microsoft Group Policy can be used to configure provisioned servers on the fly and even reconfigure

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

Consulting Solutions WHITE PAPER Citrix XenDesktop XenApp Planning Guide: Virtualization Best Practices

Consulting Solutions WHITE PAPER Citrix XenDesktop XenApp Planning Guide: Virtualization Best Practices Consulting Solutions WHITE PAPER Citrix XenDesktop XenApp Planning Guide: Virtualization Best Practices www.citrix.com Overview Desktop virtualization comprises of many different types of virtual desktops.

More information