Starting with RHEL8.6, it is no longer necessary to use the RHEL-AV variant to get updated and new versions of QEMU/libvirt etc. Check this link how to configure dnf/yum to use the RHEL versions instead.
Wednesday, August 10, 2022
Tuesday, July 19, 2022
Persistent configuration of crypto passthrough
Are you using CryptoExpress cards with KVM on IBM zSystems or LinuxONE? Sebastian Mitterle has a very good overview on how to make crypto device passthrough persistent.
http://learningbytesting.mathume.com/2022/07/persistent-crypto-device-passthrough-on.html
Tuesday, April 26, 2022
Ubuntu 22.04 released
Canonical release a new LTS (Long Term Support) version of its Ubuntu server offering Ubuntu Server 22.04!
It ships
- Linux kernel 5.15
- QEMU v6.2
- libvirt v8.0
Thursday, April 21, 2022
Howto: Verifying Secure Execution Host Key Documents
TL;DR
- Download the check_hostkeydoc script at https://github.com/ibm-s390-linux/s390-tools/blob/master/genprotimg/samples/check_hostkeydoc.
- Run
check_hostkeydoc <your host key document> \
ibm-z-host-key-signing.crt -c DigiCertCA.crt - If the previous step succeeded, it's safe to
run genprotimg --no-verify -k <your host key document> \
-o <output file> -i <kernel file> -r <ramdisk file> \
-p <parameter file>
Tuesday, April 5, 2022
IBM z16 announced!
Today, IBM announced the new IBM z16, with a planned availability date of May 31.
See here for the press release, and here for the offical homepag. For further details, including a list of supported Linux distributions, see Eberhard's blog here.
And for a more hands-on tour of the new box, check out this video.
Thursday, March 31, 2022
Documentation: Solution Assurance
The solution assurance team started to publish solution setups, recommendations, and step-by-step guidelines for a broad range of topics, for example:
- High availability clustering
- IBM Cloud Infrastructure Center
- CPUMF
- kdump
You can access the materials here, but don't forget to check back periodically: There is more to come!
Tuesday, March 29, 2022
Documentation: SAP Application Server on KVM
This new publication aims towards providing practical insights for
running real-world workloads on KVM on IBM Z. From the abstract:
The SAP on IBM Z Performance team, in Poughkeepsie, NY, conducted a series of measurements to assess the performance cost of implementing a KVM environment to host SAP application servers. The tests used SAP (SBS 9.0) core banking workloads, with a Db2 database having 100 million banking accounts, which are comparable to some of the largest banks in the world. Tests were conducted that used both banking workload types, Account Settlement (batch) and Day Posting, which simulates online transactional processing (OLTP). They were executed on an IBM z15 with 16 and 32 Integrated Facility for Linux (IFL) processor configurations, that used various degrees of virtualization.The document is available here.