A GPFS Primer October 2005

Size: px
Start display at page:

Download "A GPFS Primer October 2005"

Transcription

1 A Primer October 2005

2 Overview This paper describes (General Parallel File System) Version 2, Release 3 for AIX 5L and Linux. It provides an overview of key concepts which should be understood by those considering the product. It is assumed that the reader has a basic knowledge of clustering and storage networks. The product documentation provides more detail on all aspects of the licensed product, as well as information on prior releases [2,]. is a cluster file system providing normal application interfaces, and has been available on AIX operating system-based clusters since 1998 and Linux operating system-based clusters since distinguishes itself from other cluster file systems by providing concurrent, high-speed file access to applications executing on multiple nodes in an AIX 5L cluster, a Linux cluster or a heterogeneous cluster of AIX 5L and Linux machines. The processors supporting this cluster may be a mixture of IBM System p5, ~ p5 and pseries machines, IBM ~ BladeCenter or IBM ~ xseries machines based on Intel or AMD processors. supports the current releases of AIX 5L and selected releases of Red Hat and SUSE LINUX Enterprise Server distributions. See the FAQ [1] for a current list of tested machines and also tested Linux distribution levels. It is possible to run on compatible machines from other hardware vendors, but you should contact your IBM sales representative for details. IP Network Compute Nodes FC driver FC driver FC driver FC Switch (optional)... Disk Collections Figure 1: in a Direct-attached SAN Environment psssgpfsprimerwp doc Page 2

3 for AIX 5L and for Linux are derived from the same programming source and differ principally in adapting to the different hardware and operating system environments. The functionality of the two products is identical. V2.3 allows AIX 5L and Linux nodes, including Linux nodes on different machine architectures, to exist in the same cluster with shared access to the same file system. A cluster is a managed collection of computers which are connected via a network and share access to storage. Storage may be shared directly using storage networking capabilities provided by a storage vendor or by using IBM supplied capabilities which simulate a storage area network (SAN) over an IP network. V2.3 is enhanced over previous releases of by introducing the capability to share data between clusters. This means that a cluster with proper authority can mount and directly access data owned by another cluster. It is possible to create clusters which own no data and are created for the sole purpose of accessing data owned by other clusters. The data transport uses either SAN simulation capabilities over a general network or SAN extension hardware. V2.3 also adds new facilities in support of disaster recovery, recoverability and scaling. See the product publications for details [2,]. Introduction is IBM s best performing cluster file system. The file system is built from a collection of disks which contain the file system data, a collection of computers which own and manage the file system and a set of networking connections which bind together the computers and the storage. In its simplest environment, the storage is connected to all machines using a SAN as shown in Figure 1. The illustration shows a Fibre Channel SAN which is the most common form of SAN connection. The computers are connected to the storage via the SAN and to each other using a LAN. Data used by applications flows over the SAN and control information flows among the instances on the cluster via the LAN. Other configurations are also possible. In some environments, where every compute node in the cluster cannot have SAN access to disks, makes use of an IBM provided network block device capability. On AIX 5L only configurations which use the IBM pseries High Performance Switch, this is the IBM Virtual Shared Disk facility which is a component of AIX 5L. On Linux, AIX 5L using other interconnects or on mixed clusters of AIX 5L and Linux nodes, uses the Network Shared Disk () capability which is a component of. Both virtual shared disk and provide software simulation of a SAN across IP or IBM proprietary networks. uses and virtual shared disk to provide high-speed access to data for applications running on compute nodes which do not have a SAN attachment. Data is served to those compute nodes from a virtual shared disk I/O server or an I/O server. Multiple I/O servers for each disk are possible and recommended to avoid single points of failure for your data. A Linux example of such a model is shown in Figure 2. In this example, both data and control flow across an unswitched LAN. This model is only appropriate for small clusters, but is used here as an illustration. Switched LANs and/or bonded LANs should be used for clusters requiring significant data transfer. Higher performance networks such as IBM High Performance Switch or InfiniBand will provide even higher performance. psssgpfsprimerwp doc Page 3

4 Compute Nodes Ethernet... Disk Device Interface Disk Device Interface IO Nodes Disk Collections Figure 2: A Simple Configuration In the SAN simulation model, a subset of the total node population is defined as I/O server nodes. The disk drives are attached only to the I/O servers. The or IBM Virtual Shared Disk subsystem is responsible for the abstraction of disk data blocks across an IP-based network. The fact that I/O is remote is transparent to the application issuing the file system I/O calls. Figure 2 shows an example configuration where a set of compute nodes are connected to a set of I/O servers via a high-speed interconnect or an IP based network such as Ethernet. Each I/O server is attached to a portion of the disk collection. The disks should be multi-tailed to I/O servers for failover capability in the event of an I/O server failure. The choice of how many nodes should be configured as I/O servers is based on individual performance requirements and the capabilities of the storage subsystem. Note that this model of storage attachment does not require a complex SAN. Each storage box is only attached to a small number of I/O servers, often only two servers, eliminating the need for SAN switches. The choice between a SAN attachment and a SAN simulation is a performance and economic one. In general, SANs will provide the highest performance; but the cost and management complexity of SANs for large clusters is often prohibitive. The SAN simulation capabilities of provide an answer for that problem. provides file data access from all nodes in the cluster by providing a global name space for files. s can efficiently access files using standard UNIX file system interfaces and supplies the data to any location in the cluster using the supplied path to the storage. allows all compute nodes with the file system mounted to have coherent and concurrent access to all storage including write sharing with full Xopen semantics. beyond the cluster psssgpfsprimerwp doc Page 4

5 The description above describes a simple cluster where all machines are co-located and share a common network. This is the basic configuration supported by all releases. V2.3 introduces a configuration called multi-clustering which allows a cluster to permit access to specific file systems from another cluster. This level sharing is intended to allow clusters to share data at higher performance levels than distributed file systems. It is not intended to replace distributed file systems which are tuned for desktop access or for access across unreliable network links. data sharing requires a trusted kernel at both the owning cluster and cluster remotely accessing the file system. This capability is useful for sharing data across multiple clusters within a location or across locations which have adequate network links among them. Cluster A DD Disk Device Interface Disk Device Interface DD Figure 3: Multiclustering Cluster B Figure 3 shows a multi-clustering configuration. The cluster on the lower left side of the figure is the cluster from figure 2. We have added two clusters, Cluster A and Cluster B which need to access the data from the original cluster. The original cluster owns the storage and manages the file system. It may grant access to file systems which it manages to remote clusters such as Cluster A and Cluster B. Cluster A and Cluster B do not have any storage in this example, but that is not always true. They could own file systems which may or may not be accessible outside their cluster. In the case where they do not own storage, these nodes are grouped into clusters for ease of management. It is also possible to have a remote cluster consisting of a single node. When the remote clusters need access to the data, they mount the file system by contacting the owning cluster and passing required security checks. Cluster A accesses the data through an extension of psssgpfsprimerwp doc Page 5

6 the network. Cluster B accesses data through a physical extension of the SAN. In both cases, control traffic is sent across an IP network. Scaling Scaling considerations for include: supports clusters of up to 512 nodes mounting a file system as a general availability statement; however there are a number of larger configurations supported through special arrangements with IBM. These nodes may be any mixture of supported processor types and operating system levels. As described earlier, all nodes must either have direct connectivity or SAN-attachment to the storage. supports file systems of 200TB as a general availability statement, however there are configurations in excess of 1PB supported by special arrangement with IBM. has demonstrated 10 s of GB/sec aggregate throughput in configurations with sufficient hardware to drive that load. The key and unique feature of the architecture and design which enables this is the use of distributed metadata servers. handles metadata in a distributed fashion on all nodes of the cluster. This distinguishes from other cluster file systems which typically have a centralized metadata server handling fixed regions of the file namespace. The centralized metadata server becomes a performance bottleneck for metadata intensive operations and also can be a single point of failure. solves this problem by handling metadata at the node which is using the file or in the case of parallel access to the file, at a dynamically selected node which is using the file. The token manager is a central facility which controls which nodes manage the metadata for each active object. Note that the resources associated with the token manager are significantly lower than those requires for a metadata server. See the : Concepts, Planning, and Installation Guide for further information [2,]. and other Data Facilities provides the standard interfaces which are exploited by other data facilities such as backup products and network file systems. Several IBM supplied data facilities explicitly support. These include the Tivoli Storage Manager (TSM) and the Network File System (NFS) facilities on AIX 5L. Specifically, TSM provides both backup capabilities and space management capabilities where data can flow out of to tape and be recalled on demand. The combination of and TSM in this way provides a form of Information Lifecycle Management. There are other programs providing capabilities of this type which can be used with. Contact your data facility vendor for any support statements. In a similar way, can be used in conjunction with database products which require a cluster file system. Contact your database vendor to determine whether would be a supported environment for your clustered database. file data may be exported to clients outside the cluster via NFS or other distributed file system programs including the capability of exporting the same data from multiple nodes. This allows your cluster to provide aggregate NFS service of the same data in excess of the capability of one node. It also allows service from the cluster when one or more of the exporting nodes are inoperable. psssgpfsprimerwp doc Page 6

7 Additionally, provides support for a Data Management API (DMAPI) interface which is IBM s implementation of the X/Open data storage management API. This DMAPI interface allows vendors of storage management applications such as TSM to provide HSM (Hierarchical Storage Management) support for. A single-node cluster can be created to allow standalone servers to take advantage of HSM support with the large block file performance offered by. Support and File System Access is designed for application sets which have needs for data access rates and compute capability beyond that which can be reliably satisfied by a single computer with directly attached storage or by a cluster serviced by a distributed file system. There are numerous examples of application sets which meet this characterization; but we will discuss two for the purposes of illustration. The High Performance Computing environment serves many technical and complex analytic business applications. These applications are characterized by the fact that they require the computing power of multiple computers to reasonably solve their problems. Parallel programming systems require that the data associated with the application be delivered to each instance at high performance and with full consistency semantics. provides outstanding performance to parallel applications including some extended programming interfaces intended specifically for this class of application. Parallel applications which require concurrent shared access to the same data from many nodes in the cluster (including concurrent updates to the same file) can accomplish this easily with. maintains the coherency and consistency of the file system via sophisticated locking and byte level token management. Increases in computing power and networking capability have made possible a whole class of applications which depend on the high speed reliable capture and processing of large volumes of data. An example of this class of application is those that process and collect unstructured data such as video images. These applications can require high data rates as well as the ability to add and delete capacity upon demand. provides this capability to supply high data rates and to add members of the cluster on-line without disruption to on-going operations. also provides fault tolerance capabilities which allow operations to continue in the event of many types of failures. There are other applications which can exploit the fault tolerance or high bandwidth capabilities of including those which use clustered databases for fault tolerance and scalability. Will your application work with installs into your operating system as a physical file system and interfaces with the operating system to handle data requests for data within a file system. Most applications execute with no change. The product publications describe the extended application interfaces for parallel programs should you choose to use them. Those interfaces are unique to. recognizes typical access patterns like sequential, reverse sequential and random and optimizes its pre-fetching mechanism for these patterns. The same application will normally be capable of accessing both resident data and data residing in other file systems. Data Availability psssgpfsprimerwp doc Page 7

8 is a fault tolerant file system and can be configured for continued access to data even in the presence of possible failures of compute nodes, I/O server nodes or their disk attachments. The metadata is organized by in a fashion that lends itself to efficient parallel access and maintenance. Metadata can be configured with multiple copies to allow for continuous operation even if the paths to a disk or the disk itself is broken. can be used with RAID or other hardware redundancy capabilities to survive media failures. The disks can be multi-tailed to attach to multiple I/O servers so that the loss of an I/O server does not prevent access from the disks attached to a failed I/O server. The loss of connectivity to disks from one node does not affect the other nodes in the direct attached SAN model. continuously monitors the health of the various file system components. When failures are detected appropriate recovery action is taken automatically if alternate resources are available. also provides extensive logging and recovery capabilities which maintain metadata consistency across the failure of application nodes holding locks or performing services for other nodes. Performance provides unparalleled performance especially for larger data objects. It provides excellent performance for large aggregates of smaller objects. achieves high performance I/O by: Striping data across multiple disks attached to multiple nodes. Efficient client side caching including read-ahead and write-behind when application access patterns make this the right choice. Using a block size which is configurable by the administrator. This is especially important with some new disk technologies where very large block sizes are critical to storage performance. Built in logic for read-ahead and write-behind file functions. Using block-level locking based on a very sophisticated token management system to provide data consistency while allowing multiple application nodes to have concurrent access to the files. Administration provides a very simple administration model that is consistent with standard AIX 5L and Linux file system administration while providing extensions for the clustering aspects of. provides functions that simplify multi-node administration. A single multi-node command can perform a file system function across the entire cluster. The command can be issued from any node in the cluster. These commands are typically extensions to the usual AIX 5L and Linux file system commands. also has other standard file system administration functions such as quotas, snapshots, and extended access control lists Connectivity Choice requires connectivity to storage from all nodes and control connectivity among the nodes sharing the data. As illustrated in Figure 2, these may be the same network. Planning the connectivity for requires the allocation of sufficient bandwidth for both tasks. For maximum performance, connection via IBM s pseries High Performance Switch or a universally connected SAN should be considered. Connections using LANs and Infiniband are also possible. The FAQ [1] lists the currently qualified networks. psssgpfsprimerwp doc Page 8

9 does not require a dedicated network; but we do not recommend running over a network which is shared for many purposes. There must be sufficient bandwidth and low-level latency available for usage in order to meet your performance expectations. Supported Disk Storage Devices: Effective operation depends on sufficient disk bandwidth. IBM qualifies some disk types for use with and these are documented in the FAQ [1]. This list is updated as new disks are tested. Other disks may be used if they provide the required functionality for multiple node access. Glossary of Terms Node Cluster IBM Virtual Shared Disk FC Metadata A single AIX 5L or Linux operating system image A collection of nodes which are managed as a single entity A kernel subsystem in AIX 5L providing a shared disk architecture via software and associated recovery capabilities. Fiber Channel Network shared disk subsystem. A component of on AIX 5L and Linux providing a shared disk architecture via software Data describing user data psssgpfsprimerwp doc Page 9

10 References 1. FAQ: gpfs_faqs/gpfs_faqs.html 2. documentation: oc/gpfsbooks.html IBM occasionally publishes Redbooks on various topics including. See: The following conference paper on may also be of interest: psssgpfsprimerwp doc Page 10

11 IBM Corporation 2005 IBM Corporation Marketing Communications Systems Group Route 100 Somers, New York Produced in the United States of America October 2005 All Rights Reserved This document was developed for products and/or services offered in the United States. IBM may not offer the products, features, or services discussed in this document in other countries. The information may be subject to change without notice. Consult your local IBM business contact for information on the products, features and services available in your area. All statements regarding IBM s future directions and intent are subject to change or withdrawal without notice and represent goals and objectives only. IBM, the IBM logo, the e-business logo, ~, AIX, AIX 5L, BladeCenter, pseries, System p5, Tivoli, xseries are trademarks or registered trademarks of International Business Machines Corporation in the United States or other countries or both. A full list of U.S. trademarks owned by IBM may be found at: UNIX is a registered trademark of The Open Group in the United States, other countries or both. Intel is a trademark of Intel Corporation in the United States, other countries, or both. Linux is a trademark of Linus Torvalds in the United States, other countries or both. Red Hat, the Red Hat "Shadow Man" logo, and all Red Hat-based trademarks and logos are trademarks or registered trademarks of Red Hat, Inc., in the United States and other countries. Other company, product, and service names may be trademarks or service marks of others. IBM hardware products are manufactured from new parts, or new and used parts. Regardless, our warranty terms apply. Information concerning non-ibm products was obtained from the suppliers of these products or other public sources. Questions on the capabilities of the non-ibm products should be addressed with the suppliers. The IBM home page on the Internet can be found at: The System p5 and ~ p5 home page on the Internet can be found at: psssgpfsprimerwp doc Page 11

An Introduction to GPFS

An Introduction to GPFS IBM High Performance Computing July 2006 An Introduction to GPFS gpfsintro072506.doc Page 2 Contents Overview 2 What is GPFS? 3 The file system 3 Application interfaces 4 Performance and scalability 4

More information

An introduction to GPFS Version 3.3

An introduction to GPFS Version 3.3 IBM white paper An introduction to GPFS Version 3.3 Scott Fadden, IBM Corporation Contents 1 Overview 2 What is GPFS? 2 The file system 2 Application interfaces 3 Performance and scalability 3 Administration

More information

Architecting Storage for Semiconductor Design: Manufacturing Preparation

Architecting Storage for Semiconductor Design: Manufacturing Preparation White Paper Architecting Storage for Semiconductor Design: Manufacturing Preparation March 2012 WP-7157 EXECUTIVE SUMMARY The manufacturing preparation phase of semiconductor design especially mask data

More information

IBM IBM Open Systems Storage Solutions Version 4. Download Full Version :

IBM IBM Open Systems Storage Solutions Version 4. Download Full Version : IBM 000-742 IBM Open Systems Storage Solutions Version 4 Download Full Version : https://killexams.com/pass4sure/exam-detail/000-742 Answer: B QUESTION: 156 Given the configuration shown, which of the

More information

IBM System Storage DS5020 Express

IBM System Storage DS5020 Express IBM DS5020 Express Manage growth, complexity, and risk with scalable, high-performance storage Highlights Mixed host interfaces support (FC/iSCSI) enables SAN tiering Balanced performance well-suited for

More information

Stellar performance for a virtualized world

Stellar performance for a virtualized world IBM Systems and Technology IBM System Storage Stellar performance for a virtualized world IBM storage systems leverage VMware technology 2 Stellar performance for a virtualized world Highlights Leverages

More information

p5 520 server Robust entry system designed for the on demand world Highlights

p5 520 server Robust entry system designed for the on demand world Highlights Robust entry system designed for the on demand world IBM p5 520 server _` p5 520 rack system with I/O drawer Highlights Innovative, powerful, affordable, open and adaptable UNIX and Linux environment system

More information

IBM _` p5 570 servers

IBM _` p5 570 servers Innovative, modular, scalable, mid-range systems designed for the on demand world IBM _` p5 570 servers and departmental or regional server deployments. The rack-mount p5-570 delivers power, flexibility,

More information

IBM Tivoli Storage Manager Version Introduction to Data Protection Solutions IBM

IBM Tivoli Storage Manager Version Introduction to Data Protection Solutions IBM IBM Tivoli Storage Manager Version 7.1.6 Introduction to Data Protection Solutions IBM IBM Tivoli Storage Manager Version 7.1.6 Introduction to Data Protection Solutions IBM Note: Before you use this

More information

EMC Celerra CNS with CLARiiON Storage

EMC Celerra CNS with CLARiiON Storage DATA SHEET EMC Celerra CNS with CLARiiON Storage Reach new heights of availability and scalability with EMC Celerra Clustered Network Server (CNS) and CLARiiON storage Consolidating and sharing information

More information

Solutions for iseries

Solutions for iseries Innovative solutions for Intel server integration Integrated IBM Solutions for iseries xseries The IBM _` iseries family of servers, including the newest member, IBM _` i5, offers two solutions that provide

More information

IBM Spectrum Protect Version Introduction to Data Protection Solutions IBM

IBM Spectrum Protect Version Introduction to Data Protection Solutions IBM IBM Spectrum Protect Version 8.1.2 Introduction to Data Protection Solutions IBM IBM Spectrum Protect Version 8.1.2 Introduction to Data Protection Solutions IBM Note: Before you use this information

More information

IBM System p5 510 and 510Q Express Servers

IBM System p5 510 and 510Q Express Servers More value, easier to use, and more performance for the on demand world IBM System p5 510 and 510Q Express Servers System p5 510 or 510Q Express rack-mount servers Highlights Up to 4-core scalability with

More information

IBM TotalStorage Storage Switch L10

IBM TotalStorage Storage Switch L10 Designed to enable affordable, simple-to-use, entry SAN solutions IBM TotalStorage Storage Switch L10 Space-saving design with ten ports in a one-half rack width Highlights Simple-to-use infrastructure

More information

IBM System p5 550 and 550Q Express servers

IBM System p5 550 and 550Q Express servers The right solutions for consolidating multiple applications on a single system IBM System p5 550 and 550Q Express servers Highlights Up to 8-core scalability using Quad-Core Module technology Point, click

More information

IBM FileNet Content Manager and IBM GPFS

IBM FileNet Content Manager and IBM GPFS IBM FileNet Content Manager support for IBM General Parallel File System (GPFS) September 2014 IBM SWG Enterprise Content Management IBM FileNet Content Manager and IBM GPFS Copyright IBM Corporation 2014

More information

WebSphere Application Server, Version 5. What s New?

WebSphere Application Server, Version 5. What s New? WebSphere Application Server, Version 5 What s New? 1 WebSphere Application Server, V5 represents a continuation of the evolution to a single, integrated, cost effective, Web services-enabled, J2EE server

More information

Migration Roadmap for LANRES For z/vm Customers - Where to go from here?

Migration Roadmap for LANRES For z/vm Customers - Where to go from here? ^ zseries Migration Roadmap for LANRES For z/vm Customers - Where to go from here? April 2001 Author: Glenda Ford z/vm Planning Endicott, NY fordgr@us.ibm.com Tuesday, April 10, 20013:23:35 PM Introduction

More information

IBM TotalStorage Enterprise Storage Server Delivers Bluefin Support (SNIA SMIS) with the ESS API, and Enhances Linux Support and Interoperability

IBM TotalStorage Enterprise Storage Server Delivers Bluefin Support (SNIA SMIS) with the ESS API, and Enhances Linux Support and Interoperability Hardware Announcement February 17, 2003 IBM TotalStorage Enterprise Storage Server Delivers Bluefin Support (SNIA SMIS) with the ESS API, and Enhances Linux Support and Interoperability Overview The IBM

More information

InfoSphere Warehouse with Power Systems and EMC CLARiiON Storage: Reference Architecture Summary

InfoSphere Warehouse with Power Systems and EMC CLARiiON Storage: Reference Architecture Summary InfoSphere Warehouse with Power Systems and EMC CLARiiON Storage: Reference Architecture Summary v1.0 January 8, 2010 Introduction This guide describes the highlights of a data warehouse reference architecture

More information

IBM TotalStorage SAN Switch M12

IBM TotalStorage SAN Switch M12 High availability director supports highly scalable fabrics for large enterprise SANs IBM TotalStorage SAN Switch M12 High port density packaging saves space Highlights Enterprise-level scalability and

More information

IBM TotalStorage SAN Switch F32

IBM TotalStorage SAN Switch F32 Intelligent fabric switch with enterprise performance for midrange and large storage networks IBM TotalStorage SAN Switch F32 High port density packaging helps save rack space Highlights Can be used as

More information

An introduction to IBM Spectrum Scale

An introduction to IBM Spectrum Scale IBM Platform Computing Thought Leadership White Paper February 2015 An introduction to IBM Spectrum Scale A fast, simple, scalable and complete storage solution for today s data-intensive enterprise 2

More information

IBM TotalStorage SAN Switch F08

IBM TotalStorage SAN Switch F08 Entry workgroup fabric connectivity, scalable with core/edge fabrics to large enterprise SANs IBM TotalStorage SAN Switch F08 Entry fabric switch with high performance and advanced fabric services Highlights

More information

IBM To Resell Cisco Systems MDS 9000 Multilayer Switch and Director Family of Intelligent Storage Networking Products

IBM To Resell Cisco Systems MDS 9000 Multilayer Switch and Director Family of Intelligent Storage Networking Products Hardware Announcement February 17, 2003 IBM To Resell Cisco Systems MDS 9000 Multilayer Switch and Director Family of Intelligent Storage Networking Products Overview IBM announces the availability of

More information

IBM System Storage TS1120 Tape Drive

IBM System Storage TS1120 Tape Drive Designed to support Business Continuity and Information Lifecycle Management IBM System Storage TS1120 Tape Drive Overview The IBM System Storage TS1120 Tape Drive (TS1120 tape drive) offers a solution

More information

Storwize V7000 real-time compressed volumes with Symantec Veritas Storage Foundation

Storwize V7000 real-time compressed volumes with Symantec Veritas Storage Foundation Storwize V7000 real-time compressed volumes with Symantec Veritas Storage Foundation Demonstrating IBM Storwize V7000 advanced storage efficiency in a Veritas Storage Foundation environment John Cooper

More information

IBM General Parallel File System for Linux helps simplify file system management across clusters

IBM General Parallel File System for Linux helps simplify file system management across clusters Software Announcement December 7, 2004 IBM General Parallel File System for Linux helps simplify file system management across clusters Overview A new release of General Parallel File System (GPFS) is

More information

IBM System Storage N3000 Express series Modular Disk Storage Systems

IBM System Storage N3000 Express series Modular Disk Storage Systems Advanced system designed to enable outstanding, cost-effective deployment versatility IBM System Storage N3000 Express series Modular Disk Storage Systems Highlights High availability Takes Simple replication

More information

Microsoft Office SharePoint Server 2007

Microsoft Office SharePoint Server 2007 Microsoft Office SharePoint Server 2007 Enabled by EMC Celerra Unified Storage and Microsoft Hyper-V Reference Architecture Copyright 2010 EMC Corporation. All rights reserved. Published May, 2010 EMC

More information

IBM PowerVM. Virtualization without limits. Highlights. IBM Systems and Technology Data Sheet

IBM PowerVM. Virtualization without limits. Highlights. IBM Systems and Technology Data Sheet IBM PowerVM Virtualization without limits Highlights Deliver services with superior economics by consolidating virtualized workloads Deliver services faster by automating deployment of virtual machines

More information

New Cisco MDS 9020 Fabric Switch offers 4, 2 and 1 Gbps Fibre Channel switch connectivity

New Cisco MDS 9020 Fabric Switch offers 4, 2 and 1 Gbps Fibre Channel switch connectivity Hardware Announcement October 25, 2005 New Cisco MDS 9020 Fabric Switch offers 4, 2 and 1 Gbps Fibre Channel switch connectivity Overview The Cisco MDS 9000 family, resold by IBM, introduces the Cisco

More information

System i and System p. Creating a virtual computing environment

System i and System p. Creating a virtual computing environment System i and System p Creating a virtual computing environment System i and System p Creating a virtual computing environment Note Before using this information and the product it supports, read the information

More information

IBM System Storage DS6800

IBM System Storage DS6800 Enterprise-class storage in a small, scalable package IBM System Storage DS6800 Highlights Designed to deliver Designed to provide over enterprise-class functionality, 1600 MBps performance for with open

More information

How Smarter Systems Deliver Smarter Economics and Optimized Business Continuity

How Smarter Systems Deliver Smarter Economics and Optimized Business Continuity 9-November-2010 Singapore How Smarter Systems Deliver Smarter Economics and Optimized Business Continuity Shiva Anand Neiker Storage Sales Leader STG ASEAN How Smarter Systems Deliver Smarter Economics

More information

IBM System Storage SAN40B-4

IBM System Storage SAN40B-4 High-performance, scalable and ease-of-use for medium-size SAN environments IBM System Storage SAN40B-4 High port density with 40 ports in 1U height helps save rack space Highlights High port density design

More information

Vendor: IBM. Exam Code: Exam Name: Storage Sales V2. Version: DEMO

Vendor: IBM. Exam Code: Exam Name: Storage Sales V2. Version: DEMO Vendor: IBM Exam Code: 000-115 Exam Name: Storage Sales V2 Version: DEMO 1.Which of the following customer requirements is the TS7650G Gateway designed to address? A. latency across a long distance network

More information

IMPROVING THE PERFORMANCE, INTEGRITY, AND MANAGEABILITY OF PHYSICAL STORAGE IN DB2 DATABASES

IMPROVING THE PERFORMANCE, INTEGRITY, AND MANAGEABILITY OF PHYSICAL STORAGE IN DB2 DATABASES IMPROVING THE PERFORMANCE, INTEGRITY, AND MANAGEABILITY OF PHYSICAL STORAGE IN DB2 DATABASES Ram Narayanan August 22, 2003 VERITAS ARCHITECT NETWORK TABLE OF CONTENTS The Database Administrator s Challenge

More information

Beyond Petascale. Roger Haskin Manager, Parallel File Systems IBM Almaden Research Center

Beyond Petascale. Roger Haskin Manager, Parallel File Systems IBM Almaden Research Center Beyond Petascale Roger Haskin Manager, Parallel File Systems IBM Almaden Research Center GPFS Research and Development! GPFS product originated at IBM Almaden Research Laboratory! Research continues to

More information

IBM Europe Announcement ZP , dated November 6, 2007

IBM Europe Announcement ZP , dated November 6, 2007 IBM Europe Announcement ZP07-0484, dated November 6, 2007 IBM WebSphere Front Office for Financial Markets V2.0 and IBM WebSphere MQ Low Latency Messaging V2.0 deliver high speed and high throughput market

More information

Storage Area Networks SAN. Shane Healy

Storage Area Networks SAN. Shane Healy Storage Area Networks SAN Shane Healy Objective/Agenda Provide a basic overview of what Storage Area Networks (SAN) are, what the constituent components are, and how these components fit together to deliver

More information

EMC Solutions for Backup to Disk EMC Celerra LAN Backup to Disk with IBM Tivoli Storage Manager Best Practices Planning

EMC Solutions for Backup to Disk EMC Celerra LAN Backup to Disk with IBM Tivoli Storage Manager Best Practices Planning EMC Solutions for Backup to Disk EMC Celerra LAN Backup to Disk with IBM Tivoli Storage Manager Best Practices Planning Abstract This white paper describes how to configure the Celerra IP storage system

More information

SONAS Best Practices and options for CIFS Scalability

SONAS Best Practices and options for CIFS Scalability COMMON INTERNET FILE SYSTEM (CIFS) FILE SERVING...2 MAXIMUM NUMBER OF ACTIVE CONCURRENT CIFS CONNECTIONS...2 SONAS SYSTEM CONFIGURATION...4 SONAS Best Practices and options for CIFS Scalability A guide

More information

IBM Spectrum NAS. Easy-to-manage software-defined file storage for the enterprise. Overview. Highlights

IBM Spectrum NAS. Easy-to-manage software-defined file storage for the enterprise. Overview. Highlights IBM Spectrum NAS Easy-to-manage software-defined file storage for the enterprise Highlights Reduce capital expenditures with storage software on commodity servers Improve efficiency by consolidating all

More information

VERITAS Storage Foundation 4.0 TM for Databases

VERITAS Storage Foundation 4.0 TM for Databases VERITAS Storage Foundation 4.0 TM for Databases Powerful Manageability, High Availability and Superior Performance for Oracle, DB2 and Sybase Databases Enterprises today are experiencing tremendous growth

More information

IBM Active Cloud Engine centralized data protection

IBM Active Cloud Engine centralized data protection IBM Active Cloud Engine centralized data protection Best practices guide Sanjay Sudam IBM Systems and Technology Group ISV Enablement December 2013 Copyright IBM Corporation, 2013 Table of contents Abstract...

More information

iseries Tech Talk Linux on iseries Technical Update 2004

iseries Tech Talk Linux on iseries Technical Update 2004 iseries Tech Talk Linux on iseries Technical Update 2004 Erwin Earley IBM Rochester Linux Center of Competency rchlinux@us.ibm.com Agenda Enhancements to the Linux experience introduced with i5 New i5/os

More information

IBM TotalStorage Enterprise Storage Server Model 800

IBM TotalStorage Enterprise Storage Server Model 800 A high-performance resilient disk storage solution for systems across the enterprise IBM TotalStorage Enterprise Storage Server Model 800 e-business on demand The move to e-business on demand presents

More information

IBM TotalStorage Enterprise Storage Server Model 800

IBM TotalStorage Enterprise Storage Server Model 800 A high-performance disk storage solution for systems across the enterprise IBM TotalStorage Enterprise Storage Server Model 800 e-business on demand The move to e-business on demand presents companies

More information

IBM Storwize V7000: For your VMware virtual infrastructure

IBM Storwize V7000: For your VMware virtual infrastructure IBM Storwize V7000: For your VMware virtual infrastructure Innovative midrange disk system leverages integrated storage technologies Highlights Complement server virtualization, extending cost savings

More information

IBM System x3455 AMD Opteron SMP 1 U server features Xcelerated Memory Technology to meet the needs of HPC environments

IBM System x3455 AMD Opteron SMP 1 U server features Xcelerated Memory Technology to meet the needs of HPC environments IBM Europe Announcement ZG07-0492, dated July 17, 2007 IBM System x3455 AMD Opteron SMP 1 U server features Xcelerated Memory Technology to meet the needs of HPC environments Key prerequisites...2 Description...3

More information

IBM TotalStorage TM NAS Gateway 300 Models G02/G27

IBM TotalStorage TM NAS Gateway 300 Models G02/G27 Helps leverage the power and flexibility of a SAN for IP clients IBM TotalStorage TM NAS Gateway 300 Models G02/G27 IBM, NAS and storage networking The IBM TotalStorage NAS Gateway 300 is part of the overall

More information

IBM System Storage SAN24B-4 Express

IBM System Storage SAN24B-4 Express Designed for high-performance, scalability and simple-to-use in small to medium-size SAN environments IBM System Storage SAN24B-4 Express Highlights Simple-to-use SAN switch with Protect existing 4, 2

More information

FICON Extended Distance Solution (FEDS)

FICON Extended Distance Solution (FEDS) IBM ^ zseries Extended Distance Solution (FEDS) The Optimal Transport Solution for Backup and Recovery in a Metropolitan Network Author: Brian Fallon bfallon@us.ibm.com FEDS: The Optimal Transport Solution

More information

StorageCraft OneXafe and Veeam 9.5

StorageCraft OneXafe and Veeam 9.5 TECHNICAL DEPLOYMENT GUIDE NOV 2018 StorageCraft OneXafe and Veeam 9.5 Expert Deployment Guide Overview StorageCraft, with its scale-out storage solution OneXafe, compliments Veeam to create a differentiated

More information

StorNext 3.0 Product Update: Server and Storage Virtualization with StorNext and VMware

StorNext 3.0 Product Update: Server and Storage Virtualization with StorNext and VMware StorNext 3.0 Product Update: Server and Storage Virtualization with StorNext and VMware NOTICE This product brief may contain proprietary information protected by copyright. Information in this product

More information

IBM System Storage DS4800

IBM System Storage DS4800 Scalable, high-performance storage for on demand computing environments IBM System Storage DS4800 Highlights 4 Gbps Fibre Channel interface Includes IBM System Storage technology DS4000 Storage Manager

More information

IBM TotalStorage FAStT900 Storage Server New Offering Expands IBM SAN Storage Solutions

IBM TotalStorage FAStT900 Storage Server New Offering Expands IBM SAN Storage Solutions Hardware Announcement February 17, 2003 IBM TotalStorage FAStT900 Storage Server New Offering Expands IBM SAN Storage Solutions Overview The IBM TotalStorage FAStT900 Storage Server expands the family

More information

Comparison of Storage Protocol Performance ESX Server 3.5

Comparison of Storage Protocol Performance ESX Server 3.5 Performance Study Comparison of Storage Protocol Performance ESX Server 3.5 This study provides performance comparisons of various storage connection options available to VMware ESX Server. We used the

More information

SAS workload performance improvements with IBM XIV Storage System Gen3

SAS workload performance improvements with IBM XIV Storage System Gen3 SAS workload performance improvements with IBM XIV Storage System Gen3 Including performance comparison with XIV second-generation model Narayana Pattipati IBM Systems and Technology Group ISV Enablement

More information

SAS Enterprise Miner Performance on IBM System p 570. Jan, Hsian-Fen Tsao Brian Porter Harry Seifert. IBM Corporation

SAS Enterprise Miner Performance on IBM System p 570. Jan, Hsian-Fen Tsao Brian Porter Harry Seifert. IBM Corporation SAS Enterprise Miner Performance on IBM System p 570 Jan, 2008 Hsian-Fen Tsao Brian Porter Harry Seifert IBM Corporation Copyright IBM Corporation, 2008. All Rights Reserved. TABLE OF CONTENTS ABSTRACT...3

More information

IBM TotalStorage Enterprise Storage Server (ESS) Model 750

IBM TotalStorage Enterprise Storage Server (ESS) Model 750 A resilient enterprise disk storage system at midrange prices IBM TotalStorage Enterprise Storage Server (ESS) Model 750 Conducting business in the on demand era demands fast, reliable access to information

More information

IBM TotalStorage 3592 Tape Drive Model J1A

IBM TotalStorage 3592 Tape Drive Model J1A Supports Business Continuity and Information Lifecycle Management in enterprise environments IBM TotalStorage 3592 Tape Drive Model J1A Highlights Overview The IBM TotalStorage 3592 Tape Drive Model J1A

More information

CONTENTS. 1. Introduction. 2. How To Store Data. 3. How To Access Data. 4. Manage Data Storage. 5. Benefits Of SAN. 6. Conclusion

CONTENTS. 1. Introduction. 2. How To Store Data. 3. How To Access Data. 4. Manage Data Storage. 5. Benefits Of SAN. 6. Conclusion CONTENTS 1. Introduction 2. How To Store Data 3. How To Access Data 4. Manage Data Storage 5. Benefits Of SAN 6. Conclusion 1. Introduction: A Storage Area Network (SAN) is a dedicated network that carries

More information

StorageCraft OneBlox and Veeam 9.5 Expert Deployment Guide

StorageCraft OneBlox and Veeam 9.5 Expert Deployment Guide TECHNICAL DEPLOYMENT GUIDE StorageCraft OneBlox and Veeam 9.5 Expert Deployment Guide Overview StorageCraft, with its scale-out storage solution OneBlox, compliments Veeam to create a differentiated diskbased

More information

Virtualisation, tiered storage, space management How does it all fit together?

Virtualisation, tiered storage, space management How does it all fit together? Virtualisation, tiered storage, space management How does it all fit together? Dr Axel Koester Senior Consultant, Enterprise Storage Luxembourg Storage Seminar, 09.05.2007 50 Years of Disk Storage: 1956

More information

IBM System Storage DCS3700

IBM System Storage DCS3700 IBM System Storage DCS3700 Maximize performance, scalability and storage density at an affordable price Highlights Gain fast, highly dense storage capabilities at an affordable price Deliver simplified

More information

Oracle RAC 10g Celerra NS Series NFS

Oracle RAC 10g Celerra NS Series NFS Oracle RAC 10g Celerra NS Series NFS Reference Architecture Guide Revision 1.0 EMC Solutions Practice/EMC NAS Solutions Engineering. EMC Corporation RTP Headquarters RTP, NC 27709 www.emc.com Oracle RAC

More information

Survey Of Volume Managers

Survey Of Volume Managers Survey Of Volume Managers Nasser M. Abbasi May 24, 2000 page compiled on June 28, 2015 at 10:44am Contents 1 Advantages of Volume Managers 1 2 Terminology used in LVM software 1 3 Survey of Volume Managers

More information

IBM ^ iseries Logical Partition Isolation and Integrity

IBM ^ iseries Logical Partition Isolation and Integrity June 2002 IBM ^ iseries Logical Partition Isolation and Integrity Dave Boutcher IBM Corporation boutcher@us.ibm.com Version 1.0 Page 1 Introduction The purpose of this document is to provide information

More information

Veritas Storage Foundation from Symantec

Veritas Storage Foundation from Symantec Simplified, Scalable and Cost-Effective Storage Management Overviewview provides a complete solution for heterogeneous online storage management. Based on the industry-leading Veritas Volume Manager from

More information

iscsi Technology Brief Storage Area Network using Gbit Ethernet The iscsi Standard

iscsi Technology Brief Storage Area Network using Gbit Ethernet The iscsi Standard iscsi Technology Brief Storage Area Network using Gbit Ethernet The iscsi Standard On February 11 th 2003, the Internet Engineering Task Force (IETF) ratified the iscsi standard. The IETF was made up of

More information

Veritas Storage Foundation for Windows by Symantec

Veritas Storage Foundation for Windows by Symantec Veritas Storage Foundation for Windows by Symantec Advanced online storage management Veritas Storage Foundation 5.0 for Windows brings advanced online storage management to Microsoft Windows Server environments.

More information

WebSphere Application Server Base Performance

WebSphere Application Server Base Performance WebSphere Application Server Base Performance ii WebSphere Application Server Base Performance Contents WebSphere Application Server Base Performance............. 1 Introduction to the WebSphere Application

More information

IBM InfoSphere Streams v4.0 Performance Best Practices

IBM InfoSphere Streams v4.0 Performance Best Practices Henry May IBM InfoSphere Streams v4.0 Performance Best Practices Abstract Streams v4.0 introduces powerful high availability features. Leveraging these requires careful consideration of performance related

More information

IBM System p5 185 Express Server

IBM System p5 185 Express Server The perfect entry system with a 3-year warranty and a price that might surprise you IBM System p5 185 Express Server responsiveness. As such, it is an excellent replacement for IBM RS/6000 150 and 170

More information

EMC VPLEX Geo with Quantum StorNext

EMC VPLEX Geo with Quantum StorNext White Paper Application Enabled Collaboration Abstract The EMC VPLEX Geo storage federation solution, together with Quantum StorNext file system, enables a global clustered File System solution where remote

More information

IBM System Storage DS5020 Express

IBM System Storage DS5020 Express Manage growth, complexity, and risk with scalable, high-performance storage IBM System Storage DS5020 Express Highlights Next-generation 8 Gbps FC Trusted storage that protects interfaces enable infrastructure

More information

ETERNUS SF AdvancedCopy Manager Operator's Guide for Tape Server Option

ETERNUS SF AdvancedCopy Manager Operator's Guide for Tape Server Option ETERNUS SF AdvancedCopy Manager 14.0 Operator's Guide for Tape Server Option J2X1-7453-01ENZ0(00) July 2009 Preface Purpose This manual describes the functionality of ETERNUS SF AdvancedCopy Manager for

More information

The IBM Systems Storage SAN768B announces native Fibre Channel routing

The IBM Systems Storage SAN768B announces native Fibre Channel routing IBM United States Announcement 108-325, dated May 13, 2008 The IBM Systems Storage SAN768B announces native Fibre Channel routing Description...2 Publications... 3 Services...3 Technical information...3

More information

Performance Evaluation Using Network File System (NFS) v3 Protocol. Hitachi Data Systems

Performance Evaluation Using Network File System (NFS) v3 Protocol. Hitachi Data Systems P E R F O R M A N C E B R I E F Hitachi NAS Platform 3080 Cluster Using the Hitachi Adaptable Modular Aciduisismodo Dolore Eolore Storage 2500: SPEC SFS2008 Dionseq Uatummy Odolorem Vel Performance Analysis

More information

IBM System Storage SAN40B-4

IBM System Storage SAN40B-4 High-performance, scalable and ease-of-use for medium-size SAN environments IBM System Storage SAN40B-4 High port density with 40 ports in 1U height helps save rack space Highlights High port density design

More information

Parallel File Systems. John White Lawrence Berkeley National Lab

Parallel File Systems. John White Lawrence Berkeley National Lab Parallel File Systems John White Lawrence Berkeley National Lab Topics Defining a File System Our Specific Case for File Systems Parallel File Systems A Survey of Current Parallel File Systems Implementation

More information

System that permanently stores data Usually layered on top of a lower-level physical storage medium Divided into logical units called files

System that permanently stores data Usually layered on top of a lower-level physical storage medium Divided into logical units called files System that permanently stores data Usually layered on top of a lower-level physical storage medium Divided into logical units called files Addressable by a filename ( foo.txt ) Usually supports hierarchical

More information

IBM Virtualization Engine TS7700 Series Best Practices. Usage with Linux on System z 1.0

IBM Virtualization Engine TS7700 Series Best Practices. Usage with Linux on System z 1.0 IBM Virtualization Engine TS7700 Series Best Practices Usage with Linux on System z 1.0 Erika Dawson brosch@us.ibm.com z/os Tape Software Development Page 1 of 11 1 Introduction... 3 1.1 Change History...

More information

Insights into TSM/HSM for UNIX and Windows

Insights into TSM/HSM for UNIX and Windows IBM Software Group Insights into TSM/HSM for UNIX and Windows Oxford University TSM Symposium 2005 Jens-Peter Akelbein (akelbein@de.ibm.com) IBM Tivoli Storage SW Development 1 IBM Software Group Tivoli

More information

WHY DO I NEED FALCONSTOR OPTIMIZED BACKUP & DEDUPLICATION?

WHY DO I NEED FALCONSTOR OPTIMIZED BACKUP & DEDUPLICATION? WHAT IS FALCONSTOR? FAQS FalconStor Optimized Backup and Deduplication is the industry s market-leading virtual tape and LAN-based deduplication solution, unmatched in performance and scalability. With

More information

Exam Name: XIV Replication and Migration V1

Exam Name: XIV Replication and Migration V1 Vendor: IBM Exam Code: 000-967 Exam Name: XIV Replication and Migration V1 Version: DEMO 1.When migrating a volume from a DS8100 to an XIV system, which of the following best describes considerations for

More information

IBM TS4300 Tape Library

IBM TS4300 Tape Library IBM TS4300 Tape Library Supports secure, long-term data storage in a highly scalable tape library Highlights Highly scalable solution with one 3U base module and up to six expansions Help meet compliance

More information

IBM TotalStorage Enterprise Storage Server Enhances Performance 15,000 rpm Disk Drives and Delivers New Solutions for Long Distance Copy

IBM TotalStorage Enterprise Storage Server Enhances Performance 15,000 rpm Disk Drives and Delivers New Solutions for Long Distance Copy Hardware Announcement April 23, 2002 IBM TotalStorage Enterprise Storage Server Enhances Performance 15,000 rpm Disk and Delivers New Solutions for Long Distance Copy Overview IBM continues to demonstrate

More information

HA200 SAP HANA Installation & Operations SPS10

HA200 SAP HANA Installation & Operations SPS10 HA200 SAP HANA Installation & Operations SPS10. COURSE OUTLINE Course Version: 10 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2015 SAP SE. All rights reserved. No part of this publication may

More information

Continuous Availability with the IBM DB2 purescale Feature IBM Redbooks Solution Guide

Continuous Availability with the IBM DB2 purescale Feature IBM Redbooks Solution Guide Continuous Availability with the IBM DB2 purescale Feature IBM Redbooks Solution Guide Designed for organizations that run online transaction processing (OLTP) applications, the IBM DB2 purescale Feature

More information

The General Parallel File System

The General Parallel File System The General Parallel File System We have decided at this point to introduce a product of our employer, IBM, for once. The General Parallel File System (GPFS) is a shared disk file system that has for many

More information

IBM TotalStorage Enterprise Tape Library 3494

IBM TotalStorage Enterprise Tape Library 3494 Modular tape automation for multiple computing environments IBM TotalStorage Enterprise Tape Library 3494 A 16-frame IBM TotalStorage Enterprise Tape Library 3494 high availability configuration with two

More information

ETERNUS SF AdvancedCopy Manager Overview

ETERNUS SF AdvancedCopy Manager Overview ETERNUS SF AdvancedCopy Manager 14.2 Overview J2X1-7443-04ENZ0(00) June 2011 Preface Purpose This manual provides an overview of the ETERNUS SF AdvancedCopy Manager. This manual describes the ETERNUS SF

More information

Tivoli Storage Manager for Virtual Environments: Data Protection for VMware Solution Design Considerations IBM Redbooks Solution Guide

Tivoli Storage Manager for Virtual Environments: Data Protection for VMware Solution Design Considerations IBM Redbooks Solution Guide Tivoli Storage Manager for Virtual Environments: Data Protection for VMware Solution Design Considerations IBM Redbooks Solution Guide IBM Tivoli Storage Manager for Virtual Environments (referred to as

More information

Realizing the Promise of SANs

Realizing the Promise of SANs Business without interruption. Realizing the Promise of SANs Bill North Director, Storage Network Programs Strategic Initiatives Group VERITAS Software Education Committee Chairman Storage Network Industry

More information

Exam Name: Midrange Storage Technical Support V2

Exam Name: Midrange Storage Technical Support V2 Vendor: IBM Exam Code: 000-118 Exam Name: Midrange Storage Technical Support V2 Version: 12.39 QUESTION 1 A customer has an IBM System Storage DS5000 and needs to add more disk drives to the unit. There

More information

IBM System p5 570 POWER5+ processor and memory features offer new options

IBM System p5 570 POWER5+ processor and memory features offer new options Hardware Announcement February 14, 2006 IBM System p5 570 POWER5+ processor and memory features offer new options Overview The System p5 570 offers new POWER5+ processor options with 64-bit 1.9 GHz and

More information

IBM Real-time Compression and ProtecTIER Deduplication

IBM Real-time Compression and ProtecTIER Deduplication Compression and ProtecTIER Deduplication Two technologies that work together to increase storage efficiency Highlights Reduce primary storage capacity requirements with Compression Decrease backup data

More information