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
<1> Specify the block device type. For installations on DASD-type disks, specify `/dev/dasda`. For installations on FCP-type disks, specify `/dev/sda`.
98
+
<1> Specify a unique fully qualified path depending on disk type. This can be either DASD-type or FCP-type disks.
100
99
endif::ibm-z[]
101
100
ifdef::ibm-z-lpar[]
102
-
<1> Specify the block device type. For installations on DASD-type disks, specify `/dev/dasda`. For installations on FCP-type disks, specify `/dev/sda`. For installations on NVMe-type disks, specify `/dev/nvme0n1`.
101
+
<1> Specify a unique fully qualified path depending on disk type. This can be either DASD-type, FCP-type, or NVMe-type disks.
103
102
endif::ibm-z-lpar[]
104
103
<2> Specify the location of the Ignition config file. Use `bootstrap.ign`, `master.ign`, or `worker.ign`. Only HTTP and HTTPS protocols are supported.
105
104
<3> Specify the location of the `rootfs` artifact for the `kernel` and `initramfs` you are booting. Only HTTP and HTTPS protocols are supported.
@@ -115,16 +114,25 @@ Write all options in the parameter file as a single line and make sure you have
115
114
When you install with multiple paths, you must enable multipathing directly after the installation, not at a later point in time, as this can cause problems.
116
115
====
117
116
... Set the install device as: `coreos.inst.install_dev=/dev/disk/by-id/scsi-<serial_number>`.
117
+
118
+
. Optional: Create a `generic.ins` file:
118
119
+
119
-
[NOTE]
120
-
====
121
-
If additional LUNs are configured with NPIV, FCP requires `zfcp.allow_lun_scan=0`. If you must enable `zfcp.allow_lun_scan=1` because you use a CSI driver, for example, you must configure your NPIV so that each node cannot access the boot partition of another node.
122
-
====
123
-
... Leave all other parameters unchanged.
120
+
Some installation methods also require a `generic.ins` file with a mapping of the location of the installation data in the file system of the Hardware Management Console (HMC), the DVD, or the FTP server and the memory locations where the data is to be copied. A sample `generic.ins` file is provided with the {op-system-base} installation media. The file contains file names for the initial RAM disk (`initrd.img`), the kernel image (`kernel.img`), and the parameter (`generic.prm`) files and a memory location for each file.
121
+
+
122
+
.Example `generic.ins` file
123
+
[source,terminal]
124
+
----
125
+
images/kernel.img 0x00000000
126
+
images/initrd.img 0x02000000
127
+
images/genericdvd.prm 0x00010480
128
+
images/initrd.addrsize 0x00010408
129
+
----
130
+
131
+
. Leave all other parameters unchanged.
124
132
+
125
133
[IMPORTANT]
126
134
====
127
-
Additional postinstallation steps are required to fully enable multipathing. For more information, see “Enabling multipathing with kernel arguments on {op-system}" in _Postinstallation machine configuration tasks_.
135
+
Additional postinstallation steps are required to fully enable multipathing. For more information, see “Enabling multipathing with kernel arguments on {op-system}" in _Machine configuration_.
Write all options in the parameter file as a single line and make sure you have no newline characters.
@@ -152,7 +159,7 @@ ifdef::ibm-z[]
152
159
. 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://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html-single/interactively_installing_rhel_over_the_network/index#installing-under-z-vm_booting-the-installation-media[Booting the installation on {ibm-z-name} to install {op-system-base} in z/VM].
153
160
. Punch the files to the virtual reader of the z/VM guest virtual machine that is to become your bootstrap node.
154
161
+
155
-
See link:https://www.ibm.com/docs/en/zvm/latest?topic=commands-punch[PUNCH] in IBM Documentation.
162
+
See link:https://www.ibm.com/docs/en/zvm/latest?topic=commands-punch[PUNCH] ({ibm-name}Documentation).
156
163
+
157
164
[TIP]
158
165
====
@@ -166,7 +173,7 @@ You can use the CP PUNCH command or, if you use Linux, the **vmur** command to t
166
173
$ ipl c
167
174
----
168
175
+
169
-
See link:https://www.ibm.com/docs/en/zvm/latest?topic=commands-ipl[IPL] in IBM Documentation.
176
+
See link:https://www.ibm.com/docs/en/zvm/latest?topic=commands-ipl[IPL] ({ibm-name}Documentation).
0 commit comments