12/6/2006Saroj/P2V 1 Study of P2V and V2P Using UltimateP2V By Saroj Patil CS522 : Semester project presentation Professor : Dr. C. Edward Chow.

Slides:



Advertisements
Similar presentations
Virtual Machine Technology Dr. Gregor von Laszewski Dr. Lizhe Wang.
Advertisements

Installation of Ubuntu on a Virtual machine. VirtualBox allows you to run an entire operating system inside another operating system. Please be aware.
VMWare Workstation Installation. Starting Vmware Workstation Go to the start menu and start the VMware Workstation program. *Note: The following instructions.
VMWare to Hyper-V FOR SERVER What we looked at before migration  Performance – Hyper-V performs at near native speeds.  OS Compatibility – Hyper-V.
© 2010 VMware Inc. All rights reserved Confidential Performance Tuning for Windows Guest OS IT Pro Camp Presented by: Matthew Mitchell.
Virtual Machines What Why How Powerpoint?. What is a Virtual Machine? A Piece of software that emulates hardware.  Might emulate the I/O devices  Might.
12/6/2006Saroj/P2V 1 Study of P2V and V2P Using UltimateP2V By Saroj Patil CS522 : Semester project presentation Professor : Dr. C. Edward Chow.
Lesson 15 – INSTALL AND SET UP NETWARE 5.1. Understanding NetWare 5.1 Preparing for installation Installing NetWare 5.1 Configuring NetWare 5.1 client.
VMware Infrastructure Alex Dementsov Tao Yang Clarkson University Feb 28, 2007.
MCITP: Microsoft Windows Vista Desktop Support - Enterprise Section 1: Prepare to Deploy.
Lesson 4-Installing Network Operating Systems. Overview Installing and configuring Novell NetWare 6.0. Installing and configuring Windows 2000 Server.
Cambodia-India Entrepreneurship Development Centre - : :.... :-:-
Installing software on personal computer
Virtualization 101.
VMWare Workstation Installation. Starting Vmware Workstation Go to the start menu and start the VMware Workstation program. *Note: The following instructions.
ProjectWise Virtualization Kevin Boland. What is Virtualization? Virtualization is a technique for deploying technologies. Virtualization creates a level.
Virtualization A way To Begin with Virtual Reality… - Rahul Khanwani.
Paper on Best implemented scientific concept for E-Governance Virtual Machine By Nitin V. Choudhari, DIO,NIC,Akola By Nitin V. Choudhari, DIO,NIC,Akola.
Red Hat Installation. Installing Red Hat Linux is the process of copying operating system files from a CD, DVD, or USB flash drive to hard disk(s) on.
Virtualization and Open source Software Mr. Lau Ka Lun – Lai King Catholic Secondary School Date: 9 th, 21 st, 22 nd March, 2011.
Using Virtualization in the Classroom. Using Virtualization in the Classroom Session Objectives Define virtualization Compare major virtualization programs.
Symantec Ghost Effective Disk Cloning Software. What is Ghost? “Ghost is a software product from Symantec that can clone (copy) the entire contents of.
Paper on Best implemented scientific concept for E-Governance projects Virtual Machine By Nitin V. Choudhari, DIO,NIC,Akola.
About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning.
Guide to Linux Installation and Administration, 2e1 Chapter 3 Installing Linux.
Tutorial 11 Installing, Updating, and Configuring Software
DIY: Your First VMware Server. Introduction to ESXi, VMWare's free virtualization Operating System.
Virtualization Lab 3 – Virtualization Fall 2012 CSCI 6303 Principles of I.T.
The PC The PC is a standard computing platform, built around a EISA bus (1988) –IBM compatible –“Intel Architecture” from Intel or AMD or other companies.
Hands-On Virtual Computing
Chapter 2 Installation Overview. Planning the Installation Questions: –Size of partitions –Where to put partitions –Which software packages to install.
Virtual Servers Harry Dickens Arkansas Public School Resource Center Harry Dickens Arkansas Public School Resource Center.
Appendix B Planning a Virtualization Strategy for Exchange Server 2010.
Using Virtualization in the Classroom. Using Virtualization in the Classroom Session Objectives Define virtualization Compare major virtualization programs.
Linux in a Virtual Environment Nagarajan Prabakar School of Computing and Information Sciences Florida International University.
 First, check if Windows Server 2008 minimum hardware requirements matches your computer hardware through link below
Guide to Linux Installation and Administration, 2e1 Chapter 2 Planning Your System.
Presented by John Marian, Andrew Buhr, and Alvin Chen.
LINUX MINT 13 Introduction Linux Mint is a modern, elegant and comfortable operating system which is both powerful and easy to use. The minimum requirements.
VMWare Workstation Installation. Starting Vmware Workstation Go to the start menu and start the VMware Workstation program. *Note: The following instructions.
Virtualization Infrastructure Administration Virtual machine Jakub Yaghob.
Chapter 8: Installing Linux The Complete Guide To Linux System Administration.
Hands-On Virtual Computing
VMWare Workstation Installation. Starting Vmware Workstation Go to the start menu and start the VMware Workstation program. *Note: The following instructions.
CCNA1 v3 Module 1 v3 CCNA 1 Module 1 JEOPARDY K. Martin.
Using Virtualization in the Classroom
Andrea Chierici Virtualization tutorial Catania 1-3 dicember 2010
Virtualization for Cloud Computing
Installing VMware ESX and ESXi
Bentley Systems, Incorporated
Agenda Hardware Virtualization Concepts
Matt Lemons Nate Mayotte
Installing Windows Server 2008
Effective Disk Cloning Software
Virtualization OVERVIEW
Building a Virtual Infrastructure
Virtualization overview
Creating a Windows Server 2012 R2 Datacenter Virtual machine
Creating a Windows Server 2016 Datacenter Virtual machine
Creating a Windows 7 Professional SP1 Virtual machine
1. 2 VIRTUAL MACHINES By: Satya Prasanna Mallick Reg.No
Hands-On Virtualization in the Classroom
Chapter 2 Objectives Identify Windows 7 Hardware Requirements.
Virtualization 101.
HC Hyper-V Module GUI Portal VPS Templates Web Console
Presentation transcript:

12/6/2006Saroj/P2V 1 Study of P2V and V2P Using UltimateP2V By Saroj Patil CS522 : Semester project presentation Professor : Dr. C. Edward Chow

12/6/2006Saroj/P2V 2 Virtualization Technology What is virtualization? Virtualization is an abstraction layer that decouples the physical hardware from the operating system thereby allowing multiple virtual machines, with heterogeneous operating systems to run in isolation, side-by-side on the same physical machine. Consolidating multiple physical servers to run in single platform (easy to manage). More reliable  Easy to restart a system by bringing another fresh copy of VM files Current solutions : VMware virtual server / ESX server Microsoft virtual server

12/6/2006Saroj/P2V 3 Using VM A virtual machine is same as a physical box without software. Thus to use a virtual machine, it needs to run an operating system to support its applications. For this, we need to somehow capture the existing software including the operating system and all configuration details on physical machine, and then transfer it to the virtual machine  This is called P2V in short. Usages: It can be used to a copy of prototype as a set of files (compact storage.) Allow the actual hardware to be used by other projects

12/6/2006Saroj/P2V 4 UltimateP2V One of many available P2V solutions. Created by Qui Hong, Chris Huss and Mike Laverick. It uses "BartPE" (Bart Preinstalled Environment) to boot the physical and virtual machine, and then uses Symantec’s ghost software to clone hard disk.

12/6/2006Saroj/P2V 5 P2V transfer…. Here are my steps to migrate physical linux machine (eca) to the virtual machine (starget1) on walrus. 1. Create UltimateP2V bootable CD/iso image. 2. Create virtual machine, starget1 3. Boot both virtual as well as physical machine with UltimateP2V CD 4. Clone the hard disk from physical machine. It utilizes the Symantec ghost software to transfer disk images. 5. Boot virtual machine and configure OS for the hardware components present.

12/6/2006Saroj/P2V 6 Creation of UltimateP2V Download UltimateP2V software from RTFM Education’s website. The boot CD uses windows 2003 software. In addition, it needs VMware VMXnet network driver, LSILogic driver, VMware SCSI “Buslogic” driver, Qui Hong’s “Fix- VMSCSI” FreeP2V plug-in, VMware tools and SVGA Graphics driver. It uses Symantec Ghost software to clone hard disk. Since “eca” contained NIC card from 3COM, we needed 3COM NIC driver to be added into UltimateP2V image. Using pebuilder.exe, I created the iso image file and then burnt it on a CD.

12/6/2006Saroj/P2V 7 Creation of virtual machine On walrus machine, VMware’s virtual server is available. I created a virtual machine named “starget1” in it, with one CPU, 384 MB of RAM and 32 GB of virtual hard disk.

12/6/2006Saroj/P2V 8 P2V process Booted physical and virtual machines with UltimateP2V disk. Started network support and configured network details like IP address, default gateway address and subnet mask. Started Ghost8 and set virtual machine in slave mode (as receiver to receive disk image), and physical machine in master mode (as sender to send its disk content). The master mode gives option to select source disk drive and destination drive. This transfers the details from physical machine to virtual machine. After the completion of cloning, the virtual machine is up and ready for use.

12/6/2006Saroj/P2V 9 V2P process The UltimateP2V CD created is also capable of transferring virtual machines to physical machine, Virtual-to-Physical. I reversed the master and slave modes. The ghost8 on virtual machine is started in master mode and physical machine was started in slave mode. I performed V2P from starget1 to frodo machine successfully.

12/6/2006Saroj/P2V 10 Lessons Learnt The UltimateP2V documentation is good to follow, creating the ISO image. When I booted eca with UltimateP2V CD, it did not recognize the NIC card, since the UltimateP2V did not contain the driver to work with 3COM card. I had to download the driver from 3COM site and integrate it with UltimateP2V. When I created the virtual machine, I did not allocate all the storage (16GB) to the virtual disk. But, the ghost needs the target disk to be at least same size or grater than the source disk. When I recreated the 32GB virtual disk with all storage pre-allocated, the cloning worked. At the end of cloning, the virtual machine still did not boot, giving error while reading the virtual disk. This arose, because, the VMware suggested creating SCSI virtual disk, but the eca machine had the IDE disk drive. I again recreated the virtual disk as IDE instead of SCSI disk. This then allowed the cloned machine to boot up normally. Due to paucity of time, I couldnot attempt virtualizing windows machine, but someone can attempt that in future.

12/6/2006Saroj/P2V 11 References :