Skip to content

Commit aefe0a0

Browse files
Lakshmi GirishLakshmi Girish
Lakshmi Girish
authored and
Lakshmi Girish
committed
IBMZ changes for Multipath support for ABI
1 parent f675bac commit aefe0a0

3 files changed

+32
-1
lines changed

modules/adding-ibm-z-lpar-agent.adoc

+13
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,19 @@ random.trust_cpu=on rd.luks.options=discard
3535
<1> For the `coreos.live.rootfs_url` artifact, specify the matching `rootfs` artifact for the `kernel` and `initramfs` that you are starting. Only HTTP and HTTPS protocols are supported.
3636
<2> For the `ip` parameter, manually assign the IP address, as described in _Installing a cluster with z/VM on IBM Z and IBM LinuxONE_.
3737
<3> For installations on DASD-type disks, use `rd.dasd` to specify the DASD where {op-system-first} is to be installed. For installations on FCP-type disks, use `rd.zfcp=<adapter>,<wwpn>,<lun>` to specify the FCP disk where {op-system} is to be installed.
38+
+
39+
[NOTE]
40+
====
41+
For FCP multipath configurations, provide two disks instead of one.
42+
====
43+
+
44+
.Example
45+
[source,yaml]
46+
----
47+
rd.zfcp=<adapter1>,<wwpn1>,<lun1> \
48+
rd.zfcp=<adapter2>,<wwpn2>,<lun2>
49+
----
50+
+
3851
<4> To enable FIPS mode, specify `fips=1`. This entry is required in addition to setting the `fips` parameter to `true` in the `install-config.yaml` file.
3952
+
4053
[NOTE]

modules/installing-ocp-agent-ibm-z-zvm.adoc

+13
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,19 @@ coreos.inst.persistent-kargs="console=tty1 console=ttyS1,115200n8"
4040
<2> For the `ip` parameter, assign the IP address automatically using DHCP, or manually assign the IP address, as described in "Installing a cluster with z/VM on {ibm-z-name} and {ibm-linuxone-name}".
4141
<3> The default is `1`. Omit this entry when using an OSA network adapter.
4242
<4> For installations on DASD-type disks, use `rd.dasd` to specify the DASD where {op-system-first} is to be installed. Omit this entry for FCP-type disks.
43+
+
44+
[NOTE]
45+
====
46+
For FCP multipath configurations, provide two disks instead of one.
47+
====
48+
+
49+
.Example
50+
[source,yaml]
51+
----
52+
rd.zfcp=<adapter1>,<wwpn1>,<lun1> \
53+
rd.zfcp=<adapter2>,<wwpn2>,<lun2>
54+
----
55+
+
4356
<5> For installations on FCP-type disks, use `rd.zfcp=<adapter>,<wwpn>,<lun>` to specify the FCP disk where {op-system} is to be installed. Omit this entry for DASD-type disks.
4457
<6> To enable FIPS mode, specify `fips=1`. This entry is required in addition to setting the `fips` parameter to `true` in the `install-config.yaml` file.
4558
+

modules/installing-ocp-agent-inputs.adoc

+6-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ hosts: // <2>
182182
next-hop-address: 192.168.111.2
183183
next-hop-interface: eno1
184184
table-id: 254
185-
ifdef::iscsi-boot[minimalISO: true <6>]
185+
ifdef::iscsi-boot[minimalISO: true // <6>]
186186
EOF
187187
----
188188
+
@@ -191,6 +191,11 @@ You must provide the rendezvous IP address when you do not specify at least one
191191
<2> Optional: Host configuration. The number of hosts defined must not exceed the total number of hosts defined in the `install-config.yaml` file, which is the sum of the values of the `compute.replicas` and `controlPlane.replicas` parameters.
192192
<3> Optional: Overrides the hostname obtained from either the Dynamic Host Configuration Protocol (DHCP) or a reverse DNS lookup. Each host must have a unique hostname supplied by one of these methods.
193193
<4> Enables provisioning of the {op-system-first} image to a particular device. The installation program examines the devices in the order it discovers them, and compares the discovered values with the hint values. It uses the first discovered device that matches the hint value.
194+
+
195+
[NOTE]
196+
====
197+
This parameter is mandatory for FCP multipath configurations on {ibm-z-name}.
198+
====
194199
<5> Optional: Configures the network interface of a host in NMState format.
195200
ifdef::iscsi-boot[]
196201
<6> Generates an ISO image without the rootfs image file, and instead provides details about where to pull the rootfs file from.

0 commit comments

Comments
 (0)