You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/installation-ibm-z-kvm-user-infra-machines-iso.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Before you install a cluster on IBM Z infrastructure that you provision, you mus
16
16
17
17
. Install the KVM/QEMU hypervisor on the {op-system-base} KVM host.
18
18
19
-
. Obtain the {op-system-base} QEMU copy-on-write (QCOW2) disk image file from the link:https://access.redhat.com/downloads/content/290[Product Downloads] page on the Red Hat customer portal or the link:https://mirror.openshift.com/pub/openshift-v4/s390x/dependencies/rhcos/4.2/latest/[{op-system} image mirror] page.
19
+
. Obtain the {op-system-base} QEMU copy-on-write (QCOW2) disk image file from the link:https://access.redhat.com/downloads/content/290[Product Downloads] page on the Red Hat Customer Portal or from the link:https://mirror.openshift.com/pub/openshift-v4/s390x/dependencies/rhcos/latest/[{op-system} image mirror] page.
Copy file name to clipboardExpand all lines: modules/installation-ibm-z-user-infra-machines-iso.adoc
+43-7Lines changed: 43 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,13 @@ Before you install a cluster on IBM Z infrastructure that you provision, you mus
9
9
10
10
.Prerequisites
11
11
12
-
* An FTP server running on your provisioning machine that is accessible to the machines you create.
12
+
* An HTTP or HTTPS server running on your provisioning machine that is accessible to the machines you create.
13
13
14
14
.Procedure
15
15
16
16
. Log in to Linux on your provisioning machine.
17
17
18
-
. Obtain the {op-system-first} kernel, initramfs, and rootfs files from the link:https://mirror.openshift.com/pub/openshift-v4/s390x/dependencies/rhcos/4.2/latest/[{op-system} image mirror].
18
+
. Obtain the {op-system-first} kernel, initramfs, and rootfs files from the link:https://mirror.openshift.com/pub/openshift-v4/s390x/dependencies/rhcos/latest/[{op-system} image mirror].
19
19
+
20
20
[IMPORTANT]
21
21
====
@@ -36,23 +36,25 @@ The rootfs image is the same for FCP and DASD.
36
36
====
37
37
+
38
38
. Create parameter files. The following parameters are specific for a particular virtual machine:
39
-
** For `coreos.inst.install_dev=`, specify `dasda` for a DASD installation, or `sda` for FCP. Note that FCP requires `zfcp.allow_lun_scan=0`.
40
-
** For `rd.dasd=`, specifys the DASD where {op-system} is to be installed.
41
-
** `rd.zfcp=<adapter>,<wwpn>,<lun>` specifies the FCP disk to install {op-system} on.
42
39
** For `ip=`, specify the following seven entries:
43
40
... The IP address for the machine.
44
41
... An empty string.
45
42
... The gateway.
46
43
... The netmask.
47
44
... The machine host and domain name in the form `hostname.domainname`. Omit this value to let {op-system} decide.
48
45
... The network interface name. Omit this value to let {op-system} decide.
49
-
... If you use static IP addresses, an empty string.
46
+
... If you use static IP addresses, specify `none`.
50
47
** For `coreos.inst.ignition_url=`, specify the Ignition file for the machine role. Use `bootstrap.ign`, `master.ign`, or `worker.ign`. Only HTTP and HTTPS protocols are supported.
51
48
** For `coreos.live.rootfs_url=`, specify the matching rootfs artifact for the kernel and initramfs you are booting. Only HTTP and HTTPS protocols are supported.
52
-
** All other parameters can stay as they are.
49
+
50
+
** For installations on DASD-type disks, complete the following tasks:
51
+
... For `coreos.inst.install_dev=`, specify `dasda`.
52
+
... Use `rd.dasd=` to specify the DASD where {op-system} is to be installed.
53
+
... Leave all other parameters unchanged.
53
54
+
54
55
Example parameter file, `bootstrap-0.parm`, for the bootstrap machine:
** For installations on FCP-type disks, complete the following tasks:
69
+
... Use `rd.zfcp=<adapter>,<wwpn>,<lun>` to specify the FCP disk where {op-system} is to be installed. For multipathing repeat this step for each additional path.
70
+
... For multipathing, set the following parameter: `rd.multipath=default`.
71
+
... For multipathing, set the install device as: `coreos.inst.install_dev=/dev/mapper/mpatha`.
72
+
... For single-path installation, set the install device as: `coreos.inst.install_dev=sda`.
73
+
+
74
+
[NOTE]
75
+
====
76
+
If additional LUNs are configured with NPIV, FCP requires `zfcp.allow_lun_scan=0`.
77
+
====
78
+
... Leave all other parameters unchanged.
79
+
+
80
+
[NOTE]
81
+
====
82
+
Additional post-installation steps are required to fully enable multipathing. See “Completing installation on user-provisioned infrastructure” for more information.
83
+
====
84
+
+
85
+
The following is an example parameter file `bootstrap-0.parm` for the bootstrap machine with multipathing:
. Transfer the initramfs, kernel, parameter files, and {op-system} images to z/VM, for example with FTP. For details about how to transfer the files with FTP and boot from the virtual reader, see link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/installation_guide/sect-installing-zvm-s390[Installing under Z/VM].
66
102
. Punch the files to the virtual reader of the z/VM guest virtual machine that is to become your bootstrap node.
0 commit comments