Virtualization: Current Benefits and Future Potential

Size: px
Start display at page:

Download "Virtualization: Current Benefits and Future Potential"

Transcription

1 Virtualization: Current Benefits and Future Potential Technology Concepts and Business Considerations Abstract This white paper reviews server and storage (file and network) virtualization technologies from EMC and how virtualization can address the problems of massive data growth and increased infrastructure complexity while supporting cost and performance goals of the enterprise. This paper also discusses the future of virtualization technology. January 2008

2 Copyright 2008 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 listing of EMC product names, see EMC Corporation Trademarks on EMC.com All other trademarks used herein are the property of their respective owners. Part number H3495 Technology Concepts and Business Considerations 2

3 Table of Contents Executive summary...4 Introduction...4 Audience... 5 What is virtualization?...5 Virtual memory... 5 Virtual networks... 6 Server virtualization...7 Server virtualization with VMware ESX... 7 Storage virtualization...12 Block-level virtualization File-level storage virtualization The future of virtualization...19 The EMC vision: A component-based infrastructure Managing a virtual infrastructure...23 Conclusion...24 Technology Concepts and Business Considerations 3

4 Executive summary Virtualization encompasses a powerful set of technologies. In the mainframe world, server virtualization has been in use for decades. Storage and network virtualization are also proven technologies. Rapid developments in IT and the need to reduce power consumption are causing the concepts surrounding virtualization to be examined in a new light and with new urgency. Enterprises are turning to virtualization to solve a multitude of vexing challenges. Storage virtualization can help cope with the consequences of enormous data growth and its impact on the corporate IT infrastructure, such as constant, resource-draining data migrations and storage reconfigurations. Server proliferation and excessive power consumption can be addressed by server virtualization while network virtualization consolidates communication infrastructure without compromising access controls that protect sensitive information. Virtualization achieves these benefits by providing logical representations of physical resources, removing resource limits, and improving utilization. Applied to servers, networks, and storage, virtualization supports the performance goals of the enterprise while controlling costs and simplifying infrastructure management. These benefits make virtualization an important strategic and tactical decision. It can be deployed incrementally starting with the data center s primary pain point whether that involves servers, networks, or storage. Virtualization s benefits increase as its deployment is extended across enterprise infrastructure, making the use of virtualization a strategic technology decision that pays off again and again. Introduction Off-the-charts digital data growth is a phenomenon in every area of the extended enterprise. In 2006, the amount of digital information created, captured, and replicated was 1,288 x bits. That s 161 million terabytes enough to hold 3 million copies of every book ever written. Between 2006 and 2010, the information added annually to the digital universe will increase more than six-fold from 161 to 988 million terabytes. The largest component of this information is images, captured by more than 1 billion devices, ranging from small camera phones to large medical scanners. Still and moving images are replicated and rendered over the Internet, on private organizational networks, by PCs and servers, in data centers, in digital TV broadcasts, and on digital projection screens. 1 For enterprise IT, this growth means that data migrations and storage reconfigurations are constant, timeconsuming, and resource-draining activities. They delay the use of newly purchased storage, require staff to come in on weekends to oversee migrations, and take mission-critical business systems offline. In addition, the effects of data migrations frequently include hectic days for the corporate help desk when, despite everyone s best efforts, users can t find the same data on Monday that they could the previous Friday. In addition to massive data growth, IT must also manage increased infrastructure complexity the result of an ever greater reliance on enterprise information systems, including legacy and custom applications that support business goals. Two symptoms of this complexity are server sprawl and underutilized servers. For example, network services such as domain controllers often demand their own servers but may use less than 10 percent of a server s computational capability. 1 The Expanding Digital Universe, A Forecast of Worldwide Information Growth Through 2010; IDC; March 2007 Technology Concepts and Business Considerations 4

5 This white paper explains how virtualization can address these problems while supporting the performance goals of the enterprise controlling costs and simplifying infrastructure management. It covers the components of virtualization, illustrates the application of virtualization through various EMC products, and describes EMC s future vision of virtualization. Audience The intended audience for this white paper is the business IT professional who wants to gain a solid understanding of current virtualization technologies and a look at the future of virtualization the component-based, service-oriented virtual infrastructure. What is virtualization? Virtualization provides logical representations of physical resources while preserving the usage interfaces of those resources. Virtualization techniques can remove resource limits while improving utilization. Virtual memory and virtual networks have existed in the technology industry for years so we have included a quick recap of those technologies and their benefits to provide context for the discussion of virtual server and virtual storage technologies. Virtual memory The first computers were originally programmed via physical memory. This memory was based on individual magnetic cores, making it expensive and scarce. There was only one address zero, which was a problem because every application started at address zero, potentially limiting a computer to running one application at a time. Virtual memory broke the connection between the virtual memory addresses used by applications and the underlying physical memory addresses, as shown in Figure 1. This created more than one address zero for applications, making it possible to run multiple applications at once. It also enabled portions of applications to be paged out of physical memory to swap space, removing the limit of physical memory size on the maximum size of an application. Technology Concepts and Business Considerations 5

6 Figure 1. Virtual memory removes physical memory limits Today, these benefits are taken for granted. Any laptop can run multiple applications simultaneously. The amount of physical memory is no longer an absolute barrier to application size. Virtual networks A virtual network, also known as a virtual LAN or VLAN, creates independent logical networks within a single physical network. This administratively separates logical entities or portions of the network (such as company departments) that should not exchange data without requiring separate physical networks. For example, in Figure 2 there are three clients, each of which needs to be exclusively connected to its own server. But there is only one network link between the two switches. VLAN technology enables each client to share the network link while limiting communication to the appropriate servers. The result is a common link with the access control properties of separate links. Technology Concepts and Business Considerations 6

7 Figure 2. Client A accesses Server A through VLAN A VLANs provide a flexible and less costly way to manage logical groups in changing environments. Network managers can manage connectivity at the logical level instead of at the physical level, centrally configuring access to devices located in physically diverse locations. This class of virtualization has also been applied to storage area networks in the form of virtual fabrics or virtual SANs. As you can see, virtualization is not new and its value is easily understood. Now, let s focus on how virtualization technology can be applied to servers and storage. Server virtualization Server virtualization spans multiple technologies. IBM introduced server virtualization to the mainframe world in the 1970s with the VM operating system for IBM System/370 mainframes. More recently, UNIX multiprocessor systems have used logical partitions to provide a physical separation form of virtualization. The latest development for Intel and compatible systems is VMware virtualization of server, memory, storage, and networking resources. VMware creates virtual machines (VMs) that share physical resources, making mainframe-class virtualization available on an open systems platform. Let s review server virtualization technology on VMware ESX in more detail. Server virtualization with VMware ESX Before server virtualization, the operating system software and hardware were tightly coupled. Running multiple applications on a machine could create problems, such as DLL conflicts and registry issues. Avoiding these problems often required giving each application a dedicated physical machine resulting in underutilized resources. Server virtualization enables one server to run multiple applications even when an application requires its own server in order to function correctly. As Figure 3 illustrates, VMware ESX enables a single physical server to contain several virtual machines, each of which combines an operating system with one or more applications. This is accomplished by the Technology Concepts and Business Considerations 7

8 ESX Server s virtualization software layer that removes the dependencies between the operating systems and hardware. Figure 3. Server virtualization The benefits of server virtualization include strong fault and security isolation. An application or operating system can crash without affecting other operating systems on the same server or taking down the virtualization software. I/O virtualization for virtual machines When one thinks of server virtualization, one initially thinks about processors and computation. VMware virtualizes much more than that. To convince a virtual machine s OS that it has exclusive use of the virtual server hardware, VMware virtualizes the I/O each virtual machine has its own virtual I/O interfaces. For example, the network interface presented to guest operating systems is a virtual network interface card (NIC) with its own MAC address. Inside VMware ESX, an Ethernet switch is implemented in software. As far as the network is concerned, the server hardware has one Ethernet port; that port acts as a switch port with multiple virtual NICs behind it, each of which has its own MAC address. Each OS can have its own IP address, and the network operates transparently with the switch handled entirely in software. Technology Concepts and Business Considerations 8

9 Figure 4. I/O virtualization with VMware ESX The storage interface for virtual machines is likewise virtualized through virtual disk controllers that provide access to storage resources. Server pooling VMware ESX, in combination with VMware VMotion, also enables server pooling the aggregation of servers into a unified resource pool for provisioning virtual machines. A virtual pool supports dynamic resource scheduling, including on-the-fly movement of virtual machines without interruption to their activities. VMotion moves virtual machines from one physical server to another quickly enough that clients aren t affected when a server application is moved. VMotion knows that each operating system has its own virtual I/O interfaces. So VMotion moves the virtual machine, its operating system, and virtual I/O resources. When the virtual machine moves, its MAC address and the IP address move as well. The network understands where the addresses have moved; clients continue to execute; and the state of operations in progress is preserved. This eliminates downtime and provides continuous service while movement occurs. Along with provisioning, VMotion can balance workloads across the data center and dramatically consolidate hardware resources, often by a factor of 10 or more, even as demands for application usage change. Technology Concepts and Business Considerations 9

10 Figure 5 shows server and resource pooling with VMware ESX. Figure 5. Server and resource pooling with VMware ESX Server and resource pooling has multiple benefits that include: Consolidating servers Supporting consolidation of direct-attached storage into a centrally managed, highly available SAN Leveraging shared storage for high availability Migrating virtual machines online VMware in action: The data center In the data center, VMware server virtualization enables resource optimization, server consolidation, and rapid provisioning. Resource optimization VMware Distributed Resource Scheduler (DRS) is software that takes advantage of ESX Server and VMotion to dynamically allocate and balance computing capacity across a pooled collection of hardware resources. DRS continuously monitors utilization and intelligently allocates resources based on predefined Technology Concepts and Business Considerations 10

11 rules that support business needs and changing priorities. When a virtual machine experiences an increased load, VMware DRS automatically redistributes the virtual machines among the pool of physical servers, rebalancing the load. VMware DRS allows IT organizations to: Assign resources to the highest value applications, aligning resources with business goals Automatically optimize hardware utilization and continuously respond to changing conditions Provide dedicated (virtual) infrastructure to business units while retaining IT control over hardware Conduct zero-downtime server maintenance Server consolidation Server consolidation reduces the number of physical servers required to handle the same workload. By bundling applications and their operating systems as virtual machines, each physical server can run multiple VMs and fewer physical servers are needed. In x86 environments a 10:1 consolidation ratio is common and ratios of 20:1 and 30:1 are not unheard of. The result is a cost savings of 30 percent to 70 percent, simplified management, and improved responsiveness. Consolidation also creates latent capacity to handle unexpected changes and planned growth. The cost savings from server consolidation includes dramatic reductions in power consumption for cooling and routine operation. In at least one case, this impact caught the attention of the local electric utility, which called a VMware customer to express concern that the data center s power consumption had dropped dramatically. The customer assured the utility that everything in the data center was fine, and was pleased to receive this confirmation of the power savings. Rapid provisioning VMware ESX supports a template-based approach to rapid provisioning storing standardized VM configurations (operating system, application, and I/O) for repeat deployment such as web or database servers. When it s time to deploy a server, a wizard displays the appropriate template, the administrator selects the physical server on which the VM will run, and with a few more clicks it s up and running. We can deploy servers in a pinch. With EMC VirtualCenter, it takes 10 minutes. It s absolutely fantastic to be able to deliver a server and have the applications up, have them tested, and then put them in production in a matter of four or five hours. Robert Buchwald, Technical Lead, Systems Assurance Team, Moen Technology Concepts and Business Considerations 11

12 Figure 6. VMware ESX can provision servers in minutes We have reviewed server virtualization using technology from VMware ESX. Server virtualization not only enables one server to run multiple applications, it also provides benefits such as resource optimization, server consolidation, and rapid provisioning. Now let s examine storage virtualization. Storage virtualization Storage virtualization separates logical and physical storage resources in a fashion analogous to server virtualization s separation of logical and physical servers. Storage can be virtualized at the block level (SAN storage) and file level (NAS storage). Storage virtualization can extend volumes online, resolve application growth issues, and consolidate storage resources all important benefits. Nevertheless, as data stores continue to grow, migrating data without production downtime is perhaps its most compelling benefit. Data growth has reached the point where using weekends to perform data migrations is no longer adequate. For example, a typical rate for a server-based migration is 4 GB per hour with production systems down. At that rate, the maximum data migration over a weekend would be 192 GB (4 GB x 48 hrs). Of course, the true maximum depends on the number of servers moving data, but the point is that with many enterprise organizations routinely storing terabytes of information those migration rates are simply too slow. With storage virtualization, data migrations can be part of daily infrastructure optimization techniques requiring little or no downtime. There are two types of storage virtualization: block level and file level. Let s first review storage virtualization at the block level. Technology Concepts and Business Considerations 12

13 Block-level virtualization Block-level storage virtualization enables a storage area network (SAN) to present multiple storage arrays as a single virtual array. Mapping within the storage network redirects I/Os to the underlying physical arrays, providing nondisruptive data mobility and data migration. One product that provides block-level virtualization is EMC Invista. EMC Invista: Network-based, block-level storage virtualization Block-level storage virtualization simplifies data access for the user and provides nondisruptive data mobility to replace old storage, add additional storage, or leverage multiple tiers of storage without affecting service levels. Without virtualization, migrating storage requires storage to be taken offline; with virtualization it can remain online. Figure 7. Block-level storage virtualization with Invista As shown in Figure 7, EMC block-level storage virtualization technology relies on switches. When scaling is a concern, switches are the preferred architecture because they are designed to maximize I/O throughput and support a direct path from host to storage. Switches avoid caching data and can perform I/O at wire speed. EMC Invista is built on a high-performance, split-path architecture that leverages the processing capabilities of intelligent switches, alleviating concerns about data integrity, latency, and bandwidth. Invista handles I/O redirection at the port level, so that wire-speed performance can be achieved with negligible latency even in large enterprise deployments. Block storage virtualization that relies on general purpose processors requires the appliance or controller to store and forward I/O operations to attached storage. These systems cache data, acknowledging writes to the host prior to data being written to attached storage. In contrast, Invista processes I/O requests in real Technology Concepts and Business Considerations 13

14 time and acknowledges writes only after data has been written to the attached storage. This provides an end-to-end check that the data has been correctly written to the storage. Invista allows servers to access data from anywhere on the SAN by presenting virtual storage resources that are abstracted from physical storage devices. Invista is based on intelligent Fibre Channel switches with custom hardware for enhanced processing, capable of handling data operations at line speed (Figure 8). An intelligent switch looks inside the I/O to examine and change the destination port, logical volume, and offset. This is transparent to hosts, so the first principle of Invista block-level storage virtualization is that the intelligent switch becomes the storage target. Figure 8. Invista intelligent switches handle data operations at line speed The host obtains storage resources from the intelligent switch, with no knowledge of the I/O mapping operations and redirection that occur behind the scenes. When a host requests I/O from a virtual storage resource, it is unaware of the physical location at which the data resides. The I/O data request might access EMC Symmetrix, HDS, or IBM storage. The physical-volume location or composition can change without any impact to the virtual volume seen by the host. The second important principle of switch-based, block-level storage virtualization is the separation of data and control (Figure 9). With Invista, there is a highly available control path cluster that makes changes to storage allocation, issues commands for the migrations, and handles uncommon I/O operations such as SCSI inquiries. In the event that a new storage array is added, the control path discovers the new array and with input from the network administrator issues instructions to the switch that updates I/O mapping. The control path cluster can be separated within the data center to provide tolerance for local disruptions such as partial power outages, leaking pipes, or minor storm damage. Technology Concepts and Business Considerations 14

15 Figure 9. Invista separates data and control Invista provides two important functional capabilities that enable mapping and redirection. The first is network-based volume management, which provides a single point of control for creation and deletion of and changes to storage volumes. The resulting centralized management and control simplify operations and provide better insight into host utilization of storage resources, regardless of the storage vendor. Networkbased volume management also provides front-end LUN masking and mapping of storage volume to hosts. The second capability is volume mobility or data migration, as shown in Figure 10. Migration is performed by mirroring data to its new location but only releasing the original location for reuse after the new location has all the data. This preserves data access in the event migration is interrupted. Migration can be performed while I/O is in progress this reduces application downtime and improves the ability to meet service level agreements (SLAs) and match storage resources to business requirements. Volumes can be moved across heterogeneous storage systems, while the host views Invista as a large array, unaware of the physical address for the volumes it accesses. Technology Concepts and Business Considerations 15

16 Figure 10. Data mirroring supports volume mobility We have just reviewed block-level storage virtualization using EMC Invista as an example. Next, we ll look at file-level virtualization. File-level storage virtualization File-level virtualization applies the general principles of virtualization to file storage, specifically networkattached storage (NAS). Without file-level virtualization, each NAS storage device and file server is physically and logically isolated, with the result that files are bound to a specific file server. This causes capacity problems and underutilized storage. Migrating files to deal with these issues entails downtime because hosts, applications, and storage devices must be reconfigured to use new filenames and server locations. When file-level virtualization is deployed, the dependencies are broken between data and its physical location. File-level virtualization optimizes storage utilization, enables nondisruptive migrations, and supports file sharing across multiple organizational boundaries. Figure 11 compares NAS devices before and after file virtualization. Technology Concepts and Business Considerations 16

17 Figure 11. Before and after file-level virtualization We ll use EMC Rainfinity to illustrate the benefits of file-level virtualization.. EMC Rainfinity: Moving files online with global file virtualization With EMC Rainfinity Global File Virtualization, file systems can be moved online and namespaces reorganized without disruption to clients. Because clients are insulated from the locations of files, they have continuous access to their files while they are being moved. Files can be read from the old location and written to the new location without the client realizing that the physical location has changed. In contrast, when each client has direct knowledge of file locations, it is difficult to move files to other NAS systems. Figure 12 illustrates the benefits of global file virtualization with Rainfinity. Technology Concepts and Business Considerations 17

18 Figure 12. File-level virtualization with Rainfinity Rainfinity is inactive until a file needs to be moved. A typical file migration is illustrated in Figure 13. Rainfinity is moving the blue file system from the yellow file server to the orange file server. During the migration, the Rainfinity appliance is triggered and inserts itself into the I/O stream, making the target (yellow) file server visible only through the appliance as a network bridge. Clients retain access to files, but all traffic passes through and is controlled by Rainfinity so that it can move the file system to a new location (orange file server). Technology Concepts and Business Considerations 18

19 Figure 13. Rainfinity Global File Virtualization Rainfinity uses data mirroring to ensure that all files remain accessible while migration occurs. Initially after the move, all of the I/O continues through Rainfinity and only Rainfinity knows the new location of the file system. Rainfinity Global Namespace Manager then updates the client namespaces, letting clients know the new location of the file system. As clients learn the new location, their I/O goes directly to the new location and Rainfinity is removed from the I/O path when all clients are updated. Global namespace management When there are millions of files and hundreds or thousands of clients, manual namespace updates can be risky. For example, if there are 1,000 clients to update over a weekend and 95 percent are successful, that still means 50 mistakes and 50 employees who can t access their files. The resulting problems could easily consume Monday and Tuesday with help desk calls. On Wednesday, the planning begins for the next set of migrations. With Rainfinity, global namespace management automates these updates and eliminates this scenario, enabling migrations to be performed during normal working hours. The future of virtualization So far, we ve looked briefly at memory and network virtualization, and provided a more detailed view of server and storage virtualization through VMware ESX Server, EMC Invista, and EMC Rainfinity. While each technology independently delivers substantial benefits, bringing the technologies together under a single virtualization management structure provides additional value. Now, we ll examine the potential benefits of combining server and storage virtualization in a data center within a service-oriented infrastructure and how that may influence the future direction of virtualization. Technology Concepts and Business Considerations 19

20 At EMC, we believe that information technology infrastructure is moving in a service-oriented direction where the entire stack from storage to applications is loosely coupled to provide an architectural focus on functionality. To put these changes into context, it s helpful to examine how IT has arrived at this point. The first generation of information technology was based on monolithic computing: purpose-built, turn-key applications tightly integrated from the user interface to the data residing on hardware. While some airline reservation and financial transaction systems still employ this approach, it is now the exception. Figure 14. Tightly integrated purpose-built applications Today, most systems are built on a tiered infrastructure where the client, server, applications, and storage are combined into a functional stack. The various layers are separated and for the most part can be changed independently in order to use best-of-breed technology. But the downside of this independence is that applications have to cope with an increasing variety of platform configurations. That s why integration and maintenance have become a large part of what IT does. Figure 15. Second-generation tiered infrastructure Technology Concepts and Business Considerations 20

21 In Figure 15, the horizontal enterprise application integration (EAI) is the only access across the tiered implementation stacks. There is little, if any, integration in the lower layers. This is a target of opportunity where EMC foresees the deployment of server, network, and storage virtualization across the infrastructure to make it more efficient and eliminate downtime. The EMC vision: A component-based infrastructure The creation of this next-generation infrastructure starts with the separation of services from the underlying hardware on which they reside, as shown in Figure 16. This creates standard service interfaces across the IT stack. Figure 16. Flattening the IT stack Having made that separation, virtualization allows hardware resources to be grouped in pools of capacity, computation, and connectivity that are coherently managed across an entire infrastructure. When the entire infrastructure is virtualized, significant changes can be handled online without disruption to servers, networks, and storage. In contrast, individual point virtualization technologies leave the infrastructure vulnerable to downtime from components that are not virtualized. For example, consider application provisioning when only the servers in the IT stack are virtualized, as shown in Figure 17. The first step includes installing operating systems, authenticating users or applications, and allocating server resources. This can be done through the virtual server infrastructure while servers remain online an obvious benefit. Technology Concepts and Business Considerations 21

22 Figure 17. Application provisioning with only servers virtualized Nevertheless, when provisioning an application, there is much more to the task than working within the server domain. There may be network changes, and storage changes are certain. Server provisioning enables us to do the server portion of the work online, but changes to the network and storage may force those systems offline. On the other hand, virtualization of all resources enables dynamic online operation, as shown in Figure 18. Figure 18. A completely virtualized infrastructure Technology Concepts and Business Considerations 22

23 Managing a virtual infrastructure But now the question is how to manage this virtual infrastructure. EMC envisions management and orchestration through an abstract model that enables end-to-end dynamic provisioning, load balancing, and optimization. A useful analogy for this abstract model is an automobile, a complex system that (like IT infrastructure) has multiple subsystems that need to be consistently managed. The car s primary subsystems engine, transmission, brakes, steering, and their many supporting components have to be coordinated effectively for the car to function. Figure 19. The concept of a car is an abstract model for a complex system Regardless of this complexity, almost everyone can drive a car. The underlying complexity is transparent to the driver because the concept of car is a common, abstract model that has only a few important elements. The gas and brake pedals, the gear shift, the steering wheel, the ignition these are five control elements that if understood can help one drive almost any car. The details of what s under the hood don t matter. The common model defines how the car responds when the control elements are manipulated. And that s all it takes. This common, abstract model is supported by a functional model that includes detailed information about how all the components of a car work. A mechanic understands both models, making it possible for him to understand a driver s description of a problem every time I put my foot on the brake, it squeaks and fix the component that s causing it. The driver and the mechanic use the same frame of reference to communicate: the common abstract model. Technology Concepts and Business Considerations 23

24 Figure 20. An abstract model provides a uniform frame of reference This common abstract model describes how EMC envisions infrastructure will be managed in the future. Just like the driver and the mechanic, administrators will have the same frame of reference to manage the environment. For example, in the server environment, a server will exhibit the same basic behavior when a storage administrator is provisioning it for storage or the network admin is setting up network connectivity. But beyond that, each of these administrators is an expert. They understand functional models for their particular areas server, storage, network and they have tools with task-specific interfaces to the infrastructure based on the common abstract model and the area s supporting functional model. The result shown in Figure 20 is a consistent set of tools that provides complete coverage of the IT infrastructure. Conclusion In EMC s vision of the future, all IT resources and their management will be virtualized based on a common abstract model and a supporting functional model. Over time, EMC and its partners will deliver a complete set of tools to realize this orchestrated environment. Today, virtualization is an important strategic decision with benefits that increase with the extent of deployment. Nevertheless, it s important to keep in mind that virtualization can be incrementally deployed. Start with your primary pain point, whether it s server, network, or storage issues. Finally, pick your partners wisely, as virtualization is a technology for the long haul. To learn about EMC virtualization solutions, please visit us at Technology Concepts and Business Considerations 24

EMC: The Virtual Data Center

EMC: The Virtual Data Center EMC: The Virtual Data Center Dejan Živanovi EMC Technology Solution Group Sr. Technology Consultant High-End platforms & Business Continuity 1 Business Challenges Data growing at 70% annually 80% are files

More information

Building the Virtual Information Infrastructure

Building the Virtual Information Infrastructure Technology Concepts and Business Considerations Abstract A virtual information infrastructure allows organizations to make the most of their data center environment by sharing computing, network, and storage

More information

Storage Virtualization

Storage Virtualization Section 2 : Storage Networking Technologies and Virtualization Storage Virtualization Chapter 10 EMC Proven Professional The #1 Certification Program in the information storage and management industry

More information

What s New with VMware Virtual Infrastructure

What s New with VMware Virtual Infrastructure What s New with VMware Virtual Infrastructure Virtualization: Industry-Standard Way of Computing Early Adoption Mainstreaming Standardization Test & Development Server Consolidation Infrastructure Management

More information

Using VMware VMotion with Oracle Database and EMC CLARiiON Storage Systems

Using VMware VMotion with Oracle Database and EMC CLARiiON Storage Systems Using VMware VMotion with Oracle Database and EMC CLARiiON Storage Systems Applied Technology Abstract By migrating VMware virtual machines from one physical environment to another, VMware VMotion can

More information

DEDICATED NETWORKS FOR IP STORAGE

DEDICATED NETWORKS FOR IP STORAGE DEDICATED NETWORKS FOR IP STORAGE ABSTRACT This white paper examines EMC and VMware best practices for deploying dedicated IP storage networks in medium to large-scale data centers. In addition, it explores

More information

HBA Virtualization Technologies for Windows OS Environments

HBA Virtualization Technologies for Windows OS Environments HBA Virtualization Technologies for Windows OS Environments FC HBA Virtualization Keeping Pace with Virtualized Data Centers Executive Summary Today, Microsoft offers Virtual Server 2005 R2, a software

More information

NETAPP WHITE PAPER USING A NETWORK APPLIANCE SAN WITH VMWARE INFRASTRUCTURE 3 TO FACILITATE SERVER AND STORAGE CONSOLIDATION

NETAPP WHITE PAPER USING A NETWORK APPLIANCE SAN WITH VMWARE INFRASTRUCTURE 3 TO FACILITATE SERVER AND STORAGE CONSOLIDATION NETAPP WHITE PAPER USING A NETWORK APPLIANCE SAN WITH VMWARE INFRASTRUCTURE 3 TO FACILITATE SERVER AND STORAGE CONSOLIDATION Network Appliance, Inc. March 2007 TABLE OF CONTENTS 1 INTRODUCTION... 3 2 BACKGROUND...

More information

Windows Server 2008 R2 Hyper-V Live Migration

Windows Server 2008 R2 Hyper-V Live Migration Windows Server 2008 R2 Hyper-V Live Migration White Paper Published: August 09 This is a preliminary document and may be changed substantially prior to final commercial release of the software described

More information

EMC PowerPath Family

EMC PowerPath Family DATA SHEET EMC PowerPath Family PowerPath Multipathing PowerPath Migration Enabler PowerPath Encryption with RSA The enabler for EMC host-based solutions The Big Picture Intelligent high-performance path

More information

EMC BACKUP-AS-A-SERVICE

EMC BACKUP-AS-A-SERVICE Reference Architecture EMC BACKUP-AS-A-SERVICE EMC AVAMAR, EMC DATA PROTECTION ADVISOR, AND EMC HOMEBASE Deliver backup services for cloud and traditional hosted environments Reduce storage space and increase

More information

EMC VPLEX FAMILY. Continuous Availability and data Mobility Within and Across Data Centers

EMC VPLEX FAMILY. Continuous Availability and data Mobility Within and Across Data Centers EMC VPLEX FAMILY Continuous Availability and data Mobility Within and Across Data Centers DELIVERING CONTINUOUS AVAILABILITY AND DATA MOBILITY FOR MISSION CRITICAL APPLICATIONS Storage infrastructure is

More information

EMC Virtual Infrastructure for SAP Enabled by EMC Symmetrix with Auto-provisioning Groups, Symmetrix Management Console, and VMware vcenter Converter

EMC Virtual Infrastructure for SAP Enabled by EMC Symmetrix with Auto-provisioning Groups, Symmetrix Management Console, and VMware vcenter Converter EMC Virtual Infrastructure for SAP Enabled by EMC Symmetrix with Auto-provisioning Groups, VMware vcenter Converter A Detailed Review EMC Information Infrastructure Solutions Abstract This white paper

More information

SAN & NAS Virtualization. Yakov Cohen Regional Technology Consultant, AMESA EMC

SAN & NAS Virtualization. Yakov Cohen Regional Technology Consultant, AMESA EMC SAN & NAS Virtualization Yakov Cohen Regional Technology Consultant, AMESA EMC EMC Invista Network-based Storage Virtualization (SAN) The Network is the Right Place for Virtualization Appliance and Controller

More information

EMC Integrated Infrastructure for VMware

EMC Integrated Infrastructure for VMware EMC Integrated Infrastructure for VMware Enabled by EMC Celerra NS-120 Reference Architecture EMC Global Solutions Centers EMC Corporation Corporate Headquarters Hopkinton MA 01748-9103 1.508.435.1000

More information

International Journal of Advancements in Research & Technology, Volume 1, Issue6, November-2012 1 ISSN 2278-7763

International Journal of Advancements in Research & Technology, Volume 1, Issue6, November-2012 1 ISSN 2278-7763 International Journal of Advancements in Research & Technology, Volume 1, Issue6, November-2012 1 VIRTUALIZATION Vikas Garg Abstract: The main aim of the research was to get the knowledge of present trends

More information

Using VMWare VAAI for storage integration with Infortrend EonStor DS G7i

Using VMWare VAAI for storage integration with Infortrend EonStor DS G7i Using VMWare VAAI for storage integration with Infortrend EonStor DS G7i Application Note Abstract: This document describes how VMware s vsphere Storage APIs (VAAI) can be integrated and used for accelerating

More information

How To Connect Virtual Fibre Channel To A Virtual Box On A Hyperv Virtual Machine

How To Connect Virtual Fibre Channel To A Virtual Box On A Hyperv Virtual Machine Virtual Fibre Channel for Hyper-V Virtual Fibre Channel for Hyper-V, a new technology available in Microsoft Windows Server 2012, allows direct access to Fibre Channel (FC) shared storage by multiple guest

More information

Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com

Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com W H I T E P A P E R O r a c l e V i r t u a l N e t w o r k i n g D e l i v e r i n g F a b r i c

More information

Virtualizing Exchange

Virtualizing Exchange Virtualizing Exchange Simplifying and Optimizing Management of Microsoft Exchange Server Using Virtualization Technologies By Anil Desai Microsoft MVP September, 2008 An Alternative to Hosted Exchange

More information

High Availability with Windows Server 2012 Release Candidate

High Availability with Windows Server 2012 Release Candidate High Availability with Windows Server 2012 Release Candidate Windows Server 2012 Release Candidate (RC) delivers innovative new capabilities that enable you to build dynamic storage and availability solutions

More information

White Paper. Recording Server Virtualization

White Paper. Recording Server Virtualization White Paper Recording Server Virtualization Prepared by: Mike Sherwood, Senior Solutions Engineer Milestone Systems 23 March 2011 Table of Contents Introduction... 3 Target audience and white paper purpose...

More information

The Next Evolution in Storage Virtualization Management

The Next Evolution in Storage Virtualization Management The Next Evolution in Storage Virtualization Management Global Storage Virtualization Simplifies Management, Lowers Operational Costs By Hitachi Data Systems July 2014 Contents Executive Summary... 3 Introduction...

More information

Windows Server 2008 R2 Hyper-V Live Migration

Windows Server 2008 R2 Hyper-V Live Migration Windows Server 2008 R2 Hyper-V Live Migration Table of Contents Overview of Windows Server 2008 R2 Hyper-V Features... 3 Dynamic VM storage... 3 Enhanced Processor Support... 3 Enhanced Networking Support...

More information

WHITE PAPER. Data Center Fabrics. Why the Right Choice is so Important to Your Business

WHITE PAPER. Data Center Fabrics. Why the Right Choice is so Important to Your Business WHITE PAPER Data Center Fabrics Why the Right Choice is so Important to Your Business Introduction Data center fabrics are emerging as the preferred architecture for next-generation virtualized data centers,

More information

Virtual SAN Design and Deployment Guide

Virtual SAN Design and Deployment Guide Virtual SAN Design and Deployment Guide TECHNICAL MARKETING DOCUMENTATION VERSION 1.3 - November 2014 Copyright 2014 DataCore Software All Rights Reserved Table of Contents INTRODUCTION... 3 1.1 DataCore

More information

EMC Invista: The Easy to Use Storage Manager

EMC Invista: The Easy to Use Storage Manager EMC s Invista SAN Virtualization System Tested Feb. 2006 Page 1 of 13 EMC Invista: The Easy to Use Storage Manager Invista delivers centrally managed LUN Virtualization, Data Mobility, and Copy Services

More information

Achieving High Availability & Rapid Disaster Recovery in a Microsoft Exchange IP SAN April 2006

Achieving High Availability & Rapid Disaster Recovery in a Microsoft Exchange IP SAN April 2006 Achieving High Availability & Rapid Disaster Recovery in a Microsoft Exchange IP SAN April 2006 All trademark names are the property of their respective companies. This publication contains opinions of

More information

DATA CENTER VIRTUALIZATION WHITE PAPER SEPTEMBER 2006

DATA CENTER VIRTUALIZATION WHITE PAPER SEPTEMBER 2006 DATA CENTER VIRTUALIZATION WHITE PAPER SEPTEMBER 2006 EXECUTIVE SUMMARY Many enterprise IT departments have attempted to respond to growth by adding servers and storage systems dedicated to specific applications,

More information

Best Practices for Managing Virtualized Environments

Best Practices for Managing Virtualized Environments WHITE PAPER Introduction... 2 Reduce Tool and Process Sprawl... 2 Control Virtual Server Sprawl... 3 Effectively Manage Network Stress... 4 Reliably Deliver Application Services... 5 Comprehensively Manage

More information

Solution Brief Availability and Recovery Options: Microsoft Exchange Solutions on VMware

Solution Brief Availability and Recovery Options: Microsoft Exchange Solutions on VMware Introduction By leveraging the inherent benefits of a virtualization based platform, a Microsoft Exchange Server 2007 deployment on VMware Infrastructure 3 offers a variety of availability and recovery

More information

Technology Insight Series

Technology Insight Series Evaluating Storage Technologies for Virtual Server Environments Russ Fellows June, 2010 Technology Insight Series Evaluator Group Copyright 2010 Evaluator Group, Inc. All rights reserved Executive Summary

More information

Brocade One Data Center Cloud-Optimized Networks

Brocade One Data Center Cloud-Optimized Networks POSITION PAPER Brocade One Data Center Cloud-Optimized Networks Brocade s vision, captured in the Brocade One strategy, is a smooth transition to a world where information and applications reside anywhere

More information

EMC Integrated Infrastructure for VMware

EMC Integrated Infrastructure for VMware EMC Integrated Infrastructure for VMware Enabled by Celerra Reference Architecture EMC Global Solutions Centers EMC Corporation Corporate Headquarters Hopkinton MA 01748-9103 1.508.435.1000 www.emc.com

More information

VIDEO SURVEILLANCE WITH SURVEILLUS VMS AND EMC ISILON STORAGE ARRAYS

VIDEO SURVEILLANCE WITH SURVEILLUS VMS AND EMC ISILON STORAGE ARRAYS VIDEO SURVEILLANCE WITH SURVEILLUS VMS AND EMC ISILON STORAGE ARRAYS Successfully configure all solution components Use VMS at the required bandwidth for NAS storage Meet the bandwidth demands of a 2,200

More information

TOP FIVE REASONS WHY CUSTOMERS USE EMC AND VMWARE TO VIRTUALIZE ORACLE ENVIRONMENTS

TOP FIVE REASONS WHY CUSTOMERS USE EMC AND VMWARE TO VIRTUALIZE ORACLE ENVIRONMENTS TOP FIVE REASONS WHY CUSTOMERS USE EMC AND VMWARE TO VIRTUALIZE ORACLE ENVIRONMENTS Leverage EMC and VMware To Improve The Return On Your Oracle Investment ESSENTIALS Better Performance At Lower Cost Run

More information

EMC VPLEX FAMILY. Continuous Availability and Data Mobility Within and Across Data Centers

EMC VPLEX FAMILY. Continuous Availability and Data Mobility Within and Across Data Centers EMC VPLEX FAMILY Continuous Availability and Data Mobility Within and Across Data Centers DELIVERING CONTINUOUS AVAILABILITY AND DATA MOBILITY FOR MISSION CRITICAL APPLICATIONS Storage infrastructure is

More information

STORAGE CENTER. The Industry s Only SAN with Automated Tiered Storage STORAGE CENTER

STORAGE CENTER. The Industry s Only SAN with Automated Tiered Storage STORAGE CENTER STORAGE CENTER DATASHEET STORAGE CENTER Go Beyond the Boundaries of Traditional Storage Systems Today s storage vendors promise to reduce the amount of time and money companies spend on storage but instead

More information

Best Practice of Server Virtualization Using Qsan SAN Storage System. F300Q / F400Q / F600Q Series P300Q / P400Q / P500Q / P600Q Series

Best Practice of Server Virtualization Using Qsan SAN Storage System. F300Q / F400Q / F600Q Series P300Q / P400Q / P500Q / P600Q Series Best Practice of Server Virtualization Using Qsan SAN Storage System F300Q / F400Q / F600Q Series P300Q / P400Q / P500Q / P600Q Series Version 1.0 July 2011 Copyright Copyright@2011, Qsan Technology, Inc.

More information

ENTERPRISE VIRTUALIZATION ONE PLATFORM FOR ALL DATA

ENTERPRISE VIRTUALIZATION ONE PLATFORM FOR ALL DATA ENTERPRISE VIRTUALIZATION ONE PLATFORM FOR ALL DATA ENTERPRISE VIRTUALIZATION ONE PLATFORM FOR ALL DATA SUMMARY ONE PLATFORM FOR ALL DATA WOULD YOU LIKE TO SAVE 20% TO 30% ON YOUR STORAGE SPEND? We can

More information

EMC Virtual Infrastructure for Microsoft Applications Data Center Solution

EMC Virtual Infrastructure for Microsoft Applications Data Center Solution EMC Virtual Infrastructure for Microsoft Applications Data Center Solution Enabled by EMC Symmetrix V-Max and Reference Architecture EMC Global Solutions Copyright and Trademark Information Copyright 2009

More information

OPTIMIZING SERVER VIRTUALIZATION

OPTIMIZING SERVER VIRTUALIZATION OPTIMIZING SERVER VIRTUALIZATION HP MULTI-PORT SERVER ADAPTERS BASED ON INTEL ETHERNET TECHNOLOGY As enterprise-class server infrastructures adopt virtualization to improve total cost of ownership (TCO)

More information

Best Practices for Managing Storage in the Most Challenging Environments

Best Practices for Managing Storage in the Most Challenging Environments Best Practices for Managing Storage in the Most Challenging Environments Sanjay Srivastava Senior Product Manager, Symantec The Typical Virtualization Adoption Path Today, 20-25% of server workloads are

More information

VMware Infrastructure 3 and Stratus Continuous Availability:

VMware Infrastructure 3 and Stratus Continuous Availability: by Stratus Technologies, The Availability Company October, 2007 B E N E F I T F RO M VMware Infrastructure 3 and Stratus Continuous Availability: Going Beyond High Availability for Business-Critical Virtualization

More information

The Next Phase of Datacenter Network Resource Management and Automation March 2011

The Next Phase of Datacenter Network Resource Management and Automation March 2011 I D C T E C H N O L O G Y S P O T L I G H T The Next Phase of Datacenter Network Resource Management and Automation March 2011 Adapted from Worldwide Datacenter Network 2010 2015 Forecast and Analysis

More information

HP EVA to 3PAR Online Import for EVA-to-3PAR StoreServ Migration

HP EVA to 3PAR Online Import for EVA-to-3PAR StoreServ Migration Technology Insight Paper HP EVA to 3PAR Online Import for EVA-to-3PAR StoreServ Migration By Leah Schoeb December 3, 2012 Enabling you to make the best technology decisions HP EVA to 3PAR Online Import

More information

Virtualization Overview

Virtualization Overview VMWARE W HWHITE I T E PPAPER A P E R Virtualization Overview 1 Table of Contents Introduction... 3 Virtualization in a Nutshell... 3 Virtualization Approaches... 4 Virtualization for Server Consolidation

More information

Data center virtualization

Data center virtualization Data center virtualization A Dell Technical White Paper August 2011 Lay the foundation for impressive disk utilization and unmatched data center flexibility Executive summary Many enterprise IT departments

More information

Software-Defined Storage: What it Means for the IT Practitioner WHITE PAPER

Software-Defined Storage: What it Means for the IT Practitioner WHITE PAPER What it Means for the IT Practitioner WHITE PAPER Extending the Power of Virtualization to Storage Server virtualization has changed the way IT runs data centers across the world. According to Gartner,

More information

SAN Conceptual and Design Basics

SAN Conceptual and Design Basics TECHNICAL NOTE VMware Infrastructure 3 SAN Conceptual and Design Basics VMware ESX Server can be used in conjunction with a SAN (storage area network), a specialized high speed network that connects computer

More information

BEST PRACTICES GUIDE: Nimble Storage Best Practices for Scale-Out

BEST PRACTICES GUIDE: Nimble Storage Best Practices for Scale-Out BEST PRACTICES GUIDE: Nimble Storage Best Practices for Scale-Out Contents Introduction... 3 Terminology... 3 Planning Scale-Out Clusters and Pools... 3 Cluster Arrays Based on Management Boundaries...

More information

Brocade Solution for EMC VSPEX Server Virtualization

Brocade Solution for EMC VSPEX Server Virtualization Reference Architecture Brocade Solution Blueprint Brocade Solution for EMC VSPEX Server Virtualization Microsoft Hyper-V for 50 & 100 Virtual Machines Enabled by Microsoft Hyper-V, Brocade ICX series switch,

More information

Cloud Computing, Virtualization & Green IT

Cloud Computing, Virtualization & Green IT Cloud Computing, Virtualization & Green IT Cloud computing can change how IT supports business Consider the following: As much as 85% of computing capacity sits idle in distributed computing environments.

More information

An Oracle White Paper August 2011. Oracle VM 3: Server Pool Deployment Planning Considerations for Scalability and Availability

An Oracle White Paper August 2011. Oracle VM 3: Server Pool Deployment Planning Considerations for Scalability and Availability An Oracle White Paper August 2011 Oracle VM 3: Server Pool Deployment Planning Considerations for Scalability and Availability Note This whitepaper discusses a number of considerations to be made when

More information

How To Virtualize A Storage Area Network (San) With Virtualization

How To Virtualize A Storage Area Network (San) With Virtualization A New Method of SAN Storage Virtualization Table of Contents 1 - ABSTRACT 2 - THE NEED FOR STORAGE VIRTUALIZATION 3 - EXISTING STORAGE VIRTUALIZATION METHODS 4 - A NEW METHOD OF VIRTUALIZATION: Storage

More information

CONFIGURATION GUIDELINES: EMC STORAGE FOR PHYSICAL SECURITY

CONFIGURATION GUIDELINES: EMC STORAGE FOR PHYSICAL SECURITY White Paper CONFIGURATION GUIDELINES: EMC STORAGE FOR PHYSICAL SECURITY DVTel Latitude NVMS performance using EMC Isilon storage arrays Correct sizing for storage in a DVTel Latitude physical security

More information

Veritas Storage Foundation High Availability for Windows by Symantec

Veritas Storage Foundation High Availability for Windows by Symantec Veritas Storage Foundation High Availability for Windows by Symantec Simple-to-use solution for high availability and disaster recovery of businesscritical Windows applications Data Sheet: High Availability

More information

TGL VMware Presentation. Guangzhou Macau Hong Kong Shanghai Beijing

TGL VMware Presentation. Guangzhou Macau Hong Kong Shanghai Beijing TGL VMware Presentation Guangzhou Macau Hong Kong Shanghai Beijing The Path To IT As A Service Existing Apps Future Apps Private Cloud Lots of Hardware and Plumbing Today IT TODAY Internal Cloud Federation

More information

Table of contents. Matching server virtualization with advanced storage virtualization

Table of contents. Matching server virtualization with advanced storage virtualization Matching server virtualization with advanced storage virtualization Using HP LeftHand SAN and VMware Infrastructure 3 for improved ease of use, reduced cost and complexity, increased availability, and

More information

Cisco Unified Computing Remote Management Services

Cisco Unified Computing Remote Management Services Cisco Unified Computing Remote Management Services Cisco Remote Management Services are an immediate, flexible management solution that can help you realize the full value of the Cisco Unified Computing

More information

Dell High Availability Solutions Guide for Microsoft Hyper-V

Dell High Availability Solutions Guide for Microsoft Hyper-V Dell High Availability Solutions Guide for Microsoft Hyper-V www.dell.com support.dell.com Notes and Cautions NOTE: A NOTE indicates important information that helps you make better use of your computer.

More information

EMC SCALEIO OPERATION OVERVIEW

EMC SCALEIO OPERATION OVERVIEW EMC SCALEIO OPERATION OVERVIEW Ensuring Non-disruptive Operation and Upgrade ABSTRACT This white paper reviews the challenges organizations face as they deal with the growing need for always-on levels

More information

Double-Take Replication in the VMware Environment: Building DR solutions using Double-Take and VMware Infrastructure and VMware Server

Double-Take Replication in the VMware Environment: Building DR solutions using Double-Take and VMware Infrastructure and VMware Server Double-Take Replication in the VMware Environment: Building DR solutions using Double-Take and VMware Infrastructure and VMware Server Double-Take Software, Inc. 257 Turnpike Road; Suite 210 Southborough,

More information

Simplified Management With Hitachi Command Suite. By Hitachi Data Systems

Simplified Management With Hitachi Command Suite. By Hitachi Data Systems Simplified Management With Hitachi Command Suite By Hitachi Data Systems April 2015 Contents Executive Summary... 2 Introduction... 3 Hitachi Command Suite v8: Key Highlights... 4 Global Storage Virtualization

More information

IBM Global Technology Services November 2009. Successfully implementing a private storage cloud to help reduce total cost of ownership

IBM Global Technology Services November 2009. Successfully implementing a private storage cloud to help reduce total cost of ownership IBM Global Technology Services November 2009 Successfully implementing a private storage cloud to help reduce total cost of ownership Page 2 Contents 2 Executive summary 3 What is a storage cloud? 3 A

More information

Navisphere Quality of Service Manager (NQM) Applied Technology

Navisphere Quality of Service Manager (NQM) Applied Technology Applied Technology Abstract Navisphere Quality of Service Manager provides quality-of-service capabilities for CLARiiON storage systems. This white paper discusses the architecture of NQM and methods for

More information

IBM PureFlex System. The infrastructure system with integrated expertise

IBM PureFlex System. The infrastructure system with integrated expertise IBM PureFlex System The infrastructure system with integrated expertise 2 IBM PureFlex System IT is moving to the strategic center of business Over the last 100 years information technology has moved from

More information

A Platform Built for Server Virtualization: Cisco Unified Computing System

A Platform Built for Server Virtualization: Cisco Unified Computing System A Platform Built for Server Virtualization: Cisco Unified Computing System What You Will Learn This document discusses how the core features of the Cisco Unified Computing System contribute to the ease

More information

EMC Unified Storage for Microsoft SQL Server 2008

EMC Unified Storage for Microsoft SQL Server 2008 EMC Unified Storage for Microsoft SQL Server 2008 Enabled by EMC CLARiiON and EMC FAST Cache Reference Copyright 2010 EMC Corporation. All rights reserved. Published October, 2010 EMC believes the information

More information

EMC Data Protection Advisor 6.0

EMC Data Protection Advisor 6.0 White Paper EMC Data Protection Advisor 6.0 Abstract EMC Data Protection Advisor provides a comprehensive set of features to reduce the complexity of managing data protection environments, improve compliance

More information

HIGHLY AVAILABLE MULTI-DATA CENTER WINDOWS SERVER SOLUTIONS USING EMC VPLEX METRO AND SANBOLIC MELIO 2010

HIGHLY AVAILABLE MULTI-DATA CENTER WINDOWS SERVER SOLUTIONS USING EMC VPLEX METRO AND SANBOLIC MELIO 2010 White Paper HIGHLY AVAILABLE MULTI-DATA CENTER WINDOWS SERVER SOLUTIONS USING EMC VPLEX METRO AND SANBOLIC MELIO 2010 Abstract This white paper demonstrates key functionality demonstrated in a lab environment

More information

Microsoft Exchange Solutions on VMware

Microsoft Exchange Solutions on VMware Design and Sizing Examples: Microsoft Exchange Solutions on VMware Page 1 of 19 Contents 1. Introduction... 3 1.1. Overview... 3 1.2. Benefits of Running Exchange Server 2007 on VMware Infrastructure 3...

More information

Best Practices Guide: Network Convergence with Emulex LP21000 CNA & VMware ESX Server

Best Practices Guide: Network Convergence with Emulex LP21000 CNA & VMware ESX Server Best Practices Guide: Network Convergence with Emulex LP21000 CNA & VMware ESX Server How to deploy Converged Networking with VMware ESX Server 3.5 Using Emulex FCoE Technology Table of Contents Introduction...

More information

Intel Ethernet Switch Load Balancing System Design Using Advanced Features in Intel Ethernet Switch Family

Intel Ethernet Switch Load Balancing System Design Using Advanced Features in Intel Ethernet Switch Family Intel Ethernet Switch Load Balancing System Design Using Advanced Features in Intel Ethernet Switch Family White Paper June, 2008 Legal INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL

More information

Data Center Convergence. Ahmad Zamer, Brocade

Data Center Convergence. Ahmad Zamer, Brocade Ahmad Zamer, Brocade SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless otherwise noted. Member companies and individual members may use this material in presentations

More information

Fibre Channel Over and Under

Fibre Channel Over and Under Fibre Channel over : A necessary infrastructure convergence By Deni Connor, principal analyst April 2008 Introduction Consolidation of IT datacenter infrastructure is happening in all forms. IT administrators

More information

VXLAN: Scaling Data Center Capacity. White Paper

VXLAN: Scaling Data Center Capacity. White Paper VXLAN: Scaling Data Center Capacity White Paper Virtual Extensible LAN (VXLAN) Overview This document provides an overview of how VXLAN works. It also provides criteria to help determine when and where

More information

IBM Global Technology Services September 2007. NAS systems scale out to meet growing storage demand.

IBM Global Technology Services September 2007. NAS systems scale out to meet growing storage demand. IBM Global Technology Services September 2007 NAS systems scale out to meet Page 2 Contents 2 Introduction 2 Understanding the traditional NAS role 3 Gaining NAS benefits 4 NAS shortcomings in enterprise

More information

FIBRE CHANNEL OVER ETHERNET

FIBRE CHANNEL OVER ETHERNET FIBRE CHANNEL OVER ETHERNET A Review of FCoE Today ABSTRACT Fibre Channel over Ethernet (FcoE) is a storage networking option, based on industry standards. This white paper provides an overview of FCoE,

More information

Big data management with IBM General Parallel File System

Big data management with IBM General Parallel File System Big data management with IBM General Parallel File System Optimize storage management and boost your return on investment Highlights Handles the explosive growth of structured and unstructured data Offers

More information

W H I T E P A P E R. Optimized Backup and Recovery for VMware Infrastructure with EMC Avamar

W H I T E P A P E R. Optimized Backup and Recovery for VMware Infrastructure with EMC Avamar W H I T E P A P E R Optimized Backup and Recovery for VMware Infrastructure with EMC Avamar Contents Introduction...1 VMware Infrastructure Overview...1 VMware Consolidated Backup...2 EMC Avamar Overview...3

More information

N_Port ID Virtualization

N_Port ID Virtualization A Detailed Review Abstract This white paper provides a consolidated study on the (NPIV) feature and usage in different platforms and on NPIV integration with the EMC PowerPath on AIX platform. February

More information

White. Paper. Optimizing the Virtual Data Center with Data Path Pools. EMC PowerPath/VE. February, 2011

White. Paper. Optimizing the Virtual Data Center with Data Path Pools. EMC PowerPath/VE. February, 2011 White Paper Optimizing the Virtual Data Center with Data Path Pools EMC PowerPath/VE By Bob Laliberte February, 2011 This ESG White Paper was commissioned by EMC and is distributed under license from ESG.

More information

Synology High Availability (SHA)

Synology High Availability (SHA) Synology High Availability (SHA) Based on DSM 5.1 Synology Inc. Synology_SHAWP_ 20141106 Table of Contents Chapter 1: Introduction... 3 Chapter 2: High-Availability Clustering... 4 2.1 Synology High-Availability

More information

MICROSOFT HYPER-V SCALABILITY WITH EMC SYMMETRIX VMAX

MICROSOFT HYPER-V SCALABILITY WITH EMC SYMMETRIX VMAX White Paper MICROSOFT HYPER-V SCALABILITY WITH EMC SYMMETRIX VMAX Abstract This white paper highlights EMC s Hyper-V scalability test in which one of the largest Hyper-V environments in the world was created.

More information

A Project Summary: VMware ESX Server to Facilitate: Infrastructure Management Services Server Consolidation Storage & Testing with Production Servers

A Project Summary: VMware ESX Server to Facilitate: Infrastructure Management Services Server Consolidation Storage & Testing with Production Servers A Project Summary: VMware ESX Server to Facilitate: Infrastructure Management Services Server Consolidation Storage & Testing with Production Servers Srinivas P Reddy - 16 th March 2006 srinivasp@vensoft.com

More information

I/O Virtualization Using Mellanox InfiniBand And Channel I/O Virtualization (CIOV) Technology

I/O Virtualization Using Mellanox InfiniBand And Channel I/O Virtualization (CIOV) Technology I/O Virtualization Using Mellanox InfiniBand And Channel I/O Virtualization (CIOV) Technology Reduce I/O cost and power by 40 50% Reduce I/O real estate needs in blade servers through consolidation Maintain

More information

Top 10 Reasons to Virtualize VMware Zimbra Collaboration Server with VMware vsphere. white PAPER

Top 10 Reasons to Virtualize VMware Zimbra Collaboration Server with VMware vsphere. white PAPER Top 10 Reasons to Virtualize VMware Zimbra Collaboration Server with VMware vsphere white PAPER Email outages disrupt a company s ability to conduct business. Issues as diverse as scheduled downtime, human

More information

PROSPHERE: DEPLOYMENT IN A VITUALIZED ENVIRONMENT

PROSPHERE: DEPLOYMENT IN A VITUALIZED ENVIRONMENT White Paper PROSPHERE: DEPLOYMENT IN A VITUALIZED ENVIRONMENT Abstract This white paper examines the deployment considerations for ProSphere, the next generation of Storage Resource Management (SRM) from

More information

EMC VFCACHE ACCELERATES ORACLE

EMC VFCACHE ACCELERATES ORACLE White Paper EMC VFCACHE ACCELERATES ORACLE VFCache extends Flash to the server FAST Suite automates storage placement in the array VNX protects data EMC Solutions Group Abstract This white paper describes

More information

Consolidate and Virtualize Your Windows Environment with NetApp and VMware

Consolidate and Virtualize Your Windows Environment with NetApp and VMware White Paper Consolidate and Virtualize Your Windows Environment with NetApp and VMware Sachin Chheda, NetApp and Gaetan Castelein, VMware October 2009 WP-7086-1009 TABLE OF CONTENTS 1 EXECUTIVE SUMMARY...

More information

Virtual Provisioning. Management. Capacity oversubscription Physical allocation on the fly to logical size. With Thin Provisioning enabled

Virtual Provisioning. Management. Capacity oversubscription Physical allocation on the fly to logical size. With Thin Provisioning enabled Management Virtual Provisioning Capacity oversubscription Physical allocation on the fly to logical size Automatic File System Extension past logical size With Thin Provisioning enabled Additional storage

More information

IMPROVING VMWARE DISASTER RECOVERY WITH EMC RECOVERPOINT Applied Technology

IMPROVING VMWARE DISASTER RECOVERY WITH EMC RECOVERPOINT Applied Technology White Paper IMPROVING VMWARE DISASTER RECOVERY WITH EMC RECOVERPOINT Applied Technology Abstract EMC RecoverPoint provides full support for data replication and disaster recovery for VMware ESX Server

More information

EMC PERSPECTIVE: THE POWER OF WINDOWS SERVER 2012 AND EMC INFRASTRUCTURE FOR MICROSOFT PRIVATE CLOUD ENVIRONMENTS

EMC PERSPECTIVE: THE POWER OF WINDOWS SERVER 2012 AND EMC INFRASTRUCTURE FOR MICROSOFT PRIVATE CLOUD ENVIRONMENTS EMC PERSPECTIVE: THE POWER OF WINDOWS SERVER 2012 AND EMC INFRASTRUCTURE FOR MICROSOFT PRIVATE CLOUD ENVIRONMENTS EXECUTIVE SUMMARY It s no secret that organizations continue to produce overwhelming amounts

More information

Neverfail Solutions for VMware: Continuous Availability for Mission-Critical Applications throughout the Virtual Lifecycle

Neverfail Solutions for VMware: Continuous Availability for Mission-Critical Applications throughout the Virtual Lifecycle Neverfail Solutions for VMware: Continuous Availability for Mission-Critical Applications throughout the Virtual Lifecycle Table of Contents Virtualization 3 Benefits of Virtualization 3 Continuous Availability

More information

Scala Storage Scale-Out Clustered Storage White Paper

Scala Storage Scale-Out Clustered Storage White Paper White Paper Scala Storage Scale-Out Clustered Storage White Paper Chapter 1 Introduction... 3 Capacity - Explosive Growth of Unstructured Data... 3 Performance - Cluster Computing... 3 Chapter 2 Current

More information

VMware Virtual Machine File System: Technical Overview and Best Practices

VMware Virtual Machine File System: Technical Overview and Best Practices VMware Virtual Machine File System: Technical Overview and Best Practices A VMware Technical White Paper Version 1.0. VMware Virtual Machine File System: Technical Overview and Best Practices Paper Number:

More information

Virtualization Architecture Synergies: Hitachi Data Systems and VMware White Paper. By Michael Williams, Hitachi Data Systems

Virtualization Architecture Synergies: Hitachi Data Systems and VMware White Paper. By Michael Williams, Hitachi Data Systems Virtualization Architecture Synergies: Hitachi Data Systems and VMware White Paper By Michael Williams, Hitachi Data Systems May 2008 Executive Summary As organizations embrace and expand on their VMware

More information

IBM BladeCenter H with Cisco VFrame Software A Comparison with HP Virtual Connect

IBM BladeCenter H with Cisco VFrame Software A Comparison with HP Virtual Connect IBM BladeCenter H with Cisco VFrame Software A Comparison with HP Connect Executive Overview This white paper describes how Cisco VFrame Server Fabric ization Software works with IBM BladeCenter H to provide

More information

Archive Data Retention & Compliance. Solutions Integrated Storage Appliances. Management Optimized Storage & Migration

Archive Data Retention & Compliance. Solutions Integrated Storage Appliances. Management Optimized Storage & Migration Solutions Integrated Storage Appliances Management Optimized Storage & Migration Archive Data Retention & Compliance Services Global Installation & Support SECURING THE FUTURE OF YOUR DATA w w w.q sta

More information