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
= Configuring network overrides in an {ibm-z-title} environment
7
7
8
8
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.
9
9
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
+
10
15
.Procedure
11
16
12
17
* 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
16
21
ai.ip_cfg_override=1
17
22
----
18
23
+
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.
<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.
39
44
<3> Specify values for `adapter`, `wwpn`, and `lun` as in the following example: `rd.zfcp=0.0.8002,0x500507630400d1e3,0x4000404600000000`.
Copy file name to clipboardExpand all lines: modules/installing-ocp-agent-ibm-z.adoc
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -25,9 +25,9 @@ Currently, ISO boot support on {ibm-z-name} (`s390x`) is available only for {op-
25
25
26
26
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.
27
27
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}.
29
29
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:
31
31
32
32
[cols="3,2,2,2,2", options="header"]
33
33
|====
@@ -45,7 +45,7 @@ The following table lists the network devices that are supported on each hypervi
0 commit comments