IBM Magstar Tape Drives -- AIX High Availability SAN Failover for 3590

Size: px
Start display at page:

Download "IBM Magstar Tape Drives -- AIX High Availability SAN Failover for 3590"

Transcription

1 IBM Magstar Tape Drives - SAN Failover Capability June 12, 2001 IBM Magstar Tape Drives -- AIX High Availability SAN Failover for 3590 By Rob Basham & Jim Ayres, IBM Corporation, Tucson, Arizona, U.S.A.

2 Page 2 The IBM Magstar 3590 tape drive continues to experience strong success in the marketplace, with more than 75,000 units in use worldwide. IBM s Magstar family of tape drive and automation solutions continues to meet the high standard of excellence set by IBM s most demanding customers. This family is designed to deliver the highest reliability and performance to enterprise tape environments. For more information, visit the 3590 Web site at:

3 Page 3 Table of Contents 3 Preface 4 Tape on SANs Today 5 Failover for Disk 5 The New Failover for Tape Drives 9 Alternate Pathing Configuration Notes 9 Failover Availability 9 Summary Preface Fibre Channel on a SAN, or Storage Area Network, delivered some time ago on its promise of highly reliable delivery of information and failover capability for disk. That failover capability is now available for IBM Magstar 3590 Tape Drives on RS/6000 and IBM eserver pseries servers. This solution is designed to allow users to configure Storage Area Networks with redundant paths such that component failures--even on the network edges--are overcome in a way completely transparent to the application. This has been made possible on RS/6000 using a failover mechanism in the 3590 tape device driver by configuring it with information about the multiple paths to a device.

4 Page 4 Tape on SANs Today Although Storage Area Networks offer multiple path configurations today, the redundancy and reliability they provide have generally only been enabled for disk drives 1. For tapes, more than one path may be configured but normally only a single path to a tape drive is used. That does not mean there is no redundancy within the network. As long as the connection at the host and the connection at the drive do not fail, intermediate failures are hidden by the switches in the network. However, most systems today only have a few switches so the likelihood that a failure in the network will be on the edge where there currently is no provision for recovery is quite high. The figure below shows an example of which paths are recoverable within the network and which are unrecoverable on an edge. Host Tape Unrecoverable Paths Recoverable Paths Figure 1. Recoverable and Unrecoverable Paths Tape drives complying with the FCP-2 Fibre Channel tape standard take advantage of the error recovery mechanism for Fibre Channel. At the protocol layer, retries are allowed and recovery is often possible. However, the retries are all on the same path. This recovery mechanism keeps transient and temporary error conditions from causing problems. However, if there is a true failure at the edge of the SAN, there is 1 Sometimes referred to as Multipath I/O (MPIO).

5 Page 5 no recourse in tape drives. The job will fail. This is comparable to how recovery works on SCSI Parallel interfaces. Tape drives rely on recovery at the protocol layer. Failover For Disk Disk drives have the advantage that a permanent error in the transport layer (in this case, Fibre Channel) can simply be retried down an alternate path by reissuing the command. For this reason, it is commonly done. This is much more difficult with the tape command set because each command builds on the prior command so a much more complex algorithm is needed for failover. The New Failover For Tape Drives What s new for tape drives is adding an awareness of the multiple paths into the device driver so when a command fails, the device driver knows to look down another path. Furthermore, the device driver maintains position information so that it can restore positioning and reissue the command down the other path. The advantage of this approach is that the failover is done without any application involvement so any application running gets the failover capability.

6 Page 6 The first release of AIX High Availability SAN Failover is on AIX using the IBM AIX Enhanced Tape and Medium Changer Device Driver (Atape) 2. The Atape device driver alternate pathing support is designed to provide two basic functions. First, the ability to configure multiple physical paths, one primary and up to fifteen alternate paths to a 3590 Fibre Channel Tape Drive. The physical path can be any combination of HBA, switches, or drive ports. Second, it is intended to provide automatic error recovery and failover to an alternate physical path when a permanent error occurs, transparent to the running application. For example, consider a simple multi-path connection that consists of two Fibre Channel Protocol (FCP) Host Bus Adapters (HBA) in an RS/6000 connected to a RS/6000 HBA 1 HBA 2 Port 1 Port Figure 2. Tape Failover Example 3590 Fibre Channel enabled tape drive. The first HBA is connected to port 1 of the drive and the second HBA is connected to port 2 of the drive. This connection 2 The IBM tape and medium changer device driver is designed specifically to take advantage of the features provided by the IBM 3590 tape drives. This driver provides allows applications access to the functions required for basic tape operations (such as backup and restore), as well as to the advanced functions needed by full tape management systems. Whenever possible, the driver is designed to take advantage of the device features transparent to the application.

7 Page 7 provides two logical paths to same physical tape drive for redundancy in case one path from an HBA to the drive fails. Without the Atape alternate pathing support, each HBA will detect a 3590 tape drive and two logical devices will be configured, port 1 and port 2, even though both devices are the same physical device. A backup/restore application can only open and use one logical device at a time, either port 1 or port 2. If a path error occurs, the application will fail. Manual failover may be able to be initiated from the host RS/6000 by restarting the application on an alternate logical device, but the application will have to be restarted from the beginning and it could have been a long way into the backup/restore operation on tape when it failed. Sometimes manual failover could require operator intervention to reset the drive since a SCSI Reservation could still exist on the failing HBA path. With the Atape alternate pathing support enabled and configured on both drive ports, only a single port is used by the application. When the application opens the logical device, for example port 1, the Atape device driver will initialize both ports for use. If a permanent error occurs on the first path, port 1, the Atape driver automatically initiates error recovery and continues the operation on the next logical path, port 2, without interrupting the application. In order to ensure data integrity, the Atape device driver constantly keeps track of the device state, SCSI reservation, and current tape position. When failover occurs, the Atape device driver will first restore the previous device state, SCSI Reservation, and tape position prior to retrying the failing operation. This new function is designed to eliminate any single point of failure in the network or at the edge of the network that can cause a permanent failure. Moreover, because this function is managed at the device driver level, any application using the

8 Page 8 RS/6000 driver gets the high-availability capability. Also, this capability allows flexibility in SAN configuration and management. If a switch or HBA fails, it can simply be replaced with no interruption to applications that are in progress. An example of a SAN configuration with failover capability is given in figure 3. Host HBA 1 HBA 2 Port 1 Port 2 Tape Unrecoverable Paths Recoverable Paths Figure 3. SAN Configuration Example In this example, AIX will create four devices for each drive. (IN AIX at a very high level you can think of a drive port as being used to represent a tape device). Each RS/6000 has two Host Bus Adapters and each drive has two Fibre Channel ports. Multiplying the number of Host Bus Adapters times the number of Fibre Channel ports determines how many devices will be created, regardless of how many other redundant paths exist in the SAN. Remember that the SAN manages non-edge type failovers on its own. Now with the addition of AIX High Availability SAN Failover for 3590, edge of network failures are eliminated. This function is designed to provide for failovers in every possible place, including all switches, host bus adapters, cables, and drive ports. A single failure and many double failures can be tolerated without the application going down.

9 Page 9 Alternate Pathing Configuration Notes The details of alternate pathing configuration are described in the Atape device driver manual, entitled: IBM SCSI Tape Drive, Medium Changer, and Library Device Drivers Installation and Planning Guide, Document Number GC This document is available at: Ftp://ftp.software.ibm.com/storage/devdrvr/ and download IBM_scsi_tape_IUG.pdf Failover Availability This failover support will be generally available on June 22, Please refer to the following IBM Web site for the latest information regarding what is supported: Summary AIX High Availability Failover is designed to provide a new failover mechanism in the AIX tape device driver that allows you to configure multiple redundant paths in a SAN environment to Magstar 3590 E Model Tape Drives having Fibre Channel Attachment. In the event of a path or component failure, the failover mechanism is designed to automatically seek to retry the current operation using an alternate, pre-configured path without aborting the current job in progress. This can provide you with improved flexibility in SAN configuration, availability and management.

10 For More Information Please contact your IBM marketing Representative or an IBM Business Partner. For more information about IBM Storage Solutions, visit: storage/ibm.com Copyright IBM Corporation 2001 IBM Storage Systems Group 5600 Cottle Road San Jose,California Produced in the United States of America All Rights Reserved IBM,the IBM logo,aix, zseries, RS/6000, and Magstar are trade-marks IBM Corporation in the United States,other countries,or both. Other company,product,and service names may be trademarks or registered trademarks of their respective companies. The information in this paper is provided by IBM on an AS IS basis without any warranty, guarantee or assurance of any kind.ibm also does not provide any warranty,guarantee or assurance that the information in this paper is free from any errors or omissions.ibm undertakes no responsibility to update any information contained in this paper. Please send comments to George Mower, Contributing writer IBM hardware products are manufactured from new parts,or new and used parts.in some cases, the hardware product may not be new and may have been previously installed.regardless,ibm warranty terms apply.

Installation and User s Guide

Installation and User s Guide IBM Tape Device Drivers Installation and User s Guide GC27-2130-06 IBM Tape Device Drivers Installation and User s Guide GC27-2130-06 Note! Before using this information and the product that it supports,

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

REO SERIES. AN-DBP-065a: Configuring IBM Tivoli Storage Manager 5.3 and Windows Server 2003 with Fibre Channel- Connected REO VTL

REO SERIES. AN-DBP-065a: Configuring IBM Tivoli Storage Manager 5.3 and Windows Server 2003 with Fibre Channel- Connected REO VTL REO SERIES AN-DBP-065a: Configuring IBM Tivoli Storage Manager 5.3 and Windows Server 2003 with Fibre Channel- Overland Storage REO SERIES Preface This document assumes that you have already set up and

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 (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 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 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

A GPFS Primer October 2005

A GPFS Primer October 2005 A Primer October 2005 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

More information

IBM System Storage TS1130 Tape Drive Models E06 and other features enhance performance and capacity

IBM System Storage TS1130 Tape Drive Models E06 and other features enhance performance and capacity IBM Europe Announcement ZG08-0543, dated July 15, 2008 IBM System Storage TS1130 Tape Drive Models E06 and other features enhance performance and capacity Key prerequisites...2 Description...2 Product

More information

WELCOME TO TIVOLI NOW!

WELCOME TO TIVOLI NOW! ! WELCOME TO TIVOLI NOW! IBM Tivoli Continuous Data Protection for Files IBM Tivoli Storage Manager Express Tivoli Continuous Data Protection for Files Modern (and necessary) Workstation/Laptop Backup

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

IBM Magstar 3494 Model B18 Virtual Tape Server Features Enhance Interoperability and Functionality

IBM Magstar 3494 Model B18 Virtual Tape Server Features Enhance Interoperability and Functionality Hardware Announcement February 16, 1999 IBM Magstar 3494 Model B18 Virtual Tape Server Features Enhance Interoperability and Functionality Overview The Magstar 3494 Model B18 Virtual Tape Server (VTS)

More information

UltraPath Technical White Paper

UltraPath Technical White Paper HUAWEI OceanStor Enterprise Unified Storage System Issue 01 Date 2014-04-02 HUAWEI TECHNOLOGIES CO, LTD Copyright Huawei Technologies Co, Ltd 2014 All rights reserved No part of this document may be reproduced

More information

EMC Disk Library Automated Tape Caching Feature

EMC Disk Library Automated Tape Caching Feature EMC Disk Library Automated Tape Caching Feature A Detailed Review Abstract This white paper details the EMC Disk Library configuration and best practices when using the EMC Disk Library Automated Tape

More information

IBM System Storage TS3500 Tape Library now offers model conversions and enhancements

IBM System Storage TS3500 Tape Library now offers model conversions and enhancements Hardware Announcement August 29, 2006 IBM System Storage TS3500 Tape Library now offers model conversions and enhancements Overview Model conversions are now available for the IBM System Storage TS3500

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

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

Microsoft E xchange 2010 on VMware

Microsoft E xchange 2010 on VMware : Microsoft E xchange 2010 on VMware Availability and R ecovery Options This product is protected by U.S. and international copyright and intellectual property laws. This product is covered by one or more

More information

Symantec NetBackup Appliance Fibre Channel Guide

Symantec NetBackup Appliance Fibre Channel Guide Symantec NetBackup Appliance Fibre Channel Guide Release 2.6.1.2 NetBackup 52xx and 5330 Symantec NetBackup Appliance Fibre Channel Guide Documentation version: 2.6.1.2 Legal Notice Copyright 2015 Symantec

More information

Dell EMC SAN Storage with Video Management Systems

Dell EMC SAN Storage with Video Management Systems Dell EMC SAN Storage with Video Management Systems Surveillance October 2018 H14824.3 Configuration Best Practices Guide Abstract The purpose of this guide is to provide configuration instructions for

More information

IBM IBM Storage Networking Solutions Version 1.

IBM IBM Storage Networking Solutions Version 1. IBM 000-740 IBM Storage Networking Solutions Version 1 http://killexams.com/exam-detail/000-740 - disk storage subsystem with four (4) total ports - two (2) LTO3 tape drives to be attached Assuming best

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 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

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

FUJITSU Storage ETERNUS AF series and ETERNUS DX S4/S3 series Non-Stop Storage Reference Architecture Configuration Guide

FUJITSU Storage ETERNUS AF series and ETERNUS DX S4/S3 series Non-Stop Storage Reference Architecture Configuration Guide FUJITSU Storage ETERNUS AF series and ETERNUS DX S4/S3 series Non-Stop Storage Reference Architecture Configuration Guide Non-stop storage is a high-availability solution that combines ETERNUS SF products

More information

Surveillance Dell EMC Storage with FLIR Latitude

Surveillance Dell EMC Storage with FLIR Latitude Surveillance Dell EMC Storage with FLIR Latitude Configuration Guide H15106 REV 1.1 Copyright 2016-2017 Dell Inc. or its subsidiaries. All rights reserved. Published June 2016 Dell believes the information

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

SNIA Discussion on iscsi, FCIP, and IFCP Page 1 of 7. IP storage: A review of iscsi, FCIP, ifcp

SNIA Discussion on iscsi, FCIP, and IFCP Page 1 of 7. IP storage: A review of iscsi, FCIP, ifcp SNIA Discussion on iscsi, FCIP, and IFCP Page 1 of 7 IP storage: A review of iscsi, FCIP, ifcp SNIA IP Storage Forum With the advent of new IP storage products and transport protocol standards iscsi, FCIP,

More information

White Paper. Low Cost High Availability Clustering for the Enterprise. Jointly published by Winchester Systems Inc. and Red Hat Inc.

White Paper. Low Cost High Availability Clustering for the Enterprise. Jointly published by Winchester Systems Inc. and Red Hat Inc. White Paper Low Cost High Availability Clustering for the Enterprise Jointly published by Winchester Systems Inc. and Red Hat Inc. Linux Clustering Moves Into the Enterprise Mention clustering and Linux

More information

Hitachi Data Ingestor

Hitachi Data Ingestor Hitachi Data Ingestor Backup Restore Features Supplement for Hitachi Data Protection Suite Product Version Getting Help Contents MK-90HDICOM009-03 2010-2016 Hitachi, Ltd. All rights reserved. No part of

More information

IBM IBM Storage Sales Combined V1.

IBM IBM Storage Sales Combined V1. IBM 000-200 IBM Storage Sales Combined V1 http://killexams.com/exam-detail/000-200 Which of the following is the entire list of RAID levels supported by the IBM System Storage DS5000? A. 1,3,5 and DP B.

More information

StorNext M440 Metadata Appliance Release Notes

StorNext M440 Metadata Appliance Release Notes StorNext M440 Metadata Appliance 4.3.2 Release Notes Purpose of this Release The StorNext M440 combines industry-proven Quantum hardware and StorNext software into one convenient, out-of-the-box solution.

More information

Windows Host Utilities Installation and Setup Guide

Windows Host Utilities Installation and Setup Guide IBM System Storage N series Windows Host Utilities 6.0.1 Installation and Setup Guide GC52-1295-06 Table of Contents 3 Contents Preface... 7 Supported features... 7 Websites... 7 Getting information,

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

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

EMC NetWorker Module for SnapImage Release 2.0 Microsoft Windows Version

EMC NetWorker Module for SnapImage Release 2.0 Microsoft Windows Version EMC NetWorker Module for SnapImage Release 2.0 Microsoft Windows Version Installation and Administration Guide P/N 300-007-130 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000

More information

StorNext M660 Metadata Appliance Release Notes

StorNext M660 Metadata Appliance Release Notes StorNext M660 Metadata Appliance 4.3.2 Release Notes Purpose of this Release The StorNext M660 combines industry-proven Quantum hardware and StorNext software into one convenient, out-of-the-box solution.

More information

Symantec Design of DP Solutions for UNIX using NBU 5.0. Download Full Version :

Symantec Design of DP Solutions for UNIX using NBU 5.0. Download Full Version : Symantec 250-421 Design of DP Solutions for UNIX using NBU 5.0 Download Full Version : http://killexams.com/pass4sure/exam-detail/250-421 B. Applications running on the Windows clients will be suspended

More information

3.1. Storage. Direct Attached Storage (DAS)

3.1. Storage. Direct Attached Storage (DAS) 3.1. Storage Data storage and access is a primary function of a network and selection of the right storage strategy is critical. The following table describes the options for server and network storage.

More information

IBM TotalStorage 2104 Expandable Storage Plus 320 offers new high-performance disk drive capacity

IBM TotalStorage 2104 Expandable Storage Plus 320 offers new high-performance disk drive capacity Hardware Announcement April 19, 2005 IBM TotalStorage 2104 Expandable Storage Plus 320 offers new high-performance disk drive capacity Overview The IBM TotalStorage Exp Plus 320 now offers the option of

More information

Brendan Lelieveld-Amiro, Director of Product Development StorageQuest Inc. December 2012

Brendan Lelieveld-Amiro, Director of Product Development StorageQuest Inc. December 2012 Automated archiving using IBM Tape Libraries and StorageQuest Archive Manager Automated archiving made easy using volume spanning with StorageQuest Archive Manager and an IBM Tape Library Brendan Lelieveld-Amiro,

More information

PeerStorage Arrays Unequalled Storage Solutions

PeerStorage Arrays Unequalled Storage Solutions Simplifying Networked Storage PeerStorage Arrays Unequalled Storage Solutions John Joseph, VP of Marketing EqualLogic,, 9 Townsend West, Nashua NH 03063 Phone: +1-603 603-249-7772, FAX: +1-603 603-579-6910

More information

Tivoli Access Manager for Enterprise Single Sign-On

Tivoli Access Manager for Enterprise Single Sign-On Tivoli Access Manager for Enterprise Single Sign-On Version 6.0 Installation and Setup Guide GC23-6349-03 Tivoli Access Manager for Enterprise Single Sign-On Version 6.0 Installation and Setup Guide GC23-6349-03

More information

Networking for a dynamic infrastructure: getting it right.

Networking for a dynamic infrastructure: getting it right. IBM Global Technology Services Networking for a dynamic infrastructure: getting it right. A guide for realizing the full potential of virtualization June 2009 Executive summary June 2009 Networking for

More information

Cisco MDS 9000 Enhancements Fabric Manager Server Package Bundle, Mainframe Package Bundle, and 4 Port IP Storage Services Module

Cisco MDS 9000 Enhancements Fabric Manager Server Package Bundle, Mainframe Package Bundle, and 4 Port IP Storage Services Module Hardware Announcement April 27, 2004 Cisco MDS 9000 Enhancements Fabric Manager Server Package Bundle, Mainframe Package Bundle, and 4 Port IP Storage Services Module Overview The Cisco MDS 9000 family

More information

VERITAS Dynamic MultiPathing (DMP) Increasing the Availability and Performance of the Data Path

VERITAS Dynamic MultiPathing (DMP) Increasing the Availability and Performance of the Data Path White Paper VERITAS Storage Foundation for Windows VERITAS Dynamic MultiPathing (DMP) Increasing the Availability and Performance of the Data Path 12/6/2004 1 Introduction...3 Dynamic MultiPathing (DMP)...3

More information

FCP-2 PR Comment Resets & Serial Access Devices. Roger Cummings July 18, 2001

FCP-2 PR Comment Resets & Serial Access Devices. Roger Cummings July 18, 2001 FCP-2 PR Comment Resets & Serial Access Devices Roger Cummings July 18, 2001 Topics Background How we found the problem Testing Status Existing Standards Future Standards Background VERITAS is an cross-platform

More information

Simplified Storage Migration for Microsoft Cluster Server

Simplified Storage Migration for Microsoft Cluster Server Simplified Storage Migration for Microsoft Cluster Server Using VERITAS Volume Manager for Windows 2000 with Microsoft Cluster Server V E R I T A S W H I T E P A P E R June 2001 Table of Contents Overview...................................................................................1

More information

Surveillance Dell EMC Storage with Digifort Enterprise

Surveillance Dell EMC Storage with Digifort Enterprise Surveillance Dell EMC Storage with Digifort Enterprise Configuration Guide H15230 REV 1.1 Copyright 2016-2017 Dell Inc. or its subsidiaries. All rights reserved. Published August 2016 Dell believes the

More information

misan and isan D Series SANDR Technology: Innovative New Technology Delivers Full Data Protection at the Disk Storage Level May 2008

misan and isan D Series SANDR Technology: Innovative New Technology Delivers Full Data Protection at the Disk Storage Level May 2008 misan and isan D Series SAND Technology: Innovative New Technology Delivers Full Data Protection at the Disk Storage Level May 2008 2008, Cybernetics. All ights eserved 757-833-9000 The Evolution of Storage

More information

Snia S Storage Networking Management/Administration.

Snia S Storage Networking Management/Administration. Snia S10-200 Storage Networking Management/Administration http://killexams.com/exam-detail/s10-200 QUESTION: 85 What are two advantages of over-subscription? (Choose two.) A. saves on ISL links B. decreases

More information

Fibre Channel and iscsi Configuration Guide for the Data ONTAP 8.0 Release Family

Fibre Channel and iscsi Configuration Guide for the Data ONTAP 8.0 Release Family IBM System Storage N series Fibre Channel and iscsi Configuration Guide for the Data ONTAP 8.0 Release Family GA32-0783-03 Table of Contents 3 Contents Preface... 7 Supported features... 7 Websites...

More information

VERITAS Volume Replicator Successful Replication and Disaster Recovery

VERITAS Volume Replicator Successful Replication and Disaster Recovery VERITAS Replicator Successful Replication and Disaster Recovery Introduction Companies today rely to an unprecedented extent on online, frequently accessed, constantly changing data to run their businesses.

More information

Installing the Microsoft Hyper-V Failover Cluster on N series

Installing the Microsoft Hyper-V Failover Cluster on N series Redpaper Alex Osuna William Luiz de Souza Installing the Microsoft Hyper-V Failover Cluster on N series Introduction IBM System Storage N series offers a wealth of data protection, high availability, and

More information

Exam : Title : Storage Sales V2. Version : Demo

Exam : Title : Storage Sales V2. Version : Demo Exam : 000-115 Title : Storage Sales V2 Version : Demo 1.The IBM TS7680 ProtecTIER Deduplication Gateway for System z solution is designed to provide all of the following EXCEPT: A. ESCON attach to System

More information

IBM Tape Device Drivers. User's Guide IBM GC

IBM Tape Device Drivers. User's Guide IBM GC IBM Tape Device Drivers User's Guide IBM GC27-2130-22 Twenty-third Edition (October 2017) This twenty-third edition of the IBM Tape Device Drivers Installation and User's Guide, GC27-2130-22, replaces

More information

IBM Storage Systems Group IBM TotalStorage Connected. Protected. Complete.

IBM Storage Systems Group IBM TotalStorage Connected. Protected. Complete. connec IBM Storage Systems Group IBM TotalStorage Connected. Protected. Complete. total storage total The IBM TotalStorage value-add The IBM TotalStorage family of products is designed to deliver the quality

More information

: IBM High-End Disk Solutions. Version 4

: IBM High-End Disk Solutions. Version 4 Exam : 000-741 Title : IBM High-End Disk Solutions. Version 4 Version : DEMO 1.A customer has a mixed iseries, pseries, Sun and Windows server environment: Three Exchange servers each with 1.8TB database

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

Overview. Implementing Fibre Channel SAN Boot with the Oracle ZFS Storage Appliance. January 2014 By Tom Hanvey; update by Peter Brouwer Version: 2.

Overview. Implementing Fibre Channel SAN Boot with the Oracle ZFS Storage Appliance. January 2014 By Tom Hanvey; update by Peter Brouwer Version: 2. Implementing Fibre Channel SAN Boot with the Oracle ZFS Storage Appliance January 2014 By Tom Hanvey; update by Peter Brouwer Version: 2.0 This paper describes how to implement a Fibre Channel (FC) SAN

More information

Expanded IBM System i5 Capacity BackUp (CBU) Editions Now more flexible for your system backup needs

Expanded IBM System i5 Capacity BackUp (CBU) Editions Now more flexible for your system backup needs Hardware Announcement August 8, 2006 Expanded IBM System i5 Capacity BackUp (CBU) Editions Now more flexible for your system backup needs Overview IBM expands the range of CBU Editions for System i5 servers.

More information

StorNext M330 Metadata Appliance Release Notes

StorNext M330 Metadata Appliance Release Notes StorNext M330 Metadata Appliance 4.3.3 Release Notes Purpose of this Release The StorNext M330 combines industry-proven Quantum hardware and StorNext software into one convenient, out-of-the-box solution.

More information

IBM Storage Networking Solutions Version 2. Download Full Version :

IBM Storage Networking Solutions Version 2. Download Full Version : IBM 000-745 Storage Networking Solutions Version 2 Download Full Version : http://killexams.com/pass4sure/exam-detail/000-745 QUESTON: 119 What is the maximum size for a LUN that can be connected from

More information

Achieving Rapid Data Recovery for IBM AIX Environments An Executive Overview of EchoStream for AIX

Achieving Rapid Data Recovery for IBM AIX Environments An Executive Overview of EchoStream for AIX Achieving Rapid Data Recovery for IBM AIX Environments An Executive Overview of EchoStream for AIX Introduction Planning for recovery is a requirement in businesses of all sizes. In implementing an operational

More information

Veritas NetBackup Appliance Fibre Channel Guide

Veritas NetBackup Appliance Fibre Channel Guide Veritas NetBackup Appliance Fibre Channel Guide Release 3.1 and 3.1.1 NetBackup 52xx and 53xx Veritas NetBackup Appliance Fibre Channel Guide Legal Notice Copyright 2018 Veritas Technologies LLC. All rights

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

Dell PowerVault MD3600f/MD3620f Remote Replication Functional Guide

Dell PowerVault MD3600f/MD3620f Remote Replication Functional Guide Dell PowerVault MD3600f/MD3620f Remote Replication Functional Guide Page i THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL ERRORS AND TECHNICAL INACCURACIES. THE CONTENT

More information

Configuring iscsi in a VMware ESX Server 3 Environment B E S T P R A C T I C E S

Configuring iscsi in a VMware ESX Server 3 Environment B E S T P R A C T I C E S Configuring iscsi in a VMware ESX Server 3 Environment B E S T P R A C T I C E S Contents Introduction...1 iscsi Explained...1 Initiators...1 Discovery and Logging On...2 Authentication...2 Designing the

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

Hitachi NAS Platform F1000 Series

Hitachi NAS Platform F1000 Series Hitachi NAS Platform F1000 Series Backup Restore Features Supplement for Hitachi Data Protection Suite Product Version Getting Help Contents MK-92NAS069-07 2012-2015 Hitachi, Ltd. All rights reserved.

More information

Protecting Mission-Critical Workloads with VMware Fault Tolerance W H I T E P A P E R

Protecting Mission-Critical Workloads with VMware Fault Tolerance W H I T E P A P E R Protecting Mission-Critical Workloads with VMware Fault Tolerance W H I T E P A P E R Table of Contents Fault Tolerance and Virtualization... 3 Fault Tolerance in the Physical World... 3 VMware Fault Tolerance...

More information

IBM TotalStorage Enterprise Tape Controller 3590 Model A60 enhancements support attachment of the new 3592 Model J1A Tape Drive

IBM TotalStorage Enterprise Tape Controller 3590 Model A60 enhancements support attachment of the new 3592 Model J1A Tape Drive Hardware Announcement IBM TotalStorage Enterprise Tape Controller 3590 Model A60 enhancements support attachment of the new 3592 Model J1A Tape Drive Overview New levels of performance and cartridge capacity

More information

Veritas NetBackup Appliance Fibre Channel Guide

Veritas NetBackup Appliance Fibre Channel Guide Veritas NetBackup Appliance Fibre Channel Guide Release 2.7.3 NetBackup 52xx and 5330 Document Revision 1 Veritas NetBackup Appliance Fibre Channel Guide Release 2.7.3 - Document Revision 1 Legal Notice

More information

IBM Virtualization Engine TS7510 Software V1.1 enables fast data backup and recovery for Open Enterprise systems

IBM Virtualization Engine TS7510 Software V1.1 enables fast data backup and recovery for Open Enterprise systems Software Announcement October 11, 2005 IBM Virtualization Engine TS7510 Software V1.1 enables fast data backup and recovery for Open Enterprise systems Overview The Virtualization Engine TS7510 is a new

More information

STORAGE CONSOLIDATION WITH IP STORAGE. David Dale, NetApp

STORAGE CONSOLIDATION WITH IP STORAGE. David Dale, NetApp STORAGE CONSOLIDATION WITH IP STORAGE David Dale, NetApp SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individuals may use this material in

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

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

BrightStor ARCserve Backup for Windows

BrightStor ARCserve Backup for Windows BrightStor ARCserve Backup for Windows Volume Shadow Copy Service Guide r11.5 D01191-2E This documentation and related computer software program (hereinafter referred to as the "Documentation") is for

More information

IBM IntelliStation POWER 265 workstation

IBM IntelliStation POWER 265 workstation A new standard in UNIX 3D workstation performance IBM IntelliStation POWER 265 workstation Highlights Powerful one- or two-way UNIX workstation with exceptional price/performance for high-end design and

More information

[MS20740]: Installation, Storage, and Compute with Windows Server 2016

[MS20740]: Installation, Storage, and Compute with Windows Server 2016 [MS20740]: Installation, Storage, and Compute with Windows Server 2016 Length : 5 Days Audience(s) : IT Professionals Level : 200 Technology : Windows Server Delivery Method : Instructor-led (Classroom)

More information

Drive Sparing in EMC Symmetrix DMX-3 and DMX-4 Systems

Drive Sparing in EMC Symmetrix DMX-3 and DMX-4 Systems Applied Technology Abstract Drive sparing significantly increases data protection and availability. EMC Symmetrix systems support dynamic and permanent sparing. This white paper explains the benefits of

More information

6 June r0 SAM-4 SCSI Initiator Port and Target Port capabilities attributes

6 June r0 SAM-4 SCSI Initiator Port and Target Port capabilities attributes 6 June 2007 07-263r0 SAM-4 SCSI Initiator Port and Target Port capabilities attributes To: T10 Technical Committee From: Rob Elliott (elliott@hp.com) Date: 6 June 2007 Subject: 07-263r0 SAM-4 SCSI Initiator

More information

Virtualization And High Availability. Howard Chow Microsoft MVP

Virtualization And High Availability. Howard Chow Microsoft MVP Virtualization And High Availability Howard Chow Microsoft MVP Session Objectives And Agenda Virtualization and High Availability Types of high availability enabled by virtualization Enabling a highly

More information

Lenovo RAID Introduction Reference Information

Lenovo RAID Introduction Reference Information Lenovo RAID Introduction Reference Information Using a Redundant Array of Independent Disks (RAID) to store data remains one of the most common and cost-efficient methods to increase server's storage performance,

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

Cisco MDS 9000 Series Switches

Cisco MDS 9000 Series Switches Cisco MDS 9000 Series Switches Overview of Cisco Storage Networking Solutions Cisco MDS 9000 Series Directors Cisco MDS 9718 Cisco MDS 9710 Cisco MDS 9706 Configuration Chassis, dual Supervisor-1E Module,

More information

Veritas NetBackup Appliance Fibre Channel Guide

Veritas NetBackup Appliance Fibre Channel Guide Veritas NetBackup Appliance Fibre Channel Guide Release 3.1 and 3.1.1 NetBackup 52xx and 53xx Veritas NetBackup Appliance Fibre Channel Guide Legal Notice Copyright 2018 Veritas Technologies LLC. All rights

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

Models PDC/O5000 9i W2K Cluster Kit B24

Models PDC/O5000 9i W2K Cluster Kit B24 Overview Models PDC/O5000 9i W2K Cluster Kit 252478-B24 Introduction The HP Parallel Database Clusters (PDC) for Windows are multi-node shared storage clusters, specifically designed, tested and optimized

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

This page is intentionally left blank.

This page is intentionally left blank. This page is intentionally left blank. Preface This ETERNUS Multipath Driver User's Guide describes the features, functions, and operation of the "ETERNUS Multipath Driver" (hereafter referred to as "Multipath

More information

Veritas Storage Foundation and High Availability Solutions Microsoft Clustering Solutions Guide for Microsoft SQL 2008

Veritas Storage Foundation and High Availability Solutions Microsoft Clustering Solutions Guide for Microsoft SQL 2008 Veritas Storage Foundation and High Availability Solutions Microsoft Clustering Solutions Guide for Microsoft SQL 2008 Windows Server 2003 Windows Server 2008 5.1 Application Pack 1 Veritas Storage Foundation

More information

Storage Area Network (SAN)

Storage Area Network (SAN) Storage Area Network (SAN) By Hardik Jani 4/16/2009 1 Subtopics Need of Storage Area Networks What is SAN SAN Protocols Storage and Data Sharing SAN Backup SAN and Data Availability SAN Management 4/16/2009

More information

IBM p5 520 and way and 2-way 1.5 GHz processors offer new processor speed options

IBM p5 520 and way and 2-way 1.5 GHz processors offer new processor speed options Hardware Announcement October 5, 2004 IBM p5 520 and 550 1-way and 2-way 1.5 GHz processors offer new processor speed options Overview IBM p5 520 and 550 offer new POWER5 processor options with the optional

More information

STORAGE CONSOLIDATION WITH IP STORAGE. David Dale, NetApp

STORAGE CONSOLIDATION WITH IP STORAGE. David Dale, NetApp STORAGE CONSOLIDATION WITH IP STORAGE David Dale, NetApp SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individuals may use this material in

More information

Oracle Database 12C: Advanced Administration - 1Z0-063

Oracle Database 12C: Advanced Administration - 1Z0-063 Oracle Database 12C: Advanced Administration - 1Z0-063 Backup and Recovery Explain Oracle backup and recovery solutions o Describe types of database failures o Describe the tools available for backup and

More information

Retired. Microsoft iscsi Software Target for ProLiant Storage Servers Overview

Retired. Microsoft iscsi Software Target for ProLiant Storage Servers Overview Overview Microsoft iscsi Software Target adds block storage capability to ProLiant Storage and creates a single platform that delivers file, print, and application storage services, all over existing Ethernet

More information

VERITAS Volume Replicator. Successful Replication and Disaster Recovery

VERITAS Volume Replicator. Successful Replication and Disaster Recovery VERITAS Volume Replicator Successful Replication and Disaster Recovery V E R I T A S W H I T E P A P E R Table of Contents Introduction.................................................................................1

More information

Configuring and Administering Hyper-V in Windows Server 2012

Configuring and Administering Hyper-V in Windows Server 2012 Configuring and Administering Hyper-V in Windows Server 2012 About this course Students will learn the history of Virtualization as it pertains to Microsoft technologies. Students will learn the new features

More information

EMC CLARiiON CX3 Series FCP

EMC CLARiiON CX3 Series FCP EMC Solutions for Microsoft SQL Server 2005 on Windows 2008 EMC CLARiiON CX3 Series FCP EMC Global Solutions 42 South Street Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com www.emc.com Copyright 2008

More information