Using EMC VNX Storage with Vmware Vsphere Techbook CONTENTS

Total Page:16

File Type:pdf, Size:1020Kb

Using EMC VNX Storage with Vmware Vsphere Techbook CONTENTS Using EMC® VNX® Storage with VMware vSphere Version 4.0 TechBook P/N H8229 REV 05 Copyright © 2015 EMC Corporation. All rights reserved. Published in the USA. Published January 2015 EMC believes the information in this publication is accurate as of its publication date. The information is subject to change without notice. The information in this publication is provided as is. EMC Corporation makes no representations or warranties of any kind with respect to the information in this publication, and specifically disclaims implied warranties of merchantability or fitness for a particular purpose. Use, copying, and distribution of any EMC software described in this publication requires an applicable software license. EMC2, EMC, and the EMC logo are registered trademarks or trademarks of EMC Corporation in the United States and other countries. All other trademarks used herein are the property of their respective owners. For the most up-to-date regulatory document for your product line, go to EMC Online Support (https://support.emc.com). 2 Using EMC VNX Storage with VMware vSphere TechBook CONTENTS Preface Chapter 1 Configuring VMware vSphere on VNX Storage Technology overview................................................................................... 18 EMC VNX family..................................................................................... 18 FLASH 1st.............................................................................................. 18 MCx multicore optimization................................................................... 19 VNX performance .................................................................................. 20 VNX compounded efficiencies............................................................... 20 VNX protection ...................................................................................... 20 File system management....................................................................... 21 VNX availability..................................................................................... 21 VNX family software .............................................................................. 22 Management tools ...................................................................................... 23 EMC Unisphere ..................................................................................... 23 EMC VSI for VMware vSphere................................................................. 25 VMware vStorage APIs for Array Integration ........................................... 29 VMware vStorage APIs for Storage Awareness ....................................... 29 Installing VMware vSphere on VNX.............................................................. 29 Installing the ESXi hypervisor ................................................................ 31 Installing vSphere ................................................................................. 31 Configuring vSphere with VNX ..................................................................... 35 Host connectivity .................................................................................. 35 Configuring the Network........................................................................ 41 iSCSI connectivity options for ESXi and VNX .......................................... 43 Provisioning VNX storage for vSphere.......................................................... 51 Creating an NFS datastore using VSI...................................................... 51 Provisioning block storage for VMFS datastores and RDM volumes........ 54 Unified storage considerations.................................................................... 56 Datastore virtual machine density ......................................................... 57 Best practices for extending a datastore................................................ 57 Solid state volumes for VNX OE for File .................................................. 58 General recommendations for storage sizing and configuration............. 58 Storage multipathing ............................................................................ 59 vSphere storage considerations .................................................................. 70 Dead space reclamation (Unmap) ......................................................... 70 VMFS-5 ................................................................................................. 72 vStorage API for Storage Awareness ...................................................... 80 Network considerations .............................................................................. 89 Network I/O Control .............................................................................. 89 Virtual machine considerations................................................................... 91 Virtual machine disk partition alignment............................................... 91 Virtual machines resiliency over NFS ..................................................... 98 Monitoring and managing storage............................................................... 99 Monitoring datastores using vCenter..................................................... 99 Configuring VNX file-system storage usage notification ....................... 103 Thinly provisioned storage .................................................................. 108 LUN compression ................................................................................ 115 File deduplication and compression.................................................... 116 Using EMC VNX Storage with VMware vSphere TechBook 3 Contents VNX storage options.................................................................................. 117 VNX supported disk types ................................................................... 118 Disk grouping...................................................................................... 118 Chapter 2 Cloning Virtual Machines Introduction.............................................................................................. 128 Using EMC VNX cloning technologies ........................................................ 128 Replicating virtual machines with VNX SnapView ................................ 129 Replicating virtual machines on VMFS datastores with SnapView clones.... 129 Replicating virtual machines on VMFS datastores with SnapView Snapshot 131 ESXi volume signatures....................................................................... 132 Replicating virtual machines with SnapView clones of RDM LUNs........ 134 Cloning virtual machines on VNX NFS datastores with VNX SnapSure .. 135 Cloning virtual machines with native vCenter cloning and VAAI ........... 136 Cloning individual virtual machines on NFS datastores........................ 137 Summary .................................................................................................. 138 Chapter 3 Backup and Recovery Options Introduction.............................................................................................. 142 Virtual machine data consistency.............................................................. 142 VNX native backup and recovery options................................................... 143 File system logical backup and restore using VNX SnapSure................ 144 Physical backup and restore using VNX File Replicator ........................ 145 Snapshot backup and recovery of a VMFS datastore.................................. 145 Backup and recovery of RDM volumes ....................................................... 148 AppSync ............................................................................................. 148 VSI AppSync Management .................................................................. 151 Replication Manager ................................................................................. 154 Backup and recovery of a VMFS with VNX Advanced Snaps........................ 157 vStorage APIs for Data Protection .............................................................. 164 Backup and recovery using VMware Data Protection.................................. 165 Local data protection with vSphere Data Protection............................. 167 Installing VDP...................................................................................... 168 Creating a backup job ......................................................................... 170 Local Data Protection with vSphere Data Protection Advanced ............ 172 Configuring replication sessions ......................................................... 173 VDP Emergency Restore....................................................................... 182 Backup and recovery using Avamar ........................................................... 183 Architectural view of the Avamar environment..................................... 184 Backing up data using Avamar ............................................................ 184 Recovering data using Avamar ............................................................ 186 Backup and recovery using NetWorker....................................................... 189 VNX storage devices for NetWorker...................................................... 190 Using NetWorker to backup and restore VNX NAS file system NDMP .... 192 Summary .................................................................................................. 193 Chapter 4 Using VMware vSphere in Data
Recommended publications
  • 5 Ways Vmware Vsphere Improves Backup and Recovery
    5 Ways VMware vSphereChapter1. Improves An Introduction Backup and to VMware Recovery Virtualization CONTENTS CONTENTS..............................................................................................................2 INTRODUCTION......................................................................................................2 A BRIEF HISTORY OF VMWARE ..............................................................................3 VIRTUALIZATION ARCHITECTURE...........................................................................4 THE HYPERVISOR............................................................................................................................4 RINGS IN VIRTUALIZATION..............................................................................................................7 CPU SCHEDULER............................................................................................................................9 DIFFERENCES BETWEEN ESX & ESXI.............................................................................................9 WHAT IS A VIRTUAL MACHINE?...........................................................................12 ENCAPSULATION.......................................................................................................................... 12 VIRTUAL MACHINE HARDWARE ................................................................................................. 13 VIRTUAL MACHINE FILES ...........................................................................................................
    [Show full text]
  • Introduction to Virtualization Virtualization
    Introduction to Virtualization Prashant Shenoy Computer Science CS691D: Hot-OS Lecture 2, page 1 Virtualization • Virtualization: extend or replace an existing interface to mimic the behavior of another system. – Introduced in 1970s: run legacy software on newer mainframe hardware • Handle platform diversity by running apps in VMs – Portability and flexibility Computer Science CS691D: Hot-OS Lecture 2, page 2 Types of Interfaces • Different types of interfaces – Assembly instructions – System calls – APIs • Depending on what is replaced /mimiced, we obtain different forms of virtualization Computer Science CS691D: Hot-OS Lecture 2, page 3 Types of Virtualization • Emulation – VM emulates/simulates complete hardware – Unmodified guest OS for a different PC can be run • Bochs, VirtualPC for Mac, QEMU • Full/native Virtualization – VM simulates “enough” hardware to allow an unmodified guest OS to be run in isolation • Same hardware CPU – IBM VM family, VMWare Workstation, Parallels,… Computer Science CS691D: Hot-OS Lecture 2, page 4 Types of virtualization • Para-virtualization – VM does not simulate hardware – Use special API that a modified guest OS must use – Hypercalls trapped by the Hypervisor and serviced – Xen, VMWare ESX Server • OS-level virtualization – OS allows multiple secure virtual servers to be run – Guest OS is the same as the host OS, but appears isolated • apps see an isolated OS – Solaris Containers, BSD Jails, Linux Vserver • Application level virtualization – Application is gives its own copy of components that are not shared • (E.g., own registry files, global objects) - VE prevents conflicts – JVM Computer Science CS691D: Hot-OS Lecture 2, page 5 Examples • Application-level virtualization: “process virtual machine” • VMM /hypervisor Computer Science CS691D: Hot-OS Lecture 2, page 6 The Architecture of Virtual Machines J Smith and R.
    [Show full text]
  • VPLEX with Geosynchrony 5.0 Product Guide
    EMC® VPLEX™ GeoSynchrony® 5.2 Product Guide P/N 302-000-037-01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.EMC.com Copyright © 2013 EMC Corporation. All rights reserved. EMC believes the information in this publication is accurate as of its publication date. The information is subject to change without notice. THE INFORMATION IN THIS PUBLICATION IS PROVIDED “AS IS.” EMC CORPORATION MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND WITH RESPECT TO THE INFORMATION IN THIS PUBLICATION, AND SPECIFICALLY DISCLAIMS IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Use, copying, and distribution of any EMC software described in this publication requires an applicable software license. For the most up-to-date regulatory document for your product line, go to the Technical Documentation and Advisories section on EMC Online Support®. For the most up-to-date listing of EMC product names, see EMC Corporation Trademarks on EMC.com. All other trademarks used herein are the property of their respective owners. 2 EMC VPLEX Product Guide Contents Chapter 1 Introducing VPLEX VPLEX overview..................................................................................................... 14 VPLEX product family........................................................................................... 16 Mobility .................................................................................................................... 19 Availability..............................................................................................................
    [Show full text]
  • DMFS - a Data Migration File System for Netbsd
    DMFS - A Data Migration File System for NetBSD William Studenmund Veridian MRJ Technology Solutions NASAAmes Research Center" Abstract It was designed to support the mass storage systems de- ployed here at NAS under the NAStore 2 system. That system supported a total of twenty StorageTek NearLine ! have recently developed DMFS, a Data Migration File tape silos at two locations, each with up to four tape System, for NetBSD[I]. This file system provides ker- drives each. Each silo contained upwards of 5000 tapes, nel support for the data migration system being devel- and had robotic pass-throughs to adjoining silos. oped by my research group at NASA/Ames. The file system utilizes an underlying file store to provide the file The volman system is designed using a client-server backing, and coordinates user and system access to the model, and consists of three main components: the vol- files. It stores its internal metadata in a flat file, which man master, possibly multiple volman servers, and vol- resides on a separate file system. This paper will first man clients. The volman servers connect to each tape describe our data migration system to provide a context silo, mount and unmount tapes at the direction of the for DMFS, then it will describe DMFS. It also will de- volman master, and provide tape services to clients. The scribe the changes to NetBSD needed to make DMFS volman master maintains a database of known tapes and work. Then it will give an overview of the file archival locations, and directs the tape servers to move and mount and restoration procedures, and describe how some typi- tapes to service client requests.
    [Show full text]
  • EMC Recover Point and VCE Vblock
    EMC Recover Point and VCE vBlock Solution for Continuous Data Protection-Replication in Heterogeneous Environments and integration with VCE vBlock solution Dejan Živanović PreSales Manager EMC Technology Solutions Group © Copyright 2009 EMC Corporation. All rights reserved. 1 IT Challenges for Information Protection Local, Remote or Local & Remote ? Business Technical Considerations Considerations Recovery and Cost consistency Functionality, Capacity availability Recovery time Bandwidth objectives Recovery point Performance objectives PRIMARY DECISION DRIVERS The right replication solution can overcome these challenges © Copyright 2009 EMC Corporation. All rights reserved. 2 Real Time Recovery Points & Recovery from Disaster Historical Backup: Recovery Point Every 24 Hrs Snapshots and Clones Continuous Data Protection Creates copies like “time-lapse photographs” Change-based “VIDEO CAMERA” with Snapshot / Clone Technology: Recovery Point Every 4-6 Hrs DVR-like roll back capabilities (A)Sync Replication with Gold Copy: Recovery Point 12- 24Hrs • Either space efficient change-based CDP Timesnapshots based CDP: for Timebackup indexed off-loading , but no event driven recovery points • Or full copies or clones for test and • Journal every change made and set development with minimal production the window for the amount of time to impact record CDP: Unlimited recovery points with application-aware I/O bookmarks Patch A Patch B Patch C Patch G Hot Backup VSS © Copyright 2009 EMC Corporation. All rights reserved. 3 RecoverPoint Configuration
    [Show full text]
  • IBM Virtual Machine Facility/370 : Systems Introduction
    GC20-1800-0 IBM Virtual Machine Facility/370 : Systems Introduction The IBM Virtual Machine Facility/370 (VM/370) is a System Control Program (SCP) that has been designed specifically for the IBM System/370. VM/370 manages the IBM System/370 in such a way that mUltiple remote terminal users appear to have a dedicated computing system at their disposal. Within this "virtual machine" the user may run the operaHng system of his choice, subject to the restrictions noted in "Appendix C: VM/370 Restrictions" of this manual. The design of VM/370 is based on the IBM Control Program-67/Cam­ bridge Monitor System (CP-67/CMS) which is executed on an IBM System/360 Model 67. The Conversational Monitor System (CMS) is the major subsystem ofVM/370. CMS provides problem solving and program development services to the user, as well as supporting facilities for a remote user who chooses to run some other operating system in his virtual machine. This manual provides introductory information about the facilities provided by VM/370, and defines the min­ imum equipment configuration necessary for execution. Preface This manual provides introductory information on the IBM Virtual Machine Facility/370 (VM/370) and its associated subsystem, the Conversational Monitor Sys­ tem (CMS), as well as an overview of the purpose and functions of VM/370. It is assumed that the user has a prior knowledge of virtual storage concepts as implemented on the IBM System/370 via dynamic address translation. The reader is referred to Part I of the student text publication Introduction to Virtual Storage in System/370, Order No.
    [Show full text]
  • System Administration Guide
    Experion PKS Release 516 System Administration Guide EPDOC-X139-en-516A August 2020 DISCLAIMER This document contains Honeywell proprietary information. Information contained herein is to be used solely for the purpose submitted, and no part of this document or its contents shall be reproduced, published, or disclosed to a third party without the express permission of Honeywell International Sàrl. While this information is presented in good faith and believed to be accurate, Honeywell disclaims the implied warranties of merchantability and fitness for a purpose and makes no express warranties except as may be stated in its written agreement with and for its customer. In no event is Honeywell liable to anyone for any direct, special, or consequential damages. The information and specifications in this document are subject to change without notice. Copyright 2020 - Honeywell International Sàrl 2 Contents CONTENTS Contents 3 Chapter 1 - About this guide 9 Before reading this guide 10 Chapter 2 - System administration 11 Administering users 12 Windows user accounts 12 Users and groups 12 Passwords administration 13 Deleting a user 13 Experion Operator accounts 14 Control Builder client licenses 14 Administering displays 15 Changing service account passwords 16 Service account scope types 18 Changing passwords for single-machine scope accounts 21 Changing passwords for multi-machine scope accounts 22 Preparing to change passwords for system-wide scope accounts 23 Changing passwords for system-wide scope accounts 26 Changing DSA Advanced Security
    [Show full text]
  • Migrating to EMC Unity with SAN Copy
    MIGRATING TO DELL EMC UNITY WITH SAN COPY ABSTRACT This white paper explains how to migrate Block data from a CLARiiON® CX™ or VNX™ Series system to Dell EMC Unity™. This paper outlines how to use Dell EMC SAN Copy™ to easily perform the migration of Block devices, and includes simple, step-by-step instructions for the migration. October, 2017 WHITE PAPER The information in this publication is provided “as is.” Dell Inc. makes no representations or warranties of any kind with respect to the information in this publication, and specifically disclaims implied warranties of merchantability or fitness for a particular purpose. Use, copying, and distribution of any software described in this publication requires an applicable software license. Copyright © 2016 Dell Inc. or its subsidiaries. All Rights Reserved. Dell, EMC, and other trademarks are trademarks of Dell Inc. or its subsidiaries. Other trademarks may be the property of their respective owners. Published in the USA [12/16] [White Paper] [H15164.2] Dell EMC believes the information in this document is accurate as of its publication date. The information is subject to change without notice. 2 TABLE OF CONTENTS EXECUTIVE SUMMARY ...........................................................................................................4 Audience ........................................................................................................................................... 4 USING SAN COPY TO MIGRATE TO DELL EMC UNITY .......................................................4
    [Show full text]
  • Virtual Machine Benchmarking Kim-Thomas M¨Oller Diploma Thesis
    Universitat¨ Karlsruhe (TH) Institut fur¨ Betriebs- und Dialogsysteme Lehrstuhl Systemarchitektur Virtual Machine Benchmarking Kim-Thomas Moller¨ Diploma Thesis Advisors: Prof. Dr. Frank Bellosa Joshua LeVasseur 17. April 2007 I hereby declare that this thesis is the result of my own work, and that all informa- tion sources and literature used are indicated in the thesis. I also certify that the work in this thesis has not previously been submitted as part of requirements for a degree. Hiermit erklare¨ ich, die vorliegende Arbeit selbstandig¨ und nur unter Benutzung der angegebenen Literatur und Hilfsmittel angefertigt zu haben. Alle Stellen, die wortlich¨ oder sinngemaߨ aus veroffentlichten¨ und nicht veroffentlichten¨ Schriften entnommen wurden, sind als solche kenntlich gemacht. Die Arbeit hat in gleicher oder ahnlicher¨ Form keiner anderen Prufungsbeh¨ orde¨ vorgelegen. Karlsruhe, den 17. April 2007 Kim-Thomas Moller¨ Abstract The resurgence of system virtualization has provoked diverse virtualization tech- niques targeting different application workloads and requirements. However, a methodology to compare the performance of virtualization techniques at fine gran- ularity has not yet been introduced. VMbench is a novel benchmarking suite that focusses on virtual machine environments. By applying the pre-virtualization ap- proach for hypervisor interoperability, VMbench achieves hypervisor-neutral in- strumentation of virtual machines at the instruction level. Measurements of dif- ferent virtual machine configurations demonstrate how VMbench helps rate and predict virtual machine performance. Kurzfassung Das wiedererwachte Interesse an der Systemvirtualisierung hat verschiedenartige Virtualisierungstechniken fur¨ unterschiedliche Anwendungslasten und Anforde- rungen hervorgebracht. Jedoch wurde bislang noch keine Methodik eingefuhrt,¨ um Virtualisierungstechniken mit hoher Granularitat¨ zu vergleichen. VMbench ist eine neuartige Benchmarking-Suite fur¨ Virtuelle-Maschinen-Umgebungen.
    [Show full text]
  • Virtualization with Cisco UCS, Nexus 1000V, and Vmware Technology Design Guide
    Virtualization with Cisco UCS, Nexus 1000V, and VMware TECHNOLOGY DESIGN GUIDE August 2013 Table of Contents Preface ........................................................................................................................................1 CVD Navigator .............................................................................................................................2 Use Cases .................................................................................................................................. 2 Scope ......................................................................................................................................... 2 Proficiency .................................................................................................................................. 3 Introduction .................................................................................................................................4 Technology Use Cases ............................................................................................................... 4 Use Case: Reduce Application Deployment Time ................................................................... 5 Use Case: Simplify Network Management in the Data Center ................................................ 5 Use Case: Increase Network Performance in the Hypervisor Environment ............................. 5 Design Overview ........................................................................................................................
    [Show full text]
  • Exam Retirements
    Dell Technologies Proven Professional Certification Exam Retirements This document lists exam retirements. Reflected are details as of August 11, 2021. Certification exams must at times be retired due to evolving technology and changing industry roles. As new products and solutions are introduced, the Dell Technologies Proven Professional program may decide to stop offering learning and certification in a particular track or specialty. Any questions? Submit a Proven Professional Support Request. Exam # Exam Name Retirement Date E20-807 Expert - VMAX All Flash and VMAX3 Solutions Exam June 24, 2021 E10-005 Data Protection and Management Exam June 17, 2021 DES-6321 Specialist – Implementation Engineer, VxRail Appliance Exam June 10, 2021 E20-920 Cloud Services Expert Exam for Cloud Architects June 03, 2021 DEA-64T1 Converged Systems and Hybrid Cloud Exam April 30, 2021 E20-385 Specialist – Implementation Engineer, Data Domain Exam April 01, 2021 E20-585 Specialist – Systems Administrator, Data Domain Exam April 01, 2021 DES-6231 Specialist - Systems Administrator, VxFlex Integrated Rack Exam January 29, 2021 E20-542 VMAX3 Solutions and Design Specialist Exam for Technology Architects January 29, 2021 E20-655 Isilon Specialist Exam for Platform Engineers January 29, 2021 E20-593 Specialist - Implementation Engineer, NetWorker Exam October 15, 2020 E20-597 Specialist - Systems Administrator, NetWorker Exam October 15, 2020 DES-4121 Specialist - Implementation Engineer, PowerEdge Exam September 3, 2020 E22-214 VxFlex OS 2.x Server-Based SAN
    [Show full text]
  • Data Protection and Recovery in the Small and Mid-Sized Business (SMB)
    Data Protection and Recovery in the Small and Mid-sized Business (SMB) An Outlook Report from Storage Strategies NOW By Deni Connor, Patrick H. Corrigan and James E. Bagley Intern: Emily Hernandez October 11, 2010 Storage Strategies NOW 8815 Mountain Path Circle Austin, Texas 78759 Note: The information and recommendations made by Storage Strategies NOW, Inc. are based upon public information and sources and may also include personal opinions both of Storage Strategies NOW and others, all of which we believe are accurate and reliable. As market conditions change however and not within our control, the information and recommendations are made without warranty of any kind. All product names used and mentioned herein are the trademarks of their respective owners. Storage Strategies NOW, Inc. assumes no responsibility or liability for any damages whatsoever (including incidental, consequential or otherwise), caused by your use of, or reliance upon, the information and recommendations presented herein, nor for any inadvertent errors which may appear in this document. This report is purchased by Geminare, who understands and agrees that the report is furnished solely for its internal use only and may not be furnished in whole or in part to any other person other than its directors, officers and employees, without the prior written consent of Storage Strategies NOW. Copyright 2010. All rights reserved. Storage Strategies NOW, Inc. 1 Sponsor 2 Table of Contents Sponsor ..................................................................................................................................................................
    [Show full text]