Pcoip Virtualized Remote Workstation Solution Brief

Total Page:16

File Type:pdf, Size:1020Kb

Pcoip Virtualized Remote Workstation Solution Brief Virtualized workstation solution brief_05.2 page_1 Deployment examples leveraging direct assignment technology for remote graphics PCoIP zero PCoIP zero client client GPU GPU PCoIP zero (primary OS) (primary OS) client GPU FX3800 GPU FX3800 (guest OS) (guest OS) PCoIP host PCoIP host card card (x 2) single user, multiple OS, dual monitors, single session multiple users, single OS per user, single or dual monitors Work remotely with graphics-intensive applications using PCoIP® Technology and Parallels® Workstation Extreme There are myriad reasons why businesses PC-over-IP® (PCoIP®) technology is a remote deploy remote desktops: enhanced security, workstation and desktop solution, designed reduced management costs, effective and developed by Teradici specifically to collaboration, remote access, a quieter, less tackle this problem. The PCoIP protocol cluttered work area, and savings in space, reduces the amount of data being transmitted electricity and cooling. Traditionally though, by sending only the pixels that change and remoting has not been a practical reality for compressing them so the overall network businesses needing to use graphics-intensive payload is vastly smaller. This means users applications because it involves sending can experience native performance and vast amounts of data over the network. This responsiveness – even from heavy 3D clogs up the network, particularly over long graphics applications – while the business distances where a wide area network (WAN) as a whole can enjoy the usual security and is used, and effectively renders the application support benefits associated with remote unusable as latency increases and images solutions. render too slowly. PCoIP technology allows enterprise PCs and workstations to be centrally managed in a data center while providing high resolution full frame rate 3D graphics and HD media. On the host PC, all remote encoding and compression are performed entirely by the PCoIP host card with no additional load on the host CPU. This means the host PC can devote all of its Parallels, the leader in desktop processing power to running applications virtualization, now supports the as quickly as ever, without the need to direct assignment of PCoIP upgrade machines to accommodate the Host Card in virtual machines. remoting technology itself. This means that a single workstation can now support The performance of graphics-intensive multiple users (2 to 3), as each applications is further enhanced by support virtual machine has its own for full frame rate dual-DVI video, bi-directional dedicated graphics, PCoIP stereo audio and full USB peripheral zero client (including USB and interoperability, creating a user experience Audio), and network adapter. comparable to having a workstation under the desk. TRUE EXPERIENCE. NETWORK DELIVERED. www.pcoip.com Virtualized workstation solution brief_05.2 page_2 Maximizing your SOLUTION SPOTLIGHT Investment with Parallels Digital Content Creation Workstation Extreme In an effort to control costs, increase While the benefits of a centrally-managed business agility, and ensure it has the IT infrastructure are obvious, the reality best expertise possible on its projects, of housing large numbers of PCs in the a digital content creation company may datacenter is not particularly pragmatic in work with a number of freelance and terms of space, power consumption and remote designers working in a range cooling. However, several workstation of locations. Providing and maintaining manufacturers have provided a solution computing facilities in this scenario is to this problem by integrating the costly and hard to manage, and is made Parallels Workstation PCoIP protocol into rack-mounted more difficult because most remote Extreme Virtualization workstations. These can be combined desktop solutions do not support 3D with Parallels Workstation Extreme to graphics applications. With PCoIP Solution enable IT departments to provide multiple, technology, organizations can now host Parallels Workstation Extreme simultaneously-running workloads on a desktops centrally and provide remote Virtualization Solution enables the single high-end workstation. workers with secure, cost-efficient “zero deployment of multiple users per Parallels Workstation Extreme is a clients” to deliver native high-performance workstation via virtual machines, each powerful, next-generation virtualization graphics to users’ desks. with its own dedicated graphics card, PCoIP Host Card, and network adapter. platform specifically developed to The savings are further enhanced give end-users dedicated graphics, by deploying high-end workstations networking, and PCoIP resources virtualized with Parallels Workstation SYSTEM OVERVIEW in multiple guest workstation Extreme, halving the number of machines A Teradici PCoIP deployment with Parallels environments. This means that even needed. Virtual machines can be Workstation Extreme requires: GPU-intensive workloads can be quickly and easily added or removed as Workstation zz Intel Processor 5500 consolidated on to a single, high- designers join or leave projects, increasing or 5600 Series with the performance workstation without flexibility and ensuring security. 5520 chipset (which has sacrificing the performance of graphically Virtual Technology for demanding 2D/3D applications. Direct I/O enabled) SOLUTION SPOTLIGHT zz Sufficient power and By enabling multiple remote users PCI slots to support 3 to simultaneously leverage one Financial Services graphics cards workstation, organizations can fully zz 2 PCoIP Host Cards utilize their hardware and avoid the In the financial services industry, security zz Optional: multi-port expense of providing one computer per is paramount and centralized computing network adapter environments are common. This is user. Each workload is fully isolated, Host graphics zz Any supported by RHEL/ so security is not compromised, while challenging for those involved in financial card CentOS the company benefits from consuming modeling, such as traders, who are often seen with one or more workstations Guest virtual zz NVIDIA Quadro FX 1800, less power, reducing ambient noise machine FX 3800, FX 4800, FX and heat, saving space, and promoting under their desks to support the graphics cards 5800 green computing. graphics-intensive analysis applications zz NVIDIA Quadro 2000*, they use. This compromises security, 4000, 5000, 6000* complicates moves, creates a significant (*Supported on release) amount of noise and heat in trading zz AMD FirePro RG220, offices, and uses a large amount of (often V4800, V5800, V8800 very expensive) real estate. Network zz Any supported by the With PCoIP technology and Parallels adapter planned guest OS (i.e. (optional) Windows 7) Workstation Extreme, all the workstations can be moved to a data center, often at Operating RHEL or CentOS a less costly address. Workloads can system 5.5/5.4/5.3 64-bit Host OS software be consolidated onto half the number of workstations, delivered remotely over a Guest OS Licenses for Windows WAN. This reduces the business’ costs deployments and increases security without impacting 2 zero clients (up to 3 per workstation the performance of graphically intensive depending on PCI slot consumption by financial modeling applications. PCI devices) Teradici Corporation +1.604.628.1200 Complete PCoIP zero client product list: © Teradici Corporation. All rights reserved. PC-over-IP and PCoIP are registered trademarks of Teradici Corporation. All other trademarks are property of their respective owners. Specifications subject to change without notice. SB-05.2-110407 www.pcoip.com/products.
Recommended publications
  • Porting the QEMU Virtualization Software to MINIX 3
    Porting the QEMU virtualization software to MINIX 3 Master's thesis in Computer Science Erik van der Kouwe Student number 1397273 [email protected] Vrije Universiteit Amsterdam Faculty of Sciences Department of Mathematics and Computer Science Supervised by dr. Andrew S. Tanenbaum Second reader: dr. Herbert Bos 12 August 2009 Abstract The MINIX 3 operating system aims to make computers more reliable and more secure by keeping privileged code small and simple. Unfortunately, at the moment only few major programs have been ported to MINIX. In particular, no virtualization software is available. By isolating software environments from each other, virtualization aids in software development and provides an additional way to achieve reliability and security. It is unclear whether virtualization software can run efficiently within the constraints of MINIX' microkernel design. To determine whether MINIX is capable of running virtualization software, I have ported QEMU to it. QEMU provides full system virtualization, aiming in particular at portability and speed. I find that QEMU can be ported to MINIX, but that this requires a number of changes to be made to both programs. Allowing QEMU to run mainly involves adding standardized POSIX functions that were previously missing in MINIX. These additions do not conflict with MINIX' design principles and their availability makes porting other software easier. A list of recommendations is provided that could further simplify porting software to MINIX. Besides just porting QEMU, I also investigate what performance bottlenecks it experiences on MINIX. Several areas are found where MINIX does not perform as well as Linux. The causes for these differences are investigated.
    [Show full text]
  • Comparison of Platform Virtual Machines - Wikipedia
    Comparison of platform virtual machines - Wikipedia... http://en.wikipedia.org/wiki/Comparison_of_platform... Comparison of platform virtual machines From Wikipedia, the free encyclopedia The table below compares basic information about platform virtual machine (VM) packages. Contents 1 General Information 2 More details 3 Features 4 Other emulators 5 See also 6 References 7 External links General Information Name Creator Host CPU Guest CPU Bochs Kevin Lawton any x86, AMD64 CHARON-AXP Stromasys x86 (64 bit) DEC Alphaserver CHARON-VAX Stromasys x86, IA-64 VAX x86, x86-64, SPARC (portable: Contai ners (al so 'Zones') Sun Microsystems (Same as host) not tied to hardware) Dan Aloni helped by other Cooperati ve Li nux x86[1] (Same as parent) developers (1) Denal i University of Washington x86 x86 Peter Veenstra and Sjoerd with DOSBox any x86 community help DOSEMU Community Project x86, AMD64 x86 1 of 15 10/26/2009 12:50 PM Comparison of platform virtual machines - Wikipedia... http://en.wikipedia.org/wiki/Comparison_of_platform... FreeVPS PSoft (http://www.FreeVPS.com) x86, AMD64 compatible ARM, MIPS, M88K GXemul Anders Gavare any PowerPC, SuperH Written by Roger Bowler, Hercul es currently maintained by Jay any z/Architecture Maynard x64 + hardware-assisted Hyper-V Microsoft virtualization (Intel VT or x64,x86 AMD-V) OR1K, MIPS32, ARC600/ARC700, A (can use all OVP OVP Imperas [1] [2] Imperas OVP Tool s x86 (http://www.imperas.com) (http://www.ovpworld compliant models, u can write own to pu OVP APIs) i Core Vi rtual Accounts iCore Software
    [Show full text]
  • Getting Started with Parallels® Workstation 6.0
    Getting Started With Parallels® Workstation 6.0 Copyright © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved. Parallels Holdings, Ltd. c/o Parallels International GMbH. Parallels International GmbH Vordergasse 49 CH8200 Schaffhausen Switzerland Tel: + 41 526320 411 Fax: + 41 52672 2010 www.parallels.com Copyright © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved. This product is protected by United States and international copyright laws. The product’s underlying technology, patents, and trademarks are listed at http://www.parallels.com/trademarks. Microsoft, Windows, Windows Server, Windows NT, Windows Vista, and MS-DOS are registered trademarks of Microsoft Corporation. Apple, Mac, the Mac logo, Mac OS, iPad, iPhone, iPod touch, FaceTime HD camera and iSight are trademarks of Apple Inc., registered in the US and other countries. Linux is a registered trademark of Linus Torvalds. All other marks and names mentioned herein may be trademarks of their respective owners. Contents Welcome to Parallels Workstation............................................................................4 What You Can Do ............................................................................................................. 5 About Virtual Machines ..................................................................................................... 5 Install Parallels Workstation......................................................................................6 What You Need ...............................................................................................................
    [Show full text]
  • Parallels Server Bare Metal 5.0 User's Guide
    Parallels Server Bare Metal 5.0 User's Guide Copyright © 1999-2014 Parallels Holdings, Ltd. and its affiliates. All rights reserved. Parallels Holdings, Ltd. c/o Parallels International GMbH. Parallels International GmbH Vordergasse 49 CH8200 Schaffhausen Switzerland Tel: + 41 526320 411 Fax: + 41 52672 2010 www.parallels.com Copyright © 1999-2012 Parallels Holdings, Ltd. and its affiliates. All rights reserved. This product is protected by United States and international copyright laws. The product’s underlying technology, patents, and trademarks are listed at http://www.parallels.com/trademarks. Microsoft, Windows, Windows Server, Windows NT, Windows Vista, and MS-DOS are registered trademarks of Microsoft Corporation. Apple, Mac, the Mac logo, Mac OS, iPad, iPhone, iPod touch, FaceTime HD camera and iSight are trademarks of Apple Inc., registered in the US and other countries. Linux is a registered trademark of Linus Torvalds. All other marks and names mentioned herein may be trademarks of their respective owners. Contents Introduction ............................................................................................................... 9 About This Guide ............................................................................................................ 9 Organization of This Guide .......................................................................................................9 Documentation Conventions ................................................................................................. 10 Getting
    [Show full text]
  • Integrating Virtualization Technology Into Remote Labs: a Three Year
    AC 2009-318: INTEGRATING VIRTUALIZATION TECHNOLOGY INTO REMOTE LABS: A THREE-YEAR EXPERIENCE Peng Li, East Carolina University Page 14.771.1 Page © American Society for Engineering Education, 2009 Integrating Virtualization Technology into Remote Lab: A Three- Year Experience 1. Introduction and Background Many colleges and universities are facing rising enrollments while the budgets have not been increased proportionally. In our program, enrollment has gone up significantly in the past few years, especially in the distance education (DE) section. How to use the limited resources to deliver quality education effectively and efficiently becomes a real challenge. To deal with this challenge, we have experimented with different virtualization options in the past three years. This paper is a follow-up to the studies1,2 we presented at the previous ASEE conferences and summarizes our three-year experience. Virtualization technology allows multiple guest virtual machines to run simultaneously on a physical computer. The technology was first developed3 at IBM for mainframe systems in the 1960s. The first x86 virtualization product, “VMware Virtual Platform” was released by VMware Inc. in 19994. The year of 2009 is the 10th anniversary of this breakthrough. The x86 virtualization technology has gradually become more mature and stable since early 2000s5. Virtual machines were reportedly used for educational purposes in college computer labs as early as 20026,7,8. However, the technology has not been adopted broadly until recent years due to a few factors: 1) the early virtualization products were buggy and not very reliable; 2) the virtualization software packages were resource-demanding and costly. Therefore they were usually hosted on high-end machines in centralized on-campus computer labs.
    [Show full text]
  • Parallels Desktop® 12 for Mac User's Guide
    Parallels Desktop® 12 for Mac User's Guide Copyright © 1999-2016 Parallels IP Holdings GmbH and its affiliates. All rights reserved. Parallels IP Holdings GmbH Vordergasse 59 8200 Schaffhausen Switzerland Tel: + 41 52 632 0411 Fax: + 41 52 672 2010 www.parallels.com Copyright © 1999-2016 Parallels IP Holdings GmbH and its affiliates. All rights reserved. This product is protected by United States and international copyright laws. The product’s underlying technology, patents, and trademarks are listed at http://www.parallels.com/trademarks. Microsoft, Windows, Windows Server, Windows NT, Windows Vista, and MS-DOS are registered trademarks of Microsoft Corporation. Apple, Mac, the Mac logo, Mac OS, iPad, iPhone, iPod touch, FaceTime HD camera and iSight are trademarks of Apple Inc., registered in the US and other countries. Linux is a registered trademark of Linus Torvalds. All other marks and names mentioned herein may be trademarks of their respective owners. Contents Welcome to Parallels Desktop..................................................................................9 What You Can Do ........................................................................................................... 10 Set Up Your Mac to Use Windows Programs.................................................................. 10 Other Operating Systems................................................................................................10 Install or Upgrade Parallels Desktop ......................................................................12
    [Show full text]
  • Vmbear Main Page
    VMB: A General Purpose x86 Virtual Machine Monitor Matthew Schulkind Department of Computer Science Columbia University [email protected] 1 Introduction 2.2 Parallels Workstation Parallels[5] Workstation is a product very similar in na- VMB is an open-source x86 virtualizer. The goal is to ture to VMWare Workstation. The website claims that support fast virtualization of all x86 operating systems it is the first virtualization product which runs on top of without requiring any modifications to the guest operat- the Intelversion of OS X. It also runs on top of Windows ing system. Currently there are no open-source appli- and Linux. cations which fully virtualize an unmodified operating system; VMB will fill this niche. This will provide a 2.3 QEMU framework to expand upon for anyone who wishes to do QEMU[6] is a very functional open-source CPU emula- research on specific aspects of x86 virtualization such as tor which can emulate a number of different processors optimizing network performance. The only host operat- including the x86 on top of a variety of host systems. ing system supported currently is the Linux 2.4 kernel. This is fundamentally different than the goal of VMB VMB does not require much functionality at all from the which is to virtualize and not emulate. host operating system other than allocating memory, so it should not be very hard to port to other host operating 2.4 QVM86 systems. QVM86[8] is an open-source add-on module for QEMU Currently work is being done to support the Linux 2.4 which enables some guest code to run natively on the series as a guest OS, but no hacks specific to this guest host CPU when an x86 guestis beingrun on an x86 host.
    [Show full text]
  • Parallels® Workstation Extreme
    GPU Development with Parallels® Workstation Extreme Parallels Workstation Extreme enables users to assign a GPU directly to the virtual machine, so they can run both host and target debug functions on a single workstation, without sacrificing performance or functionality. The massive computing capabilities of modern graphics processing units (GPUs) are increasingly being tapped by developers of high performance application models in fields such as oil and gas, digital content creation, biosciences, manufacturing, and finance. This enables them to achieve significant performance gains over traditional programming models, with the applications they develop running as much as fifty times faster in some cases. As such, GPU development is expected to grow rapidly as more developers learn how to harness this power. As with any kind of development, there are challenges; with GPU development one area of greatest expense and inefficiency is the need for both a “host” and a “target” machine. This is particularly relevant to visualization debugging, where it is necessary to set breakpoints, though doing so effectively halts the debugging process and a secondary system is required to reset the breakpoint and advance the process. As a GPU drives the host operating system display, setting a breakpoint on that !"#$%&'%()**+*, -.(.//0/# !"#$%&'()$*"+ GPU can block the user from accessing 1"(2#$.$+"*%34$(050 the host user interface. Thus, a second workstation is needed to interact with the 8!9690':%-%&&/&'8#".;) host operating system. Traditionally this has meant developers needed to run two -.(.//0/#%1"(2#$.$+"*%34$(050% 6)0#$%78 7+($)./%90$:"(2 separate workstations, each with its own 8#".;) GPU, connected via a network.
    [Show full text]
  • Analyzing the Impact of a Virtual Machine on a Host Machine
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Embry-Riddle Aeronautical University Publications 2009 Analyzing the Impact of a Virtual Machine on a Host Machine Greg Dorn Chris Marberry Scott Conrad Philip Craiger University of Central Florida, [email protected] Follow this and additional works at: https://commons.erau.edu/publication Part of the Computer and Systems Architecture Commons, and the Systems Architecture Commons Scholarly Commons Citation Dorn, G., Marberry, C., Conrad, S., & Craiger, P. (2009). Analyzing the Impact of a Virtual Machine on a Host Machine. Advances in Digital Forensics V, (). Retrieved from https://commons.erau.edu/publication/1000 This Conference Proceeding is brought to you for free and open access by Scholarly Commons. It has been accepted for inclusion in Publications by an authorized administrator of Scholarly Commons. For more information, please contact [email protected]. Chapter 5 ANALYZING THE IMPACT OF A VIRTUAL MACHINE ON A HOST MACHINE Greg Dorn, Chris Marberry, Scott Conrad and Philip Craiger Abstract As virtualization becomes more prevalent in the enterprise and in per- sonal computing, there is a great need to understand the technology as well as its ramifications for recovering digital evidence. This paper focuses on trace evidence related to the installation and execution of vir- tual machines (VMs) on a host machine. It provides useful information regarding the types and locations of files installed by VM applications, the processes created by running VMs and the structure and identity of VMs, ancillary files and associated artifacts. Keywords: Virtualization, virtual machine, VMware, Parallels 1.
    [Show full text]
  • IBM SJPC Virtual PC
    VirtualizationVirtualization MicrosoftMicrosoft WindowsWindows AppleApple MacMac OSOS XX Jose Francisco Medeiros MCP + I, MCSE, MCT on NT v3.51 & 4.0 Presentation_ID © 1999, Cisco Systems, Inc. 1 WhatWhat isis VirtualizationVirtualization andand whowho areare thethe Vendors?Vendors? Microsoft Windows Operating Systems: •Microsoft Virtual PC (Formerly Connectix ) •VMware Workstation and Server •Parallels WorkStation •Sun Virtual Box Apple Mac Operating Systems: •Microsoft Virtual PC on Power Pc based Mac ’s •VMware Fusion on Intel X86 based Mac ’s • Parallels Desktop on Intel X86 based Mac ’s. •Virtual Box on Intel X86 based Mac ’s. Presentation_ID © 1999, Cisco Systems, Inc. 2 WhatWhat typetype ofof CPUCPU dodo II need?need? •Microsoft Virtual PC 2007 and earlier release & VMware can install and run with CPU ’s that do not support the virtualization instruction set. •To enable Hardware based acceleration your CPU must support Intel VT or AMD-V. This feature may be disabled in your bios and require that you enable it for better Virtual machine performance. •Intel VT most core 2 duo CPU ’s and newer models have the VT instruction set. •AMD-V Virtual Instruction set was added to the Athlon 64 x2 CPU ’s and newer models. •The key to better performance is RAM.. Make sure you have enough installed RAM allocated to each VM, and enough for your host Operating System. Presentation_ID © 1999, Cisco Systems, Inc. 3 AdvantagesAdvantages toto VirtualizationVirtualization •Microsoft and VMware provide free trials of prebuilt Virtual Machines which easily allow you to try a different operating system with out having to install it on your computer or dual boot. http:// www.microsoft.com/events/vlabs/default.mspx •VMware supports snapshots and clones.
    [Show full text]
  • Parallels® Workstation 6.0 User's Guide
    Parallels® Workstation 6.0 User's Guide Copyright © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved. Parallels Holdings, Ltd. c/o Parallels International GMbH. Parallels International GmbH Vordergasse 49 CH8200 Schaffhausen Switzerland Tel: + 41 526320 411 Fax: + 41 52672 2010 www.parallels.com Copyright © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved. This product is protected by United States and international copyright laws. The product’s underlying technology, patents, and trademarks are listed at http://www.parallels.com/trademarks. Microsoft, Windows, Windows Server, Windows NT, Windows Vista, and MS-DOS are registered trademarks of Microsoft Corporation. Apple, Mac, the Mac logo, Mac OS, iPad, iPhone, iPod touch, FaceTime HD camera and iSight are trademarks of Apple Inc., registered in the US and other countries. Linux is a registered trademark of Linus Torvalds. All other marks and names mentioned herein may be trademarks of their respective owners. Contents Welcome to Parallels Workstation............................................................................8 What You Can Do ............................................................................................................. 9 Install and Configure Parallels Workstation ...........................................................10 What You Need .............................................................................................................. 11 Install Parallels Workstation .............................................................................................13
    [Show full text]
  • Virtualization and Virtual Machine Software. We Help You to Choose the Best VM
    Consumers test Virtual Machines Virtualization and Virtual Machine Software. We help you to choose the best VM irtualization is abstracting functions or com- ever, can not be the data management solution. It only plete stacks of software away from the under- runs on Windows. lying infrastructure to increase scalability, Virtual machine software has helped many organi- reliability, performance, utilization, agility, zations consolidate workloads from many older, slower Vmanageability or just to reduce overall costs in some systems onto a newer, much faster single system. This fashion. There are many different layers of technology process of consolidation has lowered the organization's required to create a completely virtualized environment hardware-related costs. This approach, on the other including virtualizing access to storage resources, hand, may actually increase the costs of administration processing, application execution, user access and, of unless sophisticated management software for virtual- course, making sure these virtualized environments are ized environments is also used. both secure and well managed. Virtual machine soft- by Dan Kusnetzky ware, a subject of much media attention today, is a tech- Principal Analyst and President of The Kusnetzky Group nology usually assigned to the virtual processing layer. Virtualization is not a new technology, it's been deployed Users’ Opinions in corporate datacenters for well over 30 years. Virtual machine software, such as that offered by Microsoft Virtual PC 2007 IBM, Microsoft, VMware, Virtual Iron Software and Xen- Currently, I use Microsoft Virtual PC 2007 and used the Source, allows a developer to encapsulate an entire stack earlier 2004 version of the same program before.
    [Show full text]