版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
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年工业绿色农业技术与智慧农业融合论坛
- 医务人员职业暴露与防护试题及答案
- 2026年药剂师职业资格考试试题及答案
- 2026年十大安全目标考试试题及答案
- 三类医疗器械法律法规考核试题及答案
- 2026年皮肤消毒护理试题及答案
- 宣传思想文化队伍建设调研报告2026(3篇)
- 2025年下半年风险研判网络安全排查报告
- 井下透水预防与应急处置全流程培训
- 双排外脚手架及临边防护施工作业指导书培训
- 新二升三暑假英语26个字母每日一练过关练22天
- 2026年危险化学品生产单位安全生产管理人员安全生产模拟考试题库及答案
- 高标准农田建设技术工作手册
- 魏家凉皮考勤制度
- 养老机构销售技巧培训
- ssat考试题库及答案
- 客户账期管理办法
- 部队急诊急救课件
- 消防设施操作员(中级)考试题库(含答案)
- 2024年农作物种子繁育员考试相关法律试题及答案
- 人大换届选举培训课件
评论
0/150
提交评论