Questo contenuto non è disponibile nella lingua selezionata.
Chapter 5. Creating a kernel-based virtual machine and booting the installation ISO in the VM
You can create a kernel-based virtual machine (KVM) and start the RHEL installation.
Prerequisites
- On the IBM Z platform, the KVM host runs RHEL installed in LPAR mode. See Installing in an LPAR.
Procedure
Create virtual machine with the instance of Red Hat Enterprise Linux as a KVM guest operating system, use the following
virt-installcommand on the KVM host:$ virt-install --name=<guest_name> --disk size=<disksize_in_GB> --memory=<memory_size_in_MB> --cdrom <filepath_to_iso> --graphics vnc