Parallels Server Bare Metal 5.0 User's Guide

Total Page:16

File Type:pdf, Size:1020Kb

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 Help .................................................................................................................. 11 Feedback ...................................................................................................................... 12 Learning Parallels Server Bare Metal 5.0 Basics ................................................... 13 Parallels Server Bare Metal 5.0 Overview ....................................................................... 13 OS Virtualization Layer ................................................................................................... 15 Basics of OS Virtualization ..................................................................................................... 15 Parallels Containers ............................................................................................................... 16 Virtuozzo File System ............................................................................................................ 16 Templates ............................................................................................................................. 17 Parallels Server Bare Metal Configuration .............................................................................. 17 Hardware Virtualization Layer ......................................................................................... 18 Basics of Hardware Virtualization ........................................................................................... 18 Parallels Virtual Machines ...................................................................................................... 19 Virtual Machine Hardware ...................................................................................................... 19 Virtual Machine Files .............................................................................................................. 20 Support of Virtual and Real Media ......................................................................................... 21 Parallels Management Console ............................................................................................. 22 Resource Management ................................................................................................. 23 Understanding Licensing ............................................................................................... 23 Physical Server Availability Considerations ..................................................................... 23 Managing Virtual Machines and Containers ........................................................... 25 Creating a Virtual Machine and Container....................................................................... 25 Supported Guest Operating Systems .................................................................................... 27 Compatibility With Parallels Products..................................................................................... 28 Choosing a Container ID ....................................................................................................... 28 Choosing OS EZ Template .................................................................................................... 29 Performing Initial Configuration ...................................................................................... 30 Contents Configuring Network Settings ................................................................................................ 30 Setting Passwords for Virtual Machines and Containers ........................................................ 30 Setting Startup Parameters ................................................................................................... 31 Starting, Stopping, and Querying Status of a Virtual Machine and Container ................... 31 Listing Virtual Machines and Containers ......................................................................... 33 Storing Extended Information on a Virtual Machine and Container .................................. 33 Copying a Virtual Machine and Container Within the Server ............................................ 34 Suspending a Virtual Machine and Container ................................................................. 36 Running Commands in a Virtual Machine and Container ................................................. 36 Deleting a Virtual Machine and Container ....................................................................... 37 Managing Virtual Machine and Container Backups ......................................................... 37 Backups Overview ................................................................................................................. 38 Using pctl backup and pctl restore ........................................................................................ 39 Using pbackup and prestore ................................................................................................. 42 Migrating Virtual Machines and Containers ..................................................................... 45 General Migration Requirements ........................................................................................... 45 Migrating Virtual Machines and Containers Between Parallels Servers ................................... 46 Migrating Containers to Virtual Machines ............................................................................... 50 Migrating Physical Computers to Virtual Machines and Containers ........................................ 52 Migrating Virtual Machines to Containers ............................................................................... 56 Migrating Xen Virtual Machines .............................................................................................. 57 Performing Container-Specific Operations ..................................................................... 58 Setting Name for Container ................................................................................................... 59 Moving Container Within the Parallels Server ......................................................................... 60 Disabling Container ............................................................................................................... 61 Reinstalling Container ............................................................................................................ 61 Performing Virtual Machine-Specific Operations ............................................................. 64 Viewing Detailed Information About Virtual Machines ............................................................. 64 Pausing a Virtual Machine...................................................................................................... 65 Managing Snapshots ............................................................................................................. 65 Managing Templates ............................................................................................................. 69 Managing Virtual Machine Disks ............................................................................................ 70 Managing Virtual Machine Devices ........................................................................................ 74 Making Screenshots .............................................................................................................. 81 Contents Assigning USB Devices to Virtual Machines ........................................................................... 81 Mounting Virtual Machines..................................................................................................... 83 Configuring IP Address Ranges for Host-Only Networks ....................................................... 84 Converting Third-Party Virtual Machines and Disks ................................................................ 85 Enabling VNC Access to Virtual Machines ............................................................................
Recommended publications
  • Vmware Wants to Reign Supreme
    August/September 2010 | Vol. 3 | No. 5 VirtualizationReview.com King of Clouds VMware wants to reign supreme. + VDI Update Acronis Backup & Recovery Q&A with Amir Sharif of Parallels Thethingwithdata:ifyoudon’t getinfrontofit,you’llsoonbe buried under it. To help you keep pace with your ever-increasing amounts of data, CDW’s storage specialistscanhelpyousimplifyyourstoragesystemsfor increased flexibility and optimization. We can assist you with everything from product recommendations to designing and implementing complete storagesolutions—including multi-tiered storagecomponents,deduplicationandvirtualizationtechnology.Noneedtoworry aboutyourdata;we’llkeepyouontopof it. VMware® vSphere™ IBM® System x3650 IBM System Storage™ Enterprise Plus M3 Rack-mount Server DS5020 Acceleration Kit1 $ .99 CALL FOR PRICING Single licenses available. 4743 License for 8 processors CDW 2051288 CDW 1863874 CALL FOR PRICING CDW 1753279 Hard drives sold separately Smarterdatastoragestartshere. 800.399.4CDW | CDW.com/infrastructure 1Requiresaminimumofone-yearsupportandsubscription(SaS)atthetimeofpurchase;callyourCDWaccountmanagerfordetails.Offersubject toCDW’sstandardtermsandconditionsofsale,availableatCDW.com.©2010CDWLLC VISIT VIRTUALIZATIONREVIEW.COM contents 16 “If you look at apples to apples, we come out actually lower on cost per application. Not only do we come out lower on cost per application, we can run more applications on a given server than any of our competition.” Raghu Raghuram, General Manager and VP, Server Business Unit, VMware Inc. The ease
    [Show full text]
  • 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]
  • 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]
  • The Do's and Don'ts of Server Virtualization
    The Do’s and Don’ts of Server Virtualization Back to basics tips for Australian IT professionals Server Virtualization Reminders: Basic Do’s and Don’ts Virtualization is a well-established in today’s IT environments, but it still remains a top priority among data center managers and admins. Therefore, Contents our experts have compiled an essential guide that highlights Hosted vs. bare- some of the key elements of an effective virtualization mental hypervisor strategy from choosing the right hypervisor technology to types improving VM performance to keep top of mind. Top 10 hypervisors technologies Understanding hosted and bare-metal virtualization 4 mistakes that kill VM hypervisor types performance By: Eric Siebert Additional Resources When choosing a virtualization hypervisor, you have to consider both hypervisor types. A virtualization hypervisor comes in one of two forms: a bare-metal hypervisor, also known as Type 1; or a hosted hypervisor, also known as Type 2. There are important differences between a hosted and bare-metal virtualization hypervisor, and each has pretty specific use cases. Bare-metal virtualization hypervisors A bare-metal virtualization hypervisor does not require admins to install a server operating system first. Bare-metal virtualization means the hypervisor has direct access to hardware resources, which results in better performance, scalability and stability. One disadvantage of a bare-metal virtualization hypervisor, however, is that hardware support is typically more limited, because the hypervisor usually has limited device drivers built into it. Bare-metal virtualization is well suited for enterprise data centers, because it usually comes with advanced features for resource management, high availability and security.
    [Show full text]
  • This Combined Issue Brings You a Virtual Cornucopia of Products and Vendors
    December 2010/January 2011 | Vol. 4 | No. 1 VirtualizationReview.com This combined issue brings you a virtual cornucopia of products and vendors. Can you guess who dominates the RCA awards? The 2011 Virtualization Review Readers Choice Awards Ultimateand Buyers READERS CHOICE AWARDS Guide Our readers rate products, and we reward them with the hands-down, most-informative, must-read print guide to virtualization and cloud products. By Bruce Hoard 2 | December 2010/January 2011 | Virtualization Review | VirtualizationReview.com FEATURE | The 2011 Ultimate Virtualization Buyers Guide and Virtualization Review Readers Choice Awards elcome to the combined 2011 Application Virtualization Virtualization Buyers Guide and Virtualization Review Readers Readers Choice Award Winner VMware ThinApp 4.5 – VMware Inc. Choice Awards. By combining (43.6%) W $5,000 n vmware.com n 877-486-9273; these two editorial efforts, we are able to 650-427-5000 showcase both the virtualization and cloud This is a big win for VMware in a category where Citrix is extremely well established with its XenApp product, which products that you voted as your favorites has been around for many years. ThinApp no doubt benefited from its ability to ease the migration of existing apps to and many others that will be vying for your Windows 7. Merit Award winner Citrix was joined by Parallels, attention during the coming year. All told, which finished a distant third, but is favorably viewed as a technology trendsetter. we amassed some 211 products from 106 VMware ThinApp isolates applications from the operating vendors, and placed them in 15 categories for environment, enabling enterprises to manage applications from a central source and deliver them instantly to nearly both the Readers Choice Awards and Ultimate any device, while streamlining security, updates, patches and performance.
    [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® Server for Mac
    Parallels® Server for Mac Customer Success Story Business Challenge The Oregon City School District is dedicated to providing its more than 8,300 students within its 16-building K-12 school system with an actively engaging education focused on each student’s individual learning goals. To provide this progressive approach, district officials work diligently through partnerships with the community at every level to secure financial resources and educational opportunities for its schools and students. With so much emphasis on providing an individualized education that infuses technology into curriculum, the Oregon City School District found itself with a legacy server and storage infrastructure in desperate need of an overhaul. According to District Technology Coordinator Micah Baker, “We had over 40 aging servers in production use, most of which were out of warranty.” Fast Facts These out-of-date servers needed to be replaced; however, the school district simply did not have the funds to continue its traditional server environment model of one • Company: Oregon City School District machine for one server application. New, more powerful hardware was required to • Industry: Education replace the existing legacy machines. New buildings were needed to house the new hardware and to provide IT staff onsite access, and those new facilities would require • Location: Oregon City, Oregon a new heating, ventilation and air conditioning (HVAC) system. Bandwidth and power consumption would increase, and new data protection plans would need to be developed • Website: www.orecity.k12.or.us and implemented. In addition to the hard costs, implementation and training on the new server environment would take precious time.
    [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]