z/vm Service Critical Issues

Size: px
Start display at page:

Download "z/vm Service Critical Issues"

Transcription

1 z/vm Service Critical Issues Operating System Software Red Alerts December 16, 2013 z/vm Service Manager Contact: Jim McCormick IBM Corporation z/vm Development 1701 North Street Endicott, NY

2 December 2013 FIRMWARE UPGRADE MAY CAUSE A LOSS OF ACCESS TO DATA. Certain DS8100/DS8300/DS8700 firmware upgrades which enable High Performance FICON (HPF) support also contain errors which can cause Linux guests running under z/vm 6.2 with APAR VM65041 and z/vm 6.3. USERS AFFECTED: All users of z/vm 6.2 with APAR VM65041 and z/vm 6.3 running Linux guests. PROBLEM DESCRIPTION: Linux, by default, detects and uses HPF I/O whenever it is available. z/vm 6.2 with APAR VM65041 and z/vm 6.3 allow HPF I/O if enabled on the hardware. The firmware upgrade enables the HPF I/O but contains an error related to program check reporting which causes the Linux guest to fail. Related hardware alert: High Performance FICON and Traditional PAV (non Hyper PAV) can cause a loss of access to data PROBLEM RESOLUTION: There are three options to avoid the problem. 1. Upgrade to latest level of firmware (See related hardware alert link above for details). 2. Disable HPF during firmware upgrade (see related hardware alert link above). 3. Disable HPF for each Linux guest. Edit /etc/zipl.conf and add dasd_mod.dasd=nofcx to the parameters="" line. Then run the zipl command.

3 Additional updates: Dec 2013: RACFVM customer instructions Dec 2013: CA VM:Secure customer instructions November 2013 VM65248 REQUIRED TO AVOID REPEATED HTT001 ABENDS AFTER STORAGE CONTROLLER MICROCODE UPGRADE Collecting z/vm Monitor data against newer DS8000 (D/T2107) storage controllers may lead to ABENDHTT001 in HCPCM2 due to a buffer overlay when collecting performance statistics. USERS AFFECTED: All z/vm customers who are not running with VM65248 (which is on RSU 1301) and who are running with newer storage controller microcode levels. Attention RACFVM Customers: If you encounter this problem, you must take the special steps outlined below in the RACFVM Users section to prevent CP Monitor from starting when the system is IPLed. PROBLEM DESCRIPTION: z/vm repeatedly abends with ABENDHTT001 when CP MONITOR is enabled for I/O and we are trying to retrieve performance statistics from a DS8000 D/T 2107 with a newer level of microcode. The problem occurs when we try to copy the performance statistics into a buffer which is smaller than we expected. In the code we expect the data to be less than or equal to 192 bytes in length. However, prior to obtaining the performance data, we issue a Sense Subsystem Status CCW to determine the length of the performance statistics that could be returned, and with a new microcode level are told 240 bytes. We then allocate a buffer for the Perform Subsystem Function and Read Subsystem Data CCWs, and instruct (via the PDF data) the device that we only want 192 bytes of data returned. When the CCW completes, and we copy the data into the Monitor DCSS, we use the length of the 240 bytes returned from the Sense Subsystem Status CCW instead of using the buffer size (and the actual size of performance statistics) of 192 bytes of data returned. Trying to write the data into the Monitor DCSS beyond byte 192 causes the ABENDHTT001. PROBLEM CONCLUSION: To prevent the code from writing beyond the end of the buffer causing the ABENDHTT001, the code has been updated to make sure the buffer length is never greater than 192 bytes. In HCPMNA we issue the Sense Subsystem Status CCW to determine the length of the performance statistics returned. The length of of the buffer (IODCAD_PSFLEN) is then checked. If the length is greater than 192 bytes we set the length to 192, otherwise we use the length returned from the Sense CCW. This will ensure we only try to write the amount expected (192 bytes) into the Monitor DCSS preventing the abend. PROBLEM RESOLUTION: If you are encountering this problem, you may have difficulty applying the PTF for VM65248 because the z/vm system will not stay up due to the repeated abend loop. To circumvent this, do the following: 1. If you have not enabled the AUTO_Warm_IPL or AUTO_IPL feature in your SYSTEM CONFIG file to bypass the IPL "Start" prompt (where you also specify the type of start you wish to perform...warm, Force, etc.), IPL your system normally and proceed to step 2. Otherwise, you must IPL your system with the PROMPT IPL parameter on the Stand Alone Program Loader (SAPL) screen to force the "Start"

4 prompt to be issued. To bring up the SAPL screen, IPL your system with a parameter, such as a console address. Then specify PROMPT in the IPL PARAMETERS section, and proceed with the IPL. 2. Use the NOAUTOLOG option on the "Start" prompt at IPL so that the virtual machine that you are starting z/vm Monitor data collection with (for example, PERFSVM if you are using Performance Toolkit) will not automatically get logged on and lead to another HTT001 abend. You can then selectively XAUTOLOG only the userids that you need to apply the PTF for VM65248, and reipl the system. RACFVM CUSTOMERS: If you are using RACFVM on your system and you encounter this problem, you may need to take special steps to prevent CP Monitor from starting when the system is IPLed. In a z/vm system with RACFVM installed, the normal sequence at IPL time is: A) User AUTOLOG1 logs on RACFVM. B) RACFVM initializes and logs on AUTOLOG2. C) AUTOLOG2 logs on the rest of the users that are logged on at IPL time, including users that start Monitor data collection. This Monitor data collection may lead to the HTT001 abend loop. To temporarily prevent Monitor data collection on your RACFVM system, after using the NOAUTOLOG option at IPL time as described above, do the following: 1. Prevent AUTOLOG2 from logging users on: (Note: The instructions below assume that the userid called "RACFVM" is the RACFVM server that is being used. Some customers use the installation disks in production. If that is the case, then the userid associated with the RACFVM installation must be used. Following are the release-specific server names: 5.4.0: 5VMRAC : 6VMRAC : 6VMRAC30 ) From user OPERATOR, Link the RACFVM 191 and 305 disks in write mode. Access the 191 and 305 disks COPY the RACIPLXI EXEC on the RACFVM 305 disk to the RACFVM 191 disk XEDIT the RACIPLXI EXEC on the RACFVM 191 disk and comment out the logging on of AUTOLOG2, and FILE your change. 2. ReIPL your system. 3. Selectively logon or XAUTOLOG only the userids that you need to apply the PTF, and apply the PTF. 4. Erase the RACIPLXI EXEC from the RACFVM 191 disk (which means that the RACIPLXI EXEC on the RACFVM 305 disk will again be used, and the userids that normally get logged on at IPL time will be logged on normally). 5. IPL your system using your normal process. Now that you have VM65248 applied, you should no longer get the HTT001 abend loop.

5 CA VM:Secure CUSTOMERS: If you are using VM:Secure on your system and you encounter this problem, you may need to take special steps to prevent CP Monitor from starting when the system is IPLed. In a z/vm system with VM:Secure installed, the normal sequence at IPL time is: A) User AUTOLOG1 logs on VMSECURE. B) VMSECURE initializes and logs on AUTOLOG2. C) AUTOLOG2 logs on the rest of the users that are logged on at IPL time, including users that start Monitor data collection. This Monitor data collection may lead to the HTT001 abend loop. To temporarily prevent Monitor data collection on your VMSECURE system, after using the NOAUTOLOG option at IPL time as described above, do the following: 1. Manually logon to the VMSECURE server. If this is an SSI cluster, you must logon to VMSECURE on the MASTER server. Respond "NO" when prompted to initialize the VM:Secure program. 2. Comment out the PRODUCT CONFIG statement: AUTOUSER AUTOLOG2 3. IPL CMS in the server user ID to start VMSECURE 4. Selectively logon or XAUTOLOG only the userids that you need to apply the PTF, and apply the PTF 5. IPL z/vm, using the NOAUTOLOG option once again 6. Manually logon to the VMSECURE server. If this is an SSI cluster, you must logon to VMSECURE on the MASTER server. 7. Uncomment the PRODUCT CONFIG statement: AUTOUSER autolog2 8. IPL CMS in the server user ID to start VMSECURE. AUTOLOG2 should also start at this time and logon the rest of the users. Your system will now be back to normal.

z/vm Service Critical Issues Operating System Software Red Alerts

z/vm Service Critical Issues Operating System Software Red Alerts z/vm Service Critical Issues Operating System Software Red Alerts August 04, 2010 z/vm Service Manager Contact: Jim McCormick IBM Corporation z/vm Development 1701 North Street Endicott, NY 13760 mccormjp@us.ibm.com

More information

Program Directory for RACF Security Server for z/vm. function level 620. Program Number 5741-A07. for Use with z/vm version 6 release 2

Program Directory for RACF Security Server for z/vm. function level 620. Program Number 5741-A07. for Use with z/vm version 6 release 2 IBM Program Directory for RACF Security Server for z/vm function level 620 Program Number 5741-A07 for Use with z/vm version 6 release 2 Document Date: December 2011 GI11-9803-00 Attention Before using

More information

Program Directory for RACF Security Server for z/vm. function level 630. Program Number 5741-A07. for Use with z/vm version 6 release 3

Program Directory for RACF Security Server for z/vm. function level 630. Program Number 5741-A07. for Use with z/vm version 6 release 3 IBM Program Directory for RACF Security Server for z/vm function level 630 Program Number 5741-A07 for Use with z/vm version 6 release 3 Document Date: July 2013 GI13-3407-00 Attention Before using this

More information

Program Directory for Open Systems Adapter Support Facility for VM. function level 440. Program Number 5741-A07. for Use with z/vm version 6 release 2

Program Directory for Open Systems Adapter Support Facility for VM. function level 440. Program Number 5741-A07. for Use with z/vm version 6 release 2 IBM Program Directory for Open Systems Adapter Support Facility for VM function level 440 Program Number 5741-A07 for Use with z/vm version 6 release 2 Document Date: December 2011 GI11-9805-00 Note! Before

More information

CA VM:Secure Single System Image Support. Brian Jagos VM Workshop

CA VM:Secure Single System Image Support. Brian Jagos VM Workshop CA VM:Secure Single System Image Support Brian Jagos VM Workshop Terminology Single System Image IBM s multiple system environment that allows central management of the systems in the cluster as well as

More information

z/vm Security Essentials

z/vm Security Essentials z/vm Security Essentials Session 15746 Alan Altmark IBM Senior Managing z/vm Consultant 2 Notes References to IBM products, programs, or services do not imply that IBM intends to make these available in

More information

Program Directory for Performance Toolkit for VM. function level 640. Program Number 5741-A07. for Use with z/vm version 6

Program Directory for Performance Toolkit for VM. function level 640. Program Number 5741-A07. for Use with z/vm version 6 IBM Program Directory for Performance Toolkit for VM function level 640 Program Number 5741-A07 for Use with z/vm version 6 Document Date: November 2016 GI13-3475-00 Note Before using this information

More information

Program Directory for RACF Security Server for z/vm. function level 530. Program Number 5741-A05. for Use with z/vm version 5 release 3

Program Directory for RACF Security Server for z/vm. function level 530. Program Number 5741-A05. for Use with z/vm version 5 release 3 IBM Program Directory for RACF Security Server for z/vm function level 530 Program Number 5741-A05 for Use with z/vm version 5 release 3 Document Date: June 2007 GI10-0788-00 Attention Before using this

More information

1. Logging in to VM - Regular Login - Disconnected Login - Stealing the session - Logging off - Disconnected log off

1. Logging in to VM - Regular Login - Disconnected Login - Stealing the session - Logging off - Disconnected log off Z/VM ADMIN tutorial Jason Herne (hernejj@clarkson.edu) 1. Logging in to VM - Regular Login - Disconnected Login - Stealing the session - Logging off - Disconnected log off 2. What happens when you log

More information

Program Directory for Performance Toolkit for VM. function level 520. Program Number 5741-A05. for Use with z/vm version 5 release 2

Program Directory for Performance Toolkit for VM. function level 520. Program Number 5741-A05. for Use with z/vm version 5 release 2 IBM Program Directory for Performance Toolkit for VM function level 520 Program Number 5741-A05 for Use with z/vm version 5 release 2 Document Date: December 2005 GI11-2854-00 Note Before using this information

More information

IBM Washington Systems Center TechDocs. Configuring z/vm PerfKit for Performance Monitoring z/vm 6.3 edition

IBM Washington Systems Center TechDocs. Configuring z/vm PerfKit for Performance Monitoring z/vm 6.3 edition IBM Washington Systems Center TechDocs Configuring z/vm PerfKit for Performance Monitoring z/vm 6.3 edition December, 2014 Bruce Hayden bjhayden@us.ibm.com Configuring z/vm PerfKit for Performance Monitoring

More information

z/vm 6.3 Installation or Migration or Upgrade Hands-on Lab Sessions

z/vm 6.3 Installation or Migration or Upgrade Hands-on Lab Sessions z/vm 6.3 Installation or Migration or Upgrade Hands-on Lab Sessions 15488-15490 Richard Lewis IBM Washington System Center rflewis@us.ibm.com Bruce Hayden IBM Washington System Center bjhayden@us.ibm.com

More information

Hands-on Lab: Operations Manager for z/vm Lab Exercises. March 2015 SHARE Session #16472

Hands-on Lab: Operations Manager for z/vm Lab Exercises. March 2015 SHARE Session #16472 Hands-on Lab: Operations Manager for z/vm Lab Exercises March 2015 SHARE Session #16472 Copyright IBM Corp. 2013, 2015 Page 1 March 2015 Reference information for all Operations Manager labs: You each

More information

Planning and Migrating to z/vm Single System Image (SSI)

Planning and Migrating to z/vm Single System Image (SSI) CAVEMEN January 19, 2012 Planning and Migrating to z/vm Single System Image (SSI) Presented by: Richard Young ryoung1@us.ibm.com Disclaimer The information contained in this document has not been submitted

More information

RACF Advanced Configuration and Auditing on z/vm

RACF Advanced Configuration and Auditing on z/vm RACF Advanced Configuration and Auditing on z/vm Bruce Hayden IBM Advanced Technical Sales Support August 7, 2014 Session Number 15739 Trademarks The following are trademarks of the International Business

More information

Advanced Configuration and Auditing with RACF on z/vm

Advanced Configuration and Auditing with RACF on z/vm Advanced Configuration and Auditing with RACF on z/vm Bruce Hayden Endicott, NY August 11, 2011 Session 9455 Agenda Using Groups Shared user ids Directory Passwords DIRMAINT Customizing Error Recovery

More information

Setting Up the IBM Cloud Manager with OpenStack Cloud Manager Appliance (CMA) on z/vm

Setting Up the IBM Cloud Manager with OpenStack Cloud Manager Appliance (CMA) on z/vm Setting Up the IBM Cloud Manager with OpenStack Cloud Manager Appliance (CMA) on z/vm This document can be found on the web at www.ibm.com/support/techdocs Version Date: May 5, 2015 Mike Bonett IBM Americas

More information

RACF Advanced Configuration and Auditing on z/vm Bruce Hayden IBM Advanced Technical Skills Endicott, NY

RACF Advanced Configuration and Auditing on z/vm Bruce Hayden IBM Advanced Technical Skills Endicott, NY 2011 IBM Corporation RACF Advanced Configuration and Auditing on z/vm Bruce Hayden IBM Advanced Technical Skills Endicott, NY February 7, 2013 Session 12319 Trademarks The following are trademarks of the

More information

COMP 3400 Mainframe Administration 1

COMP 3400 Mainframe Administration 1 COMP 3400 Mainframe Administration 1 Christian Grothoff christian@grothoff.org http://grothoff.org/christian/ 1 These slides are based in part on materials provided by IBM s Academic Initiative. 1 The

More information

Program Directory for Hardware Configuration Definition and Hardware Configuration Manager for z/vm. function level 640. Program Number 5741-A07

Program Directory for Hardware Configuration Definition and Hardware Configuration Manager for z/vm. function level 640. Program Number 5741-A07 IBM Program Directory for Hardware Configuration Definition and Hardware Configuration Manager for z/vm function level 640 Program Number 5741-A07 for Use with z/vm version 6 release 4 Document Date: November

More information

z/vm 6.4 Upgrade Installation Richard Lewis IBM Washington System Center Company

z/vm 6.4 Upgrade Installation Richard Lewis IBM Washington System Center Company z/vm 6.4 Upgrade Installation Richard Lewis IBM Washington System Center Company Trademarks The following are trademarks of the International Business Machines Corporation in the United States and/or other

More information

Everything You Need to Know About Cloning z/vm 6.2 and 6.3 Systems

Everything You Need to Know About Cloning z/vm 6.2 and 6.3 Systems Everything You Need to Know About Cloning z/vm 6.2 and 6.3 Systems Bruce Hayden March 13, 2014 Session Number 14589 Insert Custom Session QR if Desired. Trademarks The following are trademarks of the International

More information

Planning and Migrating to z/vm Single System Image (SSI)

Planning and Migrating to z/vm Single System Image (SSI) Planning and Migrating to z/vm Single System Image (SSI) Emily Kate Hugenbruch ekhugen@us.ibm.com John Franciscovich francisj@us.ibm.com Trademarks The following are trademarks of the International Business

More information

Program Directory for RealTime Monitor Feature for z/vm. Function Level 410. Program Number 5739-A03. for Use with z/vm Version 4

Program Directory for RealTime Monitor Feature for z/vm. Function Level 410. Program Number 5739-A03. for Use with z/vm Version 4 IBM Program Directory for RealTime Monitor Feature for z/vm Function Level 410 Program Number 5739-A03 for Use with z/vm Version 4 Document Date: October 2001 GI10-4723-01 Note Before using this information

More information

z/vm Installation Guide version6release2 GC

z/vm Installation Guide version6release2 GC z/vm Installation Guide version6release2 GC24-6246-00 z/vm Installation Guide version6release2 GC24-6246-00 Note: Before using this information and the product it supports, read the information in Notices

More information

CA VM:Backup for z/vm

CA VM:Backup for z/vm CA VM:Backup for z/vm Installation Guide Release 3.5 This documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is

More information

z/vm Connectivity Version 5 Release 1 SC

z/vm Connectivity Version 5 Release 1 SC z/vm Connectivity Version 5 Release 1 SC24-6080-01 z/vm Connectivity Version 5 Release 1 SC24-6080-01 Note: Before using this information and the product it supports, read the general information under

More information

ZVM14: Using SCSI in a z/vm Environment

ZVM14: Using SCSI in a z/vm Environment IBM System z Technical University Berlin, Germany May 21-25 ZVM14: Using SCSI in a z/vm Environment Eric Farman, IBM Trademarks The following are trademarks of the International Business Machines Corporation

More information

z/vm 6.3 Upgrade Installation Richard F. Lewis Executive I/T Specialist IBM Washington System Center

z/vm 6.3 Upgrade Installation Richard F. Lewis Executive I/T Specialist IBM Washington System Center z/vm 6.3 Upgrade Installation 17517 Richard F. Lewis Executive I/T Specialist IBM Washington System Center Trademarks The following are trademarks of the International Business Machines Corporation in

More information

Program Directory for Backup and Restore Manager for z/vm. version 1 release 3.0. Program Number 5697-J06

Program Directory for Backup and Restore Manager for z/vm. version 1 release 3.0. Program Number 5697-J06 IBM Program Directory for Backup and Restore Manager for z/vm version 1 release 3.0 Program Number 5697-J06 for Use with z/vm version 6 release 4 z/vm version 7 release 1 Document Date: November 2018 GI10-8662-13

More information

ZVM20: z/vm PAV and HyperPAV Support

ZVM20: z/vm PAV and HyperPAV Support May 21-25 ZVM20: z/vm PAV and HyperPAV Support Eric Farman, IBM Trademarks The following are trademarks of the International Business Machines Corporation in the United States, other countries, or both.

More information

Several additional changes are provided with this APAR.

Several additional changes are provided with this APAR. /*********************************************************************/ /* COPYRIGHT - */ /* Licensed Materials - Property of IBM */ /* This product contains "Restricted Materials of IBM" */ /* 5741-A7

More information

z/vm Large Memory Linux on System z

z/vm Large Memory Linux on System z December 2007 z/vm Large Memory Linux on System z 1 Table of Contents Objectives... 3 Executive summary... 3 Summary... 3 Hardware equipment and software environment... 4 Host hardware... 5 Network setup...

More information

Program Directory for Hardware Configuration Definition and Hardware Configuration Manager for z/vm. function level 620. Program Number 5741-A07

Program Directory for Hardware Configuration Definition and Hardware Configuration Manager for z/vm. function level 620. Program Number 5741-A07 IBM Program Directory for Hardware Configuration Definition and Hardware Configuration Manager for z/vm function level 620 Program Number 5741-A07 for Use with z/vm version 6 release 2 z/vm version 6 release

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

IBM Systems and Technology Group. Abstract

IBM Systems and Technology Group. Abstract Abstract The "Virtualization Cookbook" for System z, usually in the form of a Redbook, has been a popular reference for many years. It has been updated for 2012 and renamed "The Cloud Computing Cookbook".

More information

Planning and Migrating to z/vm Single System Image (SSI)

Planning and Migrating to z/vm Single System Image (SSI) SHARE Anaheim August 2012 Planning and Migrating to z/vm Single System Image (SSI) Session 11922 John Franciscovich francisj@us.ibm.com Emily Kate Hugenbruch ekhugen@us.ibm.com Trademarks The following

More information

The Virtualization Cookbook: Day 1 - z/vm

The Virtualization Cookbook: Day 1 - z/vm The Virtualization Cookbook: Day 1 - z/vm Michael MacIsaac - mikemac@us.ibm.com Thursday August 17th, 3:00 PM Session 9216 Abstract An updated redbook is available: 'z/vm and Linux on IBM System z: The

More information

Supercharged VM Startup: A System V-Style INIT Process for VM and Guests

Supercharged VM Startup: A System V-Style INIT Process for VM and Guests Supercharged VM Startup: A System V-Style INIT Process for VM and Guests David Boyes Sine Nomine Associates WAVV Colorado Springs 2005 2005 Sine Nomine Associates Presentation Download This presentation

More information

General-Purpose SFS Server for Large File Transfer. Sine Nomine Associates Blacksmith Square Ashburn, VA 20147

General-Purpose SFS Server for Large File Transfer. Sine Nomine Associates Blacksmith Square Ashburn, VA 20147 General-Purpose SFS Server for Large File Transfer Sine Nomine Associates 43596 Blacksmith Square Ashburn, VA 20147 ii SFS Server for Large Files Contents About This Document...................................

More information

IBM Systems and Technology Group. Abstract

IBM Systems and Technology Group. Abstract Abstract The "Virtualization Cookbook" for System z, usually in the form of a Redbook, has been a popular reference for many years. It has been updated for 2012 and renamed "The Cloud Computing Cookbook".

More information

SHARE 120 San Francisco Session 12477

SHARE 120 San Francisco Session 12477 Endicott, NY z/vm Performance Update SHARE 120 San Francisco Session 12477 Bill Bitner IBM Endicott bitnerb@us.ibm.com Trademarks Trademarks The following are trademarks of the International Business Machines

More information

Program Directory for Directory Maintenance Facility for z/vm. function level 630. Program Number 5741-A07. for Use with z/vm version 6 release 3

Program Directory for Directory Maintenance Facility for z/vm. function level 630. Program Number 5741-A07. for Use with z/vm version 6 release 3 IBM Program Directory for Directory Maintenance Facility for z/vm function level 630 Program Number 5741-A07 for Use with z/vm version 6 release 3 Document Date: July 2013 GI13-3405-00 Note! Before using

More information

IBM Systems and Technology Group

IBM Systems and Technology Group The Virtualization Cookbook Hillgang - The DC VM & Linux Users Group September 12, 2012 Michael Mac Isaac - mikemac at us.ibm.com Abstract The "Virtualization Cookbook" for System z, usually in the form

More information

z/vm Performance Update

z/vm Performance Update Endicott, NY z/vm Performance Update A Live Virtual Class http://www.vm.ibm.com/education/lvc/ February 27, 2013 Bill Bitner, bitnerb@us.ibm.com Brian Wade, bkw@us.ibm.com Trademarks Trademarks The following

More information

Encrypted Paging for z/vm 6.4: Deep Dive. Stephanie Rivero z/vm Development Lab: Endicott, NY

Encrypted Paging for z/vm 6.4: Deep Dive. Stephanie Rivero z/vm Development Lab: Endicott, NY Encrypted Paging for z/vm 6.4: Deep Dive Stephanie Rivero z/vm Development Lab: Endicott, NY srivero@us.ibm.com Trademarks The following are trademarks of the International Business Machines Corporation

More information

IBM z/vm Single System Image and Live Guest Relocation Planning and Use

IBM z/vm Single System Image and Live Guest Relocation Planning and Use IBM z/vm Single System Image and Live Guest Relocation Planning and Use John Franciscovich IBM z/vm Development, Endicott, NY Alan Altmark IBM Systems Lab Services, Endicott, NY 1 Topics Introduction z/vm

More information

Lessons Learned from: Installing Second Level z/vm 6.3

Lessons Learned from: Installing Second Level z/vm 6.3 Lessons Learned from: Installing Second Level z/vm 6.3 Steps taken and roadblocks conquered Kolu Jarboi 6/25/2015 For InformaOonal Purposes Only Terms of this PresentaOon 2015 CA. All rights reserved.

More information

VM Parallel Access Volume (PAV) and HyperPAV Support

VM Parallel Access Volume (PAV) and HyperPAV Support VM Parallel Access Volume (PAV) and HyperPAV Support Steve Wilkins wilkinss@us.ibm.com WAVV Green Bay, WI May 2007 IBM Systems Trademarks The following are trademarks of the International Business Machines

More information

Non-Disruptive Migration. Linux on System z Volumes. z/vm Volumes

Non-Disruptive Migration. Linux on System z Volumes. z/vm Volumes DRFT COPY Headline NOVEMBER TechNEWS 2014 FDRPSVM Non-Disruptive Migration Linux on System z Volumes FDRPS for z/os Volumes z/vm Volumes FDRPSVM for FDRPSThe Wait is Over Non-Disruptive Migration of z/vm

More information

z/vm Evaluation Edition

z/vm Evaluation Edition IBM System z Introduction July, 2008 z/vm Evaluation Edition Frequently Asked Questions Worldwide ZSQ03022-USEN-00 Table of Contents Description and capabilities of the z/vm Evaluation Edition... 3 Terms

More information

High Availability and Automatic Network Failover of the z/vm VSWITCH

High Availability and Automatic Network Failover of the z/vm VSWITCH IBM ^ High Availability and Automatic Network Failover of the z/vm VSWITCH Alan Altmark, IBM z/vm Development, Endicott, NY Note References to IBM products, programs, or services do not imply that IBM

More information

OMEGAMON XE for. z/vm and Linux v4.3.0

OMEGAMON XE for. z/vm and Linux v4.3.0 OMEGAMON XE for z/vm and Linux v4.3.0 Installation and Configuration Cook Book Document version 1.2 John Harris John_Harris@us.ibm.com IBM Corporation 2008-2014. All rights reserved SPECIAL NOTICES This

More information

IBM z/vm Single System Image and Live Guest Relocation - Planning and Use

IBM z/vm Single System Image and Live Guest Relocation - Planning and Use F0 IBM z/vm Single System Image and Live Guest Relocation - Planning and Use Session 16488 John Franciscovich IBM: z/vm Development, Endicott, NY Insert Custom Session QR if Desired. 1 Topics Introduction

More information

CA VM:Secure for z/vm

CA VM:Secure for z/vm CA VM:Secure for z/vm Release Notes Release 3.1, Second Edition 7/20/2014 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as

More information

The Virtualization Cookbook

The Virtualization Cookbook The Virtualization Cookbook VM Workshop Indianapolis, IN June 21, 2013 Michael Mac Isaac - mikemac at us.ibm.com 1 Abstract IBM Systems and Technology Group The "Virtualization Cookbook" for System z,

More information

IBM. Hardware Configuration Definition Planning. z/os. Version 2 Release 3 GA

IBM. Hardware Configuration Definition Planning. z/os. Version 2 Release 3 GA z/os IBM Hardware Configuration Definition Planning Version 2 Release 3 GA32-0907-30 Note Before using this information and the product it supports, read the information in Notices on page 147. This edition

More information

System z Virtualization and Linux Workshop Bootcamp System z Hardware / Architecture

System z Virtualization and Linux Workshop Bootcamp System z Hardware / Architecture System z Virtualization and Workshop Bootcamp System z Unit 1: System z Virtualization Overview 1.1 - Hardware / Architecture 2007 IBM Corporation Mainframe Paradigm Mainframe original design point: Share

More information

Program Directory for IBM Tivoli OMEGAMON XE on z/vm and Linux. version 4 release 3.0. Program Number 5698-A36

Program Directory for IBM Tivoli OMEGAMON XE on z/vm and Linux. version 4 release 3.0. Program Number 5698-A36 IBM Program Directory for IBM Tivoli OMEGAMON XE on z/vm and Linux version 4 release 3.0 Program Number 5698-A36 for Use with z/vm version 6 release 4 z/vm version 6 release 3 z/vm version 6 release 2

More information

CA VM:Backup for z/vm

CA VM:Backup for z/vm CA VM:Backup for z/vm Messages and Codes Release 3.5 This documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is

More information

ERserver. Service provider information Service functions

ERserver. Service provider information Service functions ERserver Service provider information Service functions ERserver Service provider information Service functions Note Before using this information and the product it supports, be sure to read the information

More information

SUSE Linux Enterprise Server Starter System for System z Installation Guide

SUSE Linux Enterprise Server Starter System for System z Installation Guide SUSE Linux Enterprise Server Starter System for System z Installation Guide SUSE Linux Enterprise Server Starter System for System z Installation Guide SUSE Linux Enterprise Server Starter System for

More information

z/vm Single System Image and Guest Mobility Preview

z/vm Single System Image and Guest Mobility Preview John Franciscovich IBM March 2011 z/vm Single System Image and Guest Mobility Preview SHARE Anaheim, CA Session 8453 Trademarks The following are trademarks of the International Business Machines Corporation

More information

Program Directory for Hardware Configuration Definition and Hardware Configuration Manager for z/vm. function level 520. Program Number 5741-A05

Program Directory for Hardware Configuration Definition and Hardware Configuration Manager for z/vm. function level 520. Program Number 5741-A05 IBM Program Directory for Hardware Configuration Definition and Hardware Configuration Manager for z/vm function level 520 Program Number 5741-A05 for Use with z/vm version 5 release 2 z/vm version 5 release

More information

Avaya Identity Engines Ignition Server Software Release 7.0.0

Avaya Identity Engines Ignition Server Software Release 7.0.0 Avaya Identity Engines Ignition Server Software Release 7.0.0 1. Release Summary Release Date: 03-Dec-2010 Purpose: Software major release to introduce new feature enhancements and to address customer

More information

Guide for Automated Installation and Service

Guide for Automated Installation and Service z/vm Guide for Automated Installation and Service version 5 release 4 GC24-6099-05 z/vm Guide for Automated Installation and Service version 5 release 4 GC24-6099-05 Note: Before using this information

More information

Customer Experiences:

Customer Experiences: Customer Experiences: Monitoring and Managing z/vm, Linux on z Sytems and LinuxONE Tracy Dean IBM tld1@us.ibm.com June 2016 Agenda A little fun What does managing include? What tools or products can you

More information

What's New in the z/vm 6.3 Hypervisor

What's New in the z/vm 6.3 Hypervisor What's New in the z/vm 6.3 Hypervisor Session 15743 John Franciscovich francisj@us.ibm.com SHARE in Pittsburgh August 2014 Acknowledgements Bill Bitner Brian Wade Alan Altmark Emily Hugenbruch Mark Lorenc

More information

z/vm Introduction 3/10/2014

z/vm Introduction 3/10/2014 This presentation is designed to present an overview of z/vm to z/os and Unix/Linux-oriented systems programmers. The presenter is assumed to be well versed in z/vm concepts and terminology, and should

More information

Program Directory for Open Systems Adapter Support Facility for VM. Function Level Program Number 5739-A03. for Use with z/vm Version 4

Program Directory for Open Systems Adapter Support Facility for VM. Function Level Program Number 5739-A03. for Use with z/vm Version 4 IBM Program Directory for Open Systems Adapter Support Facility for VM Function Level 2.2.0 Program Number 5739-A03 for Use with z/vm Version 4 Document Date: October 2001 GI10-4726-01 Note! Before using

More information

CA MIA Tape Sharing for z/vm

CA MIA Tape Sharing for z/vm CA MIA Tape Sharing for z/vm Linux User Guide Release 12.0 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

From LPAR to Virtual Servers in Two Days: Day 1 - z/vm

From LPAR to Virtual Servers in Two Days: Day 1 - z/vm From LPAR to Virtual Servers in Two Days: Day 1 - z/vm Michael MacIsaac - mikemac@us.ibm.com Thursday August 25rd, 1:30 PM Session 9216 2003 IBM Corporation Abstract There is a new redbook with a similar

More information

RACF/VM: Protecting your z/vm system from vandals and other cyberspace miscreants

RACF/VM: Protecting your z/vm system from vandals and other cyberspace miscreants RACF/VM: Protecting your z/vm system from vandals and other cyberspace miscreants Session 9127 Alan Altmark z/vm Development, IBM Endicott, NY Disclaimers This presentation introduces the mechanisms used

More information

Herding Clones. Mike Kershaw August 17, urmk/

Herding Clones. Mike Kershaw August 17, urmk/ Herding Clones Mike Kershaw Michael.Kershaw@marist.edu August 17, 2004 1 Why? Computer Science department wanted to offer students their own servers for classwork which would be available for the entire

More information

A New Parents Guide to zvm: Bringing Your System Up Right. A VM Community Trust Publication. Draft Working Outline

A New Parents Guide to zvm: Bringing Your System Up Right. A VM Community Trust Publication. Draft Working Outline DRAFT (4 Aug 2006) Working Outline - 1 of 17 A New Parents Guide to zvm: Bringing Your System Up Right A VM Community Trust Publication Draft Working Outline Working Abstract This book/document is intended

More information

Session V61. Systems Management on z/vm Christine Casey z/vm Development - IBM Endicott, NY. IBM System z Expo September 17-21, 2007 San Antonio, TX

Session V61. Systems Management on z/vm Christine Casey z/vm Development - IBM Endicott, NY. IBM System z Expo September 17-21, 2007 San Antonio, TX Session V61 Systems Management on z/vm Christine Casey z/vm Development - IBM Endicott, NY IBM System z Expo September 17-21, 2007 San Antonio, TX IBM Corporation 2007 2007 IBM System z Expo Disclaimer

More information

Saving Real Storage with xip2fs and DCSS. Ihno Krumreich Project Manager for SLES on System z

Saving Real Storage with xip2fs and DCSS. Ihno Krumreich Project Manager for SLES on System z Saving Real Storage with xip2fs and DCSS Ihno Krumreich Project Manager for SLES on System z ihno@suse.de Agenda Overview DCSS What is DCSS? xip2fs What is xip2fs? DCSS How to create? Maintenance Problems

More information

Configuring Host Router and Cisco Analog Video Gateway Module Interfaces

Configuring Host Router and Cisco Analog Video Gateway Module Interfaces Configuring Host Router and Cisco Analog Video Gateway Module Interfaces Last Updated: August 17, 2009 To configure the Cisco Analog Video Gateway network module after it is installed in your host Cisco

More information

z/vm Version 7 Release 1 Installation Guide IBM GC

z/vm Version 7 Release 1 Installation Guide IBM GC z/vm Version 7 Release 1 Installation Guide IBM GC24-6292-00 Note: Before you use this information and the product it supports, read the information in Notices on page 315. This edition applies to the

More information

Using CMS-based SSL Support for z/vm 6.1

Using CMS-based SSL Support for z/vm 6.1 Brian W. Hugenbruch, CISSP z/vm Development Team, IBM: Endicott, NY, USA Using CMS-based SSL Support for z/vm 6.1 Trademarks The following are trademarks of the International Business Machines Corporation

More information

What's New in the z/vm 6.3 Hypervisor

What's New in the z/vm 6.3 Hypervisor What's New in the z/vm 6.3 Hypervisor Linux on System z Live Virtual Class August 27, 2014 John Franciscovich francisj@us.ibm.com Acknowledgements Bill Bitner Brian Wade Alan Altmark Emily Hugenbruch Mark

More information

IBM z/vm V4.4 Improves Virtualization Capabilities for Linux on zseries

IBM z/vm V4.4 Improves Virtualization Capabilities for Linux on zseries Software Announcement May 13, 2003 IBM z/vm V4.4 Improves Virtualization Capabilities for Linux on zseries Overview The infrastructure for e-business on demand environments can be deployed with visionary

More information

Chapter 1. Fix Pack 0001 overview

Chapter 1. Fix Pack 0001 overview Chapter 1. Fix Pack 0001 overview Fix Pack 0001 is fix pack for IBM Tivoli OMEGAMON XE on z/vm and Linux, V4.3.0. This readme file provides details about installing the fix pack and information about the

More information

z/vm Live Guest Relocation - Planning and Use

z/vm Live Guest Relocation - Planning and Use z/vm Live Guest Relocation - Planning and Use Emily Kate Hugenbruch ekhugen@us.ibm.com John Franciscovich francisj@us.ibm.com Trademarks The following are trademarks of the International Business Machines

More information

Overview of CA s New Linux on System z Management Offerings and z/vm Products Update

Overview of CA s New Linux on System z Management Offerings and z/vm Products Update Overview of CA s New Linux on System z Management Offerings and z/vm Products Update March 13, 2012 - SHARE Session 10336 Brian Jagos & Summer Spaulding CA Technologies Abstract In this session, we will

More information

Hands-on Lab Infrastructure Suite for z/vm and Linux: Backup and Restore Manager for z/vm Lab Exercises. August/September 2015

Hands-on Lab Infrastructure Suite for z/vm and Linux: Backup and Restore Manager for z/vm Lab Exercises. August/September 2015 Hands-on Lab Infrastructure Suite for z/vm and Linux: Backup and Restore Manager for z/vm Lab Exercises August/September 2015 Copyright IBM Corp. 2008, 2015 Page 1 August/September 2015 Reference information

More information

The Basics of Using z/vm

The Basics of Using z/vm 2010 Blooming Basics for z/vm and Linux on System z The Basics of Using z/vm June 22 nd, 2010 Brian W. Hugenbruch, CISSP zvm Development Team, IBM Endicott, NY, USA Trademarks The following are trademarks

More information

Setup support for RAMCHECK. Extensive, context-sensitive On-Line Help and Tutorials. HARD DISK INSTALLATION:

Setup support for RAMCHECK. Extensive, context-sensitive On-Line Help and Tutorials. HARD DISK INSTALLATION: RAMCHECK OWNER S MANUAL While RAMCHECK is a stand-alone unit, the product includes the RAMCHECK PC Communications programs that allow you to upgrade your RAMCHECK s flash EPROM from our Web site (www.innoventions.com).

More information

z/os 2.1 HCD HMCwide Dynamic Activate

z/os 2.1 HCD HMCwide Dynamic Activate z/os 2.1 HCD HMCwide Dynamic Activate Dale F. Riedy IBM riedy@us.ibm.com 12 August 2013 Session Number 14246 Agenda Activating a new I/O configuration today Activating a new I/O configuration with z/os

More information

Learn What's New with INNOVATION Solutions and Hear about a Unique Solution for Non-Disruptive Migration of z/vm and LINUX on System z Disk Volumes

Learn What's New with INNOVATION Solutions and Hear about a Unique Solution for Non-Disruptive Migration of z/vm and LINUX on System z Disk Volumes Learn What's New with INNOVATION Solutions and Hear about a Unique Solution for Non-Disruptive Migration of z/vm and LINUX on System z Disk Volumes SHARE 2014 in Pittsburgh 5 August 2014 Session 16261

More information

IBM Systems. z/vm Platform Update: Advancing the Art of Virtualization. zseries SIG. IBM System z

IBM Systems. z/vm Platform Update: Advancing the Art of Virtualization. zseries SIG. IBM System z z/vm Platform Update: Advancing the Art of Virtualization zseries SIG Jim Elliott Consulting Sales Specialist System z New Workloads IBM Canada Ltd. 1 International zseries Oracle SIG 2008-04-30 2008 IBM

More information

Finding your Way The z/vm Website, Documentation and Other Hints for the New User

Finding your Way The z/vm Website, Documentation and Other Hints for the New User Finding your Way The z/vm Website, Documentation and Other Hints for the New User Version 3.1 Bill Bitner bitnerb@us.ibm.com z/vm Development Client Focus and Care Trademarks The following are trademarks

More information

CA TLMS Tape Management CA RS 1709 Service List

CA TLMS Tape Management CA RS 1709 Service List CA TLMS Tape Management 12.6 1 CA RS 1709 Service List Service Description Type RO94174 SUPPORT FOR Z/OS 2.3 PTF RO97219 S413-50 ABEND WITH DFSMSHSM AFTER UPGRADE PTF RO97593 SYSZTIOT LOCK IS NOT CORRECTLY

More information

Introduction to RACF on z/vm

Introduction to RACF on z/vm Introduction to RACF on z/vm Session 17513 Bruce Hayden IBM Washington Systems Center Endicott, NY IBM Advanced Technical Sales Support 2013 IBM Corporation Introduction to RACF on z/vm Trademarks The

More information

Preview: IBM z/vse Version 4 Release 3 offers more capacity and IBM zenterprise exploitation

Preview: IBM z/vse Version 4 Release 3 offers more capacity and IBM zenterprise exploitation IBM United States Software Announcement 210-204, dated July 22, 2010 Preview: IBM z/vse Version 4 Release 3 offers more capacity and IBM zenterprise exploitation Table of contents 1 Overview 3 Description

More information

HARD DISK INSTALLATION:

HARD DISK INSTALLATION: While RAMCHECK is a stand-alone unit, the product includes the Communications Programs that allow you to upgrade your RAMCHECK s flash EPROM from our Web site (www.innoventions.com). The PC programs software

More information

Using VM for Linux Disaster Recovery Planning

Using VM for Linux Disaster Recovery Planning Using VM for Linux Disaster Recovery Planning Rick Barlow Nationwide Insurance August 14, 2008 Session 9137 Agenda Definitions Our Environment Business Recovery Philosophy at Nationwide Planning Execution

More information

Program Directory for Hardware Configuration Definition and Hardware Configuration Manager for z/vm. Function Level 440. Program Number 5741-A05

Program Directory for Hardware Configuration Definition and Hardware Configuration Manager for z/vm. Function Level 440. Program Number 5741-A05 IBM Program Directory for Hardware Configuration Definition and Hardware Configuration Manager for z/vm Function Level 440 Program Number 5741-A05 for Use with z/vm Version 5 Document Date: September 2004

More information

Program Directory for Remote Spooling Communications Subsystem (RSCS) Networking for z/vm. function level 640. Program Number 5741-A07

Program Directory for Remote Spooling Communications Subsystem (RSCS) Networking for z/vm. function level 640. Program Number 5741-A07 IBM Program Directory for Remote Spooling Communications Subsystem (RSCS) Networking for z/vm function level 640 Program Number 5741-A07 for Use with z/vm version 6 release 4 Document Date: November 2016

More information

The Linux IPL Procedure

The Linux IPL Procedure The Linux IPL Procedure SHARE - Tampa February 13, 2007 Session 9274 Edmund MacKenty Rocket Software, Inc. Purpose De-mystify the Linux boot sequence Explain what happens each step of the way Describe

More information