SlideShare ist ein Scribd-Unternehmen logo
1 von 8
Downloaden Sie, um offline zu lesen
KVM for IBM z Systems
KVM for IBM z Systems
Limits and Configuration Recommendations
This document can be found on the web, www.ibm.com/support/techdocs
Search for document number under the category of “White Papers.
Version Date: October 28, 2016
KVM for IBM z Systems Team
Special Notices
Please Note: Any performance data contained herein was determined in a controlled
environment. Therefore, the results obtained in other operating environments may vary
significantly. Some measurements may have been made on development-level systems
and there is no guarantee that these measurements will be the same on generally available
systems. Furthermore, some measurements may have been estimated through
extrapolation. Actual results may vary.
Trademarks
IBM, IBM logo, LinuxONE Emperor, LinuxONE Rockhopper, and z Systems are trademarks or registered trademarks of
the International Business Machines Corporation.
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.
InfiniBand and InfiniBand Trade Association are registered trademarks of the InfiniBand Trade Association.
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.
Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or
both.
Linux is a registered trademark of Linus Torvalds 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.
OpenStack is a trademark of OpenStack LLC. The OpenStack trademark policy is available on the OpenStack website.
TEALEAF is a registered trademark of Tealeaf, an IBM Company.
UNIX is a registered trademark of The Open Group in the United States and other countries.
Worklight is a trademark or registered trademark of Worklight, an IBM Company.
All statements regarding IBM’s future direction and intent are subject to change or withdrawal without notice, and
represent goals and objectives only.
This document is current as of the initial date of publication and may be changed by IBM at any time. Not all offerings are
available in every country in which IBM operates.It is the user’s responsibility to evaluate and verify the operation of any
other products or programs with IBM products and programs.
THE INFORMATION IN THIS DOCUMENT IS PROVIDED “AS IS” WITHOUT ANY WARRANTY, EXPRESS OR
IMPLIED, INCLUDING WITHOUT ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE AND ANY WARRANTY OR CONDITION OF NON-INFRINGEMENT. IBM products are warranted according
to the terms and conditions of the agreements under which they are provided.
© IBM Copyright, 2016 Version, October 28, 2016
Web location of document (www.ibm.com/support/techdocs) 3
KVM for IBM z Systems Limits and Configuration Recommendations
Table of Contents
Introduction..........................................................................................................................4
Limits Table.........................................................................................................................5
Discussion............................................................................................................................6
© IBM Copyright, 2016 Version, October 28, 2016
Web location of document (www.ibm.com/support/techdocs) 4
KVM for IBM z Systems Limits and Configuration Recommendations
Introduction
The following table summarizes recommended and maximum limits for KVM for IBM z
Systems 1.1.2. Following the table you will find additional information about each
category.
Terminology used in the table below.
Recommended Limit: A configuration that is inside defined limits that will be
covered by a support statement in terms of functional and performance issues.
Maximum Limit: A configuration that is inside defined limits that will be
covered by a support statement in terms of functional issues.
Note: a customer may define configurations outside these limits, however, such
configurations will not be supported.
© IBM Copyright, 2016 Version, October 28, 2016
Web location of document (www.ibm.com/support/techdocs) 5
KVM for IBM z Systems Limits and Configuration Recommendations
Limits Table
Category Function Recommended Limit Maximum Limit
CPU Overcommit 10:1 N/A
Host CPUs 101 (zEC12)
z13: 28-36 (1 drawer) 141 (z13)
Per Guest vCPUs Guest vCPUs <= Host CPUs 64
Memory Overcommit 2:1 N/A
Maximum Host 1 TB (zEC12, z13) 1 TB (zEC12) 8 TB (z13)
Networking OSA CHPIDs per Host 16 N/A
Virtual NICs per Host (with
OpenVswitch) 4096 8192
Virtual NICs per Guest 8 32
Storage Total attached zFCP LUNs 4096 64K
Total attached ECKD
Devices 4096 64K
Virtual Block Disks per
Host 4096 64K
Virtual Block Disks per
Guest 500 1024
HPM Guests per Service Class 512 1024
Service Classes per Host 512 1024
Other Guests per Host 512 4096
© IBM Copyright, 2016 Version, October 28, 2016
Web location of document (www.ibm.com/support/techdocs) 6
KVM for IBM z Systems Limits and Configuration Recommendations
Discussion
Each of the categories listed above are discussed in the paragraphs below.
CPU
The 10:1 vCPU:CPU overcommit ratio was tested with the J2EE Daytrader 3.0
application running on several KVM guests. All guests were running at an equivalent
and constant throughput. The effect on guest and overall host performance when
overcommitting resources varies greatly and can either show little effect or significant
effect. Careful selection of the combination of guest workloads that run on an
overcommitted host can help to ease the performance effects.
Memory
The 2:1 memory overcommit ratio was tested with the J2EE Daytrader 3.0 application
running on several KVM guests. All guests were running at an equivalent and constant
throughput. The effect on guest and overall host performance when overcommitting
resources varies greatly and can either show little effect or significant effect. Careful
selection of the combination of guest workloads that run on an overcommitted host can
help to ease the performance effects.
Networking
1. The network throughput between two LPARs is about half of the expected level when
both LPARs are using the same OSA device, when compared to the case where each
LPAR uses different OSA devices.
2. Due to a OSA capacity restriction, only 1000 Virtual Servers using MacVTap can be
started simultaneously per OSA card
3. The command ifconfig is obsolete. Please use
ip addr
ip link
ip –s link
4. In case the customer needs to modify the buffer count value for each network adapter,
without a reboot, the customer must use the following recommended procedure:
ip link set eth0 down && echo 0 > /sys/devices/qeth/0.0.f5f0/online && echo 64 >
/sys/devices/qeth0.0.f5f0/buffer_count && echo 1 > /sys/devices/qeth/0.0.f5f0/online && ip link set eth0
up
5. When a guest is configured to use an ethernet bridge (such as virbr0) using something
like the xml fragment below:
© IBM Copyright, 2016 Version, October 28, 2016
Web location of document (www.ibm.com/support/techdocs) 7
KVM for IBM z Systems Limits and Configuration Recommendations
<interface type=’bridge’>
<mac address=’00:06:fe:10:35:01’/>
<source bridge=’virbr0/>
<target dev=’net001’/>
<model type=’virtio’/>
<alias name=’net0’/>
<address type=’ccw’ cssid=’0xfe’ ssid=’0x0’
devno=’0x0002’/>
</interface>
The net001 device created by qemu has a default txqueuelen of 500. If the txqueuelen is
modified on the hypervisor to 2500 a significant increase in network performance occurs.
We suggest setting txqueuelen=2500 and buffercnt=128.
Storage
If you wish to access more than 511 scsi luns on a host, you need to add the following
kernel parameters to /etc/zipl.conf, and run zipl:
scsi_mod.max_luns=2000 scsi_mod.max_report_lunx=1999
© IBM Copyright, 2016 Version, October 28, 2016
Web location of document (www.ibm.com/support/techdocs) 8
KVM for IBM z Systems Limits and Configuration Recommendations
HPM
The total number of workloads could vary depending on the partition of service classes.
Other
The maximum number of concurrent live guest migrations – based on the default
configuration - is 32.

Weitere ähnliche Inhalte

Was ist angesagt?

Was ist angesagt? (18)

VMware Interview questions and answers
VMware Interview questions and answersVMware Interview questions and answers
VMware Interview questions and answers
 
Vmware inter
Vmware interVmware inter
Vmware inter
 
Bios
BiosBios
Bios
 
Vmware admin interview questions
Vmware admin interview questionsVmware admin interview questions
Vmware admin interview questions
 
Wowza project
Wowza   projectWowza   project
Wowza project
 
UEFI presentation
UEFI presentationUEFI presentation
UEFI presentation
 
Wbadmin
WbadminWbadmin
Wbadmin
 
snapshot vs backup
snapshot vs backupsnapshot vs backup
snapshot vs backup
 
Release notes 3_d_v61
Release notes 3_d_v61Release notes 3_d_v61
Release notes 3_d_v61
 
Oracle database 12c client quick installation guide 4
Oracle database 12c client quick installation guide 4Oracle database 12c client quick installation guide 4
Oracle database 12c client quick installation guide 4
 
LAS16-200: Firmware Summit - UEFI secure boot
LAS16-200: Firmware Summit - UEFI secure bootLAS16-200: Firmware Summit - UEFI secure boot
LAS16-200: Firmware Summit - UEFI secure boot
 
Manual Sophos
Manual SophosManual Sophos
Manual Sophos
 
Mobile frame deployment guide
Mobile frame deployment guideMobile frame deployment guide
Mobile frame deployment guide
 
Bsd routers
Bsd routersBsd routers
Bsd routers
 
Virtualization technology "comparison vmware 9 vs virtualbox 4.2"
Virtualization  technology "comparison vmware 9 vs virtualbox 4.2"Virtualization  technology "comparison vmware 9 vs virtualbox 4.2"
Virtualization technology "comparison vmware 9 vs virtualbox 4.2"
 
Bios
Bios Bios
Bios
 
XPDS16: AMD's virtualization memory encryption technology - Brijesh Singh, A...
XPDS16:  AMD's virtualization memory encryption technology - Brijesh Singh, A...XPDS16:  AMD's virtualization memory encryption technology - Brijesh Singh, A...
XPDS16: AMD's virtualization memory encryption technology - Brijesh Singh, A...
 
ROM BIOS & POST
ROM BIOS & POSTROM BIOS & POST
ROM BIOS & POST
 

Andere mochten auch

Andere mochten auch (20)

Nzs 1543-howibmservicemanagementunitehelpsmainframeo-160302232115
Nzs 1543-howibmservicemanagementunitehelpsmainframeo-160302232115Nzs 1543-howibmservicemanagementunitehelpsmainframeo-160302232115
Nzs 1543-howibmservicemanagementunitehelpsmainframeo-160302232115
 
Let op: Facebook is geen eiland! | Congres Facebook Marketing 2014 | PauwR | ...
Let op: Facebook is geen eiland! | Congres Facebook Marketing 2014 | PauwR | ...Let op: Facebook is geen eiland! | Congres Facebook Marketing 2014 | PauwR | ...
Let op: Facebook is geen eiland! | Congres Facebook Marketing 2014 | PauwR | ...
 
Socialmedia affectingtheworldatlargev2-161010102038
Socialmedia affectingtheworldatlargev2-161010102038Socialmedia affectingtheworldatlargev2-161010102038
Socialmedia affectingtheworldatlargev2-161010102038
 
Technical white paper--Optimizing Quality of Service with SAP HANAon Power Ra...
Technical white paper--Optimizing Quality of Service with SAP HANAon Power Ra...Technical white paper--Optimizing Quality of Service with SAP HANAon Power Ra...
Technical white paper--Optimizing Quality of Service with SAP HANAon Power Ra...
 
Datapowercommonusecases 130509114200-phpapp02
Datapowercommonusecases 130509114200-phpapp02Datapowercommonusecases 130509114200-phpapp02
Datapowercommonusecases 130509114200-phpapp02
 
IBM Counter-Fraud Management for Insurance
IBM Counter-Fraud Management for InsuranceIBM Counter-Fraud Management for Insurance
IBM Counter-Fraud Management for Insurance
 
Ibm spectrum archive ee v1.2.2 performance_white_paper
Ibm spectrum archive ee  v1.2.2 performance_white_paperIbm spectrum archive ee  v1.2.2 performance_white_paper
Ibm spectrum archive ee v1.2.2 performance_white_paper
 
Interconnect2017completewatsoniotjourneymap0216 170220225328
Interconnect2017completewatsoniotjourneymap0216 170220225328Interconnect2017completewatsoniotjourneymap0216 170220225328
Interconnect2017completewatsoniotjourneymap0216 170220225328
 
test
testtest
test
 
Make Streaming IoT Analytics Work for You
Make Streaming IoT Analytics Work for YouMake Streaming IoT Analytics Work for You
Make Streaming IoT Analytics Work for You
 
Wp102696 liberty java batch z os security
Wp102696   liberty java batch z os securityWp102696   liberty java batch z os security
Wp102696 liberty java batch z os security
 
00 revolução russa – 9º ano sj
00 revolução russa – 9º ano sj00 revolução russa – 9º ano sj
00 revolução russa – 9º ano sj
 
Paving the path to Narrowband 5G with LTE IoT
Paving the path to Narrowband 5G with LTE IoTPaving the path to Narrowband 5G with LTE IoT
Paving the path to Narrowband 5G with LTE IoT
 
IoT Analytics Company Presentation
IoT Analytics Company Presentation IoT Analytics Company Presentation
IoT Analytics Company Presentation
 
Small Cell Industry Insight & Experience Sharing
Small Cell Industry Insight & Experience SharingSmall Cell Industry Insight & Experience Sharing
Small Cell Industry Insight & Experience Sharing
 
Visual Design with Data
Visual Design with DataVisual Design with Data
Visual Design with Data
 
Build Features, Not Apps
Build Features, Not AppsBuild Features, Not Apps
Build Features, Not Apps
 
How to Become a Thought Leader in Your Niche
How to Become a Thought Leader in Your NicheHow to Become a Thought Leader in Your Niche
How to Become a Thought Leader in Your Niche
 
Rare Diseases Video Portal (RD Videos)
Rare Diseases Video Portal (RD Videos)Rare Diseases Video Portal (RD Videos)
Rare Diseases Video Portal (RD Videos)
 
Social Media Vs Tradional Marketing
Social Media Vs Tradional MarketingSocial Media Vs Tradional Marketing
Social Media Vs Tradional Marketing
 

Ähnlich wie Kvm for ibm_z_systems_v1.1.2_limits

17294_HiperSockets.pdf
17294_HiperSockets.pdf17294_HiperSockets.pdf
17294_HiperSockets.pdf
Eeszt
 
Relative Capacity por Eduardo Oliveira e Joseph Temple
Relative Capacity por Eduardo Oliveira e Joseph TempleRelative Capacity por Eduardo Oliveira e Joseph Temple
Relative Capacity por Eduardo Oliveira e Joseph Temple
Joao Galdino Mello de Souza
 
Zenoss core beta_installation_guide_r5.0.0b2_d99.14.253
Zenoss core beta_installation_guide_r5.0.0b2_d99.14.253Zenoss core beta_installation_guide_r5.0.0b2_d99.14.253
Zenoss core beta_installation_guide_r5.0.0b2_d99.14.253
Sachin Jaypatre
 

Ähnlich wie Kvm for ibm_z_systems_v1.1.2_limits (20)

OpenStack and z/VM – What is it and how do I get it?
OpenStack and z/VM – What is it and how do I get it?OpenStack and z/VM – What is it and how do I get it?
OpenStack and z/VM – What is it and how do I get it?
 
Accelerating Virtual Machine Access with the Storage Performance Development ...
Accelerating Virtual Machine Access with the Storage Performance Development ...Accelerating Virtual Machine Access with the Storage Performance Development ...
Accelerating Virtual Machine Access with the Storage Performance Development ...
 
17294_HiperSockets.pdf
17294_HiperSockets.pdf17294_HiperSockets.pdf
17294_HiperSockets.pdf
 
Linux on Z13 and Simulatenus Multithreading - Sebastien Llaurency
Linux on Z13 and Simulatenus Multithreading - Sebastien LlaurencyLinux on Z13 and Simulatenus Multithreading - Sebastien Llaurency
Linux on Z13 and Simulatenus Multithreading - Sebastien Llaurency
 
VMware End-User-Computing Best Practices Poster
VMware End-User-Computing Best Practices PosterVMware End-User-Computing Best Practices Poster
VMware End-User-Computing Best Practices Poster
 
Maximize o valor do z/OS
Maximize o valor do z/OSMaximize o valor do z/OS
Maximize o valor do z/OS
 
Small enhancements - Edition 2016B
Small enhancements - Edition  2016BSmall enhancements - Edition  2016B
Small enhancements - Edition 2016B
 
Como configurar seu zSystem para workloads rebeldes
Como configurar seu zSystem para workloads rebeldesComo configurar seu zSystem para workloads rebeldes
Como configurar seu zSystem para workloads rebeldes
 
Relative Capacity por Eduardo Oliveira e Joseph Temple
Relative Capacity por Eduardo Oliveira e Joseph TempleRelative Capacity por Eduardo Oliveira e Joseph Temple
Relative Capacity por Eduardo Oliveira e Joseph Temple
 
MongoDB Linux Porting, Performance Measurements and and Scaling Advantage usi...
MongoDB Linux Porting, Performance Measurements and and Scaling Advantage usi...MongoDB Linux Porting, Performance Measurements and and Scaling Advantage usi...
MongoDB Linux Porting, Performance Measurements and and Scaling Advantage usi...
 
z/OS V2.4 Preview: z/OS Container Extensions - Running Linux on Z docker cont...
z/OS V2.4 Preview: z/OS Container Extensions - Running Linux on Z docker cont...z/OS V2.4 Preview: z/OS Container Extensions - Running Linux on Z docker cont...
z/OS V2.4 Preview: z/OS Container Extensions - Running Linux on Z docker cont...
 
WebSphere App Server vs JBoss vs WebLogic vs Tomcat (InterConnect 2016)
WebSphere App Server vs JBoss vs WebLogic vs Tomcat (InterConnect 2016)WebSphere App Server vs JBoss vs WebLogic vs Tomcat (InterConnect 2016)
WebSphere App Server vs JBoss vs WebLogic vs Tomcat (InterConnect 2016)
 
z16 zOS Support - March 2023 - SHARE in Atlanta.pdf
z16 zOS Support - March 2023 - SHARE in Atlanta.pdfz16 zOS Support - March 2023 - SHARE in Atlanta.pdf
z16 zOS Support - March 2023 - SHARE in Atlanta.pdf
 
z/OS V2R2 Communications Server Overview
z/OS V2R2 Communications Server Overviewz/OS V2R2 Communications Server Overview
z/OS V2R2 Communications Server Overview
 
z/VSE - News - Announcements -Trends
z/VSE - News - Announcements -Trendsz/VSE - News - Announcements -Trends
z/VSE - News - Announcements -Trends
 
z/VM and OpenStack
z/VM and OpenStackz/VM and OpenStack
z/VM and OpenStack
 
z/OS Small Enhancements - Episode 2016A
z/OS Small Enhancements - Episode 2016Az/OS Small Enhancements - Episode 2016A
z/OS Small Enhancements - Episode 2016A
 
Zenoss core beta_installation_guide_r5.0.0b2_d99.14.253
Zenoss core beta_installation_guide_r5.0.0b2_d99.14.253Zenoss core beta_installation_guide_r5.0.0b2_d99.14.253
Zenoss core beta_installation_guide_r5.0.0b2_d99.14.253
 
IBM iSeries Terminal Based Performance Testing with Rational Performance Tester
IBM iSeries Terminal Based Performance Testing with Rational Performance TesterIBM iSeries Terminal Based Performance Testing with Rational Performance Tester
IBM iSeries Terminal Based Performance Testing with Rational Performance Tester
 
Networking with Linux on System z
Networking with Linux on System zNetworking with Linux on System z
Networking with Linux on System z
 

Kürzlich hochgeladen

FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
dollysharma2066
 
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
daisycvs
 
Insurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageInsurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usage
Matteo Carbone
 
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
Sheetaleventcompany
 
Nelamangala Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Nelamangala Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Nelamangala Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Nelamangala Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
amitlee9823
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
dollysharma2066
 
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876
dlhescort
 
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
lizamodels9
 
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabiunwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
Abortion pills in Kuwait Cytotec pills in Kuwait
 

Kürzlich hochgeladen (20)

FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
 
Falcon Invoice Discounting: The best investment platform in india for investors
Falcon Invoice Discounting: The best investment platform in india for investorsFalcon Invoice Discounting: The best investment platform in india for investors
Falcon Invoice Discounting: The best investment platform in india for investors
 
Monthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxMonthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptx
 
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
 
Falcon's Invoice Discounting: Your Path to Prosperity
Falcon's Invoice Discounting: Your Path to ProsperityFalcon's Invoice Discounting: Your Path to Prosperity
Falcon's Invoice Discounting: Your Path to Prosperity
 
It will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 MayIt will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 May
 
Insurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageInsurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usage
 
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
 
Uneak White's Personal Brand Exploration Presentation
Uneak White's Personal Brand Exploration PresentationUneak White's Personal Brand Exploration Presentation
Uneak White's Personal Brand Exploration Presentation
 
Phases of Negotiation .pptx
 Phases of Negotiation .pptx Phases of Negotiation .pptx
Phases of Negotiation .pptx
 
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdfDr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
 
Call Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine ServiceCall Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine Service
 
Nelamangala Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Nelamangala Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Nelamangala Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Nelamangala Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
 
Katrina Personal Brand Project and portfolio 1
Katrina Personal Brand Project and portfolio 1Katrina Personal Brand Project and portfolio 1
Katrina Personal Brand Project and portfolio 1
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876
 
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
 
BAGALUR CALL GIRL IN 98274*61493 ❤CALL GIRLS IN ESCORT SERVICE❤CALL GIRL
BAGALUR CALL GIRL IN 98274*61493 ❤CALL GIRLS IN ESCORT SERVICE❤CALL GIRLBAGALUR CALL GIRL IN 98274*61493 ❤CALL GIRLS IN ESCORT SERVICE❤CALL GIRL
BAGALUR CALL GIRL IN 98274*61493 ❤CALL GIRLS IN ESCORT SERVICE❤CALL GIRL
 
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
 
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabiunwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
 

Kvm for ibm_z_systems_v1.1.2_limits

  • 1. KVM for IBM z Systems KVM for IBM z Systems Limits and Configuration Recommendations This document can be found on the web, www.ibm.com/support/techdocs Search for document number under the category of “White Papers. Version Date: October 28, 2016 KVM for IBM z Systems Team
  • 2. Special Notices Please Note: Any performance data contained herein was determined in a controlled environment. Therefore, the results obtained in other operating environments may vary significantly. Some measurements may have been made on development-level systems and there is no guarantee that these measurements will be the same on generally available systems. Furthermore, some measurements may have been estimated through extrapolation. Actual results may vary. Trademarks IBM, IBM logo, LinuxONE Emperor, LinuxONE Rockhopper, and z Systems are trademarks or registered trademarks of the International Business Machines Corporation. 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. InfiniBand and InfiniBand Trade Association are registered trademarks of the InfiniBand Trade Association. 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. Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both. Linux is a registered trademark of Linus Torvalds 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. OpenStack is a trademark of OpenStack LLC. The OpenStack trademark policy is available on the OpenStack website. TEALEAF is a registered trademark of Tealeaf, an IBM Company. UNIX is a registered trademark of The Open Group in the United States and other countries. Worklight is a trademark or registered trademark of Worklight, an IBM Company. All statements regarding IBM’s future direction and intent are subject to change or withdrawal without notice, and represent goals and objectives only. This document is current as of the initial date of publication and may be changed by IBM at any time. Not all offerings are available in every country in which IBM operates.It is the user’s responsibility to evaluate and verify the operation of any other products or programs with IBM products and programs. THE INFORMATION IN THIS DOCUMENT IS PROVIDED “AS IS” WITHOUT ANY WARRANTY, EXPRESS OR IMPLIED, INCLUDING WITHOUT ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND ANY WARRANTY OR CONDITION OF NON-INFRINGEMENT. IBM products are warranted according to the terms and conditions of the agreements under which they are provided.
  • 3. © IBM Copyright, 2016 Version, October 28, 2016 Web location of document (www.ibm.com/support/techdocs) 3 KVM for IBM z Systems Limits and Configuration Recommendations Table of Contents Introduction..........................................................................................................................4 Limits Table.........................................................................................................................5 Discussion............................................................................................................................6
  • 4. © IBM Copyright, 2016 Version, October 28, 2016 Web location of document (www.ibm.com/support/techdocs) 4 KVM for IBM z Systems Limits and Configuration Recommendations Introduction The following table summarizes recommended and maximum limits for KVM for IBM z Systems 1.1.2. Following the table you will find additional information about each category. Terminology used in the table below. Recommended Limit: A configuration that is inside defined limits that will be covered by a support statement in terms of functional and performance issues. Maximum Limit: A configuration that is inside defined limits that will be covered by a support statement in terms of functional issues. Note: a customer may define configurations outside these limits, however, such configurations will not be supported.
  • 5. © IBM Copyright, 2016 Version, October 28, 2016 Web location of document (www.ibm.com/support/techdocs) 5 KVM for IBM z Systems Limits and Configuration Recommendations Limits Table Category Function Recommended Limit Maximum Limit CPU Overcommit 10:1 N/A Host CPUs 101 (zEC12) z13: 28-36 (1 drawer) 141 (z13) Per Guest vCPUs Guest vCPUs <= Host CPUs 64 Memory Overcommit 2:1 N/A Maximum Host 1 TB (zEC12, z13) 1 TB (zEC12) 8 TB (z13) Networking OSA CHPIDs per Host 16 N/A Virtual NICs per Host (with OpenVswitch) 4096 8192 Virtual NICs per Guest 8 32 Storage Total attached zFCP LUNs 4096 64K Total attached ECKD Devices 4096 64K Virtual Block Disks per Host 4096 64K Virtual Block Disks per Guest 500 1024 HPM Guests per Service Class 512 1024 Service Classes per Host 512 1024 Other Guests per Host 512 4096
  • 6. © IBM Copyright, 2016 Version, October 28, 2016 Web location of document (www.ibm.com/support/techdocs) 6 KVM for IBM z Systems Limits and Configuration Recommendations Discussion Each of the categories listed above are discussed in the paragraphs below. CPU The 10:1 vCPU:CPU overcommit ratio was tested with the J2EE Daytrader 3.0 application running on several KVM guests. All guests were running at an equivalent and constant throughput. The effect on guest and overall host performance when overcommitting resources varies greatly and can either show little effect or significant effect. Careful selection of the combination of guest workloads that run on an overcommitted host can help to ease the performance effects. Memory The 2:1 memory overcommit ratio was tested with the J2EE Daytrader 3.0 application running on several KVM guests. All guests were running at an equivalent and constant throughput. The effect on guest and overall host performance when overcommitting resources varies greatly and can either show little effect or significant effect. Careful selection of the combination of guest workloads that run on an overcommitted host can help to ease the performance effects. Networking 1. The network throughput between two LPARs is about half of the expected level when both LPARs are using the same OSA device, when compared to the case where each LPAR uses different OSA devices. 2. Due to a OSA capacity restriction, only 1000 Virtual Servers using MacVTap can be started simultaneously per OSA card 3. The command ifconfig is obsolete. Please use ip addr ip link ip –s link 4. In case the customer needs to modify the buffer count value for each network adapter, without a reboot, the customer must use the following recommended procedure: ip link set eth0 down && echo 0 > /sys/devices/qeth/0.0.f5f0/online && echo 64 > /sys/devices/qeth0.0.f5f0/buffer_count && echo 1 > /sys/devices/qeth/0.0.f5f0/online && ip link set eth0 up 5. When a guest is configured to use an ethernet bridge (such as virbr0) using something like the xml fragment below:
  • 7. © IBM Copyright, 2016 Version, October 28, 2016 Web location of document (www.ibm.com/support/techdocs) 7 KVM for IBM z Systems Limits and Configuration Recommendations <interface type=’bridge’> <mac address=’00:06:fe:10:35:01’/> <source bridge=’virbr0/> <target dev=’net001’/> <model type=’virtio’/> <alias name=’net0’/> <address type=’ccw’ cssid=’0xfe’ ssid=’0x0’ devno=’0x0002’/> </interface> The net001 device created by qemu has a default txqueuelen of 500. If the txqueuelen is modified on the hypervisor to 2500 a significant increase in network performance occurs. We suggest setting txqueuelen=2500 and buffercnt=128. Storage If you wish to access more than 511 scsi luns on a host, you need to add the following kernel parameters to /etc/zipl.conf, and run zipl: scsi_mod.max_luns=2000 scsi_mod.max_report_lunx=1999
  • 8. © IBM Copyright, 2016 Version, October 28, 2016 Web location of document (www.ibm.com/support/techdocs) 8 KVM for IBM z Systems Limits and Configuration Recommendations HPM The total number of workloads could vary depending on the partition of service classes. Other The maximum number of concurrent live guest migrations – based on the default configuration - is 32.