Benchmarking Citrix XenDesktop using Login Consultants VSI

Size: px
Start display at page:

Download "Benchmarking Citrix XenDesktop using Login Consultants VSI"

Transcription

1 WHITE PAPER Citrix XenDesktop and Login VSI Benchmarking Citrix XenDesktop using Login Consultants VSI Configuration Guide

2 Contents Overview... 3 Login VSI Installation... 3 Login VSI 3 Launcher Customizations... 4 Login VSI 3 Launcher Environment... 7 Virtual Desktop Environment... 7 Troubleshooting... 8 Conclusion... 8 Appendix: Example Python Script (WILauncher.py)... 9 Page 2

3 Overview As part of the XenDesktop implementation planning process, IT administrators may want to execute scalability testing to establish target numbers for virtual desktop density and hardware requirements. Citrix Consulting has utilized the Login VSI tool to execute scalability testing for XenDesktop. Login VSI is commonly referenced as a standard within the virtual desktop community and was designed for benchmarking Server Based Computing (SBC) and Desktop Virtualization (VDI) solutions including Citrix XenDesktop. The Login VSI tool consist of two key components, the Login VSI Launcher and the Login VSI workload. The focus of this paper is to provide guidance on utilizing the Login VSI Launcher in conjunction with a custom Python script to launch simultaneous XenDesktop connections that simulate a large number of end-users accessing the environment. It should be noted that Citrix Consulting recommends leveraging Citrix EdgeSight for Load Testing 3.8 when performing scalability testing for XenDesktop 5. Guidance for utilizing EdgeSight for Load Testing 3.8 with XenDesktop 5 and the Login VSI workload has been documented by Citrix Consulting with step-by-step instructions on the Citrix Knowledge Center. The EdgeSight for Load Testing 3.8 tool is available to Citrix customers as part of XenDeskop 5 Platinum Edition and provides a collective view of the performance metrics for all respective XenDesktop components, but for IT Administrators who are looking to either execute scalability testing with XenDesktop 4 (EdgeSight for Load Testing is not supported with XenDesktop 4) or utilize the Login VSI tool s Launcher component with XenDesktop 5 must leverage a custom Python script to perform scalability testing. This configuration guide provides step-by-step instructions for tailoring the custom Python script for an individual XenDesktop environment and configuring the Login VSI Launcher to execute that respective Python script. Login VSI Installation The high-level architecture of Login VSI consists of four major components: 1. Active Directory: An Active Directory domain controller is required for user accounts and standard policies for accessing the virtual desktop. 2. VSI Share: The VSI file share is a central repository for the benchmarking tool s configurations and logging. 3. VSI Launcher: The VSI launcher operates in a master and slave relationship to initiate simultaneous XenDesktop sessions. Multiple launchers are required to increase the number of virtual desktop connections per test. 4. Target Machine: The target machine is defined as the XenDesktop virtual desktops where the default user workload scripts are installed. Page 3

4 Please follow the VSI administrator s guide located at for detailed instructions on installing and configuring the test environment with all the required VSI components. Login VSI 3 Launcher Customizations Citrix developed a custom Python script to automate an Internet Explorer connection to the Citrix Desktop Delivery Controller. The Python script populates the user credential fields of web interface 1 with the parameters specified in the script and automatically logs the simulated user into the respective XenDesktop virtual desktop. This function coupled with VSI launcher s ability to execute multiple instances of the Python script supports the simultaneous launch of concurrent XenDesktop sessions. This section details the Login VSI launcher customizations required to launch simultaneous Citrix XenDesktop sessions utilizing the custom Python script. After installing Login VSI according to the Administrator s Guide, follow the steps outlined in this section to integrate the Python script. The complete Python script is available at the end of this document in the Appendix can be downloaded. Proper spacing and indentation is critically important for the Python script, so IT administrators may prefer to start with the downloadable script. Python Installation A custom Python script is utilized along with the VSI Launchers to launch simultaneous XenDesktop connections. Follow the steps outlined below to install Python on your launcher workstation(s): Install Python 2.6 on the root directory (C:\) from 2 (filename: python-2.6.msi). The installer will install Python into C:\Python26 Install the Python for Windows extension from into C:\Python26. (filename: pywin win32-py2.6.exe) Copy the WILauncher.PY file ino C:\Python26. (This is the python script example provided in the Appendix.) Download Pam 3.0 from Unzip Pam 3.0 and place the two files under C:\Python26\Lib\Site-Packages. (filename: pam3.0.zip contains 2 files, PAM30.py and winguiauto.py) 1 This document contains specific details for XenDesktop 5 and Web Interface 5.4. The Python is designed for the 5.4 version of Web Interface and may not work with other versions. 2 The steps in this document are only applicable to Python 2.6 and may not work with other versions of Python. Page 4

5 VSI Launcher Configurations VSI launcher needs to be configured for the Custom with CSV option to utilize the Python script that emulates an Internet Explorer connection. This can be configured as detailed below: Within the Login VSI Launcher, click on Test Configuration. Set the Connection type to Custom Commandline with CSV. Set the Custom command line to be: Syntax: Location of the Python Script Name of the Python Script XenDesktop DDC URL Test username password Test Domain XenDesktop Group Name Delay Example: C:\python26\python.exe c:\python26\wilauncher.py %CSV_User% Password! XDDomain XDGroup 20 In the example above, all the entries are static except for the %CSV_User% parameter. This parameter allows multiple simulated users to be specified in a separate CSV file. It should be noted that in this example each user is utilizing the same password and domain, but this can be customized in the CSV file (Reference the LoginVSI Admin Guide, Section for more information). The path to the CSV file containing the user connection information is required on the Test Configuration screen within Specify CSV file. For the parameter %CSV_User%, the entries in the target CSV file should be as shown in the Figure 1. The User is passed as the parameter %CSV_User% to the Python script and the first username entered into web interface is Login_VSI1. Please note, the usernames must be configured in Active Directory before being added to the CSV file. Figure 1: Sample CSV To begin a test, the VSILauncher.exe needs to be executed on one VSI Launcher workstation. Within the VSILauncher.exe tool as shown in Figure 2, the following parameters need to be configured: Page 5

6 Figure 2: VSI Launcher Connection Configuration Custom Command Line (as shown in Figure 2): o Custom Commandline: Specify the Python script command (example command: C:\python26\python.exe WILauncher.py %CSV_User% Password! XDDomain XDBWGroup 20 ) o Specify CSV File: Specify the path to the UNC share and CSV filename (example location: \\ \LoginVSIShare\LoginVSI1.csv) Page 6

7 Login VSI 3 Launcher Environment Since Login VSI Launchers receive their configuration from the VSI Share, Citrix Provisioning Services can be configured to rapidly provision multiple VSI Launchers. When preparing the golden VSI Launcher image, ensure that the following configurations are in place: Printer Policy: A XenDesktop policy should be created to not map the locally connected printer, or all local printers have to be removed from the launcher. Active Desktop Ratio: It is possible to overload the launcher system if it is running too many active sessions. The session capacity is dependent on the launcher system configuration. Citrix has successfully executed testing with a range of sessions on a single launcher. To accurately guage the ideal ratio of active sessions suitable for an individual launcher, it is best to actively monitor the launchers to ensure that they functioning properly and are not overloaded. Virtual Desktop Environment Before testing begins, there are some additional modifications that should be made to the virtual desktop image to ensure that the VSI workloads can execute successfully. The following design considerations are outlined in the Login VSI Admin Guide, but should be carefully reviewed when utilizing Citrix Provisioning Services: User Profiles: Each test user should be configured with a unique domain account. The Login VSI Admin Guide recommends local profiles, but if the environment is utilizing Citrix Provisioning Services to provide a shared desktop image for all virtual desktops, then the recommendation is to use roaming profiles. The roaming profile will be loaded during each desktop launch, but the Provisioning Services vdisk will not require a local profile for every user in the environment. Page File and Write Cache: As stated in the Login VSI Admin Guide, it is best practices to have the page file a fixed size and for it to be the same size as the memory allocated to the virtual image. This will remove the need for the Page File to grow as memory increases and reduce overhead. When utilizing Provisioning Services with a client-side write cache, the write cache should be at least twice the size of the memory to accommodate the fixed size of the page file. For example, if the RAM allocated to the virtual machine is 2GB then the local Provisioning Services write cache should be at least 4GB and the page file should be set at a fixed size of 2GB. Page 7

8 Troubleshooting When troubleshooting issues with the VSI Launcher or a workload execution failure, please reference the Event Viewer on the respective component. During some of the test cycles, the following workarounds were implemented when the noted issue was identified: If an issue is reported in the Event Viewer regarding CDViewer.exe (ex. CDViewer has encountered a problem and needs to close ), the recommendation is to change the file association for *.ica from CDViewer.exe to WFICA.exe to resolve the issue. If the workload fails due to a printer issue, ensure that the BullZip printer is the default printer within the virtual desktop. Office installs the XPS printer by default during the Office installation, if the XPS printer is the default printer the workload will fail. The recommendation is to remove the XPS printer. Periodically the first login to Web Interface could take additional time to process. In an effort to prevent it from affecting test results, it is recommended that a user login to Web Interface manually once prior to starting the test cycle. Otherwise the potential delay could create problems and skew results. Conclusion Citrix and Login Consultants have collaborated to provide IT administrators with a distinct benchmarking tool such as Login VSI to use for evaluating Citrix XenDesktop. Login VSI allows customers to easily perform benchmarking tests on their existing Citrix XenDesktop environment. Overall, Login Consultants VSI provides customers a distinct opportunity to analyze Citrix XenDesktop performance based on their unique end-user requirements. For information regarding custom Login VSI workflow development, please reference Login VSI. For more information regarding XenDesktop deployment assistance, please contact Citrix Consulting. Page 8

9 Appendix: Example Python Script (WILauncher.py) The following script is only provided as a reference and cannot be guaranteed to function with all versions of Citrix Web Interface.It has been tested with LoginVSI 3 and XenDesktop 5 SP1. For a more robust solution, Citrix recommends utilizing the Web Interface SDK to build a custom launcher. If using this example script as a starting point, copy it to the Python directory (C:\python26) once Python is installed. from distutils.core import setup from PAM30 import PAMIE import PAM30 import sys import time # Version 5.0-4/22/2011 Happy Earth Day! # # The delay parameter value must be less than the launch interval specified in LoginVSI # if len(sys.argv) < 6: print "Usage :: WILauncher.py baseurl username password domain DesktopGroup [delay]" baseurl = sys.argv[1] username = sys.argv[2] password = sys.argv[3] domain = sys.argv[4] DTGName = sys.argv[5] print "Message: Launching IE" ie = PAM30.PAMIE() print "Message: Navigating to " + baseurl + "auth/login.aspx" ie.navigate(baseurl + "auth/login.aspx") loop = 10 while loop > 0 and not ie.textboxexists("user"): print "Message: Page not loaded yet..." ie._wait() time.sleep(1) loop = loop - 1 if ie.textboxexists("user"): print "Message: Setting TextBox 'user'" ie.settextbox("user", username) print "Message: Did not find TextBox 'user'" sys.exit(-1) Page 9

10 if ie.textboxexists("password"): print "Message: Setting TextBox 'password'" ie.settextbox("password", password) print "Message: Did not find TextBox 'password'" sys.exit(- 2) if ie.textboxexists("domain"): print "Message: Setting TextBox 'domain'" ie.settextbox("domain", domain) print "Message: Did not find TextBox 'domain'" if ie.linkexists("log On"): print "Message: 'Log On' Link found! Clicking..." ie.clicklink ("Log On") elif ie.buttonexists("log On"): print "Message: 'Log On' Button found! Clicking..." ie.buttonclick("log On") print "Message: Failed to find a 'Log On' Button or Link" sys.exit(-4) loop = 10 while loop > 0 and not ie.linkexists(dtgname): print "Message: Page not loaded yet..." ie._wait() time.sleep(1) loop = loop - 1 if ie.linkexists(dtgname): print "Message: Desktop group '"+DTGName+"' found! Clicking..." ie.clicklink (DTGName) print "Message: Failed to find desktop group '"+DTGName+"'" sys.exit(-5) if len(sys.argv) > 6: print "Message: Sleeping for " + sys.argv[6] + " seconds" time.sleep(int(sys.argv[6])) Page 10

11 if ie.linkexists("log Off"): print "Message: 'Log Off' Link found! Clicking..." ie.clicklink ("Log Off") elif ie.buttonexists("log Off"): print "Message: 'Log Off' Button found! Clicking..." ie.buttonclick("log Off") print "Message: Failed to find a 'Log Off' Button or Link" sys.exit(-6) print "Message: Closing IE" ie.quit() Page 11

12 Product Versions Product Version XenDesktop 4.0, 5.0 SP 1 Web Interface 5.4 Revision History Revision Change Description Updated By Date 0.1 Final Version Bhumik Patel April 2, Updates Carisa Stringer June15, Additional Updates Carisa Stringer July 13, Updates for LoginVSI 3 Benn Schreiber May 2, 2010 About Citrix Citrix Systems, Inc. (NASDAQ:CTXS) is the leading provider of virtualization, networking and software as a service technologies for more than 230,000 organizations worldwide. Its Citrix Delivery Center, Citrix Cloud Center (C3) and Citrix Online Services product families radically simplify computing for millions of users, delivering applications as an on-demand service to any user, in any location on any device. Citrix customers include the world s largest Internet companies, 99 percent of Fortune Global 500 enterprises, and hundreds of thousands of small businesses and prosumers worldwide. Citrix partners with over 10,000 companies worldwide in more than 100 countries. Founded in 1989, annual revenue in 2010 was $1.9 billion Citrix Systems, Inc. All rights reserved. Citrix, Access Gateway, Branch Repeater, Citrix Repeater, HDX, XenServer, XenApp, XenDesktop and Citrix Delivery Center are trademarks of Citrix Systems, Inc. and/or one or more of its subsidiaries, and may be registered in the United States Patent and Trademark Office and in other countries. All other trademarks and registered trademarks are property of their respective owners. Page 12

Citrix Lab Manager 3.6 SP 2 Quick Start Guide

Citrix Lab Manager 3.6 SP 2 Quick Start Guide WHITE PAPER Citrix Essentials for Microsoft Hyper-V Citrix Lab Manager 3.6 SP 2 Quick Start Guide www.citrix.com Contents Document Summary... 3 Preparation... 3 Architectural Review of Lab Manager... 3

More information

Desktop Virtualization Made Easy Execution Plan

Desktop Virtualization Made Easy Execution Plan Consulting Solutions WHITE PAPER Citrix XenDesktop Desktop Virtualization Made Easy Execution Plan A desktop virtualization architecture guide for small to medium environments www.citrix.com Trying to

More information

Citrix XenServer: VM Protection and Recovery Quick Start Guide

Citrix XenServer: VM Protection and Recovery Quick Start Guide Citrix XenServer: VM Protection and Recovery Quick Start Guide www.citrix.com Contents What is XenServer VM Protection and Recovery?... 3 Creating a VM Protection Policy... 3 Page 2 What is XenServer VM

More information

Best Practices for Upgrading the Virtual Desktop Agent

Best Practices for Upgrading the Virtual Desktop Agent WHITE PAPER Citrix XenDesktop Best Practices for Upgrading the Virtual Desktop Agent Citrix XenDesktop 4 www.citrix.com Table of Contents Introduction... 3 Virtual Desktop Agent... 3 Virtual Desktop Agent

More information

Consulting Solutions WHITE PAPER Citrix XenDesktop Citrix Personal vdisk Technology Planning Guide

Consulting Solutions WHITE PAPER Citrix XenDesktop Citrix Personal vdisk Technology Planning Guide Consulting Solutions WHITE PAPER Citrix XenDesktop Citrix Personal vdisk Technology Planning Guide www.citrix.com Overview XenDesktop offers IT administrators many options in order to implement virtual

More information

WHITE PAPER Citrix XenDesktop XenDesktop Planning Guide: Load Balancing Web Interface with NetScaler

WHITE PAPER Citrix XenDesktop XenDesktop Planning Guide: Load Balancing Web Interface with NetScaler WHITE PAPER Citrix XenDesktop XenDesktop Planning Guide: Load Balancing Web Interface with NetScaler www.citrix.com Overview Citrix Web Interface is a common method of connecting to both XenApp and XenDesktop.

More information

Citrix XenClient 1.0

Citrix XenClient 1.0 White Paper Citrix XenClient Citrix XenClient 1.0 Proof of Concept Implementation Guide www.citrix.com Contents Introduction... 3 Hardware and Software Requirements... 3 Installation and Configuration...

More information

High Availability for Desktop Virtualization

High Availability for Desktop Virtualization WHITE PAPER Citrix XenDesktop High Availability for Desktop Virtualization How to provide a comprehensive, end-to-end highavailability strategy for desktop virtualization. www.citrix.com Contents Contents...

More information

HDX 3D Version 1.0 Release Notes

HDX 3D Version 1.0 Release Notes HDX 3D Version 1.0 Release Notes www.citrix.com Citrix HDX 3D for Professional Graphics 1.0 Release Notes This document summarizes the features in Citrix HDX 3D for Professional Graphics 1.0 and describes

More information

Success Accelerator. Citrix Worldwide Consulting Solutions. Planning and Executing a Successful Go Live

Success Accelerator. Citrix Worldwide Consulting Solutions. Planning and Executing a Successful Go Live Success Accelerator Planning and Executing a Successful Go Live Citrix Worldwide Consulting Solutions i Table of Contents Introduction... 1 Communication... 2 Training... 3 Administrators and Help Desk

More information

Citrix StoreFront 2.0

Citrix StoreFront 2.0 White Paper Citrix StoreFront 2.0 Citrix StoreFront 2.0 Proof of Concept Implementation Guide www.citrix.com Contents Contents... 2 Introduction... 3 Architecture... 4 Installation and Configuration...

More information

High Availability for Citrix XenApp

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

More information

Citrix EdgeSight for Load Testing Installation Guide. Citrix EdgeSight for Load Testing 3.8

Citrix EdgeSight for Load Testing Installation Guide. Citrix EdgeSight for Load Testing 3.8 Citrix EdgeSight for Load Testing Installation Guide Citrix EdgeSight for Load Testing 3.8 Copyright Use of the product documented in this guide is subject to your prior acceptance of the End User License

More information

Windows 7 Optimization Guide

Windows 7 Optimization Guide Consulting Solutions WHITE PAPER Citrix XenDesktop Windows 7 Optimization Guide For Desktop Virtualization www.citrix.com Contents Contents... 2 Overview... 3 Machine Settings... 3 User Settings... 7 Final

More information

SOLUTION BRIEF Citrix Cloud Solutions Citrix Cloud Solution for On-boarding

SOLUTION BRIEF Citrix Cloud Solutions Citrix Cloud Solution for On-boarding SOLUTION BRIEF Citrix Cloud Solutions Citrix Cloud Solution for On-boarding www.citrix.com Contents Introduction... 3 The On- boarding Problem Defined... 3 Considerations for Application On- boarding...

More information

WHITE PAPER Citrix XenServer: Virtual Machine Backup. Citrix XenServer. Virtual Machine Backup. www.citrix.com

WHITE PAPER Citrix XenServer: Virtual Machine Backup. Citrix XenServer. Virtual Machine Backup. www.citrix.com WHITE PAPER Citrix XenServer: Virtual Machine Backup Citrix XenServer Virtual Machine Backup www.citrix.com Contents Introduction and Overview...3 Hot Backup Approaches...3 Agent Based Backup...3 Backend

More information

Advanced Memory and Storage Considerations for Provisioning Services

Advanced Memory and Storage Considerations for Provisioning Services Advanced Memory and Storage Considerations for Provisioning Services www.citrix.com Contents Introduction... 1 Understanding How Windows Handles Memory... 1 Windows System Cache... 1 Sizing Memory for

More information

XenDesktop 5.6 Remote PC Deployment Checklist

XenDesktop 5.6 Remote PC Deployment Checklist XenDesktop 5.6 Remote PC Deployment Checklist Overview Remote PC, released in XenDesktop 5.6 Feature Pack 1, allows users to access their physical desktops\laptops remotely. Remote PC can be incorporated

More information

VDI Without Compromise with SimpliVity OmniStack and Citrix XenDesktop

VDI Without Compromise with SimpliVity OmniStack and Citrix XenDesktop VDI Without Compromise with SimpliVity OmniStack and Citrix XenDesktop Page 1 of 11 Introduction Virtual Desktop Infrastructure (VDI) provides customers with a more consistent end-user experience and excellent

More information

Deployment Guide for Citrix XenDesktop

Deployment Guide for Citrix XenDesktop Deployment Guide for Citrix XenDesktop Securing and Accelerating Citrix XenDesktop with Palo Alto Networks Next-Generation Firewall and Citrix NetScaler Joint Solution Table of Contents 1. Overview...

More information

Cisco, Citrix, Microsoft, and NetApp Deliver Simplified High-Performance Infrastructure for Virtual Desktops

Cisco, Citrix, Microsoft, and NetApp Deliver Simplified High-Performance Infrastructure for Virtual Desktops Cisco, Citrix, Microsoft, and NetApp Deliver Simplified High-Performance Infrastructure for Virtual Desktops Greater Efficiency and Performance from the Industry Leaders Citrix XenDesktop with Microsoft

More information

White paper. Microsoft and Citrix VDI: Virtual desktop implementation scenarios

White paper. Microsoft and Citrix VDI: Virtual desktop implementation scenarios White paper Microsoft and Citrix VDI: Virtual desktop implementation scenarios Table of contents Objective Microsoft VDI offering components High definition user experience...3 A very cost-effective and

More information

Performance Assessment and Bandwidth Analysis for Delivering XenDesktop to Branch Offices

Performance Assessment and Bandwidth Analysis for Delivering XenDesktop to Branch Offices WHITE PAPER Citrix XenDesktop and Branch Repeater Performance Assessment and Bandwidth Analysis for Delivering XenDesktop to Branch Offices Citrix XenDesktop and Branch Repeater Performance Analysis www.citrix.com

More information

Advanced virtualization management for Hyper-V and System Center environments

Advanced virtualization management for Hyper-V and System Center environments Advanced virtualization management for and System Center environments Microsoft extends the management capabilities of and System Center Virtual Machine Manager giving Microsoft customers a scalable, advanced

More information

5,100 PVS DESKTOPS ON XTREMIO

5,100 PVS DESKTOPS ON XTREMIO 5,1 PVS DESKTOPS ON XTREMIO With XenDesktop 5.6 and XenServer 6.1 A Test Report December 213 ABSTRACT This report documents the consistent low latency performance of XtremIO under the load of 5,1 concurrent

More information

Amazon EC2 XenApp Scalability Analysis

Amazon EC2 XenApp Scalability Analysis WHITE PAPER Citrix XenApp Amazon EC2 XenApp Scalability Analysis www.citrix.com Table of Contents Introduction...3 Results Summary...3 Detailed Results...4 Methods of Determining Results...4 Amazon EC2

More information

605: Design and implement a desktop virtualization solution based on a mock scenario. Hands-on Lab Exercise Guide

605: Design and implement a desktop virtualization solution based on a mock scenario. Hands-on Lab Exercise Guide 605: Design and implement a desktop virtualization solution based on a mock scenario Hands-on Lab Exercise Guide Contents Overview... 2 Scenario... 5 Quick Design Phase...11 Lab Build Out...12 Implementing

More information

Citrix EdgeSight Installation Guide. Citrix EdgeSight for Endpoints 5.3 Citrix EdgeSight for XenApp 5.3

Citrix EdgeSight Installation Guide. Citrix EdgeSight for Endpoints 5.3 Citrix EdgeSight for XenApp 5.3 Citrix EdgeSight Installation Guide Citrix EdgeSight for Endpoints 5.3 Citrix EdgeSight for XenApp 5.3 Copyright and Trademark Notice Use of the product documented in this guide is subject to your prior

More information

The impact of virtualization security on your VDI environment

The impact of virtualization security on your VDI environment ENTERPRISE TE The impact of virtualization security on your VDI environment ST ED WITH LO G I N VS I Contents Introduction... 3 What is VDI?... 3 Virtualization security challenges... 3 Choosing the right

More information

Citrix EdgeSight for Load Testing Installation Guide. Citrix EdgeSight for Load Testing 3.5

Citrix EdgeSight for Load Testing Installation Guide. Citrix EdgeSight for Load Testing 3.5 Citrix EdgeSight for Load Testing Installation Guide Citrix EdgeSight for Load Testing 3.5 Copyright Use of the product documented in this guide is subject to your prior acceptance of the End User License

More information

Citrix EdgeSight Administrator s Guide. Citrix EdgeSight for Endpoints 5.3 Citrix EdgeSight for XenApp 5.3

Citrix EdgeSight Administrator s Guide. Citrix EdgeSight for Endpoints 5.3 Citrix EdgeSight for XenApp 5.3 Citrix EdgeSight Administrator s Guide Citrix EdgeSight for Endpoints 5.3 Citrix EdgeSight for enapp 5.3 Copyright and Trademark Notice Use of the product documented in this guide is subject to your prior

More information

Advanced Farm Administration with XenApp Worker Groups

Advanced Farm Administration with XenApp Worker Groups WHITE PAPER Citrix XenApp Advanced Farm Administration with XenApp Worker Groups XenApp Product Development www.citrix.com Contents Overview... 3 What is a Worker Group?... 3 Introducing XYZ Corp... 5

More information

Installation Guide: Delta Module Manager Launcher

Installation Guide: Delta Module Manager Launcher Installation Guide: Delta Module Manager Launcher Overview... 2 Delta Module Manager Launcher... 2 Pre-Installation Considerations... 3 Hardware Requirements... 3 Software Requirements... 3 Virtualisation...

More information

This Deployment Guide is intended for administrators in charge of planning, implementing and

This Deployment Guide is intended for administrators in charge of planning, implementing and YOUR AUTOMATED EMPLOYEE Foxtrot Deployment Guide Enterprise Edition Introduction This Deployment Guide is intended for administrators in charge of planning, implementing and maintaining the deployment

More information

CITRIX 1Y0-A16 EXAM QUESTIONS & ANSWERS

CITRIX 1Y0-A16 EXAM QUESTIONS & ANSWERS CITRIX 1Y0-A16 EXAM QUESTIONS & ANSWERS Number: 1Y0-A16 Passing Score: 550 Time Limit: 165 min File Version: 37.5 http://www.gratisexam.com/ CITRIX 1Y0-A16 EXAM QUESTIONS & ANSWERS Exam Name: Architecting

More information

Deployment Guide ICA Proxy for XenApp

Deployment Guide ICA Proxy for XenApp Deployment Guide ICA Proxy for XenApp Access Gateway Enterprise Edition (NetScaler AGEE) www.citrix.com Table of Contents Introduction...3 Solution Requirements...4 Prerequisites...4 Network Diagram...5

More information

Citrix EdgeSight for Load Testing User s Guide. Citrix EdgeSight for Load Testing 3.8

Citrix EdgeSight for Load Testing User s Guide. Citrix EdgeSight for Load Testing 3.8 Citrix EdgeSight for Load Testing User s Guide Citrix EdgeSight for Load Testing 3.8 Copyright Use of the product documented in this guide is subject to your prior acceptance of the End User License Agreement.

More information

1. Begin by opening XenCenter to manage the assigned XenServer.

1. Begin by opening XenCenter to manage the assigned XenServer. Exercise 1 Microsoft Lync Optimization Overview In this exercise, you will see the difference made by the Lync Optimization Pack in the quality and stability of communications through Microsoft s Lync

More information

SOA Software API Gateway Appliance 7.1.x Administration Guide

SOA Software API Gateway Appliance 7.1.x Administration Guide SOA Software API Gateway Appliance 7.1.x Administration Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software, Inc. Other product names,

More information

GRIDCENTRIC VMS TECHNOLOGY VDI PERFORMANCE STUDY

GRIDCENTRIC VMS TECHNOLOGY VDI PERFORMANCE STUDY GRIDCENTRIC VMS TECHNOLOGY VDI PERFORMANCE STUDY TECHNICAL WHITE PAPER MAY 1 ST, 2012 GRIDCENTRIC S VIRTUAL MEMORY STREAMING (VMS) TECHNOLOGY SIGNIFICANTLY IMPROVES THE COST OF THE CLASSIC VIRTUAL MACHINE

More information

Using the Citrix Service Provider License Reporting Tool

Using the Citrix Service Provider License Reporting Tool TECHNIAL GUIDE Citrix Service Provider Using the Citrix Service Provider License Reporting Tool Version 3, Updated June 4, 2013 www.citrix.com Introduction Citrix Service Providers (CSP) need to generate

More information

XenDesktop Implementation Guide

XenDesktop Implementation Guide Consulting Solutions WHITE PAPER Citrix XenDesktop XenDesktop Implementation Guide Pooled Desktops (Local and Remote) www.citrix.com Contents Contents... 2 Overview... 4 Initial Architecture... 5 Installation

More information

SOLUTION BRIEF Citrix Cloud Solutions Citrix Cloud Solution for Disaster Recovery

SOLUTION BRIEF Citrix Cloud Solutions Citrix Cloud Solution for Disaster Recovery SOLUTION BRIEF Citrix Cloud Solutions Citrix Cloud Solution for Disaster Recovery www.citrix.com Contents Introduction... 3 Fitting Disaster Recovery to the Cloud... 3 Considerations for Disaster Recovery

More information

Data Collection Agent for Active Directory

Data Collection Agent for Active Directory Data Collection Agent for Active Directory Installation Guide Version 7.5 - September 2015 This guide provides quick instructions for the installation of Data Collection Agent Active Directory, from an

More information

Deploying XenApp on a Microsoft Azure cloud

Deploying XenApp on a Microsoft Azure cloud Deploying XenApp on a Microsoft Azure cloud The scalability and economics of XenApp services on-demand citrix.com Given business dynamics seasonal peaks, mergers, acquisitions, and changing business priorities

More information

A Converged Appliance for Software-Defined VDI: Citrix XenDesktop 7.6 on Citrix XenServer and NexentaStor

A Converged Appliance for Software-Defined VDI: Citrix XenDesktop 7.6 on Citrix XenServer and NexentaStor A Converged Appliance for -Defined VDI: Citrix XenDesktop 7.6 on Citrix XenServer and NexentaStor A converged appliance delivers scalable, reliable VDI while saving money and administrative effort. Companies

More information

CITRIX 1Y0-A14 EXAM QUESTIONS & ANSWERS

CITRIX 1Y0-A14 EXAM QUESTIONS & ANSWERS CITRIX 1Y0-A14 EXAM QUESTIONS & ANSWERS Number: 1Y0-A14 Passing Score: 800 Time Limit: 90 min File Version: 42.2 http://www.gratisexam.com/ CITRIX 1Y0-A14 EXAM QUESTIONS & ANSWERS Exam Name: Implementing

More information

WHITE PAPER 1 WWW.FUSIONIO.COM

WHITE PAPER 1 WWW.FUSIONIO.COM 1 WWW.FUSIONIO.COM WHITE PAPER WHITE PAPER Executive Summary Fusion iovdi is the first desktop- aware solution to virtual desktop infrastructure. Its software- defined approach uniquely combines the economics

More information

Foundation for Windows as a Service. With FlexCast Management Architecture (FMA)

Foundation for Windows as a Service. With FlexCast Management Architecture (FMA) Foundation for Windows as a Service With FlexCast Management Architecture (FMA) FlexCast Delivery Technology Simplified approaches to deployment flexibility Central Management Application & Desktop Delivery

More information

Connection Broker Managing User Connections to Workstations, Blades, VDI, and More. Quick Start with Citrix XenDesktop, XenServer & XenApp

Connection Broker Managing User Connections to Workstations, Blades, VDI, and More. Quick Start with Citrix XenDesktop, XenServer & XenApp Connection Broker Managing User Connections to Workstations, Blades, VDI, and More Quick Start with Citrix XenDesktop, XenServer & XenApp Version 8.0 December 9, 2014 Contacting Leostream Leostream Corporation

More information

PC-Duo Web Console Installation Guide

PC-Duo Web Console Installation Guide PC-Duo Web Console Installation Guide Release 12.1 August 2012 Vector Networks, Inc. 541 Tenth Street, Unit 123 Atlanta, GA 30318 (800) 330-5035 http://www.vector-networks.com Copyright 2012 Vector Networks

More information

White paper. Improving visibility to user login experience with Citrix EdgeSight

White paper. Improving visibility to user login experience with Citrix EdgeSight White paper Improving visibility to user login experience with Citrix EdgeSight Table of contents Introduction...1 Citrix end-user experience monitoring service overview...2 The Presentation Server login

More information

EdgeSight for XenDesktop Best Practices

EdgeSight for XenDesktop Best Practices WHITE PAPER EdgeSight for XenDesktop EdgeSight for XenDesktop Best Practices The document provides best practices for implementing and utilizing the XenDesktop Platinum monitoring feature EdgeSight, with

More information

Easy and secure application access from anywhere

Easy and secure application access from anywhere Easy and secure application access from anywhere Citrix is the leading secure access solution for applications and desktops HDX SmartAccess Delivers simple and seamless secure access anywhere Data security

More information

Interworks. Interworks Cloud Platform Installation Guide

Interworks. Interworks Cloud Platform Installation Guide Interworks Interworks Cloud Platform Installation Guide Published: March, 2014 This document contains information proprietary to Interworks and its receipt or possession does not convey any rights to reproduce,

More information

White paper. Getting started with EdgeSight for Load Testing

White paper. Getting started with EdgeSight for Load Testing White paper Getting started with EdgeSight for Load Testing Table of contents Introduction... 1 Overview... 2 Defining Load... 3 Connections... 4 Define Users... 5 Instructions... 5 Performing a Load Test...

More information

Advanced virtualization management for Hyper-V and System Center environments. www.citrix.com

Advanced virtualization management for Hyper-V and System Center environments. www.citrix.com Advanced virtualization management for Hyper-V and System Center environments www.citrix.com Introduction Microsoft Hyper-V provides a dynamic, reliable and scalable virtualization platform enabling cost

More information

DeployStudio Server Quick Install

DeployStudio Server Quick Install DeployStudio Server Quick Install v1.7.0 The DeployStudio Team info@deploystudio.com Requirements OS X 10.7.5 to 10.11.1 DeployStudioServer_v1.7.x.pkg and later NetBoot based deployment 100 Mb/s switched

More information

Citrix EdgeSight User s Guide. Citrix EdgeSight for Endpoints 5.4 Citrix EdgeSight for XenApp 5.4

Citrix EdgeSight User s Guide. Citrix EdgeSight for Endpoints 5.4 Citrix EdgeSight for XenApp 5.4 Citrix EdgeSight User s Guide Citrix EdgeSight for Endpoints 5.4 Citrix EdgeSight for XenApp 5.4 Copyright and Trademark Notice Use of the product documented in this guide is subject to your prior acceptance

More information

Citrix XenServer 7 Feature Matrix

Citrix XenServer 7 Feature Matrix Citrix XenServer 7 Matrix Citrix XenServer 7 Matrix A list of Citrix XenServer 7 features by product edition, including entitlements XenApp and XenDesktop license holders. The most comprehensive application

More information

Windows Clients and GoPrint Print Queues

Windows Clients and GoPrint Print Queues Windows Clients and GoPrint Print Queues Overview The following tasks demonstrate how to configure shared network printers on Windows client machines in a Windows Active Directory Domain and Workgroup

More information

Evaluation Virtual Appliance Quick Start Guide for Citrix XenApp

Evaluation Virtual Appliance Quick Start Guide for Citrix XenApp EVALUATION GUIDE Citrix XenApp Evaluation Virtual Appliance Quick Start Guide for Citrix XenApp This document provides step-by-step instructions for extracting and running the Citrix XenApp 6 Evaluation

More information

NTP Software File Auditor for Windows Edition

NTP Software File Auditor for Windows Edition NTP Software File Auditor for Windows Edition An NTP Software Installation Guide Abstract This guide provides a short introduction to installation and initial configuration of NTP Software File Auditor

More information

Host Access Management and Security Server

Host Access Management and Security Server Host Access Management and Security Server Evaluation Guide Host Access Management and Security Server Evaluation Guide 12.2 Copyrights and Notices Copyright 2015 Attachmate Corporation. All rights reserved.

More information

Citrix EdgeSight Active Application Monitoring Installation Guide

Citrix EdgeSight Active Application Monitoring Installation Guide Citrix EdgeSight Active Application Monitoring Installation Guide Citrix EdgeSight Active Application Monitoring Document Date: January 9, 2009 Copyright Use of the product documented in this guide is

More information

HYPERION SYSTEM 9 N-TIER INSTALLATION GUIDE MASTER DATA MANAGEMENT RELEASE 9.2

HYPERION SYSTEM 9 N-TIER INSTALLATION GUIDE MASTER DATA MANAGEMENT RELEASE 9.2 HYPERION SYSTEM 9 MASTER DATA MANAGEMENT RELEASE 9.2 N-TIER INSTALLATION GUIDE P/N: DM90192000 Copyright 2005-2006 Hyperion Solutions Corporation. All rights reserved. Hyperion, the Hyperion logo, and

More information

WHITE PAPER Citrix Service Provider Secure Multi-tenant Desktop as a Service with NetScaler VPX

WHITE PAPER Citrix Service Provider Secure Multi-tenant Desktop as a Service with NetScaler VPX WHITE PAPER Citrix Service Provider Secure Multi-tenant Desktop as a Service with NetScaler VPX www.citrix.com Contents Introduction... 3 Reference Architecture Lab Environment... 4 Software Components...

More information

Consolidated Monitoring, Analysis and Automated Remediation For Hybrid IT Infrastructures. Goliath Performance Monitor Installation Guide v11.

Consolidated Monitoring, Analysis and Automated Remediation For Hybrid IT Infrastructures. Goliath Performance Monitor Installation Guide v11. Consolidated Monitoring, Analysis and Automated Remediation For Hybrid IT Infrastructures Goliath Performance Monitor Installation Guide v11.5 (v11.5) Document Date: March 2015 www.goliathtechnologies.com

More information

Pearl Echo Installation Checklist

Pearl Echo Installation Checklist Pearl Echo Installation Checklist Use this checklist to enter critical installation and setup information that will be required to install Pearl Echo in your network. For detailed deployment instructions

More information

Citrix XenDesktop Modular Reference Architecture Version 2.0. Prepared by: Worldwide Consulting Solutions

Citrix XenDesktop Modular Reference Architecture Version 2.0. Prepared by: Worldwide Consulting Solutions Citrix XenDesktop Modular Reference Architecture Version 2.0 Prepared by: Worldwide Consulting Solutions TABLE OF CONTENTS Overview... 2 Conceptual Architecture... 3 Design Planning... 9 Design Examples...

More information

Citrix XenServer Workload Balancing 6.5.0 Quick Start. Published February 2015 1.0 Edition

Citrix XenServer Workload Balancing 6.5.0 Quick Start. Published February 2015 1.0 Edition Citrix XenServer Workload Balancing 6.5.0 Quick Start Published February 2015 1.0 Edition Citrix XenServer Workload Balancing 6.5.0 Quick Start Copyright 2015 Citrix Systems. Inc. All Rights Reserved.

More information

Dragon NaturallySpeaking and citrix. A White Paper from Nuance Communications March 2009

Dragon NaturallySpeaking and citrix. A White Paper from Nuance Communications March 2009 Dragon NaturallySpeaking and citrix A White Paper from Nuance Communications March 2009 Introduction As the number of deployed enterprise applications increases, organizations are seeking solutions that

More information

Summer 2013 Cloud Initiative. Release Bulletin

Summer 2013 Cloud Initiative. Release Bulletin Summer 2013 Cloud Initiative In this bulletin... July 2013 Summer 2013 Cloud Initiative 1 Getting started with the new Cloud... 2 Cloud Enhancements 3 How To Save Files 7 How to Set Up ipad Access 9 How

More information

Medical 360 Network Edition and Citrix

Medical 360 Network Edition and Citrix WHITE PAPER Dragon Medical 360 Network Edition and Citrix A White Paper from Nuance Healthcare HEALTHCARE DRAGON MEDICAL 360 AND CITRIX Contents Introduction... 3 Citrix Overview... 4 Dragon Medical 360

More information

GRAVITYZONE HERE. Deployment Guide VLE Environment

GRAVITYZONE HERE. Deployment Guide VLE Environment GRAVITYZONE HERE Deployment Guide VLE Environment LEGAL NOTICE All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical, including

More information

File Auditor for NAS, Net App Edition

File Auditor for NAS, Net App Edition File Auditor for NAS, Net App Edition Installation Guide Revision 1.2 - July 2015 This guide provides a short introduction to the installation and initial configuration of NTP Software File Auditor for

More information

Installation Troubleshooting Guide

Installation Troubleshooting Guide Installation Troubleshooting Guide Firebird Database Connection Errors DBA Next Generation uses the Firebird Database server for connections to the database. If you have a connection error when launching

More information

Remote Desktop Reporter Agent Deployment Guide

Remote Desktop Reporter Agent Deployment Guide Remote Desktop Reporter Agent Deployment Guide Table of Contents Overview... 2 Agent Components... 2 Agent Security... 2 Windows Firewall Considerations... 3 Installation Procedure and Configuration Parameters...

More information

VMTurbo Operations Manager 4.5 Installing and Updating Operations Manager

VMTurbo Operations Manager 4.5 Installing and Updating Operations Manager VMTurbo Operations Manager 4.5 Installing and Updating Operations Manager VMTurbo, Inc. One Burlington Woods Drive Burlington, MA 01803 USA Phone: (781) 373---3540 www.vmturbo.com Table of Contents Introduction

More information

NetWrix Logon Reporter V 2.0

NetWrix Logon Reporter V 2.0 NetWrix Logon Reporter V 2.0 Quick Start Guide Table of Contents 1. Introduction... 3 1.1. Product Features... 3 1.2. Licensing... 4 1.3. How It Works... 5 1.4. Report Types Available in the Advanced Mode...

More information

Integration Guide: Using Unidesk 3.x with Citrix XenDesktop

Integration Guide: Using Unidesk 3.x with Citrix XenDesktop TECHNICAL WHITE PAPER Integration Guide: Using Unidesk 3.x with Citrix XenDesktop This document provides a high- level overview of the Unidesk product as well as design considerations for deploying Unidesk

More information

Consulting Solutions WHITE PAPER Citrix XenDesktop Desktop Virtualization Top 10 Mistakes Made

Consulting Solutions WHITE PAPER Citrix XenDesktop Desktop Virtualization Top 10 Mistakes Made Consulting Solutions WHITE PAPER Citrix XenDesktop Desktop Virtualization Top 10 Mistakes Made www.citrix.com Contents Contents... 2 Overview... 3 10. Not Calculating Network Impact... 3 9. No Profile

More information

AVG Business SSO Connecting to Active Directory

AVG Business SSO Connecting to Active Directory AVG Business SSO Connecting to Active Directory Contents AVG Business SSO Connecting to Active Directory... 1 Selecting an identity repository and using Active Directory... 3 Installing Business SSO cloud

More information

Citrix Training. Course: Citrix Training. Duration: 40 hours. Mode of Training: Classroom (Instructor-Led)

Citrix Training. Course: Citrix Training. Duration: 40 hours. Mode of Training: Classroom (Instructor-Led) Citrix Training Course: Citrix Training Duration: 40 hours Mode of Training: Classroom (Instructor-Led) Virtualization has redefined the way IT resources are consumed and services are delivered. It offers

More information

CMB 207 1I Citrix XenApp and XenDesktop Fast Track

CMB 207 1I Citrix XenApp and XenDesktop Fast Track CMB 207 1I Citrix XenApp and XenDesktop Fast Track This fast paced course provides the foundation necessary for students to effectively centralize and manage desktops and applications in the datacenter

More information

Active Directory Integration

Active Directory Integration January 11, 2011 Author: Audience: SWAT Team Evaluator Product: Cymphonix Network Composer EX Series, XLi OS version 9 Active Directory Integration The following steps will guide you through the process

More information

Pcounter Web Report 3.x Installation Guide - v2014-11-30. Pcounter Web Report Installation Guide Version 3.4

Pcounter Web Report 3.x Installation Guide - v2014-11-30. Pcounter Web Report Installation Guide Version 3.4 Pcounter Web Report 3.x Installation Guide - v2014-11-30 Pcounter Web Report Installation Guide Version 3.4 Table of Contents Table of Contents... 2 Installation Overview... 3 Installation Prerequisites

More information

Virtual Desktop Infrastructure (VDI) made Easy

Virtual Desktop Infrastructure (VDI) made Easy Virtual Desktop Infrastructure (VDI) made Easy HOW-TO Preface: Desktop virtualization can increase the effectiveness of information technology (IT) teams by simplifying how they configure and deploy endpoint

More information

Login VSI 4.0. Documentation

Login VSI 4.0. Documentation Login VSI 4.0 Documentation Disclosure and Warranty The information, concepts, and ideas contained in this document are the property of Login VSI. Without limiting the rights under copyright, no part of

More information

This document details the procedure for installing Layer8 software agents and reporting dashboards.

This document details the procedure for installing Layer8 software agents and reporting dashboards. Quick Start Guide This document details the procedure for installing Layer8 software agents and reporting dashboards. Deployment to data analysis takes approximately 15 minutes. If you wish to deploy via

More information

NetWrix SQL Server Change Reporter. Quick Start Guide

NetWrix SQL Server Change Reporter. Quick Start Guide NetWrix SQL Server Change Reporter Quick Start Guide NetWrix SQL Server Change Reporter Quick Start Guide Contents Introduction...3 Product Features...3 Licensing...4 How It Works...5 Getting Started...6

More information

App Orchestration 2.5

App Orchestration 2.5 App Orchestration 2.5 Configuring SSL for App Orchestration 2.5 Prepared by: Andy Zhu Last Updated: July 25, 2014 Contents Introduction... 3 Configure SSL on the App Orchestration configuration server...

More information

High Availability for Citrix XenServer

High Availability for Citrix XenServer WHITE PAPER Citrix XenServer High Availability for Citrix XenServer Enhancing XenServer Fault Tolerance with High Availability www.citrix.com Contents Contents... 2 Heartbeating for availability... 4 Planning

More information

CVE-401/CVA-500 FastTrack

CVE-401/CVA-500 FastTrack CVE-401/CVA-500 FastTrack Description The CVE-400-1I Engineering a Citrix Virtualization Solution course teaches Citrix engineers how to plan for and perform the tasks necessary to successfully integrate

More information

Propalms TSE Deployment Guide

Propalms TSE Deployment Guide Propalms TSE Deployment Guide Version 7.0 Propalms Ltd. Published October 2013 Overview This guide provides instructions for deploying Propalms TSE in a production environment running Windows Server 2003,

More information

Citrix Systems, Inc.

Citrix Systems, Inc. Citrix Password Manager Quick Deployment Guide Install and Use Password Manager on Presentation Server in Under Two Hours Citrix Systems, Inc. Notice The information in this publication is subject to change

More information

App Orchestration Setup Checklist

App Orchestration Setup Checklist App Orchestration Setup Checklist This checklist is a convenient tool to help you plan and document your App Orchestration deployment. Use this checklist along with the Getting Started with Citrix App

More information

For Splunk Universal Forwarder and Splunk Cloud

For Splunk Universal Forwarder and Splunk Cloud Quick Start Guide; For Splunk Universal Forwarder and Splunk Cloud This document details the procedure for manually installing Layer8 software agents, and forwarding data to an existing Splunk Enterprise

More information

Citrix Desktop Virtualization Fast Track

Citrix Desktop Virtualization Fast Track Citrix Desktop Virtualization Fast Track Description: Days: 5 Prerequisites: This fast-paced course provides the foundation necessary for students to effectively centralize and manage desktops and applications

More information

Installing, Uninstalling, and Upgrading Service Monitor

Installing, Uninstalling, and Upgrading Service Monitor CHAPTER 2 Installing, Uninstalling, and Upgrading Service Monitor This section contains the following topics: Preparing to Install Service Monitor, page 2-1 Installing Cisco Unified Service Monitor, page

More information