Skip to content

Commit 40acb95

Browse files
authored
Merge pull request #39314 from SNiemann15/cio_ignore_48_49
[MULTIARCH-1967] IBM Z remove cio_ignore parm from 4.8 and later docs
2 parents 1e8fbe2 + 40e8a85 commit 40acb95

File tree

1 file changed

+24
-15
lines changed

1 file changed

+24
-15
lines changed

modules/installation-ibm-z-user-infra-machines-iso.adoc

Lines changed: 24 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,18 @@ Example parameter file, `bootstrap-0.parm`, for the bootstrap machine:
5858
+
5959
[source,terminal]
6060
----
61-
rd.neednet=1 console=ttysclp0 coreos.inst.install_dev=dasda coreos.live.rootfs_url=http://
62-
cl1.provide.example.com:8080/assets/rhcos-live-rootfs.s390x.img
63-
coreos.inst.ignition_url=http://cl1.provide.example.com:8080/ignition/bootstrap.ign
64-
ip=172.18.78.2::172.18.78.1:255.255.255.0:::none nameserver=172.18.78.1
65-
rd.znet=qeth,0.0.bdf0,0.0.bdf1,0.0.bdf2,layer2=1,portno=0 zfcp.allow_lun_scan=0 cio_ignore=all,
66-
!condev rd.dasd=0.0.3490
61+
rd.neednet=1 \
62+
console=ttysclp0 \
63+
coreos.inst.install_dev=dasda \
64+
coreos.live.rootfs_url=http://cl1.provide.example.com:8080/assets/rhcos-live-rootfs.s390x.img \
65+
coreos.inst.ignition_url=http://cl1.provide.example.com:8080/ignition/bootstrap.ign \
66+
ip=172.18.78.2::172.18.78.1:255.255.255.0:::none nameserver=172.18.78.1 \
67+
rd.znet=qeth,0.0.bdf0,0.0.bdf1,0.0.bdf2,layer2=1,portno=0 \
68+
zfcp.allow_lun_scan=0 \
69+
rd.dasd=0.0.3490
6770
----
71+
+
72+
Write all options in the parameter file as a single line and make sure you have no newline characters.
6873

6974
** For installations on FCP-type disks, complete the following tasks:
7075
... 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.
@@ -91,17 +96,21 @@ The following is an example parameter file `worker-1.parm` for a worker node wit
9196
+
9297
[source,terminal]
9398
----
94-
rd.neednet=1 console=ttysclp0 coreos.inst.install_dev=sda
95-
coreos.live.rootfs_url=http://cl1.provide.example.com:8080/assets/rhcos-live-rootfs.s390x.img
96-
coreos.inst.ignition_url=http://cl1.provide.example.com:8080/ignition/worker.ign
97-
ip=172.18.78.2::172.18.78.1:255.255.255.0:::none nameserver=172.18.78.1
98-
rd.znet=qeth,0.0.bdf0,0.0.bdf1,0.0.bdf2,layer2=1,portno=0 zfcp.allow_lun_scan=0 cio_ignore=all,
99-
!condev
100-
rd.zfcp=0.0.1987,0x50050763070bc5e3,0x4008400B00000000
101-
rd.zfcp=0.0.19C7,0x50050763070bc5e3,0x4008400B00000000
102-
rd.zfcp=0.0.1987,0x50050763071bc5e3,0x4008400B00000000
99+
rd.neednet=1 \
100+
console=ttysclp0 \
101+
coreos.inst.install_dev=sda \
102+
coreos.live.rootfs_url=http://cl1.provide.example.com:8080/assets/rhcos-live-rootfs.s390x.img \
103+
coreos.inst.ignition_url=http://cl1.provide.example.com:8080/ignition/worker.ign \
104+
ip=172.18.78.2::172.18.78.1:255.255.255.0:::none nameserver=172.18.78.1 \
105+
rd.znet=qeth,0.0.bdf0,0.0.bdf1,0.0.bdf2,layer2=1,portno=0 \
106+
zfcp.allow_lun_scan=0 \
107+
rd.zfcp=0.0.1987,0x50050763070bc5e3,0x4008400B00000000 \
108+
rd.zfcp=0.0.19C7,0x50050763070bc5e3,0x4008400B00000000 \
109+
rd.zfcp=0.0.1987,0x50050763071bc5e3,0x4008400B00000000 \
103110
rd.zfcp=0.0.19C7,0x50050763071bc5e3,0x4008400B00000000
104111
----
112+
+
113+
Write all options in the parameter file as a single line and make sure you have no newline characters.
105114

106115
. 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].
107116
. Punch the files to the virtual reader of the z/VM guest virtual machine that is to become your bootstrap node.

0 commit comments

Comments
 (0)