WSC Short Stories and Tall Tales. Session IBM Advanced Technical Support. March 5, John Burg. IBM Washington Systems Center

Size: px
Start display at page:

Download "WSC Short Stories and Tall Tales. Session IBM Advanced Technical Support. March 5, John Burg. IBM Washington Systems Center"

Transcription

1 IBM Advanced Technical Support WSC Short Stories and Tall Tales Session 2536 March 5, 2009 John Burg IBM Washington Systems Center 1

2 2 Advanced Technical Support Washington Systems Center Trademarks The following are trademarks of the International Business Machines Corporation in the United States and/or other countries. AlphaBlox* APPN* CICS* CICS/VSE* Cool Blue DB2* DFSMS DFSMShsm DFSMSrmm DirMaint DRDA* DS6000 DS8000 ECKD ESCON* FICON* FlashCopy* GDPS* HiperSockets HyperSwap IBM* IBM eserver IBM logo* IMS Language Environment* Lotus* Multiprise* MVS OMEGAMON* Parallel Sysplex* Performance Toolkit for VM PowerPC* PR/SM Processor Resource/Systems Manager * Registered trademarks of IBM Corporation The following are trademarks or registered trademarks of other companies. Adobe, the Adobe logo, PostScript, and the PostScript logo are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States, and/or other countries. Cell Broadband Engine is a trademark of Sony Computer Entertainment, Inc. in the United States, other countries, or both and is used under license therefrom. Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both. Microsoft, Windows, Windows NT, and the Windows logo are trademarks of Microsoft Corporation in the United States, other countries, or both. Intel, Intel logo, Intel Inside, Intel Inside logo, Intel Centrino, Intel Centrino logo, Celeron, Intel Xeon, Intel SpeedStep, Itanium, and Pentium are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries. UNIX is a registered trademark of The Open Group in the United States and other countries. Linux is a registered trademark of Linus Torvalds in the United States, other countries, or both. ITIL is a registered trademark, and a registered community trademark of the Office of Government Commerce, and is registered in the U.S. Patent and Trademark Office. IT Infrastructure Library is a registered trademark of the Central Computer and Telecommunications Agency, which is now part of the Office of Government Commerce. * All other products may be trademarks or registered trademarks of their respective companies. RACF* Redbooks* Resource Link RETAIN* REXX RMF S/390* Scalable Architecture for Financial Reporting Sysplex Timer* Systems Director Active Energy Manager System/370 System p* System Storage System x* System z System z9* System z10 Tivoli* Tivoli Storage Manager TotalStorage* VSE/ESA VTAM* WebSphere* xseries* z9* z10 z10 BC z10 EC z/architecture* z/os* z/vm* z/vse zseries* Notes: Performance is in Internal Throughput Rate (ITR) ratio based on measurements and projections using standard IBM benchmarks in a controlled environment. The actual throughput that any user will experience will vary depending upon considerations such as the amount of multiprogramming in the user's job stream, the I/O configuration, the storage configuration, and the workload processed. Therefore, no assurance can be given that an individual user will achieve throughput improvements equivalent to the performance ratios stated here. IBM hardware products are manufactured from new parts, or new and serviceable used parts. Regardless, our warranty terms apply. All customer examples cited or described in this presentation are presented as illustrations of the manner in which some customers have used IBM products and the results they may have achieved. Actual environmental costs and performance characteristics will vary depending on individual customer configurations and conditions. This publication was produced in the United States. IBM may not offer the products, services or features discussed in this document in other countries, and the information may be subject to change without notice. Consult your local IBM business contact for information on the product or services available in your area. All statements regarding IBM's future direction and intent are subject to change or withdrawal without notice, and represent goals and objectives only. Information about non-ibm products is obtained from the manufacturers of those products or their published announcements. IBM has not tested those products and cannot confirm the performance, compatibility, or any other claims related to non-ibm products. Questions on the capabilities of non-ibm products should be addressed to the suppliers of those products. Prices subject to change without notice. Contact your IBM representative or Business Partner for the most current pricing in your geography.

3 Topics Advanced Technical Support Washington Systems Center z10 Compression Considerations SMF 23 Record Update z10 CPU Measurement Facility Update Summary Workload Characterization Future Vision 3

4 z10 Compression Considerations 4

5 Compression History Some History Compression is an instruction: CMPSC, op code B263 Performance varies depending on machine design implementation Also data content and usage Two types of Compression Generic and Tailored Generic compression uses dictionary building blocks to create a dictionary Tailored compression samples the data to be compressed and creates a fully custom dictionary from this data. The dictionary is kept with the data. Generic and Tailored compression paths may have different performance characteristics Always has been a tradeoff between DASD savings and CPU time Tailored typically has higher DASD savings, but may incur higher CPU cost 5

6 6 Advanced Technical Support Washington Systems Center LSPR Mixed workload and Compression (B263) Behavior over Time LSPR B Compression Performance Expansion Performance G G G G4(3.3ns) 9672 G4(3.1ns) 9672 G4(2.7ns) 9672 G5 (2.6ns 9672 G5(2.4ns) 9672 G5(2.0ns) 9672 G6(1.8ns) 9672G6(1.65ns 2066 (1.6ns) 2064 (1.3ns) 2064 (1.09ns) 2084 (0.8ns) 2094 (.579ns) 2097 (.227ns) Relative Performance Range G G G G4(3.3ns) 9672 G4(3.1ns) 9672 G4(2.7ns) 9672 G5 (2.6ns 9672 G5(2.4ns) 9672 G5(2.0ns) 9672 G6(1.8ns) 9672G6(1.65ns 2066 (1.6ns) 2064 (1.3ns) 2064 (1.09ns) 2084 (0.8ns) 2094 (.579ns) 2097 (.227ns) Relative Performance Range Over time Compression has kept pace with the LSPR Mixed Workload

7 Processor Hardware Cache Characteristics which affect compression z Compression dictionary is cached in standard L1 processor cache Thus interfering with all other work on the system z Each CP has a compression engine The compression engine has a 16k cache to hold dictionary references This removes the impact from other workload But will concentrate any negative impact to the compression work units Resulting cache misses can result in performance below the default mix LSPR ratio DFSMS Tailored compression tests 8k, 32k and 128k dictionary sizes for highest DASD savings The working set of the larger dictionary sizes may not totally fit in the z k cache, resulting in high cache miss rates and higher CPU costs 7

8 Identifying the size of a Tailored Dictionary for a data set LISTCAT If you do a LISTCAT of a compressed data set, you will get the dictionary token. For example: ACT-DIC-TOKEN---- X' ' The last nibble in the forth byte contains a "9" which indicates the number of bits representing a single character. The dictionary sizes are: SMF 9 = 8K A = 16K B = 32K C = 64K D = 128K Note that you will only see 9, B and D as DFSMS only builds 8K, 32K and 128K dictionaries. The dictionary token is available in SMF records. Type 14 for sequential has a field SMF14TKN Type 64 for VSAM has SMF64DTK 8

9 What we did Ran Compression Tests of z9 Vs z Vs 2097 Dedicated LPAR with 1 logical processor Only 1 data set and 1 dictionary was accessed per test The data set size in all cases was 2016 MB Tests Compression Type No compression Generic compression Tailored compression Write Vs Read 9

10 Results 2094 Vs 2097 CPU Differences Compressed Datasets Function Compressed 2094 CPU 2097 CPU ITR Ratio Compression % Write No % Write Generic % Write Tailored % Read No % Read Generic % Read Tailored % 10

11 Compression Tests Observations Tailored Compression may have a higher CPU cost than Generic when compressing the same data Thus ITR (work per CPU) of 2097 is less than 2094 for tailored than generic Differences in Generic and Tailored Dictionaries Tailored is 4x size Vs Generic Tailored is more fully populated and more heavily used, resulting in substantially more DASD space savings Differences can result in Higher cache miss rate for Tailored 2097 has separate 16k Cache and with 2094 there is no separate cache but shares L1 Tests ignore benefit to other workloads running Because of no L1 interference from compression activity going to 16k cache 11

12 Compression Considerations Summary Compression continues to be a trade off Between DASD Savings and CPU consumption Compression can influence the ITRR of jobs as you migrate to new processor technology Relative to the LSPR Mixed workload Compression is influenced by many factors Number of concurrent jobs, symbol set, data content 12

13 SMF 23 Record Update 13

14 What are SMF 23 Records? SMF 23 The SMF record New extensions to the SMF 23 record Provide information related to Dispatching, Storage and I/O Available on z/os 1.8 and above Why you d want to collect them? They may provided a way to help characterize your workload to improve your capacity planning LoIO Mix zpcr is simply an estimate of your actual workload pattern Record Size and Interval Small record bytes (258 bytes with deltas ) per System per interval Interval set in SMFPRMxx by STATUS(hhmmss) SMF[,SYNC NOSYNC] 14

15 What is in the SMF 23s? - New Fields via APAR OA22414 Storage Total Number of Getmain requests (NGR) Total Pages backed during Getmain requests (PBG) Total Number of Fixed requests for Storage below 2 GB (NFR) Total number of Frames for Fixed requests for Storage below 2 GB (PFX) Faults Total number of first reference faults (1RF) Total number of non first reference faults (NRF) I/Os Total Number of I/Os (NIO) Dispatches (Dispatch) Number of unlocked TCB Dispatches (TCB) Number of SRB Dispatches (SRB) APAR OA27161 Closed 1/19/2009 To provide delta counters for above fields Otherwise cumulative counters 15

16 What are we doing? Collecting SMF 23s from variety of customers Only 13 Customers so far 2084, 2086, 2094, 2097 Normalizing data so we can compare across customers Converted to deltas between intervals Converted to per Second Converted to per PCI used from SMF 70s LPAR busy * Machine LSPR PCI rating 16

17 SMF 23 Summary We are gathering a larger sample size before drawing conclusions More work to be done Looking for Volunteers (up to 24 hours of SMF 23s, 70s, 72s per LPAR) If interested send note to jpburg@us.ibm.com No deliverable will be returned IBM will be performing clustering analysis Goal: Identify if SMF 23s can help determine workload characterization Potential input to zpcr? Benefit: Opportunity to ensure your data is used to influence clustering analysis Recommendation Start collecting SMF 23s with the new information 17

18 z10 CPU Measurement Facility 18

19 What is the z10 CPU Measurement Facility New hardware instrumentation facility CPU Measurement Facility (CPU MF) Available on System z10 EC GA2 and z10 BC Supported by a new z/os component (Instrumentation), Hardware Instrumentation Services (HIS) Potential Future Uses for this new cool virtualization technology CPU MF provides support built into the processor hardware So exploiting mechanism allows the observation of performance behavior with nearly no impact to the system being observed Potential Uses Future workload characterization ISV product improvement Application Tuning 19

20 High level description Data collection done by System z hardware Low overhead Little/No skew in sampling Access to information which is not available from software Information about how software and hardware interact 2 Basic Modes COUNTERS SAMPLING SAMPFREQ= is the default (samples per minute), = 13,333 / sec 8M samples in 10 minutes is the default > (DURATION=10 is the default, 10 minutes) Recommendation Start with a small frequency, e.g. SAMPFREQ=320, and increase after early experiences e.g. ensure enough disk space for output > Smaller z10 BCs should increase only up to SAMPFREQ= (for DURATION=60) New IBM Research article IBM System z10 performance improvements with software and hardware synergy 20

21 Requirements and Steps to utilize z10 CPU MF Requirements for CPU MF System z10 machine must be at GA2 Driver 76D Bundle #11 or higher z10 BC sub-capacity models must be at Bundle #20 or higher z/os LPAR being measured must be at z/os 1.8 or higher with APARs: OA25755, OA25750, and OA25773 Not supported for z/os running as a z/vm guest Steps to utilize CPU MF 1. Configure the z10 Server to collect CPU MF Data Update LPAR Security Tabs (See appendix) 2. Configure HIS on z/os to collect CPU MF Data * Set up HIS Proc Set up OMVS Directory Collect SMF 113s via SMFPRMxx //HIS PROC //HIS EXEC PGM=HISINIT,REGION=0K,TIME=NOLIMIT //SYSPRINT DD SYSOUT=* 3. Collect CPU MF Data Start HIS Modify with Begin/End for COUNTERS or SAMPLING 4. Analyze the CPU MF Data SMF 113s or OMVS files (e.g. *.CNT, etc.) * See MVS Commands SA Setting up hardware event data collection

22 How it works Hardware Instrumentation Counters HW CPU 0 CPU 1 CPU n Modify HIS,Begin OS <15 min intervals> Modify HIS,End.CNT Delta counters, (End- Begin), to.cnt file One file for all CPUs SMF 113s Raw counters to SMF One record per CPU 22

23 What data is in the CPU MF per Logical CP Basic Counters (and Problem) per CPU (1) Cycles Instructions L1 Cache Sourcing basic information Crypto Counters per CPU (1) Counts and Cycles by Crypto function Extended Counters per CPU (Model Dependent) (2) Cache Hierarchy Information and more z10 L1 Sourcing detailed information z10 L1 Cache Hierarchy Sourcing 1 - See The Set-Program-Parameter and CPU-Measurement Facilities SA for full description 2 - See IBM The CPU-Measurement Facility Extended Counters Definition for z10 SA for full description See Appendix for Basic, Problem and Crypto Counters 23

24 CPU MF and HIS provide a z/os logical view of z10 Resource Usage and Cache Hierarchy Sourcing L 1.5 L 1 CPU Memory L2 Cache L 1.5 L 1 CPU HIS LP0 LP1 LP4 z/os LPAR L 1.5 L 1 CPU Book PR/SM CPU MF L 1.5 L 1 CPU Memory L2 Cache L 1.5 L 1 CPU L 1.5 L 1 CPU LPAR / Logical CP view: Memory Accesses Cache L 2 Accesses L1.5 Accesses L1 Sourced from Hierarchy Instructions and Cycles Crypto function 24

25 What we did Set up CPU MF on WSC z10 and z/os 1.10 Started/Modified HIS and collected SMF 113s and *.CNT Data Ran COUNTERS mode, COUNTERS=ALL (Basic, Problem, Crypto, Extended) via: F HIS,B,TT='EncrypCounters2',PATH='/his/',CTRONLY,CTR=ALL Ran DASD dumps DASD dumps sequentially over 20 minute duration With option: ENCRYPT(CLRTDES) - Built sample reports with a REXX exec Used *.CNT output to as input Validated with SMF 113s Reports Basic Counters Crypto Counters Basic / Extended Counters - z10 L1 Cache Hierarchy Sourcing Report 25

26 SYSHISyyyymmdd,hhmmss.CNT Output unformatted HIS019I EVENT COUNTERS INFORMATION FILE NAME: SYSHIS CNT COMMAND: MODIFY HIS,B,TT='EncrypCounters2',PATH='/his/',CTRONLY,CTR=ALL COUNTER VERSION NUMBER 1: 1 COUNTER VERSION NUMBER 2: 1 COUNTER SET= BASIC COUNTER IDENTIFIERS: 0: CYCLE COUNT 1: INSTRUCTION COUNT 2: L1 I-CACHE DIRECTORY-WRITE COUNT 3: L1 I-CACHE PENALTY CYCLE COUNT 4: L1 D-CACHE DIRECTORY-WRITE COUNT 5: L1 D-CACHE PENALTY CYCLE COUNT START TIME: 2009/02/07 16:11:02 START TOD: C3B6ADBE7AD83D26 END TIME: 2009/02/07 16:31:19 END TOD: C3B6B24700FC45A5 COUNTER VALUES (HEXADECIMAL) FOR CPU 00: BEBF CF B57E0D A620C B25C43DBC Description Start / End time Counters per CPU - 00 START TIME: 2009/02/07 16:11:02 START TOD: C3B6ADBE7AD95826 END TIME: 2009/02/07 16:31:19 END TOD: C3B6B24700FD3625 COUNTER VALUES (HEXADECIMAL) FOR CPU 01: CFB22F1D D23D49A D89E B662EA C1F067B B8087F6A Counters per CPU - 01 START TIME: 2009/02/07 16:11:02 START TOD: C3B6ADBE7ADABCA6 END TIME: 2009/02/07 16:31:19 END TOD: C3B6B24700FE1525 COUNTER VALUES (HEXADECIMAL) FOR CPU 04: DE76A A8F16E5E AC8F B92F07B E926CFD Counters per CPU - 04 COUNTER SET= PROBLEM-STATE COUNTER IDENTIFIERS: 32: PROBLEM-STATE CYCLE COUNT 33: PROBLEM-STATE INSTRUCTION COUNT 34: PROBLEM-STATE L1 I-CACHE DIRECTORY-WRITE COUNT 35: PROBLEM-STATE L1 I-CACHE PENALTY CYCLE COUNT 36: PROBLEM-STATE L1 D-CACHE DIRECTORY-WRITE COUNT 37: PROBLEM-STATE L1 D-CACHE PENALTY CYCLE COUNT 26

27 Sample Report Basic Counters Normalized Basic Counters to per Second L1 Index and Directory Write Counts used In Cache Hierarchy Sourcing These numbers come from a synthetic Benchmark and do not represent a production workload 27

28 Sample Report Crypto Counters This information may be useful in determining: When and What encryption function is occurring (Count)? How many cycles are being used? Since CPU MF is new, this information is not available from RMF today The encryption facility executed both SHA functions and TDES functions for this specific test. These numbers come from a synthetic Benchmark and do not represent a production workload 28

29 Sample Report Basic / Extended Counters z10 L1 Cache Hierarchy Sourcing Various Sources from Extended Counters Total L1 Sourcing from Basic Counters These numbers come from a synthetic Benchmark and do not represent a production workload 29

30 CPU MF and HIS provide a z/os logical view of z10 Resource Usage and Cache Hierarchy Sourcing L 1.5 L 1 CPU Memory L2 Cache L 1.5 L 1 CPU HIS LP0 LP1 LP4 L 1.5 L 1 CPU Book PR/SM CPU MF L 1.5 L 1 CPU Memory L2 Cache L 1.5 L 1 CPU L 1.5 L 1 CPU LPAR / Logical CP view: Memory.27% Cache L % L % L1 Sourced from above Hierarchy 2.15 Million / Sec z/os LPAR These numbers come from a synthetic Benchmark and do not represent a production workload 30

31 z10 CPU Measurement Facility Summary COUNTERS mode took very low overhead to run Less than 1/100 of a second for HIS address space in 15 minute interval CTRONLY option ensures that delta counters are provided in the *.CNT output Useful for determining rates from the Start and End times CPU MF provides unique z10 performance measurement capabilities Future potential uses may include Workload characterization, ISV product improvement, and application tuning 31

32 Summary - Workload Characterization Future Vision Future vision is to potentially combine SMF 23s and SMF113s To help identify workload characteristics and to provide better input for capacity planning and performance Workload Characterization SMF 23s SMF 113s Looking for Volunteers (up to 24 hours of SMF 23s, 70s, 72s, 113s *.CNT per LPAR) If interested send note to jpburg@us.ibm.com No deliverable will be returned Benefit: Opportunity to ensure your data is used to influence clustering analysis 32

33 Acknowledgements Many people contributed to this presentation including: Riaz Ahmad Mary Astley Greg Boyd Harv Emery Gary King Marty Moroch Steve Olenik Bob St John Debbie St. Onge Kathy Walsh 33

34 Thank You for attending! 34

35 Appendix 35

36 Image Profile Security Customization for HIS 36

37 Counter Data Basic Counter Set Cycle count Instruction count Level-1 I-cache directory write count Level-1 I-cache penalty cycle count Level-1 D-cache directory write count Level-1 D-cache penalty cycle count Problem State Counter Set Problem state cycle count Problem state instruction count Problem state level-1 I-cache directory write count Problem state level-1 I-cache penalty cycle count Problem state level-1 D-cache directory write count Problem state level-1 D-cache penalty cycle count Extended Counter Set Number and meaning of counters are model dependant 37

38 Counter Data Crypto Activity Counter Set (CPACF activity) PRNG function count PRNG cycle count PRNG blocked function count PRNG blocked cycle count SHA function count SHA cycle count SHA blocked function count SHA blocked cycle count DES function count DES cycle count DES blocked function count DES blocked cycle count AES function count AES cycle count AES blocked function count AES blocked cycle count 38

39 SMF Record type 113, subtype 2 Layout: (SMF manual, HISYSMFR macro) Standard SMF record header ( 1C x bytes) SMF record control information TOD when SMF record is written, etc. Offset, length, and number of data sections Data section TOD when counter data was captured CPU number Offset, length, and number of Counter Set Sections Offset, length, and number of Counter Sections Counter Set Sections Counter Set type (1=BASIC, 2=PROB, 3=CRYPTO, 4=EXT) Bit mask identifying the counters being recorded in array e.g. FC x => counters 0-5 are valid Counter Sections 8-byte counter values (contiguous) 39

40 z10 versus z9 hardware comparison z9 EC CPU 1.7 Ghz superscalar Caches L1 private 256k i, 256k d L2 shared 40 mbs / book book interconnect: ring L1 CPU Memory L2 Cache L1 CPU... L1 CPU z10 EC CPU 4.4 Ghz redesigned pipeline superscalar Caches L1 private 64k i, 128k d L1.5 private 3 mbs L2 shared 48 mbs / book book interconnect: star L1.5 L1 CPU Memory L2 Cache L1.5 L1 CPU... L1.5 L1 CPU 40

WSC Short Stories and Tall Tales. Session IBM Advanced Technical Support. August 27, John Burg. IBM Washington Systems Center

WSC Short Stories and Tall Tales. Session IBM Advanced Technical Support. August 27, John Burg. IBM Washington Systems Center IBM Advanced Technical Support WSC Short Stories and Tall Tales Session 2136 August 27, 2009 John Burg IBM Washington Systems Center 1 2 Advanced Technical Support Washington Systems Center Trademarks

More information

CPU MF Counters Enablement Webinar

CPU MF Counters Enablement Webinar Advanced Technical Skills (ATS) North America MF Counters Enablement Webinar June 14, 2012 John Burg Kathy Walsh IBM Corporation 1 MF Enablement Education Part 2 Specific Education Brief Part 1 Review

More information

Advanced Technical Skills (ATS) North America. John Burg Brad Snyder Materials created by John Fitch and Jim Shaw IBM Washington Systems Center

Advanced Technical Skills (ATS) North America. John Burg Brad Snyder Materials created by John Fitch and Jim Shaw IBM Washington Systems Center Advanced Technical Skills (ATS) North America zpcr Capacity Sizing Lab SHARE Sessions 2110/2111 March 17, 2010 John Burg Brad Snyder Materials created by John Fitch and Jim Shaw IBM Washington Systems

More information

zpcr Capacity Sizing Lab

zpcr Capacity Sizing Lab (ATS) North America zpcr Capacity Sizing Lab SHARE - Sessions 8883/9098 March 2, 2011 John Burg Brad Snyder Materials created by John Fitch and Jim Shaw IBM 1 2 Advanced Technical Skills Trademarks The

More information

z10 CPU MF Overview and WSC Experiences

z10 CPU MF Overview and WSC Experiences Advanced Technical Skills (ATS) North America z10 MF Overview and WSC Experiences SHARE Session 2113 March 16, 2010 John Burg IBM Washington Systems Center 1 2 Advanced Technical Support Washington Systems

More information

zpcr Capacity Sizing Lab

zpcr Capacity Sizing Lab (ATS) North America zpcr Capacity Sizing Lab SHARE - Sessions 10001/9667 August 11, 2011 John Burg Brad Snyder Materials created by John Fitch and Jim Shaw IBM 1 2 Advanced Technical Skills Trademarks

More information

zpcr Capacity Sizing Lab

zpcr Capacity Sizing Lab (ATS) North America zpcr Capacity Sizing Lab SHARE - Sessions 10885 / 10880 March 15, 2012 John Burg Materials created by John Fitch and Jim Shaw IBM 1 2 Trademarks The following are trademarks of the

More information

Framework for Doing Capacity Sizing on System z Processors

Framework for Doing Capacity Sizing on System z Processors Advanced Technical Skills (ATS) North America Framework for Doing Capacity Sizing on System z Processors Seattle Share: Session 2115 Bradley Snyder Email Address: bradley.snyder@us.ibm.com Phone: 972-561-6998

More information

The Relatively New LSPR and zec12/zbc12 Performance Brief

The Relatively New LSPR and zec12/zbc12 Performance Brief The Relatively New LSPR and zec12/zbc12 Performance Brief SHARE Anaheim 15204 EWCP Gary King IBM March 12, 2014 Page 1 Trademarks The following are trademarks of the International Business Machines Corporation

More information

zpcr Capacity Sizing Lab

zpcr Capacity Sizing Lab (ATS) North America zpcr Capacity Sizing Lab SHARE - Sessions 11599 / 11497 August 7, 2012 John Burg Materials created by John Fitch and Jim Shaw IBM 1 2 Advanced Technical Skills Trademarks The following

More information

Framework for Doing Capacity Sizing for System z Processors

Framework for Doing Capacity Sizing for System z Processors IBM Advanced Technical Support - WSC Framework for Doing Capacity Sizing for System z Processors Summer 2009 Share session: 2115 Bradley Snyder Email Address: bradley.snyder@us.ibm.com Phone: 972-561-6998

More information

To MIPS or Not to MIPS. That is the CP Question!

To MIPS or Not to MIPS. That is the CP Question! To MIPS or Not to MIPS That is the CP Question! SHARE Seattle 16811 EWCP Gary King IBM March 4, 2015 1 2 Trademarks Systems & Technology Group The following are trademarks of the International Business

More information

The All New LSPR and z196 Performance Brief

The All New LSPR and z196 Performance Brief The All New LSPR and z196 Performance Brief SHARE Anaheim EWCP Gary King IBM March 2, 2011 1 Trademarks The following are trademarks of the International Business Machines Corporation in the United States

More information

z/os Data Set Encryption In the context of pervasive encryption IBM z systems IBM Corporation

z/os Data Set Encryption In the context of pervasive encryption IBM z systems IBM Corporation z/os Data Set Encryption In the context of pervasive encryption IBM z systems 1 Trademarks The following are trademarks of the International Business Machines Corporation in the United States, other countries,

More information

zpcr Capacity Sizing Lab Sessions 2110/2111 IBM Advanced Technical Support August 26, 2009 John Burg Brad Snyder

zpcr Capacity Sizing Lab Sessions 2110/2111 IBM Advanced Technical Support August 26, 2009 John Burg Brad Snyder IBM Advanced Technical Support zpcr Capacity Sizing Lab Sessions 2110/2111 August 26, 2009 John Burg Brad Snyder Materials created by John Fitch and Jim Shaw IBM Washington Systems Center 1 2 Advanced

More information

zpcr Capacity Sizing Lab

zpcr Capacity Sizing Lab zpcr Capacity Sizing Lab John Burg IBM August 15, 2013 Session Number 14219 / 13954 Insert Custom Session QR if Desired. 2 Advanced Technical Skills Trademarks The following are trademarks of the International

More information

z/vm 6.3 A Quick Introduction

z/vm 6.3 A Quick Introduction z/vm Smarter Computing with Efficiency at Scale z/vm 6.3 A Quick Introduction Dan Griffith Bill Bitner IBM Endicott Notice Regarding Specialty Engines (e.g., ziips, zaaps and IFLs): Any information contained

More information

CPU MF - the Lucky SMF 113s - z196 Update and WSC Experiences

CPU MF - the Lucky SMF 113s - z196 Update and WSC Experiences (ATS) North America MF - the Lucky SMF 113s - z196 Update and WSC Experiences Guide SHARE Europe November 17, 2010 Jean-Paul Goemaere thanks to John Burg, author of this presentation IBM Washington Systems

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

CPU MF Counters Enablement Webinar

CPU MF Counters Enablement Webinar Advanced Technical Skills (ATS) North America CPU MF Counters Enablement Webinar John Burg Kathy Walsh May 2, 2012 1 Announcing CPU MF Enablement Education Two Part Series Part 1 General Education Today

More information

z/vm Data Collection for zpcr and zcp3000 Collecting the Right Input Data for a zcp3000 Capacity Planning Model

z/vm Data Collection for zpcr and zcp3000 Collecting the Right Input Data for a zcp3000 Capacity Planning Model IBM z Systems Masters Series z/vm Data Collection for zpcr and zcp3000 Collecting the Right Input Data for a zcp3000 Capacity Planning Model Session ID: cp3kvmxt 1 Trademarks The following are trademarks

More information

z/osmf 2.1 User experience Session: 15122

z/osmf 2.1 User experience Session: 15122 z/osmf 2.1 User experience Session: 15122 Anuja Deedwaniya STSM, z/os Systems Management and Simplification IBM Poughkeepsie, NY anujad@us.ibm.com Agenda Experiences of early ship program customers Scope

More information

Enterprise Workload Manager Overview and Implementation

Enterprise Workload Manager Overview and Implementation Enterprise Workload Manager Overview and Implementation Silvio Sasso IBM ITS Delivery for z/os sisa@ch.ibm.com 2006 IBM Corporation Trademarks The following are trademarks of the International Business

More information

zpcr Capacity Sizing Lab

zpcr Capacity Sizing Lab zpcr Capacity Sizing Lab John Burg IBM March 4, 2015 Session Number 16806 / 16798 Insert Custom Session QR if Desired. Trademarks The following are trademarks of the International Business Machines Corporation

More information

System z Performance : More Than You Think

System z Performance : More Than You Think System z Performance : More Than You Think SHARE Pittsburgh Session 15709 EWCP Steve Grabarits IBM August 6, 2014 1 Trademarks The following are trademarks of the International Business Machines Corporation

More information

Coupling Technology Overview and Planning. What's the right stuff for me?

Coupling Technology Overview and Planning. What's the right stuff for me? Coupling Technology Overview and Planning What's the right stuff for me? SHARE Boston EWCP Gary King IBM August 5, 2010 1 2 Systems and Technology Group Trademarks The following are trademarks of the International

More information

10192 ICSF Update Cryptographic Support On z114 and z196

10192 ICSF Update Cryptographic Support On z114 and z196 IBM Americas ATS, Washington Systems Center IBM Americas, ATS, Washington Systems Center 10192 ICSF Update Cryptographic Support On z114 and z196 Greg Boyd (boydg@us.ibm.com) March 12, 2012 Atlanta, GA

More information

Crypto Performance Update Share Anaheim, CA March, 2014

Crypto Performance Update Share Anaheim, CA March, 2014 IBM Americas, ATS, Washington Systems Center Share 14668 Anaheim, CA Greg Boyd (boydg@us.ibm.com) QR Code Share 14668 Share 14668 Anaheim, CA Page 2 Agenda Crypto Refresher Crypto Functions Clear Key vs

More information

ICSF Update Share Anaheim, CA August 2012

ICSF Update Share Anaheim, CA August 2012 IBM Americas, ATS, Washington Systems Center ICSF Update Share 11487 Anaheim, CA August 2012 Greg Boyd (boydg@us.ibm.com) 2012 IBM Corporation Agenda IBM ATS, Washington Systems Center HCR7790 Dynamic

More information

2015 CPU MF Update. John Burg IBM. March 3, 2015 Session Number Insert Custom Session QR if Desired.

2015 CPU MF Update. John Burg IBM. March 3, 2015 Session Number Insert Custom Session QR if Desired. 2015 CPU MF Update John Burg IBM March 3, 2015 Session Number 16803 Insert Custom Session QR if Desired. Trademarks The following are trademarks of the International Business Machines Corporation in the

More information

WebSphere Application Server Base Performance

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

More information

CPU MF - the Lucky SMF 113s - z196 Update and WSC Experiences

CPU MF - the Lucky SMF 113s - z196 Update and WSC Experiences (ATS) North America MF - the Lucky SMF 113s - z196 Update and WSC Experiences SHARE - Session 8882 March 3, 2011 John Burg jpburg@us.ibm.com IBM Washington Systems Center 1 2 Advanced Technical Skills

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

Greg Daynes z/os Software Deployment

Greg Daynes z/os Software Deployment Greg Daynes gdaynes@us.ibm.com z/os Software Deployment Trademarks The following are trademarks of the International Business Machines Corporation in the United States and/or other countries. IBM* IBM

More information

Managing LDAP Workloads via Tivoli Directory Services and z/os WLM IBM. Kathy Walsh IBM. Version Date: July 18, 2012

Managing LDAP Workloads via Tivoli Directory Services and z/os WLM IBM. Kathy Walsh IBM. Version Date: July 18, 2012 Managing LDAP Workloads via Tivoli Directory Services and z/os WLM IBM Kathy Walsh IBM Version Date: July 18, 2012 This document can be found on the web, www.ibm.com/support/techdocs Under the category

More information

Planning Considerations for HiperDispatch Mode Version 2 IBM. Steve Grabarits Gary King Bernie Pierce. Version Date: May 11, 2011

Planning Considerations for HiperDispatch Mode Version 2 IBM. Steve Grabarits Gary King Bernie Pierce. Version Date: May 11, 2011 Planning Considerations for HiperDispatch Mode Version 2 IBM Steve Grabarits Gary King Bernie Pierce Version Date: May 11, 2011 This document can be found on the web, www.ibm.com/support/techdocs Under

More information

SHARE in Pittsburgh Session 15801

SHARE in Pittsburgh Session 15801 HMC/SE Publication and Online Help Strategy Changes with Overview of IBM Resource Link Tuesday, August 5th 2014 Jason Stapels HMC Development jstapels@us.ibm.com Agenda Publication Changes Online Strategy

More information

WebSphere Application Server 6.1 Base Performance September WebSphere Application Server 6.1 Base Performance

WebSphere Application Server 6.1 Base Performance September WebSphere Application Server 6.1 Base Performance WebSphere Application Server 6.1 Base Performance September 2008 WebSphere Application Server 6.1 Base Performance Table of Contents Introduction to the WebSphere Application Server performance tests...

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

IBM Client Center z/vm 6.2 Single System Image (SSI) & Life Guest Relocation (LGR) DEMO

IBM Client Center z/vm 6.2 Single System Image (SSI) & Life Guest Relocation (LGR) DEMO Frank Heimes Senior IT Architect fheimes@de.ibm.com 12. Mär 2013 IBM Client Center z/vm 6.2 Single System Image (SSI) & Life Guest Relocation (LGR) DEMO IBM Client Center, Systems and Software, IBM Germany

More information

Coupling Technology Overview and Planning. What's the right stuff for me?

Coupling Technology Overview and Planning. What's the right stuff for me? Coupling Technology Overview and Planning What's the right stuff for me? SHARE San Francisco EWCP Gary King IBM February 7, 2013 1 2 Systems and Technology Group Trademarks The following are trademarks

More information

ZVM17: z/vm Device Support Overview

ZVM17: z/vm Device Support Overview IBM System z Technical University Berlin, Germany May 21-25 ZVM17: z/vm Device Support Overview Eric Farman, IBM Trademarks The following are trademarks of the International Business Machines Corporation

More information

CPU MF Update and What s New with z/os 2.1?

CPU MF Update and What s New with z/os 2.1? CPU MF Update and What s New with z/os 2.1? John Burg IBM August 7, 2014 Session Number 15705 Insert Custom Session QR if Desired. 2 System z WSC Performance Team Trademarks The following are trademarks

More information

IBM z/os Early Support Program (ESP)

IBM z/os Early Support Program (ESP) IBM zenterprise - Freedom by Design IBM z/os Early Support Program (ESP) Gerard Laumay System z IT Specialist, zchampion System z New Technology Introduction (NTI) Team gerard.laumay@fr.ibm.com November

More information

zmanager: Platform Performance Manager Hiren Shah IBM March 14,

zmanager: Platform Performance Manager Hiren Shah IBM March 14, zmanager: Platform Performance Manager Hiren Shah IBM March 14, 2012 10658 Trademarks The following are trademarks of the International Business Machines Corporation in the United States, other countries,

More information

IEBCOPY Teaching an Old Dog New Tricks

IEBCOPY Teaching an Old Dog New Tricks IEBCOPY Teaching an Old Dog New Tricks Cecilia Carranza Lewis, IBM STSM - z/os DFSMS Architecture, Design and Development August 11, 2011 Session 9940 Disclaimer The information on the new product is intended

More information

Java on z13 A Performance Update

Java on z13 A Performance Update Java on z13 A Performance Update Marc Beyerle (marc.beyerle@de.ibm.com) System z Specialist, Senior Java Performance Engineer Much of this material was borrowed from Marcel Mitran and team thanks, Marcel!

More information

IBM Multi-Factor Authentication in a Linux on IBM Z environment - Example with z/os MFA infrastructure

IBM Multi-Factor Authentication in a Linux on IBM Z environment - Example with z/os MFA infrastructure IBM Multi-Factor Authentication in a Linux on IBM Z environment - Example with z/os MFA infrastructure Dr. Manfred Gnirss IBM Client Center, Boeblingen 21.3.2018 2 Trademarks The following are trademarks

More information

Setting up IBM zaware Step by Step

Setting up IBM zaware Step by Step Setting up IBM zaware Step by Step Garth Godfrey IBM ggodfrey@us.ibm.com Tom Mathias IBM mathiast@us.ibm.com Feb 6, 2013 Session 13066 (C) 2012, 2013 IBM Corporation Trademarks The following are trademarks

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

z/osmf 2.1 Advanced Programming

z/osmf 2.1 Advanced Programming z/osmf 2.1 Advanced Programming Joey Zhu (zhuxiaoz@cn.ibm.com) IBM Corporation March 4, 2015 Session Number 16935 Permission is granted to SHARE Inc. to publish this presentation paper in the SHARE Inc.

More information

DFSMSdss Best Practices in an SMS Environment

DFSMSdss Best Practices in an SMS Environment DFSMSdss Best Practices in an SMS Environment Steve Huber and Jeff Suarez IBM Corporation shuber@us.ibm.com jrsuarez@us.ibm.com August 5, 2010 Session 8049 Legal Disclaimer NOTICES AND DISCLAIMERS Copyright

More information

Setting up DB2 data sharing the easy way

Setting up DB2 data sharing the easy way Setting up DB2 data sharing the easy way Jeff M. Sullivan IBM systems and Technology Group Lab Services Friday, March 4, 2011: 8:00 AM-9:00 AM Room 211A (Anaheim Convention Center) Trademarks The following

More information

Oracle PeopleSoft Applications for IBM z Systems

Oracle PeopleSoft Applications for IBM z Systems Oracle PeopleSoft Applications for IBM z Systems Michael Curtis IBM Systems, ISV Enablement z Systems Technical Specialist mcurtis@us.ibm.com Susan Adamovich IBM Systems, ISV Enablement Oracle on z Systems

More information

HiperSockets for System z Newest Functions

HiperSockets for System z Newest Functions HiperSockets for System z Newest Functions Alan Altmark Senior Managing z/vm and Linux Consultant IBM Systems Lab Services and Training Alexandra Winter HiperSockets Architect IBM System z Firmware Development

More information

9708: Shaping the Future of IBM Documentation Delivery and Management

9708: Shaping the Future of IBM Documentation Delivery and Management 9708: Shaping the Future of IBM Documentation Delivery and Management Tuesday, August 9, 2011: 6:00 PM-7:00 PM Oceanic 2 (Walt Disney World Dolphin ) Speakers: Geoff Smith (IBM Corporation) and Linda Jorgensen

More information

Utilizing z/os Logger Support for SMF

Utilizing z/os Logger Support for SMF Systems & Technology Group Utilizing z/os Logger Support for SMF Share in Boston, August 2010 v Glenn Anderson IBM Technical Training grander@us.ibm.com Trademarks The following are trademarks of the International

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

Run vsphere in a box on your laptop, to learn, demonstrate, and test vcenter, ESX4/ESXi4, VMotion, HA, and DRS.

Run vsphere in a box on your laptop, to learn, demonstrate, and test vcenter, ESX4/ESXi4, VMotion, HA, and DRS. 2009 System x and BladeCenter Technical Conference July 27 July 31, 2009 Chicago, Illinois Run vsphere in a box on your laptop, to learn, demonstrate, and test vcenter, ESX4/ESXi4, VMotion, HA, and DRS.

More information

z/vse 5.2 Tapeless Initial Installation

z/vse 5.2 Tapeless Initial Installation z/vse Live Virtual Class 2014 z/vse 5.2 Tapeless Initial Installation Jens Remus http://www.ibm.com/zvse http://twitter.com/ibmzvse 2014 IBM Corporation Trademarks The following are trademarks of the International

More information

Running Docker applications on Linux on the Mainframe

Running Docker applications on Linux on the Mainframe Running Docker applications on Linux on the Mainframe Jay Brenneman - rjbrenn@us.ibm.com 10 August, 2015 Trademarks The following are trademarks of the International Business Machines Corporation in the

More information

64 bit virtual in z/vse V5.1

64 bit virtual in z/vse V5.1 z/vse Live Virtual Class 64 bit virtual in z/vse V5.1 Ingolf Salm salm@de.ibm.com 2011 IBM Corporation Trademarks The following are trademarks of the International Business Machines Corporation in the

More information

IBM Lifecycle Extension for z/os V1.8 FAQ

IBM Lifecycle Extension for z/os V1.8 FAQ IBM System z Introduction June, 2009 IBM Lifecycle Extension for z/os V1.8 FAQ Frequently Asked Questions PartnerWorld for Developers Community IBM Lifecycle Extension for z/os V1.8 This document is a

More information

PROGxx and LLA Enhancements z/os 1.12

PROGxx and LLA Enhancements z/os 1.12 IBM Systems & Technology Group PROGxx and LLA Enhancements z/os 1.12 Session 9703 Peter Relson IBM Poughkeepsie relson@us.ibm.com 9 August 2011 Permission is granted to SHARE Inc. to publish this presentation

More information

IBM Mainframe Life Cycle History

IBM Mainframe Life Cycle History IBM Mainframe Life Cycle History V2.1 April 10th, 2018 Donald J. Clarke, P. Eng. IBM Canada Ltd. dclarke@ca.ibm.com IBM Mainframe Life Cycle History V2.1 / April 10, 2018 / 2018 IBM Corporation http://www.ibm.com/support/techdocs/atsmastr.nsf/webindex/td105503

More information

IBM Application Runtime Expert for i

IBM Application Runtime Expert for i IBM Application Runtime Expert for i Tim Rowe timmr@us.ibm.com Problem Application not working/starting How do you check everything that can affect your application? Backup File Owner & file size User

More information

Computing as a Service

Computing as a Service IBM System & Technology Group Computing as a Service General Session Thursday, June 19, 2008 1:00 p.m. - 2:15 p.m. Conrad Room B/C (2nd Floor) Dave Gimpl, gimpl@us.ibm.com June 19, 08 Computing as a Service

More information

Behind the Glitz - Is Life Better on Another Database Platform?

Behind the Glitz - Is Life Better on Another Database Platform? Behind the Glitz - Is Life Better on Another Database Platform? Rob Bestgen bestgen@us.ibm.com DB2 for i CoE We know the stories My Boss thinks we should move to SQL Server Oracle is being considered for

More information

Coupling Technology Overview and Planning. What's the right stuff for me?

Coupling Technology Overview and Planning. What's the right stuff for me? Coupling Technology Overview and Planning What's the right stuff for me? SHARE Seattle 16813 EWCP Gary King IBM March 3, 2015 1 2 Trademarks The following are trademarks of the International Business Machines

More information

Greg Boyd

Greg Boyd Share, Anaheim March 2011 S8332 Greg Boyd (boydg@us.ibm.com) oration Agenda zenterprise 196 Hardware CPACF CEX3 ICSF HCR7780 FIPS SPE Toleration and Migration VM and Linux TKE 7.0 Page 2 z196 Hardware

More information

z/vm Live Guest Relocation Planning and Use

z/vm Live Guest Relocation Planning and Use SHARE San Francisco February 2013 z/vm Live Guest Relocation Planning and Use Session 12482 John Franciscovich francisj@us.ibm.com Emily Kate Hugenbruch ekhugen@us.ibm.com Trademarks The following are

More information

Lab Exercise: z/osmf Incident Log Session ID: Part of 15814, 15815, and 15604

Lab Exercise: z/osmf Incident Log Session ID: Part of 15814, 15815, and 15604 SHARE in Pittsburgh August 2014 z/osmf Incident Log Hands On Lab z/osmf Hands-On Labs - Choose Your Own I, II, III Estimated Lab Time: 15-20 minutes Greg Daynes (gdaynes@us.ibm.com) IBM Corporation August

More information

IBM z Systems z/vse VM Workshop z/vse Wellness. How to keep your z/vse in good shape. Ingo Franzki, IBM IBM Corporation

IBM z Systems z/vse VM Workshop z/vse Wellness. How to keep your z/vse in good shape. Ingo Franzki, IBM IBM Corporation z/vse Wellness How to keep your z/vse in good shape Ingo Franzki, IBM Trademarks The following are trademarks of the International Business Machines Corporation in the United States, other countries, or

More information

IBM System Storage DS8870 Release R7.3 Performance Update

IBM System Storage DS8870 Release R7.3 Performance Update IBM System Storage DS8870 Release R7.3 Performance Update Enterprise Storage Performance Yan Xu Agenda Summary of DS8870 Hardware Changes I/O Performance of High Performance Flash Enclosure (HPFE) Easy

More information

High Availability and Scalability with System z and z/os

High Availability and Scalability with System z and z/os High Availability and Scalability with System z and z/os Joachim von Buttlar, Robert Vaupel IBM Deutschland Research & Development GmbH Who is Who? Joachim von Buttlar System z Firmware Development Joachim_von_buttlar@de.ibm.com

More information

V6R1 System i Navigator: What s New

V6R1 System i Navigator: What s New Agenda Key: Session Number: V6R1 System i Navigator: What s New Tim Kramer - timkram@us.ibm.com System i Navigator web enablement 8 Copyright IBM Corporation, 2008. All Rights Reserved. This publication

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

Release Notes. IBM Tivoli Identity Manager Rational ClearQuest Adapter for TDI 7.0. Version First Edition (January 15, 2011)

Release Notes. IBM Tivoli Identity Manager Rational ClearQuest Adapter for TDI 7.0. Version First Edition (January 15, 2011) IBM Tivoli Identity Manager for TDI 7.0 Version 5.1.1 First Edition (January 15, 2011) This edition applies to version 5.1 of Tivoli Identity Manager and to all subsequent releases and modifications until

More information

Overview of cryptography and enhancements on z/vse 4.3

Overview of cryptography and enhancements on z/vse 4.3 Overview of cryptography and enhancements on z/vse 4.3 Joerg Schmidbauer jschmidb@de.ibm.com March, 2011 Trademarks Trademarks The following are trademarks of the International Business Machines Corporation

More information

Mobile access to the existing z/vse application

Mobile access to the existing z/vse application z/vse Live Virtual Class 2015 Mobile access to the existing z/vse application Alina Glodowski http://www.ibm.com/zvse http://twitter.com/ibmzvse 2015 IBM Corporation The following are trademarks of the

More information

Best Practices for WebSphere Application Server on System z Linux

Best Practices for WebSphere Application Server on System z Linux on IBM System z Best Practices for WebSphere lication on System z Steve Wehr System z New Technology Center Poughkeepsie An introduction to setting up an infrastructure that will allow WebSphere applications

More information

Exploring the SMF 113 Processor Cache Counters

Exploring the SMF 113 Processor Cache Counters Exploring the SMF 113 Processor Cache Counters Instructor: Peter Enrico Email: Peter.Enrico@EPStrategies.com z/os Performance Education, Software, and Managed Service Providers Enterprise Performance Strategies,

More information

Active Energy Manager. Image Management. TPMfOSD BOFM. Automation Status Virtualization Discovery

Active Energy Manager. Image Management. TPMfOSD BOFM. Automation Status Virtualization Discovery Agenda Key: Session Number: 53CG 550502 Compare and Contrast IBM ~ ~ Navigator for IBM i Tim Rowe timmr@us.ibm.com 8 Copyright IBM Corporation, 2009. All Rights Reserved. This publication may refer to

More information

System z: Checklist for Establishing Group Capacity Profiles

System z: Checklist for Establishing Group Capacity Profiles System z: Checklist for Establishing Group Capacity Profiles This document can be found on the web, ATS Author: Pedro Acosta Consulting IT Specialist pyacosta@us.ibm.com Co-Author: Toni Skrajnar Senior

More information

Introduction to. z/vm and Linux on System z. Malcolm Beattie Linux Technical Consultant, IBM UK. From a presentation by Ralf Schiefelbein, IBM Germany

Introduction to. z/vm and Linux on System z. Malcolm Beattie Linux Technical Consultant, IBM UK. From a presentation by Ralf Schiefelbein, IBM Germany Introduction to z/vm and Linux on System z Malcolm Beattie Linux Technical Consultant, IBM UK From a presentation by Ralf Schiefelbein, IBM Germany 2006 IBM Corporation Trademarks The following are trademarks

More information

Oracle Solutions for IBM z Systems

Oracle Solutions for IBM z Systems Solutis for IBM Susan Adamovich Lead, Global Business Development Executive IBM Systems, ISV Enablement adamovic@us.ibm.com April 2015 PRS4946 Trademarks The following are trademarks of the Internatial

More information

Getting Started with z/osmf Resource Monitoring

Getting Started with z/osmf Resource Monitoring Getting Started with z/osmf Resource Monitoring Peter Muench IBM Corporation Tuesday, August 5, 2014 Session 15673 pmuench@de.ibm.com Trademarks The following are trademarks of the International Business

More information

IBM z/vse V4.3 in modern solutions with Linux on System z

IBM z/vse V4.3 in modern solutions with Linux on System z Wilhelm Mild Certified IT Integration Architect for System z 27 January 2011 IBM V4.3 in modern solutions with Linux on System z The future started long ago Trademarks The following are trademarks of the

More information

Release Notes. IBM Tivoli Identity Manager Universal Provisioning Adapter. Version First Edition (June 14, 2010)

Release Notes. IBM Tivoli Identity Manager Universal Provisioning Adapter. Version First Edition (June 14, 2010) IBM Tivoli Identity Manager Version 5.1.2 First Edition (June 14, 2010) This edition applies to version 5.1 of Tivoli Identity Manager and to all subsequent releases and modifications until otherwise indicated

More information

Collecting CPU MF (Counters) on z/os

Collecting CPU MF (Counters) on z/os Collecting CPU MF (Counters) on z/os The purpose of this document is to describe the steps necessary to enable CPU MF Counters. Background With the System z10, z196 and z114 there is a new hardware instrumentation

More information

Lawson M3 7.1 Large User Scaling on System i

Lawson M3 7.1 Large User Scaling on System i Lawson M3 7.1 Large User Scaling on System i IBM System i Paul Swenson paulswen@us.ibm.com System i ERP, Lawson Team Version Date: November 15 2007 Statement of Approval... 3 Introduction... 4 Benchmark

More information

Dynamic Routing: Exploiting HiperSockets and Real Network Devices

Dynamic Routing: Exploiting HiperSockets and Real Network Devices Dynamic Routing: Exploiting s and Real Network Devices Session 8447 Jay Brenneman rjbrenn@us.ibm.com Exploiting s and Real Network Devices Session 8447 Trademarks The following are trademarks of the International

More information

CPU MF 2011 Update and WSC Experiences

CPU MF 2011 Update and WSC Experiences (ATS) North America MF 2011 Update and WSC Experiences SHARE - Session 9999 August 10, 2011 John Burg jpburg@us.ibm.com IBM Washington Systems Center 1 2 Advanced Technical Skills Trademarks The following

More information

VIOS NextGen: Server & Storage Integration

VIOS NextGen: Server & Storage Integration IBM Power Systems Technical University October 18 22, 2010 Las Vegas, NV NextGen: Server & Storage Integration Session ID: VM19 PowerVM : Virtualization for IBM Power Systems Speaker Name: Bob Kovacs All

More information

Hw & SW New Functions

Hw & SW New Functions Hw & SW New Functions Discussion Milano, 8 Novembre 2016 Roma, 10 Novembre 2016 Marita Prassolo Distinguished Engineer IBM Italy Analyt ic s Mobile Cloud Securit y Social Semiconductor Technology Microprocessor

More information

What are the major changes to the z/os V1R13 LSPR?

What are the major changes to the z/os V1R13 LSPR? Prologue - The IBM Large System Performance Reference (LSPR) ratios represent IBM's assessment of relative processor capacity in an unconstrained environment for the specific benchmark workloads and system

More information

IBM Systems Director Active Energy Manager 4.3

IBM Systems Director Active Energy Manager 4.3 IBM Systems Director Active Energy Manager 4.3 Dawn May dmmay@us.ibm.com IBM Power Systems Software 2 Active Energy Manager - Agenda Presentation Benefits Monitoring functions Management Functions Configuring

More information

IBM Data Center Networking in Support of Dynamic Infrastructure

IBM Data Center Networking in Support of Dynamic Infrastructure Dynamic Infrastructure : Helping build a Smarter Planet IBM Data Center Networking in Support of Dynamic Infrastructure Pierre-Jean BOCHARD Data Center Networking Platform Leader IBM STG - Central Eastern

More information

Server for IBM i. Dawn May Presentation created by Tim Rowe, 2008 IBM Corporation

Server for IBM i. Dawn May Presentation created by Tim Rowe, 2008 IBM Corporation Integrated Web Application Server for IBM i Dawn May dmmay@us.ibm.com Presentation created by Tim Rowe, timmr@us.ibm.com IBM i integrated Web application server the on-ramp to the Web 2 Agenda Integrated

More information

WSC Experiences with IPSec on the ziip Processor

WSC Experiences with IPSec on the ziip Processor WSC Experiences with IPSec on the ziip Processor v Walt Caprice IBM Washington Systems Center Gaithersburg, MD Trademarks AIX* CICS* DB2* DB2 Connect DB2 Universal Database DRDA* FICON* GDPS* HiperSockets

More information