EMC® Compatibility Features for IBM Copy Services on Z/OS

Total Page:16

File Type:pdf, Size:1020Kb

EMC® Compatibility Features for IBM Copy Services on Z/OS EMC® Compatibility Features for IBM Copy Services on z/OS Version 1.2 • Compatible Peer (PPRC) • Compatible Extended (XRC) • Compatible Native Flash (FlashCopy) Copyright © 2016 EMC Corporation. All rights reserved. EMC believes the information in this publication is accurate as of its publication date. The information is subject to change without notice. THE INFORMATION IN THIS PUBLICATION IS PROVIDED “AS IS.” EMC CORPORATION MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND WITH RESPECT TO THE INFORMATION IN THIS PUBLICATION, AND SPECIFICALLY DISCLAIMS IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Use, copying, and distribution of any EMC software described in this publication requires an applicable software license. EMC2, EMC, and the EMC logo are registered trademarks or trademarks of EMC Corporation in the United State and other countries. All other trademarks used herein are the property of their respective owners. For the most up-to-date regulator document for your product line, go to EMC Online Support (https://support.emc.com). Part number H11173 2 EMC Compatibility Features for IBM Copy Services on z/OS TechBook Contents Preface Chapter 1 Introduction Overview ............................................................................................ 22 Assumptions ...................................................................................... 24 Terminology ............................................................................................25 GDPS deployment ............................................................................ 26 Compatibility ..................................................................................... 27 Enginuity features ............................................................................... 28 Compatible copy services technologies ......................................... 29 GDPS ........................................................................................... 29 Compatibility features............................................................... 30 Valid combinations for compatibility features ............................... 31 Chapter 2 GDPS Business Continuity Solutions GDPS overview ................................................................................. 34 GDPS/PPRC ...................................................................................... 35 GDPS/HM ......................................................................................... 37 GDPS/XRC ........................................................................................ 38 GDPS/MzGM .................................................................................... 39 Unsupported GDPS architectures .................................................... 40 Common features of GDPS versions .............................................. 41 Supported GDPS Releases ........................................................ 41 NetView and system automation for z/OS components ..... 41 NetView operator ...................................................................... 41 SCRIPT language with TAKEOVER, CONTROL, and BATCH scripts ........................................................................... 42 GEOPARM and GEOXPARM storage policy definitions .... 43 EMC Compatibility Features for IBM Copy Services on z/OS TechBook 3 Contents Policy Data Base (PDB) ............................................................. 43 Sysplex ........................................................................................ 44 K systems .................................................................................... 44 Documentation .................................................................................. 45 Advanced Copy Services .......................................................... 45 GDPS manuals ........................................................................... 45 Chapter 3 EMC Compatible Peer (PPRC) PPRC overview ................................................................................. 48 PPRC components ............................................................................ 49 SRDF/S operations and Compatible Peer. .................................... 51 External manifestation of the SRDF/S GROUP name .......... 51 Supported and non-supported PPRC modes ............................... 52 PPRC operation ................................................................................. 53 Supported PPRC features................................................................... 57 Metro Mirror and Global Copy ............................................... 57 PPRC Consistency Group ......................................................... 57 CRIT(Y) ....................................................................................... 59 PPRC/FlashCopy Consistency Group Timeout .................... 59 Volume pairs .............................................................................. 60 PPRC pathing ............................................................................. 60 Dependent write consistency ................................................... 63 CGROUP FREEZE/RUN and the preservation of dependent write consistency ....................................................................... 64 Failover Failback (FO/FB) ........................................................ 64 Link failure warning ................................................................. 65 MIDAW and PPRC .................................................................... 65 Query storage controller status................................................ 65 Summary event notification for PPRC suspends .................. 66 Storage controller health message ........................................... 67 CQUERY LINKINFO ................................................................ 67 PPRC TSO commands ...................................................................... 68 Other PPRC interfaces ...................................................................... 69 Compatible Peer versus SRDF/S and Adaptive Copy ................ 70 FAST and Compatible Peer ............................................................. 70 Compatible Peer limitations ............................................................ 70 Designing the solution for z/OS ..................................................... 71 PPRC Symmetrix system configuration specifications ......... 71 Volume Map PARMs ................................................................ 72 PPRC connectivity ..................................................................... 72 Security authorization ............................................................... 73 EMC PPRC link definition ........................................................ 73 4 EMC Compatibility Features for IBM Copy Services on z/OS TechBook Contents Conversion from SRDF/S to PPRC emulation .............................. 74 Chapter 4 GDPS/PPRC GDPS/PPRC and GDPS/HyperSwap Manager (GDPS/HM) .. 76 GDPS/PPRC components ................................................................ 75 EMC DASD Support Matrix for GDPS/PPRC .............................. 79 GDPS/PPRC storage management functions ............................... 82 GEOPARM ................................................................................................ 83 Autonomic policies and GEOPLEX ................................................ 84 GEOPLEX options PRIMARYFAILURE ................................. 84 GEOPLEX options PPRCFAILURE ......................................... 85 Policy implications and remote copy definition .................... 87 FREEZE autonomic operation ......................................................... 88 Planned FREEZE ........................................................................ 88 GDPS/PPRC DASD script keywords ..................................... 89 Sharing VMAX DASD subsystems ................................................. 90 HyperSwap autonomic operations (unplanned HyperSwap) ... 91 Requirements .............................................................................. 91 GDPS with HyperSwap architecture ....................................... 93 Planned HyperSwap .................................................................. 96 ............................................................. HyperSwap RESYNCH 97 HyperSwap SUSPEND .............................................................. 97 HyperSwap TERMINATE ........................................................ 97 GDPS/PPRC DASD SWITCH HYPERSWAP SCRIPT keyword....................................................................................... 97 GDPS/HM HYPERSW commands for HyperSwap and recovery operations ................................................................... 98 FAST and HyperSwap ............................................................... 98 GDPS/PPRC DASD subsystem components ................................ 99 HCD definition with GDPS/PPRC .......................................... 99 GDPS K system LOCAL DASD resource ............................... 99 GDPS/PPRC utility device ..................................................... 100 LCU design ............................................................................... 100 GDPS/PPRC GEOPARM specification ........................................ 102 GEOPARM specifications unique to Symmetrix systems...102 GEOPARM coding ................................................................... 103
Recommended publications
  • Operating System
    OPERATING SYSTEM INDEX LESSON 1: INTRODUCTION TO OPERATING SYSTEM LESSON 2: FILE SYSTEM – I LESSON 3: FILE SYSTEM – II LESSON 4: CPU SCHEDULING LESSON 5: MEMORY MANAGEMENT – I LESSON 6: MEMORY MANAGEMENT – II LESSON 7: DISK SCHEDULING LESSON 8: PROCESS MANAGEMENT LESSON 9: DEADLOCKS LESSON 10: CASE STUDY OF UNIX LESSON 11: CASE STUDY OF MS-DOS LESSON 12: CASE STUDY OF MS-WINDOWS NT Lesson No. 1 Intro. to Operating System 1 Lesson Number: 1 Writer: Dr. Rakesh Kumar Introduction to Operating System Vetter: Prof. Dharminder Kr. 1.0 OBJECTIVE The objective of this lesson is to make the students familiar with the basics of operating system. After studying this lesson they will be familiar with: 1. What is an operating system? 2. Important functions performed by an operating system. 3. Different types of operating systems. 1. 1 INTRODUCTION Operating system (OS) is a program or set of programs, which acts as an interface between a user of the computer & the computer hardware. The main purpose of an OS is to provide an environment in which we can execute programs. The main goals of the OS are (i) To make the computer system convenient to use, (ii) To make the use of computer hardware in efficient way. Operating System is system software, which may be viewed as collection of software consisting of procedures for operating the computer & providing an environment for execution of programs. It’s an interface between user & computer. So an OS makes everything in the computer to work together smoothly & efficiently. Figure 1: The relationship between application & system software Lesson No.
    [Show full text]
  • System Automation for Z/OS : Planning and Installation About This Publication
    System Automation for z/OS Version 4.Release 1 Planning and Installation IBM SC34-2716-01 Note Before using this information and the product it supports, read the information in Appendix H, “Notices,” on page 201. Edition Notes This edition applies to IBM System Automation for z/OS® (Program Number 5698-SA4) Version 4 Release 1, an IBM licensed program, and to all subsequent releases and modifications until otherwise indicated in new editions. This edition replaces SC34-2716-00. © Copyright International Business Machines Corporation 1996, 2017. US Government Users Restricted Rights – Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. Contents Figures................................................................................................................. xi Tables................................................................................................................ xiii Accessibility........................................................................................................ xv Using assistive technologies...................................................................................................................... xv Keyboard navigation of the user interface................................................................................................. xv About this publication........................................................................................ xvii Who Should Use This Publication.............................................................................................................xvii
    [Show full text]
  • System Automation for Z/OS: User's Guide
    System Automation for z/OS Version 4 .Release 1 User’s Guide IBM SC34-2718-01 Note Before using this information and the product it supports, be sure to read the general information under Appendix E, “Notices,” on page 209. Editions This edition applies to IBM® System Automation for z/OS (Program Number 5698-SA4) Version 4 Release 1, an IBM licensed program, and to all subsequent releases and modifications until otherwise indicated in new editions or technical newsletters. This edition replaces SC34-2718-00. © Copyright International Business Machines Corporation 1996, 2017. US Government Users Restricted Rights – Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. Contents Figures................................................................................................................. ix Tables................................................................................................................ xiii Accessibility........................................................................................................ xv Using assistive technologies...................................................................................................................... xv Keyboard navigation of the user interface................................................................................................. xv Notices.............................................................................................................. xvii Website Disclaimer.................................................................................................................................
    [Show full text]
  • IMS High Performance System Generation Tools: User's Guide Part 1
    IBM IMS High Performance System Generation Tools for z/OS 2.4 User's Guide IBM SC27-9501-01 Note: Before using this information and the product it supports, read the information in “Notices” on page 435. Second Edition (May 2021) This edition applies to Version 2.4 of IBM IMS High Performance System Generation Tools for z/OS (program number 5655-P43) and to all subsequent releases and modifications until otherwise indicated in new editions. This edition replaces SC27-9501-00. © Copyright International Business Machines Corporation 2001, 2021. US Government Users Restricted Rights – Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. Contents About this information.......................................................................................... ix Part 1. IMS High Performance System Generation Tools overview........................... 1 Chapter 1. IMS High Performance System Generation Tools overview..................................................... 3 What's new in IMS High Performance System Generation Tools..........................................................3 IMS system definition.............................................................................................................................5 What does IMS High Performance System Generation Tools do?........................................................ 6 IMS High Performance System Generation Tools components............................................................ 6 IMS High Performance System Generation Tools components
    [Show full text]
  • VM/SP Introduction.Pdf
    GC19-6200-1 File No. S370/4300-20 Program Product GC19-6200-1 File No. S370/4300-20 IBM Virtual Machine/ System Product: Program Product Introduction Program Number 5664-167 Release 2 -----~- - i::~~ Second Edition (April 1982) This edition, GC19-6200-1, is a reV1S10n of GC19-6200-0. It applies to the IBft Virtual ~achine/System Product (5664-167) until otherwise indicated in new editions or ~echnical Newsletters. Changes are continually made to the information contained herein; before using this publication in connection with the operaticn of IBft systems, consult the IB~ 2:i2tem/370 and .!!300 f!:~.§§£!§ Bibli.£g~, GC20-0001, for the editions that are applicable and current. For a list of changes, see page iii. Technical changes or additions to the text cr illustrations are indicated by a vertical bar to the left of the change. It is possible that this material may contain reference to, or information about, IB~ products (machines and programs), programming, or services that are not announced in your country. Such references or information must not be construed to mean that lEft intends to announce such IB~ products, programming, or services in your country. Publications are not stocked at the address given below; requests for IB~ publications should be made to your IBft representative or to the IB~ branch office serving your locality. A form for reader's comments is provided at the back of this publication. If the torm has been removed, comments may be addressed to IB~ Corporation, Programming Publications, Department G60, P.O. Box 6, Endicott, New York, U.S.A.
    [Show full text]
  • IBM OS VS2 System Programming Library System Generation
    -="=-=•==- System Library ==1^= T= Supplement ® This Supplement No. GD26-6027-0 Date 19 Dec 1980 File No. S370-34 For Base Publication GC26-3792-8, 0S/VS2 System Programming Library' System Generation Reference, Release 3.8 © Copyright IBM Corp. 1972, 1973, 1974, 1975, 1976, 1977, 1979, 1980 1 Prerequisites None 0S/VS2 MVS/System Product Release 1 Enhancements Program No. 5740-XYN Program No. 5740-XYS This supplement contains replacement pages for System Generation to support the MVS/System Product Release 1 Enhancements. Before inserting the attached pages into System Generation, read carefully the instructions on this cover. They indicate when and how you should insert the pages. The MVS/System Product Release 1 Enhancements has the following prerequi si te^ 0S/VS2 MVS Processor Support 2 (SU64) Therefore, do not insert the attached pages unless you install both the prerequisite SU and the program product. Pages to be Attached Pages Removed to be Inserted* v-v i i i v-viii.1(viii.1 added) X i i i —X i v xiii-xiV.1(xiv.1 added) 3,4 3,4 17-26 17-26(20.1,20.2,21.0, 24.1,25.0 added) 33,34 33,34 (58.1 added) 59-66 59-66.1(59.0,62.1,63.0,66.1 added) 145,146 145,146 193,194 193-194(193.0 added) 199-206 199-206(203.0 added) 209-212 209-212.1(212.1 added) )<If you are inserting pages from different supplements/newsletters and i denti cal page numbers are involved, always use the page with the latest date (shown in the change-page notice at the top of the page).
    [Show full text]
  • Classification of Computers
    Classification of Computers Computer systems used for business purposes can be divided in to three classes: Microcomputers, Minicomputers and Mainframe computers. Though these divisions are loosely based on the size of the computer systems, there are no hard and fast rules for deciding exactly where one category ends and the next begin. Hence the largest minicomputer systems are often larger than the smallest mainframe computers. The “size” of a computer system is dependent on the size of a computer’s hardware configuration, the nature of its applications, and the complexity of its system software. This helps us to classify a system as a microcomputer, minicomputer or mainframe. Irrespective of size, all computers consist of two basic types of components. Those are processors and input/output (I/O) devices. The processor consists of three parts: the Central Processing Unit, or CPU, main storage and device controllers. The CPU executes instructions, main storage stores instructions and data processed by the CPU and device controllers let the CPU and main storage connect to I/O devices. Note: Though all computer systems consist of three basic components, the way those components are combined for a particular computer system varies depending on the system’s requirements. Microcomputer or Personal Computer Microcomputer is primarily intended for stand-alone use by an individual. Microcomputers are small, single-user systems which provide a simple processor and just a few input/output devices. This system consists of a processor with 2 or 4 GB of main storage, a keyboard, a display monitor, a printer, and a diskette drive with a capacity of 4GB and a 500 GB of hard disk.
    [Show full text]
  • High Availability and Scalability of Mainframe Environments Using System Z and Z/OS As Example
    robert vaupel _ of mainframe environments high availability and scalability of mainframe environments r. vaupel Robert Vaupel High Availability and Scalability of Mainframe Environments using System z and z/OS as example High Availability and Scalability of Mainframe Environments using System z and z/OS as example by Robert Vaupel Impressum Karlsruher Institut für Technologie (KIT) KIT Scientific Publishing Straße am Forum 2 D-76131 Karlsruhe www.ksp.kit.edu KIT – Universität des Landes Baden-Württemberg und nationales Forschungszentrum in der Helmholtz-Gemeinschaft Diese Veröffentlichung ist im Internet unter folgender Creative Commons-Lizenz publiziert: http://creativecommons.org/licenses/by-nc-nd/3.0/de/ KIT Scientific Publishing 2013 Print on Demand ISBN 978-3-7315-0022-3 Contents 1. Introduction 1 1.1. Motivation . 1 1.2. High Availability . 3 1.3. Scalability . 5 2. z/Architecture 9 2.1. A Little History . 9 2.2. System z CMOS Heritage . 12 2.3. System zEC12 Central Electronic Complex . 13 2.4. System zEC12 Components . 14 2.5. System z Multi Chip Module . 16 2.5.1. Memory . 17 2.5.2. Book . 18 2.5.3. Processor Characterization . 18 2.6. System z High Availability Design . 19 2.6.1. Transparent CPU Sparing . 20 2.6.2. CPU Error Detection for newer System z machines . 21 2.6.3. Redundant Array of Independent Memory . 22 2.7. System z Software and Firmware Layers . 25 2.8. Instruction Execution . 27 2.8.1. CISC versus RISC Architecture . 27 2.8.2. Register Sets . 30 2.8.3. Program Status Word . 31 2.8.4.
    [Show full text]
  • Introduction to the New Mainframe: Z/OS Basics Access
    Glossary of terms and abbreviations This glossary defines technical terms and abbreviations used in the z/OS® Basic Skills Information Center. If you do not find the term you are looking for, refer to the IBM® Glossary of Computing Terms, available from: http://www.ibm.com/ibm/terminology. The following cross-references are used in this glossary: Contrast with: This refers to a term that has an opposed or substantively different meaning. See: This refers the reader to (a) a related term, (b) a term that is the expanded form of an abbreviation or acronym, or (c) a synonym or more preferred term. Synonym for: This indicates that the term has the same meaning as a preferred term, which is defined in its proper place in the glossary. Synonymous with: This is a reference from a defined term to all other terms that have the same meaning. Obsolete term for: This indicates that the term should not be used and refers the reader to the preferred term. This glossary includes terms and definitions from American National Standard Dictionary for Information Systems, ANSI X3.172-1990, copyright 1990 by the American National Standards Institute (ANSI). Copies may be purchased from the American National Standards Institute, 11 West 42nd Street, New York, New York 10036. Definitions are identified by an asterisk (*) that appears between the term and the beginning of the definition; a single definition taken from ANSI is identified by an asterisk after the item number for that definition. © Copyright IBM Corp. 2006. All rights reserved. 1 2 Introduction to the New Mainframe: z/OS Basics access.
    [Show full text]
  • IBM United States Technical Bulletin IBM 9037 Sysplex Timer And
    IBM United States Technical Bulletin IBM 9037 Sysplex Timer and System/390 Time Management Greg Hutchison &WSC 67Y/WSC 183-2T-68 800 North Frederick Ave. Gaithersburg, MD 20879 Washington Systems Center S/390 Technical Support GG66-3264-00 IBM United States Technical Bulletin Washington Systems Center S/390 Technical Support IBM 9037 Sysplex Timer and System/390 Time Management Greg Hutchison &WSC 67Y/WSC 183-2T-68 800 North Frederick Ave. Gaithersburg, MD 20879 GG66-3264-00 June, 1995 Note Before using this information and the product it supports, be sure to read the general information under “Notices” on page vii. First Edition This book applies to the IBM 9037 Sysplex Timer as announced in September, 1990 and enhancements through 1H95. Publications are not stocked at the address given below. Requests for IBM publications should be made to your IBM representative or to the IBM branch office serving your locality. A form for readers′ comment is provided at the back of this publication. If the form has been removed, comments may be addressed to: Greg Hutchison, IBM Corporation, Washington Systems Center, 800 N. Frederick Avenue, Gaithersburg, MD 20879-3395. Copyright International Business Machines Corporation 1995. All rights reserved. Note to U.S. Government Users — Documentation related to restricted rights — Use, duplication or disclosure is subject to restrictions set forth in GSA ADP Schedule Contract with IBM Corp. Contents Notices . vii Trademarks . vii Abstract . ix Chapter 1. The Usage of Time on System/390 Processors and Servers .... 1 Chapter 2. Sysplex Timer Overview ......................... 5 Terminology . 5 Configurations . 5 Accuracy . 8 Chapter 3.
    [Show full text]
  • OS/VS2 HASP II Version 4 System Programmer's Guide
    GC27-6992-0 File No. 5370-36 OS/VS2 HASP II Version 4 Systems System Programmer's Guide Program Number 370H-TX-001 VS2 SVS Release 1.7 Page ofGC27-{;992~ Revised September IS, 1976 By TNL GN27-ISS3 PREFACE This publication consists of self-contained chapters, each of whic,h provides information necessary to generate, install, and implement capabilities of the HASP program. It is designed primarily for system programmers responsible for generating, maintaining, and extending HASP features. Topics: OS SYSGEN Requirements Generating a HASP System (HASPGEN) HASPGEN Parameters Installing HASP in the System Generating HASP Remote Terminal Programs (RMTGEN) Remote Generation for Non-HASP Users RMTGEN Parameters Storage Requirements Reference Listing of HASPJCL Internal Reader HASP-TSO Interface Execution Batch Scheduling Generating More Than Fifteen Logical Partitions Multiple Devices on MULTI-L~VING Remotes HASP 2110 and 3180 RJE Support 3211 Forms Control Buffer Additional Loads HASP-SMF Interface General HASP Restrictions I HASP OVerlay Programming Rules RELATED PUBLICATIONS • IBM 3800 Printing Subsfstem Programmer's Guide for OS/VS2 SVS, GC26-3859, wh~ch conta~ns information on the 3800 for both system programmers and application programmers • • OS/VS2 HASP II Version 4 User's Guide, GC27-0052, which contains information for the programmer who uses HASP. Firat Edition (MArch, 1973) This edition, Aa amended by technicAl newsletters GN25-0121 And GN27-1553, Applies to HASP II Version 4.1 in support of OS/VS2 ReleAse 1.7 and to Any subsequent versions of HASP and releasea of SVS unless otherwise indicAted in new editions or technicAl newslettera.
    [Show full text]
  • Serena® Comparex® 8.7 for Z/OS Table of Contents
    SERENA COMPAREX 8.7 for z/OS Installation and Setup Guide Serena Proprietary and Confidential Information Copyright Copyright © 2001-2011 Serena Software, Inc. All rights reserved. This document, as well as the software described in it, is furnished under license and may be used or copied only in accordance with the terms of such license. Except as permitted by such license, no part of this publication may be reproduced, photocopied, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, recording, or otherwise, without the prior written permission of Serena. Any reproduction of such software product user documentation, regardless of whether the documentation is reproduced in whole or in part, must be accompanied by this copyright statement in its entirety, without modification. This document contains proprietary and confidential information, and no reproduction or dissemination of any information contained herein is allowed without the express permission of Serena Software. The content of this document is furnished for informational use only, is subject to change without notice, and should not be construed as a commitment by Serena. Serena assumes no responsibility or liability for any errors or inaccuracies that may appear in this document. Trademarks Serena, TeamTrack, StarTool, PVCS, Collage, Comparex, Dimensions, Serena Dimensions, Mashup Composer, Mashup Exchange, Prototype Composer, Mariner and ChangeMan are registered trademarks of Serena Software, Inc. The Serena logo, Version Manager, Meritage and Mover are trademarks of Serena Software, Inc. All other products or company names are used for identification purposes only, and may be trademarks of their respective owners. U.S.
    [Show full text]