NFS setup in vLab Yunji Zhong. Without NFS Each VM is binding to each host machine.

Slides:



Advertisements
Similar presentations
Remus: High Availability via Asynchronous Virtual Machine Replication
Advertisements

1 Next Generation Sequencing Data Processing How to use the Virtual Machine (VM) Andreas Gisel Institute for Biomedical Technologies CNR Bari - Italy.
Buffers & Spoolers J L Martin Think about it… All I/O is relatively slow. For most of us, input by typing is painfully slow. From the CPUs point.
Virtual Machine Technology Dr. Gregor von Laszewski Dr. Lizhe Wang.
P3- Represent how data flows around a computer system
COMP6005 An Introduction to Computing Session Two: Computer Hardware.
Honeypot 서울과학기술대학교 Jeilyn Molina Honeypot is the software or set of computers that are intended to attract attackers, pretending to be weak.
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.
Run a Virtual Machine. Virtualization Have you ever imitated someone else? That's because your mind is thinking/ imagining as that person Same to a Computer:
FYP Briefing Presentation Experiencing Content Addressable Storage: I really hate removable hard disk April 9, 2009 Presented by: Dr. T.Y. Wong.
COMS E Cloud Computing and Data Center Networking Sambit Sahu
Virtual Network Servers. What is a Server? 1. A software application that provides a specific one or more services to other computers  Example: Apache.
ProjectWise Virtualization Kevin Boland. What is Virtualization? Virtualization is a technique for deploying technologies. Virtualization creates a level.
Jaeyoung Yoon Computer Sciences Department University of Wisconsin-Madison Virtual Machines in Condor.
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.
1 Management Pain points now Existing tools: Do not map to virtual environments Provisioning Backup Health monitoring Performance monitoring / management.
Virtualization and Open source Software Mr. Lau Ka Lun – Lai King Catholic Secondary School Date: 9 th, 21 st, 22 nd March, 2011.
Digital Graphics and Computers. Hardware and Software Working with graphic images requires suitable hardware and software to produce the best results.
System Center 2012 Setup The components of system center App Controller Data Protection Manager Operations Manager Orchestrator Service.
How Computers Work. A computer is a machine f or the storage and processing of information. Computers consist of hardware (what you can touch) and software.
Evaluation of Delta Compression Techniques for Efficient Live Migration of Large Virtual Machines Petter Svärd, Benoit Hudzia, Johan Tordsson and Erik.
INTRODUCTION TO CLOUD COMPUTING CS 595 LECTURE 7 2/23/2015.
1.In Windows desktop, right-click ‘ My Computer ’ and select ‘ Properties ’ from the menu. Activity 5 Know more about your computer system Follow the steps.
+ CS 325: CS Hardware and Software Organization and Architecture Cloud Architectures.
INTRODUCTION TO CLOUD COMPUTING CS 595 LECTURE 2.
Lecture 2 “Structure of computer” Informatics. Computer is  general purpose device that can be programmed to carry out a set of arithmetic or logical.
Why we did it.... Thousands of VMs dedicated to run Jenkins!
Hadoop Hardware Infrastructure considerations ©2013 OpalSoft Big Data.
Microsoft Virtual Academy.
Print Services. 2 Objectives Understand Print Server terms and concepts Understand how printing works Print Server Considerations Printer Hardware Considerations.
GCSE Computing Memory Powerpoint Templates.
Linux in a Virtual Environment Nagarajan Prabakar School of Computing and Information Sciences Florida International University.
Dynamic Resource Monitoring and Allocation in a virtualized environment.
Advanced Topics StratusLab Tutorial (Orsay, France) 28 November 2012.
Virtual Workspaces Kate Keahey Argonne National Laboratory.
Synchronized Co-migration of Virtual Machines for IDS Offloading in Clouds Kenichi Kourai and Hisato Utsunomiya Kyushu Institute of Technology, Japan.
Virtualization Infrastructure Administration Virtual machine Jakub Yaghob.
DoC Private IaaS Cloud Thomas Joseph Cloud Manager
CHAPTER 2: BASIC OF OPEN SOURCE OPERATING SYSTEM Part 2 (Linux installation)
Breaking Barriers Exploding with Possibility Breaking Barriers Exploding with Possibility The Cloud Era Unveiled.
Virtual Machines Created within the Virtualization layer, such as a hypervisor Shares the physical computer's CPU, hard disk, memory, and network interfaces.
Efficient Live Checkpointing Mechanisms for computation and memory-intensive VMs in a data center Kasidit Chanchio Vasabilab Dept of Computer Science,
ITGS Network Architecture. ITGS Network architecture –The way computers are logically organized on a network, and the role each takes. Client/server network.
CS101 Network Setup. Parts of a network Everything on a network is called a ____ Three main types of _____: –__________ Devices = Printers, Scanners,
Networking  Networking is of linking two or more computing devices together for the purpose of sharing data.
By Adam Foxall. This is the computer case without any components added to it. The only components added are the PSU at the back and the motherboard on.
A memory is just like a human brain. It is used to store data and instructions. Computer memory is the storage space in computer where data is to be processed.
The motherboard was made to hold the CPU and allow the owner to upgrade the machine on their own.
Hey, You, Get Off of My Cloud Thomas Ristenpart, Eran Tromer, Hovav Shacham, Stefan Savage Presented by Daniel De Graaf.
Cloud Computing – UNIT - II. VIRTUALIZATION Virtualization Hiding the reality The mantra of smart computing is to intelligently hide the reality Binary->
Microsoft Virtual Academy Module 12 Managing Services with VMM and App Controller.
NON STANDARD HARDWARE By the end of this lesson you will be able to: 1. Identify non standard computer hardware 2. Understand ACRONYMS used to describe.
Authentication, Authorization, and Contextualization in FermiCloud S. Timm, D. Yocum, F. Lowe, K. Chadwick, G. Garzoglio, D. Strain, D. Dykstra, T. Hesselroth.
Microsoft Virtual Academy Module 9 Configuring and Managing the VMM Library.
INTRODUCTION TO COMPUTERS. A computer system is an electronic device used to input data, process data, store data for later use and produce output in.
VM Layout. Virtual Machine (Ubuntu Server) VM x.x You can putty into this machine from on campus. Or you can use vSphere to control the hardware.
bitcurator-access-webtools Quick Start Guide
Cheltenham Courseware
Bentley Systems, Incorporated
Topic 2: Hardware and Software
Aprovisionamiento de Maquinas Virtuales Windows Server 2016 y Windows 10 en Azure
Diskless Networks By Sam Morris.
Cloud Computing.
Technology Foundations
CIT 480: Securing Computer Systems
Hands-On Virtualization in the Classroom
Different types of Linux installation
Specialized Cloud Architectures
Introduction to Docker
For the MVHS Cyber Defense CLub
Presentation transcript:

NFS setup in vLab Yunji Zhong

Without NFS Each VM is binding to each host machine

Without NFS Limitation – Cloud resource can’t be fully used. If the running instances on one host take up all of its CPU or RAM, the rest instances on that host cannot be started. – If one host machine is broken down, all of the VMs on it are unavailable to access.

Using NFS All VMs are stored in NFS when they are NOT running.

Using NFS When a VM is started, it is copied to a suitable host machine for running. VM will be copied back to NFS when stopped

Using NFS Limitation – A wasting of host machine’s hard disk resource – If the NFS is damaged, all the VMs are lost

NFS on every host A part of host’s hard disk serves as NFS

Limitation of NFS The VM data are frequently transferring between host machines and NFS, so it needs a high network speed to maintain an acceptable performance of vLab. NFS is one of the most vulnerable parts of vLab. If it is attacked, the consequence could be very serious.

NFS ISO library The VM could be created based on a operating system’s iso image(Windows, Ubuntu, Fedora, etc). Instead of storing all these images on each single host machine, NFS is a good place to hold them together.