|
| 1 | +// Module included in the following assemblies: |
| 2 | +// |
| 3 | +// * installing/installing_with_agent_based_installer/prepare-pxe-assets-agent.adoc |
| 4 | +:_mod-docs-content-type: PROCEDURE |
| 5 | +[id="configuring-network-overrides-ibm_{context}"] |
| 6 | += Configuring network overrides in {ibm-z-title} |
| 7 | + |
| 8 | +You can specify a static IP address on {ibm-z-title} machines that uses Logical Partition (LPAR) and z/VM. This is useful when the network devices do not have a static MAC address assigned to them. |
| 9 | + |
| 10 | +.Procedure |
| 11 | + |
| 12 | +* If you have an existing `.parm` file, edit it to include the following entry: |
| 13 | ++ |
| 14 | +[source,terminal] |
| 15 | +---- |
| 16 | +ai.ip_cfg_override=1 |
| 17 | +---- |
| 18 | ++ |
| 19 | +This parameter allows the file to add the network settings to the CoreOS installer. |
| 20 | ++ |
| 21 | +
|
| 22 | +.Example `.parm` file |
| 23 | +[source,terminal] |
| 24 | +---- |
| 25 | +rd.neednet=1 cio_ignore=all,!condev |
| 26 | +console=ttysclp0 |
| 27 | +coreos.live.rootfs_url=<coreos_url> <1> |
| 28 | +ip=<ip>::<gateway>:<netmask>:<hostname>::none nameserver=<dns> |
| 29 | +rd.znet=qeth,<network_adaptor_range>,layer2=1 |
| 30 | +rd.<disk_type>=<adapter> <2> |
| 31 | +rd.zfcp=<adapter>,<wwpn>,<lun> random.trust_cpu=on <3> |
| 32 | +zfcp.allow_lun_scan=0 |
| 33 | +ai.ip_cfg_override=1 |
| 34 | +ignition.firstboot ignition.platform.id=metal |
| 35 | +random.trust_cpu=on |
| 36 | +---- |
| 37 | +<1> For the `coreos.live.rootfs_url` artifact, specify the matching `rootfs` artifact for the `kernel` and `initramfs` that you are booting. Only HTTP and HTTPS protocols are supported. |
| 38 | +<2> For installations on direct access storage devices (DASD) type disks, use `rd.` to specify the DASD where {rhel-first} is to be installed. For installations on Fibre Channel Protocol (FCP) disks, use `rd.zfcp=<adapter>,<wwpn>,<lun>` to specify the FCP disk where {rhel} is to be installed. |
| 39 | +<3> Specify values for `adapter`, `wwpn`, and `lun` as in the following example: `rd.zfcp=0.0.8002,0x500507630400d1e3,0x4000404600000000`. |
| 40 | + |
| 41 | +[NOTE] |
| 42 | +==== |
| 43 | +The `override` parameter overrides the host's network configuration settings. |
| 44 | +==== |
0 commit comments