Skip to content

Commit 4b832b3

Browse files
authored
Merge pull request #85904 from SNiemann15/abi_lpar_note
[OCPBUGS-44822] Add note about persistent mac addresses
2 parents 33aeefc + 85e7a2d commit 4b832b3

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

modules/configuring-network-overrides-ibm-z.adoc

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,15 @@
33
// * installing/installing_with_agent_based_installer/prepare-pxe-assets-agent.adoc
44
:_mod-docs-content-type: PROCEDURE
55
[id="configuring-network-overrides-ibm_{context}"]
6-
= Configuring network overrides in {ibm-z-title}
6+
= Configuring network overrides in an {ibm-z-title} environment
77

88
You can specify a static IP address on {ibm-z-title} machines that use Logical Partition (LPAR) and z/VM. This is useful when the network devices do not have a static MAC address assigned to them.
99

10+
[NOTE]
11+
====
12+
If you are using an OSA network device in Processor Resource/Systems Manager (PR/SM) mode, the lack of persistent MAC addresses can lead to a dynamic assignment of roles for nodes. This means that the roles of individual nodes are not fixed and can change, as the system is unable to reliably associate specific MAC addresses with designated node roles. If MAC addresses are not persistent for any of the interfaces, roles for the nodes are assigned randomly during Agent-based installation.
13+
====
14+
1015
.Procedure
1116

1217
* If you have an existing `.parm` file, edit it to include the following entry:
@@ -16,7 +21,7 @@ You can specify a static IP address on {ibm-z-title} machines that use Logical P
1621
ai.ip_cfg_override=1
1722
----
1823
+
19-
This parameter allows the file to add the network settings to the CoreOS installer.
24+
This parameter allows the file to add the network settings to the {op-system-first} installer.
2025
+
2126
2227
.Example `.parm` file
@@ -35,7 +40,7 @@ ignition.firstboot ignition.platform.id=metal
3540
random.trust_cpu=on
3641
----
3742
<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 {op-system-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.
43+
<2> For installations on direct access storage devices (DASD) type disks, use `rd.` to specify the DASD where {op-system-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 {op-system} is to be installed.
3944
<3> Specify values for `adapter`, `wwpn`, and `lun` as in the following example: `rd.zfcp=0.0.8002,0x500507630400d1e3,0x4000404600000000`.
4045

4146
[NOTE]

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ Currently, ISO boot support on {ibm-z-name} (`s390x`) is available only for {op-
2525

2626
In {ibm-z-title} environments, advanced networking technologies such as Open Systems Adapter (OSA), HiperSockets, and Remote Direct Memory Access (RDMA) over Converged Ethernet (RoCE) require specific configurations that deviate from the standard network settings and those needs to be persisted for multiple boot scenarios that occur in the Agent-based Installation.
2727

28-
To persist these parameters during boot, the `ai.ip_cfg_override=1` parameter is required in the `paramline`. This parameter is used with the configured network cards to ensure a successful and efficient deployment on {ibm-z-title}.
28+
To persist these parameters during boot, the `ai.ip_cfg_override=1` parameter is required in the `.parm` file. This parameter is used with the configured network cards to ensure a successful and efficient deployment on {ibm-z-title}.
2929

30-
The following table lists the network devices that are supported on each hypervisor for the network configuration override functionality :
30+
The following table lists the network devices that are supported on each hypervisor for the network configuration override functionality:
3131

3232
[cols="3,2,2,2,2", options="header"]
3333
|====
@@ -45,7 +45,7 @@ The following table lists the network devices that are supported on each hypervi
4545

4646
| Direct attached Open Systems Adapter (OSA)
4747
| Supported
48-
| Not required ^[3]^
48+
| Not required ^[3]^
4949
| Supported
5050
| Not required
5151

0 commit comments

Comments
 (0)