Skip to content

Commit d25cda5

Browse files
Lakshmi GirishLakshmi Girish
Lakshmi Girish
authored and
Lakshmi Girish
committed
IBM Z Changes ABI DASD update
1 parent 1dc0c37 commit d25cda5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ $ virt-install
7272
--wait=-1
7373
----
7474
<1> For the `--cdrom` parameter, specify the location of the ISO image on the local server, for example, `<path_to_image>/home/<image>.iso`.
75+
+
76+
[NOTE]
77+
====
78+
For KVM-based installations using DASD devices on {ibm-z-title}, a partition (for example, `/dev/dasdb1`) must be created using `fdasd` and used in the installation process.
79+
====
80+
+
7581
endif::pxe-boot[]
7682

7783
. Optional: Enable FIPS mode.
@@ -103,6 +109,12 @@ $ virt-install \
103109
--extra-args "fips=1" \// <2>
104110
--osinfo detect=on,require=off
105111
----
112+
+
113+
[NOTE]
114+
====
115+
For KVM-based installations using DASD devices on {ibm-z-title}, a partition (for example, `/dev/dasdb1`) must be created using `fdasd`.
116+
====
117+
+
106118
<1> For the `--location` parameter, specify the location of the kernel/initrd on the HTTP or HTTPS server.
107119
<2> 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.
108120
+

0 commit comments

Comments
 (0)