Download presentation
Presentation is loading. Please wait.
Published byCornelia Cannon Modified over 6 years ago
1
TechEd 2013 5/12/2018 3:33 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
2
Optimizing Windows 8 for Virtual Desktop Infrastructure
5/12/2018 3:33 AM WCA-B330 Optimizing Windows 8 for Virtual Desktop Infrastructure Doug Klokow Jeff Stokes © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
3
Client Deployment and Performance
Dude, where’s my PFE? Client Deployment and Performance Storage, Consultant, Network Manager, IT Director, NOC Engineer, WinTel Specialist
7
Session Objectives Review Microsoft guidance for Windows 8 Optimization Performance Testing Approach
8
Why Windows 8 for VDI? Touch Performance Modern Applications
User Experience
9
Microsoft Guidance
10
Professional or Enterprise?
“Remote Computers running Windows 8 Enterprise provide the best user experience and support all management features. Therefore, Windows 8 Enterprise is the only supported edition for use with Windows Server 2012 virtual desktop collections (VDI).” Source:
11
Memory Allocation Dynamic memory will handle fluctuating demands for memory within a specified range Recommended Minimum 1GB Maximum based on workload Small -> 1.5 to 2GB Medium -> 2GB to 3GB Large -> 2GB to 4GB (or more) Consider using Blade Servers for Extra Large workloads NOTE: If you require VDI groups with different maximum memory multiple client collections will be required.
12
Memory Usage Comparison
32-bit 64-bit
13
Disk Partitions Using the default install routine will create a 350MB System Reserved drive to store BitLocker data Prevent the creation of this partition during OS installation using MDT 2012 to build the image Utilize the “DoNotCreateExtraPartition=YES” rule to prevent the creation of the “System Reserved” partition. Or use Scripted DISKPART commands….
14
Number of Virtual Processors
Default – 2 Virtual Processor Medium Usage – 4 Virtual Processors Heavy Usage – 4+ Virtual Processors Note: Is you are using the Hyper-V hypervisor, fairshare will balance usage of processors to avoid one client consuming all available physical processor bandwidth
15
Requirements to Support RemoteFX
GPU must support DirectX 11 A list of certified GPU’s can be found on the Windows Server Catalog web site – link At present there are 6 NVIDIA cards certified for RemoteFX RDVH or RDSH processor must support SLAT (Second-Level Address Translation) Intel Processors identify this with the term Extended Page Tables (EPT) AMD Processors identify this with the term Nested Page Tables (NPT) VDI guest VMs must use the Windows 8 64-bit WDDM v1.20 driver to prevent rendering issues RDVH or RSDH role service must be enabled on the RemoteFX server to provide RemoteFX in client sessions/VMs
16
Enabling RemoteFX On the Hyper-V Server
Confirm that the WDDM v1.2 driver is selected in the GPU drop down Check the “Use this GPU with RemoteFX”
17
Options for GPU on server
Windows Server Management Marketing 5/12/2018 Options for GPU on server CPU-emulated DirectX 11 software GPU Provides 3-D capabilities to sessions and virtual machines at high scale Optimized for knowledge worker workloads such as Microsoft Office and web browsing Provides the highest scale for session host and VDI RemoteFX vGPU Provides a virtualized hardware-accelerated DirectX 11 GPU for VDI, optimized for: Best performance for 3-D graphics-intensive applications Best experience with full animations and transitions Best application compatibility, running as a console session in a virtual machine © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
18
Multiple Display Configurations
Maximum Resolution Number of Monitors supported Windows 7 w/SP1 Windows 8 1024 x 768 4 8 1280 x 1024 1600 x 1200 3 1920 x 1200 2 2560 x 1600 N/A
19
Windows 8 Configurations
Configuration Name Function Configure Event log size/retention Set event log sizes to minimum size and configure retention to overwrite when needed, reduces overhead for event logging (especially in pooled VM scenarios) Disable Hard Disk timeouts, increase disk I/O timeout, disable NTFS last access timestamp, disable System Restore, disable hibernation, perform a disk cleanup Reduce I/O load when writes happen, allow longer writes, and clean up disk before Sysprep process Disable unneeded scheduled tasks 36 scheduled tasks associated with disabled services or services not useful in virtual environment Reconfigure boot (quiet boot/no animation), Disable UAC secure desktop prompt, set visuals to a minimum Reduce overhead on vGPU and/or vCPU
20
Resources
21
Automation Tools VDI Optimizer (AutoIT) by Jonathan Bennett
Creates a VBScript that can then be run on the machine to configure the settings as defined. The last release date was Aug of 2010, and there are no current plans to update to support Windows 8.
22
Optimization Resources for VDI
Focused on Windows 7 Useful to review tested configuration settings Strong correlation to Windows 8
23
Automation Tools Microsoft Scripts
PFE Windows 8 VDI Script
24
Resources Configuration Guides Scripts Whitepapers Internal IP
25
Memory Usage Comparison
Before: After:
26
Performance Tools
27
Windows ADK (Assessment and Deployment Kit)
Windows Performance Recorder monitors Windows client performance Command Line: XPERF Performance Scenarios Steady State Performance Tracking System Boot Tracing Fast Startup Shutdown Reboot Cycle Standby/Resume Hibernate/Resume Xperf for the layman (Blog Post) layman-performance-analysis-unchained-windows-assessment-toolkit- revealed.aspx
28
Windows ADK Windows Performance Analyzer allows for the review and analysis of the performance logs collected by the WPR
29
Windows Performance Toolkit
By leveraging the power of the ETW model, we can capture metrics previously unavailable outside of a debugger/instrumented code environment. With this level of granularity, we can capture metrics like…. All processes and threads in user mode and kernel mode Deferred procedure calls (DPCs) and interrupt service requests (ISRs) Scheduling Disk and file I/O Memory Network It also helps analyze what the customer experiences: Catch the problem as it happens Capture anywhere, decode anywhere Integration with symbols
30
Windows Performance Toolkit
So what does that all mean? Well… it means we can use a single tool to tackle many of the most common problems for customers: Troubleshooting application behavior – High CPU, Handles, Etc. Gathers both usermode and kernel events at the same time Benchmark disk performance (or lack there of) Get a deep view into the entire boot/shutdown lifecycle XPERF is incredibly powerful and can be leveraged for a wide range of issues customers and engineers face daily.
31
Windows Performance Toolkit
Event Tracing for Windows (ETW) infrastructure allows the capture of kernel and/or application events, and can be enabled/disabled at any time without any restarts required.
32
Windows Performance Toolkit
33
Ever wonder what the system was truly doing right before that performance hang or disconnect?
“Black Box” ETW tracing can enable you to obtain the last few seconds prior to your VDI / Physical system having problems Always running, with minimal (~4mb) memory overhead Xperf –on Diag –BufferSize 1024 –MaxBuffers MaxFile 250 –FileMode Circular
34
Network Stack Tracing
35
Network Stack Tracing
38
Performance Tools
39
VDI Detail Performance Analysis
How did the user log in? Console ICA PCoIP RDP What type of latency did the user experience when starting their session? Identify latency of an application Identify latency with an application calling a back- end Server Identify application and website focus
40
Industry standard benchmarking tool to test the performance and scalability of centralized Windows user environments, using simulated workloads “Login VSI is the de facto standard for SBC and VDI benchmarking”, Gartner
41
VSImax
42
Login VSI Doug Klokow Frans Wauters
43
Related content Breakout Sessions Hands on Labs
5/12/2018 3:33 AM Related content Breakout Sessions WCA-B341 “Tuning images for VDI usage” WCA-B314 “Designing a VDI Architecture for scale and performance” WCA-B345 “VDI Smackdown 2013 Edition” Hands on Labs WCA-H325 ”Enabling secure users with RemoteApp and VDI” © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
44
Performance and Architecture of VDI:
45
Windows Track Resources
5/12/2018 3:33 AM Windows Track Resources Windows Enterprise: windows.com/enterprise Windows Springboard: windows.com/ITpro Microsoft Desktop Optimization Package (MDOP): microsoft.com/mdop Desktop Virtualization (DV): microsoft.com/dv Windows To Go: microsoft.com/windows/wtg Outlook.com: tryoutlook.com © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
46
Resources Learning TechNet msdn http://channel9.msdn.com/Events/TechEd
5/12/2018 3:33 AM Resources Learning Sessions on Demand Microsoft Certification & Training Resources TechNet msdn Resources for IT Professionals Resources for Developers © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
47
Complete an evaluation on CommNet and enter to win!
5/12/2018 3:33 AM Complete an evaluation on CommNet and enter to win! © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
48
5/12/2018 3:33 AM Required Slide *delete this box when your slide is finalized Your MS Tag will be inserted here during the final scrub. Evaluate this session Scan this QR code to evaluate this session and be automatically entered in a drawing to win a prize © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
49
5/12/2018 3:33 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION. © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
50
Appendix
51
Windows 8 Service Configuration
Service Name Default Recommended Details Application Layer Gateway Service Manual Disabled This service manages mobile broadband (GSM & CDMA) data card/embedded module adapters and connections by auto-configuring the networks. It is strongly recommended that this service be kept running for best user experience of mobile broadband devices. Background Intelligent Transfer Service VDI infrastructure is usually connected to fast LAN/WAN links to infrastructure servers hosting data BitLocker Drive Encryption Service Manual (TS) BitLocker is not available to be used on a virtual machines Block Level Backup Engine Service Service is used to backup data on the workstation – not used for virtual machines Bluetooth Support Service Bluetooth Wireless not supported from a virtual machine BranchCache Consider This service caches network content from peers on the local subnet. Computer Browser Maintains an updated list of computers on the network and supplies this list to computers designated as browsers. Device Association Service Enables pairing between the system and wired or wireless devices. Device Setup Manager Enables the detection, download and installation of device-related software. If this service is disabled, devices may be configured with outdated software, and may not work correctly.
52
Windows 8 Service Configuration
Service Name Default Recommended Details Diagnostic Policy Service Automatic Disabled The Diagnostic Policy Service enables problem detection, troubleshooting and resolution for Windows components. If this service is stopped, diagnostics will no longer function. Diagnostic Service Host Manual The Diagnostic Service Host is used by the Diagnostic Policy Service to host diagnostics that need to run in a Local Service context. If this service is stopped, any diagnostics that depend on it will no longer function. Diagnostic System Host The Diagnostic System Host is used by the Diagnostic Policy Service to host diagnostics that need to run in a Local System context. If this service is stopped, any diagnostics that depend on it will no longer function. Distributed Link Tracking Client Consider Tracks NTFS links locally and across the network (but only if the service is also running on the remote system) Encrypting File System (EFS) Manual (TS) Provides the core file encryption technology used to store encrypted files on NTFS file system volumes. If this service is stopped or disabled, applications will be unable to access encrypted files. Extensible Authentication Protocol The Extensible Authentication Protocol (EAP) service provides network authentication in such scenarios as 802.1x wired and wireless, VPN, and Network Access Protection (NAP). Family Safety This service is a stub for Windows Parental Control functionality that existed in Vista. It is provided for backward compatibility only.
53
Windows 8 Service Configuration
Service Name Default Recommended Details Fax Manual Disabled Enables you to send and receive faxes, utilizing fax resources available on this computer or on the network. Function Discovery Resource Publication Publishes this computer and resources attached to this computer so they can be discovered over the network. If this service is stopped, network resources will no longer be published and they will not be discovered by other computers on the network. File History Service Manual (TS) Consider Protects user files from accidental loss by copying them to a backup location Home Group Listener Used to establish Home Groups, not used with virtual machines in a corporate environment Home Group Provider Internet Connection Sharing (ICS) Provides network address translation, addressing, name resolution and/or intrusion prevention services for a home or small office network. Microsoft Account Sign-in Assistant Enables user sign-in through Microsoft account identity services. If this service is stopped, users will not be able to logon to the computer with their Microsoft account.
54
Windows 8 Service Configuration
Service Name Default Recommended Details Microsoft iSCSI Initiator Service Manual Disabled iSCSI will not be used on virtual desktops Microsoft Software Shadow Copy Provider Manages software-based volume shadow copies taken by the Volume Shadow Copy service. If this service is stopped, software-based volume shadow copies cannot be managed. If this service is disabled, any services that explicitly depend on it will fail to start. Network List Service Automatic Identifies the networks to which the computer has connected, collects and stores properties for these networks, and notifies applications when these properties change. Offline Files Manual (TS) Disabled – REQUIRES GPO The Offline Files service performs maintenance activities on the Offline Files cache, responds to user logon and logoff events, implements the internals of the public API, and dispatches interesting events to those interested in Offline Files activities and changes in cache state. Optimize Drives Helps the computer run more efficiently by optimizing files on storage drives. Sensor Monitoring Service Consider Monitors various sensors in order to expose data and adapt to system and user state. If this service is stopped or disabled, the display brightness will not adapt to lighting conditions. Stopping this service may affect other system functionality and features as well. Secure Socket Tunneling Protocol Service This service publishes a machine name using the Peer Name Resolution Protocol. Configuration is managed via the netsh context 'p2p pnrp peer' Shell Hardware Detection Provides notifications for AutoPlay hardware events.
55
Windows 8 Service Configuration
Service Name Default Recommended Details SNMP Trap Manual Disabled Receives trap messages generated by local or remote Simple Network Management Protocol (SNMP) agents and forwards the messages to SNMP management programs running on this computer. If this service is stopped, SNMP-based programs on this computer will not receive SNMP trap messages. If this service is disabled, any services that explicitly depend on it will fail to start. SSDP Discovery Discovers networked devices and services that use the SSDP discovery protocol, such as UPnP devices. Also announces SSDP devices and services running on the local computer. If this service is stopped, SSDP-based devices will not be discovered. If this service is disabled, any services that explicitly depend on it will fail to start. Telephony Provides Telephony API (TAPI) support for programs that control telephony devices on the local computer and, through the LAN, on servers that are also running the service. Themes Automatic Consider Provides user experience theme management. UPnP Device Host Allows UPnP devices to be hosted on this computer. If this service is stopped, any hosted UPnP devices will stop functioning and no additional hosted devices can be added. If this service is disabled, any services that explicitly depend on it will fail to start. Volume Shadow Copy Manages and implements Volume Shadow Copies used for backup and other purposes. If this service is stopped, shadow copies will be unavailable for backup and the backup may fail. If this service is disabled, any services that explicitly depend on it will fail to start.
56
Windows 8 Service Configuration
Service Name Default Recommended Details Windows Backup Manual Disabled Provides Windows Backup and Restore capabilities. Windows Color System The WcsPlugInService service hosts third-party Windows Color System color device model and gamut map model plug-in modules. Windows Connect Now - Config Registrar Disable WCNCSVC hosts the Windows Connect Now Configuration which is Microsoft's Implementation of Wi-Fi Protected Setup (WPS) protocol. Windows Defender Automatic (TS) Consider – REQUIRES GPO Helps protect users from malware and other potentially unwanted software Windows Error Reporting Service Manual (TS) Allows errors to be reported when programs stop working or responding and allows existing solutions to be delivered. Also allows logs to be generated for diagnostic and repair services. Windows Media Player Network Sharing Service Shares Windows Media Player libraries to other networked players and media devices using Universal Plug and Play Windows Search Automatic (Delayed) Consider Provides content indexing, property caching, and search results for files, , and other content. WLAN AutoConfig The WLANSVC service provides the logic required to configure, discover, connect to, and disconnect from a wireless local area network (WLAN) as defined by IEEE standards. WWAN AutoConfig This service manages mobile broadband (GSM & CDMA) data card/embedded module adapters and connections by auto-configuring the networks. It is strongly recommended that this service be kept running for best user experience of mobile broadband devices.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.