版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、Complex XenDesktop use cases; common mistakes; tools and techniques for resolution,Baptiste Duflos,Manager, Escalation Services,May 8th, 2012,Introduction and objectives,Tweet about this session with hashtag #SUM301and #CitrixSummit,Focusing on the major components of XenDesktop,4,WI,Controllers,VDA
2、s,AD,VM Host (XenServer, Hyper-V, VMware),Licensing,User,SQL Database,Deploying Controller Servers,5,All Controllers load balance session launch and VDA registrations Configuring Controllers in an N+1 configuration allows for resiliency in case of a failure All Controllers talk to the SQL database a
3、nd should deployed as close as possible,Controllers,Controller Server Scalability,6,XD4.x:,XD5.x:,Broker,Broker (ZDC),Broker,Hypervisor Pool,Controller,Controller,Controller(failed),WI,WI,Hypervisor Pool,Hypervisor Pool,Hypervisor Pool,Hypervisor Pool,Hypervisor Pool,Controllers Scalability and Best
4、 Practices,7,Can overwhelm the hosting infrastructure with power state requests during peak times when many users logon and off. You can throttle the amount of power commands sent per Controller with “MaximumTransitionRate” default is 20, do NOT increase it wont speed up power up times,Deploying SQL
5、 for XD Databases,8,XD 5 uses a single database with multiple schemas that map to XD services Stored procedures are leveraged to reduce load on database Database is critical to XD 5 all Controllers have heartbeat to database,SQL Databases,SQL Database Mirroring,9,Database failure = Controller Failur
6、e Only impacts new connections existing or disconnected sessions not affected Citrix recommends leveraging SQL Mirroring for fault tolerance,Principal database,Mirror database,Transaction log,Mirroring sends transaction log from Principal database to the redundant database,If the principal database
7、fails, user intervention is required to fail over the database Citrix recommends using synchronous database mirroring with witness,Witness Server,SQL Best Practices,10,SQL transaction log is critical to monitor Connection launches and idle desktops consume transaction log space Use a fixed-size tran
8、saction log auto-growth feature could impact response times Leverage SQL Alerts when log reaches thresholds (recommend 50%) Database failover tuning adjust Controller heartbeat interval Default heartbeat is 30secs and requires a SQL operation Controllers unregister workers that do not heartbeat for
9、over one minute Controlled by Regkey: HKLMSoftwareCitrixDesktopServerHeartbeatPeriodMs,Deploying Virtual Desktop Agents,11,VDA now uses “registry based” registration by default Verify ports are open and firewall configured Forward and Reverse DNS is required,Virtual Desktop Agents,VDA Scalability an
10、d best practice,12,Increase the Service timeouts if you expect periods with large amount of VMs rebooting increase to 3 mins recommended Optimize the logon process improves desktop performance Plan staged deployments and consider leveraging tools such like LoginVSI to perform scale and load testing
11、before adding large groups of users to environment,Key points to remember,13,Controllers are resilient and scale well keep deployments simple SQL server plays pivotal role in infrastructure protect it! Make your end users happy tune your VDAs for performance,Troubleshooting a session launch failure,
12、14,Users were reporting they got an error when trying to launch their desktops Admin noticed that intermittently VDAs would de-register at session launch,Case Study Walkthrough,Environment overview,15,XenDesktop deployment with: Web Interface 5.4 XD 5.6 SQL 2008 VMWare 5.0 Windows 2008 R2 Active Dir
13、ectory Virtual Desktop Agent OS Win7 32-bit Citrix Receiver 3.1,Web Interface 5.4,XD 5.6,SQL 2008,VMWare 5.0,Active Directory,VDAs,Receiver,What did failure look like?,16,17,User attempts to start the session,Initial Troubleshooting,18,How often does it happen? Any particular timeframe it happens? A
14、ny specific users or images it happens more frequently with? What changed? Any event viewer messages?,What changed?,19,WI,Controller #1,VDAs,Controller #2,VDAs register on Controller #1,Customer had single server deployment,Customer added second Controller for redundancy,Where do we start looking?,2
15、0,We found 4 interesting messages in Event Viewer:,Warning Event ID 2103: An unexpected exception occurred while the Citrix Broker Service processed an XML transaction. An incompatible client might be trying to access the XML service. Verify the compatibility of clients accessing the service. If thi
16、s problem persists, reinstall the Citrix XenDesktop Controller. Error details: Transaction: RequestAddress Exception Type: System.ServiceModel.Security.SecurityAccessDeniedException,Application Warning Event ID 1060: The Citrix Broker Service failed to apply settings on the virtual machine KB-WIN7-.
17、 Check that the virtual machine can be contacted from the Controller and that any firewall on the virtual machine allows connections from the Controller. See Citrix Knowledge Base article CTX126992. Error details: Exception Access is denied. of type System.ServiceModel.Security.SecurityAccessDeniedE
18、xception.,Warning Event ID 1039: The Citrix Broker Service failed to contact virtual machine KB-WIN7- (IP address ). Check that the virtual machine can be contacted from the Controller and that any firewall on the virtual machine allows connections from the Controller. See Citrix Knowledge Base arti
19、cle CTX126992. Error details: Exception Access is denied. of type System.ServiceModel.Security.SecurityAccessDeniedException.,Warning Event ID 1101: The Citrix Broker Service failed to broker a connection for user GETatladmin to resource KB-Win7-PW. The Citrix Broker Service cannot find any availabl
20、e virtual machines. Please add more virtual machines to the site. If the problem is due to existing virtual machines not becoming available, see Citrix Knowledge Base article CTX126992.,Troubleshooting Methodology verify environment,21,Check Firewall configuration Active Directory mis-configuration
21、Forward DNS and Reverse DNS Environmental checks: Check for time skew Default ports Port conflicts,Troubleshooting Methodology gathering data,22,Run Citrix Scout TaaS beta Enable logging on both Controllers Run a CDFTrace,Citrix Scout / XD Collector (CTX130147),23,Push button easy data collection sy
22、stem,Makes data collection and upload push button easy Integrates data collected by Scout with the Citrix Tools as a Service (TaaS) backend Simplifies data collection starting heartbeats,Under the hood - VDA Session Launch explained,29,VDA,Controller #1,Desktop Service,Controller #2,User,WI,VDA regi
23、sters to Controller #1,Worker flagged in DB as Ready,User launches session,WI Sends launch request to XML Broker,XML broker queries DB for a ready worker,XML sends PrepareSession ticket to VDA,XML Broker unregisters worker,ListOfDDCs=Controller #1,VDA checks ListOfDDCs to authorize PrepareSession,Co
24、ntroller #2 is not in ListOfDDCs, VDA invalidates session launch request,XML Returns Error to WI,WI Error returned to user,Broker Service,XML Broker,Worker is placed in SinBin,Root Cause analysis,30,The customer added a second Controller to handle XML requests for redundancy As soon as the new Contr
25、oller was added to the WI XML failover list it was available to broker session launches by design Since the new Controller was not added as an authorized trusted agent XenDesktop rejects the session logons Workstation agent de-registers temporarily and then attempts to re-register,Resolution,31,DDCs
26、 that handle authentication must be authorized agents and added to “ListOfDDCs” registry value CTX132536 outlines the registry key and how to define broker groups Adding DDCs to WI XML failover list enables the ability for DDCs to handle session logons,Resources discussed,Optimal deployment recommen
27、dations,33,CTX124087 - XenDesktop Modular Reference Architecture CTX127939 - XenDesktop 5 Database Sizing and Mirroring Best Practices CTX123244 - High Availability for Desktop Virtualization - Reference Architecture CTX120760 - XenDesktop - Design Handbook CTX128700 - XenDesktop Planning Guide - XenDesktop Scalability Whitepaper - Benchmarking Citrix XenDesktop usin
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2026年湘潭市口腔医院医护人员招聘笔试备考题库及答案解析
- 2025年韩城市眼科医院医护人员招聘笔试题库及答案详解
- 2026浙江杭州牙科医院集团丽水分院招聘笔试备考试题及答案详解
- 医院院感监测与防控工作方案
- 数字化转型实施方案范本
- 工业厂房模块化模块化施工方案
- 学生参观法院实施方案
- 数据中心网络设备安装施工方案
- 2026年自贡职业技术学院单招职业适应性考试题库及完整答案详解1套
- 长汀县涂坊镇招聘社区网格员考试试题附答案详解
- 北师版初中九上数学3.1.3利用概率玩“配紫色”游戏【课件】
- JT-T-489-2019收费公路车辆通行费车辆类型
- 家乐福公司员工手册模板
- 日产30吨高麦芽糖环评报告
- 太阳能杀虫灯采购投标方案(技术标)
- 雅思8000词汇表单
- 2023年医技类-病案信息技术(副高)历年重点考题集锦附含答案
- 机械原理课程设计-书本打包机设计
- (中职)短视频拍摄与后期制作2学习情境2:Vlog短视频教学课件()
- 研电力系统静态安全分析-2
- 探究活动二分割等腰三角形课件
评论
0/150
提交评论