Best Practices for Oracle Database Performance on Windows Christian Shay Product Manager, Oracle

Total Page:16

File Type:pdf, Size:1020Kb

Best Practices for Oracle Database Performance on Windows Christian Shay Product Manager, Oracle 1 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Best Practices for Oracle Database Performance on Windows Christian Shay Product Manager, Oracle The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle’s products remains at the sole discretion of Oracle. 3 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Program Agenda . Overview <Insert Picture Here> . Architecture . Best Practices for Windows – Client side tuning – Windows OS Diagnostic Tools – Optimize CPU usage, Optimize Network, Optimize File I/O . Best Practices for RAC on Windows . Q+A: Ask the Experts 4 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Slidedeck for this session . Within about one week: – http://bit.ly/18Wh3UZ . Also will be linked to on OTN Windows page: – http://otn.oracle.com/windows 5 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Windows 8 and Windows 2012 Supported Editions . Windows 8 Editions – Windows 8 Pro – Windows 8 Enterprise . Windows Server 2012 Editions – Essentials – Foundation – Standard – Datacenter 6 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Windows 32-bit Platform Support OS 10gR2 11gR1 11gR2 #2 12cR1 #3 #1 RAC and some Windows XP Professional other features not Yes Yes Yes No #1 supported on Windows client Windows Server 2003 and systems Yes Yes Yes No Windows Server 2003 R2 #2 RAC not Windows Vista #1 10.2.0.4 Yes Yes No supported for 32- bit Windows in Windows 7 #1 10.2.0.5 No Yes Yes 11gR2 and later Windows Server 2008 10.2.0.4 11.1.0.7 Yes Yes # 3 Only Database Windows Server 2008 R2 10.2.0.5 11.1.0.7 Yes Yes Client is supported for 32- bit Windows in Windows 8 #1 No No Planned in Patchset Yes 12c and later Windows Server 2012 No No Planned in Patchset Yes 7 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Windows 64-bit (x64) Platform Support OS 10gR2 11gR1 11gR2 12cR1 Windows 32-bit Client is also Windows XP (#1), Windows Server supported on x64 Yes Yes Yes No 2003, and Windows Server 2003 R2 systems Windows Vista #1 10.2.0.4 Yes Yes No #1 RAC and some other features not Windows 7 #1 10.2.0.5 No Yes Yes supported on Windows client Windows Server 2008 10.2.0.4 11.1.0.7 Yes Yes systems # 2 Windows Server 2008 R2 10.2.0.5 No Yes Yes Single Instance and Client support Planned in only; RAC support Windows 8 #1 No No Yes Patchset planned in a future patchset Planned in Windows Server 2012 No No Yes # 2 Patchset 8 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Hyper -V and Windows Azure Certification . Windows 2012 Hyper-V – DB 12cR1 (Single Instance) certified on Windows 2012 guest OS – DB 12cR1 (Single Instance ) planned to be certified on Windows 2008R2 guest OS in a future patchset – DB 11gR2 (Single Instance) planned to be certified on Windows 2008R2 and Windows 2012 guest operating systems in a future patchset . Windows Azure – DB 12cR1(Single Instance) on Windows 2012 and Oracle Linux 6.4 (Preview) – DB 11gR2 (Single Instance) on Windows 2012 and Windows 2008R2 planned in future . http://www.oracle.com/technetwork/topics/cloud/faq-1963009.html 9 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Program Agenda . Overview <Insert Picture Here> . Architecture . Best Practices for Windows – Windows OS Diagnostic Tools – Optimize CPU usage, Optimize Network, Optimize File I/O . Best Practices for RAC on Windows . Q+A: Ask the Experts 10 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Architecture: Thread Model SGA contains Oracle process db buffers, log buffers SGA shared pool, other memory 8TB allocations total Each thread consists of Background and foreground threads PGA, stack, other memory Code allocations 11 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Database Architecture . Thread model, not a straight port of Oracle’s process architecture . 8TB maximum memory per database instance . Runs as a Windows service process . No limits on memory, connections, resources except those imposed by the operating system 12 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. File I/O . Supports asynchronous I/O to all types of files . Logical and physical raw files and partitions are fully supported (faster than NTFS) 13 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. File I/O . Full 64-bit file I/O internally. This means: – No 2GB or 4GB limitations on database file sizes. – Maximum file size is 64GB – Maximum database size is 4 petabytes 14 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. File I/O . Asynch IO support on Windows is very good for both file system and raw devices. No need to set INIT.ORA parameter “filesystemio_options” . Default value of “asynch” is the recommended setting. 15 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Memory - Large Pages . Large Page support – For instances with large memory requirements, large page support can improve performance. To enable, set registry parameter ORA_LPENABLE . x64 – 4kb default page size – will now be 2 MB – In 12c, if Oracle Home User is a standard Windows account, the administrator must grant the "Lock pages in memory" privilege to Oracle Home User or Service SID of Oracle Database Service (NTAUTHORITY\OracleService<sid>) 16 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Memory - Large Pages . Large Page support – Windows Server may be slow to allocate a huge amount of memory when using large pages especially if memory is already fragmented. Start Oracle before other processes if this affects you. – Oracle Database 12c introduces a new option to allow use of large pages but it will fall back to small pages if OS is not able to allocate large pages 17 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Memory - Large Pages Support . Under HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\KEY_HOMENAME – Create ORA_LPENABLE or ORA_SID_LPENABLE – Set the value to 1 for regular mode and 2 for mixed mode – Mixed mode is a new 12c option to allow use of large pages but fall back to small pages if OS is not able to allocate large pages – ORA_SID_LPMAXTIME is the optional time parameter for mixed mode 18 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Memory - Numa . NUMA support for memory/scheduling – Database intelligently allocates memory and schedules threads based on node configuration . Test well before going into production, Work with your hardware vendor and Oracle support to enable NUMA. 19 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Hyperthreading . Circuitry added to Intel CPUs resulting in single CPU functioning as 2 CPUs . All versions of Oracle are supported in Hyperthreaded environments. 20 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Additional Integration with Windows . Integration with Performance Monitor . Integration with Event Log 21 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Direct NFS Client on Windows . Network Attached Storage (NAS) uses Network File System (NFS) . As of 11g, Oracle Database allows direct Windows NFS v3 access – Part of DB kernel in Oracle Disk Manager library 22 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Direct NFS Client on Windows . Bypasses a lot of software layers in OS . Tailored for the specific I/O patterns that Oracle uses 23 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Direct NFS . Linear scalability of direct NFS can be achieved with inexpensive NICS - and – Does not require expensive switches which support link aggregation…Oracle does load balancing rather relying on a switch. – Parallel network paths – More NICS – more bandwidth . Direct NFS is a good solution from low to high end database servers 24 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Direct NFS Client on Windows . Database 12c Release 1 – dnfs_batch_size allows Windows systems that don't have enough bandwidth to throttle the number of IOs queued to the system, which may improve overall performance. (Bug 13647945) 25 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Program Agenda . Overview <Insert Picture Here> . Architecture . Best Practices for Windows – Windows OS Diagnostic Tools – Client side tuning – Optimize CPU usage, Optimize Network, Optimize File I/O . Best Practices for RAC on Windows . Q+A: Ask the Experts 26 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Enterprise Manager 27 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Diagnostic Tools - Performance Monitor 28 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Process Explorer 29 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. OS Tools . tasklist, taskkill . tlist (Shows command line args with -c) . driverquery . diskpart . sc (sc query state= all) . process monitor (regmon, filemon, procexp) tcpview . Windows Services for Unix 30 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Client Diagnosability . Integrated with Automatic Diagnostic Repository (ADR) . OCI and Net tracing and logging uses ADR by default . Multithreaded client-side diagnosability context support 31 Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Client Diagnosability . First Failure Capture – No need to reproduce a second time to get a dump . Client and Server trace file correlation . Reduce one-off diagnostic patches . Structure Dump Facility – Dumps more than just a stack 32 Copyright © 2013, Oracle and/or its affiliates.
Recommended publications
  • Accessing Windows 8 with Window-Eyes
    Window-Eyes Training GW Micro, Inc. Accessing Windows 8 with Window-Eyes Microsoft released the Windows 8 operating system to the consumer market in late 2012 and is the first version of Windows designed to be used on both mobile devices with touch screens as well as conventional desktop and laptop computers. Windows 8 includes a brand new Start screen and many other user interface changes that you will want to learn how to use for a higher level of productivity on your new computer. This webinar study guide worksheet focuses on the most notable features and changes found in Windows 8 and includes a number of helpful tips for accessing Windows 8 with Window-Eyes. Learning Objectives • Identify and explain the different Windows 8 editions • Practice logging in, restarting and shutting down • Discover how to access, navigate and customize the Start screen • Discover how to access and navigate the Apps screen • Discover how to use the Search charm to find apps, settings and files • Describe the difference between Windows 8 apps and traditional programs (also known as desktop apps) • Identify the Charm bar and the five Charms of Windows 8 • Identify and explain the purpose of Toast messages • Discover the benefits of the Power User menu Review Questions 1. Window-Eyes version <fill-in-answer> and higher is compatible with Windows 8. 2. Windows 8 is available in four different editions: a. <fill-in-answer> is geared towards the home market segment and includes all of the basic new features including the Start screen with semantic zoom, live tiles, Windows store, Microsoft account integration, Internet Explorer 10 and more.
    [Show full text]
  • Netbackup ™ Enterprise Server and Server 8.0 - 8.X.X OS Software Compatibility List Created on September 08, 2021
    Veritas NetBackup ™ Enterprise Server and Server 8.0 - 8.x.x OS Software Compatibility List Created on September 08, 2021 Click here for the HTML version of this document. <https://download.veritas.com/resources/content/live/OSVC/100046000/100046611/en_US/nbu_80_scl.html> Copyright © 2021 Veritas Technologies LLC. All rights reserved. Veritas, the Veritas Logo, and NetBackup are trademarks or registered trademarks of Veritas Technologies LLC in the U.S. and other countries. Other names may be trademarks of their respective owners. Veritas NetBackup ™ Enterprise Server and Server 8.0 - 8.x.x OS Software Compatibility List 2021-09-08 Introduction This Software Compatibility List (SCL) document contains information for Veritas NetBackup 8.0 through 8.x.x. It covers NetBackup Server (which includes Enterprise Server and Server), Client, Bare Metal Restore (BMR), Clustered Master Server Compatibility and Storage Stacks, Deduplication, File System Compatibility, NetBackup OpsCenter, NetBackup Access Control (NBAC), SAN Media Server/SAN Client/FT Media Server, Virtual System Compatibility and NetBackup Self Service Support. It is divided into bookmarks on the left that can be expanded. IPV6 and Dual Stack environments are supported from NetBackup 8.1.1 onwards with few limitations, refer technote for additional information <http://www.veritas.com/docs/100041420> For information about certain NetBackup features, functionality, 3rd-party product integration, Veritas product integration, applications, databases, and OS platforms that Veritas intends to replace with newer and improved functionality, or in some cases, discontinue without replacement, please see the widget titled "NetBackup Future Platform and Feature Plans" at <https://sort.veritas.com/netbackup> Reference Article <https://www.veritas.com/docs/100040093> for links to all other NetBackup compatibility lists.
    [Show full text]
  • Downgrade Rights for Microsoft Volume Licensing, OEM, and Full-Package Product Licenses
    Volume Licensing brief Downgrade rights for Microsoft Volume Licensing, OEM, and full-package product licenses This brief applies to all Microsoft Volume Licensing programs. Table of Contents Summary .................................................................................................................................................................................................. 1 What’s New in this Brief ..................................................................................................................................................................... 1 Details ....................................................................................................................................................................................................... 1 Frequently Asked Questions ............................................................................................................................................................ 3 Summary This licensing brief helps explain the downgrade rights for the most commonly acquired systems License Terms granted by Microsoft Volume Licensing programs and how they compare with original equipment manufacturer (OEM) and retail full- package product (FPP) license rights. What’s New in this Brief? This brief replaces a previous version published in February 2011. Significant changes in this brief include updates to reflect Windows 8. Details Microsoft Volume Licensing agreements include references to specific rights to use any prior versions of Microsoft licensed
    [Show full text]
  • Acronis True Image OEM
    Acronis True Image OEM USER GUIDE Table of contents 1 Introduction ....................................................................................................................6 1.1 What is Acronis True Image OEM? ............................................................................................ 6 1.2 System requirements and supported media ............................................................................. 6 1.2.1 Minimum system requirements .................................................................................................................... 6 1.2.2 Supported operating systems ........................................................................................................................ 7 1.2.3 Supported file systems .................................................................................................................................... 7 1.2.4 Supported Internet connection types ........................................................................................................... 7 1.2.5 Supported storage media ............................................................................................................................... 8 1.3 Installing Acronis True Image OEM ............................................................................................ 8 1.4 Activating Acronis True Image OEM .......................................................................................... 9 1.5 Upgrading Acronis True Image OEM .......................................................................................10
    [Show full text]
  • Acronis True Image 2021
    Acronis True Image 2021 USER GUIDE Table of contents 1 Introduction ....................................................................................................................7 1.1 What is Acronis® True Image™? ................................................................................................ 7 1.2 New in this version .................................................................................................................... 7 1.3 Backups created in Acronis True Image 2020 or later ............................................................... 8 1.4 System requirements and supported media ............................................................................. 9 1.4.1 Minimum system requirements .................................................................................................................... 9 1.4.2 Supported operating systems ...................................................................................................................... 10 1.4.3 Supported file systems .................................................................................................................................. 10 1.4.4 Supported Internet connection types ......................................................................................................... 11 1.4.5 Supported storage media ............................................................................................................................. 11 1.5 Installing Acronis True Image 2021 ..........................................................................................12
    [Show full text]
  • Tapani Havia
    Tapani Havia Microsoft Windows Server 2012 Centrally Managed Basic Services for Microsoft Windows 8 Clients Helsinki Metropolia University of Applied Sciences Bachelor of Engineering Information Technology Bachelor’s Thesis 14th May 2013 PREFACE This Bachelor’s Thesis is the outcome of my professional knowledge of the Microsoft Windows Server 2012 centrally managed basic services. I wish to thank my instructors Kari Järvi and Jonita Martelius for their invaluable help and support while writing the study. Last but not least I wish to thank my wife Mia Havia for her endless patience while writing the study. Espoo, May 14, 2013 Tapani Havia Abstract Author(s) Tapani Havia Title Microsoft Windows Server 2012 Number of Pages 153 pages + 10 appendices Date 14th May 2013 Degree Bachelor of Engineering Degree Program Information Technology Specialization option Data Networks Instructor(s) Kari Järvi, Principal Lecturer Microsoft published the latest operating system versions; Windows Server 2012 and Windows 8 last autumn. It was the correct time to create a test environment and test how basic services and their centralized remote management could be done nowadays. The purpose was to come up with as versatile an environment as possible which any person interested in the topic could do and continue to the desired direction. The initial plan was to create the test environment in one computer virtually. The environment was done with redundancy of basic services without Network Load Balancing or Failover Clustering features. Finally, the environment within the framework of the study included 11 virtual servers and three virtual workstations. For the host computer’s operating system was chosen the Windows Server 2012 Datacenter edition and the needed hypervisor software was chosen between Microsoft Hyper-V and VMware Workstation 9, the environment was done with VMware.
    [Show full text]
  • IDEA 3.4.4 Readme File
    IDEA 3.4.4 Readme File README for Foresight Imaging IDEA V3.4.4, January 31, 2018 This release is provided as an online download or on a single CD for both Windows 7 and Windows 10 32 bit & 64 bit operating systems. IDEA v3.4.4 for 32 Bit & 64 bit OS, CD part number: 042700-344 Uninstall previous versions of IDEA prior to installing version 3.4.4 Please note that product documentation is provided in electronic format only. You will need the Adobe Acrobat Reader version 8.0 or higher to view the documentation. Adobe Acrobat can be downloaded at either: www.adobe.com or www.fi-llc.com The IDEA software and hardware installation manuals are located on the CD and in the C:\Program Files\Foresight\IDEA\Doc directory (after installation) as SDK_Manual.pdf & Install_Manual.pdf. A demonstration version of the Accusoft / Pegasus Imaging MJPEG codec is included for use with the example programs. For information on licensing this software, please go to: https://www.accusoft.com/products/picvideo-m-jpeg-codec/overview/ IDEA Active X Demo Using Visual Basic, StreamCap and IDEA API Example Program are the three example programs recommended for use to evaluate the full functionality of the frame grabbers and video streamers. They are included in: Start || Programs || Foresight || Demos. VideoTest is a test program to verify the system's ability to create a live direct draw surface for display. For Windows 7 32 bit installations only: Start || Programs || Foresight || Demos StreamCap is the demonstration program recommended for use of the WDM driver.
    [Show full text]
  • Support for Netbackup 7.7.X, 8.X, and 9.X in Virtual Environments
    Support for NetBackup 7.7.x, 8.x, and 9.x in virtual environments Legal Notice Copyright © 2021 Veritas Technologies LLC. All rights reserved. Veritas, the Veritas Logo, and NetBackup are trademarks or registered trademarks of Veritas Technologies LLC in the U.S. and other countries. Other names may be trademarks of their respective owners. Introduction This tech note describes the general support guidelines for NetBackup 7.7.x, 8.x, and 9.x in virtual environments. It also provides notes on NetBackup 7.7.x, 8.x, and 9.x support for VMware and Hyper-V. For detailed information on supported VMware and Hyper-V environments, refer to the "Virtual Systems Compatibility" section of the NetBackup Software Compatibility List (SCL), available from this location: NetBackup Master Compatibility List Veritas is committed to serving the virtualization and hypervisor market by offering our customers the benefits of NetBackup Enterprise data protection solutions. We welcome your feedback. Please contact your Veritas account representative for assistance. http://www.netbackup.com Support for NetBackup 7.7.x, 8.x, and 9.x in virtual environments 2 Recent changes to this tech note Recent changes to this tech note Table 1 Recent changes to this tech note Description of changes Publication date for this change Updated Btrfs file system notes. August 19, 2021 See “Supported file systems for VMware” on page 46. Added support for Nutanix AHV compatibility. June 7, 2021 See “NetBackup for Nutanix AHV Compatibility” on page 46. Added support for MSDP Instant Access files system types and LVM. April 28, 2021 See “MSDP Instant Access supported files system types and LVM” on page 26.
    [Show full text]
  • Introducing Windows 8 an Overview IT Professionals
    spine = .35” Introducing Windows 8 Windows Introducing An Overview for IT Professionals Introducing Windows 8 An Overview for IT Professionals Get a head start evaluating Window 8—guided by a Windows Note expert who’s worked extensively with the software since the This title is also available as a free eBook preview releases. Based on final, release-to-manufacturing (RTM) on the Microsoft Download Center software, this book introduces new features and capabilities, with (microsoft.com/download) scenario-based insights demonstrating how to plan for, implement, and maintain Windows 8 in an enterprise environment. Get the high-level information you need to begin preparing your deployment now. About the Author Jerry Honeycutt is an expert on Windows Topics include: technologies and administration. He has Introducing • Performance, reliability, and security features written more than 25 books, including • Deployment options Microsoft Windows Desktop Deployment Resource Kit. • Windows Assessment and Deployment Kit ® • Windows PowerShell™ 3.0 and Group Policy • Managing and sideloading apps microsoft.com/mspress • Internet Explorer® 10 • Virtualization, Client Hyper-V®, and Microsoft® Desktop Windows 8 Optimization Pack • Recovery features Also see An Overview for IT Professionals ISBN: 9780735666139 ISBN: 9780735673229 ISBN: 9780735663817 Coming Soon ISBN: 978-0-7356-7050-1 U.S.A. $14.99 Canada $15.99 [Recommended] Operating Systems/ Windows Jerry Honeycutt PUBLISHED BY Microsoft Press A Division of Microsoft Corporation One Microsoft Way Redmond, Washington 98052-6399 Copyright © 2012 Microsoft Corporation All rights reserved. No part of the contents of this book may be reproduced or transmitted in any form or by any means without the written permission of the publisher.
    [Show full text]
  • Touch the Future
    International Journal of Scientific and Research Publications, Volume 3, Issue 8, August 2013 1 ISSN 2250-3153 Touch the Future Sanjay Yadav, Shilpa Yadav Microsoft Student Partner Abstract- The purpose of this paper is to understand about edition as "Core". This edition contains features aimed at the WINDOWS 8 and have knowledge regarding the new features home market segment and provides all of the basic new which are introduced by Microsoft in new versions of Windows. Windows 8 features including the Start screen with semantic Windows 8 introduces significant changes to the operating zoom, live tiles, Windows Store, Internet Explorer 10, connected system's platform, primarily focused towards improving its user standby, Microsoft account integration, the Windows desktop experience. It takes advantage of new and emerging and more. technologies. (B)Windows 8 Pro : Pro is the edition of Windows 8 for the PC enthusiast and business/technical professionals. Windows 8 DEVELOPER: Microsoft Corporation Pro is comparable to Windows 7 Professional and Ultimate and KERNEL TYPE: Hybrid is targeted towards enthusiasts and business users. It includes all the features of Windows 8. Additional features include the ability to receive Remote Desktop connections, the ability to participate I. HARDWARE REQUIREMENTS in a Windows Server domain, Encrypting File System, Hyper-V, he minimum system requirements for Windows 8 are and Virtual Hard Disk Booting, Group Policy as well as T slightly higher than those of Windows 7 and differs from the BitLocker and BitLocker To Go. Windows Media Center other versions of Windows. The CPU must support the Physical functionality will be available only for Windows 8 Pro as a Address Extension (PAE), NX bit, and SSE2.
    [Show full text]
  • Louise Ulrick
    Louise Ulrick Introducing Windows 8 and Windows RT • Editions • Feature comparison • Downgrade rights Windows 8 in Volume Licensing • Upgrade licences • Additional functionality • Additional licensing rights • Additional purchasing rights Home User Business User SA Increasing in functionality in Increasing Available through Volume Licensing Available through OEM Available through FPP Home User Business User Windows 8 Enterprise Windows 8 Windows 8 Pro Pro Windows 8 Windows RT Increasing in functionality in Increasing Available through Volume Licensing Available through OEM Available through FPP Windows 8 Windows 8 Windows RT Pro Start Screen, Live Tiles and Windows 8 Apps Installation of x86/64 and desktop applications Exchange ActiveSync Mobile broadband features BitLocker & BitLocker To Go Device Encryption Client Hyper-V Domain Join and Group Policy http://windowsteamblog.com/windows/b/bloggingwindows/archive/2012/04/16/announcing-the-windows-8-editions.aspx VL VL Can downgrade to: FPP OEM (No SA) (With SA) Windows 7 Enterprise - - - Window 7 Professional - Windows Vista Enterprise - - - Windows Vista Business - Windows XP Professional - - Windows 2000 Professional - - Windows 95 / 98 / NT - - Windows 8 Pro Windows 8 Pro Windows 8 Pro with SA Upgrade licence only Qualifying operating system required Windows 8 Pro SA Direct Access Branch Cache AppLocker Enterprise Sideloading VDA Rights Windows RT Companion VDA Rights Windows To Go Use Rights Roaming Use Rights MDOP Companion Subscription Licence Windows
    [Show full text]
  • Configuring Windows 8 Configuring Windows 8
    spine = 1.28” Configuring Windows 8 Configuring Windows 8 Designed to help IT professionals develop real-world, job-role- About You specific skills—this Training Guide focuses on configuring and This Training Guide will be most useful supporting Windows 8 in the enterprise. Build hands-on expertise to IT professionals who have at least through a series of lessons, exercises, and suggested practices— entry-level experience supporting and help maximize your performance on the job. Windows in the enterprise. Configuring About the Authors This Microsoft Training Guide: Scott Lowe has 20 years of IT experi- ® • Provides in-depth, hands-on training you take at your own pace ence, including ten as a CIO. He is founder of a strategic IT consultancy • Focuses on job-role-specific expertise for configuring and and the author of several books and supporting Windows 8 computers, devices, and users video courses. Windows 8 • Creates a foundation of skills which, along with on-the-job Derek Schauland is a Microsoft MVP experience, can be measured by Microsoft Certification exams with 15 years of experience in technical such as 70-687 support and Microsoft systems administration. Sharpen your skills. Increase your expertise. Rick Vanover, MCITP, is a software product strategy specialist and an • Install or upgrade to Windows 8 expert and evangelist for virtualization • Configure and troubleshoot networking features technologies. • Configure shared resources—files, folders, printers • Administer tasks in both the new UI and legacy UI About the Practices We recommend using a Hyper-V Manage legacy applications and modern Windows 8 apps • virtualized environment for the practices.
    [Show full text]