Skip to content

Commit 05ec62a

Browse files
committed
fixing content for IBM-Z and IBM power
1 parent 40ba61b commit 05ec62a

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

modules/installation-user-infra-machines-static-network.adoc

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ nameserver=8.8.8.8
207207
----
208208
ifndef::ibm-z-kvm[]
209209

210+
210211
[discrete]
211212
=== Bonding multiple network interfaces to a single interface
212213

@@ -248,6 +249,7 @@ ip=10.10.10.2::10.10.10.254:255.255.255.0:core0.example.com:bond0:none
248249
Always set the `fail_over_mac=1` option in active-backup mode, to avoid problems when shared OSA/RoCE cards are used.
249250
endif::ibm-z[]
250251

252+
ifdef::ibm-z[]
251253
[discrete]
252254
=== Bonding multiple network interfaces to a single interface
253255

@@ -268,6 +270,9 @@ ip=10.10.10.2::10.10.10.254:255.255.255.0:core0.example.com:bond0.100:none
268270
bond=bond0:em1,em2:mode=active-backup
269271
vlan=bond0.100:bond0
270272
----
273+
endif::ibm-z[]
274+
275+
ifndef::ibm-z[]
271276

272277
[id="bonding-multiple-sriov-network-interfaces-to-dual-port_{context}"]
273278
[discrete]
@@ -301,24 +306,13 @@ ip=bond0:dhcp
301306
----
302307

303308
** To configure the bonded interface to use a static IP address, enter the specific IP address you want and related information. For example:
304-
ifndef::ibm-z[]
305309
+
306310
[source,terminal]
307311
----
308312
bond=bond0:eno1f0,eno2f0:mode=active-backup
309313
ip=10.10.10.2::10.10.10.254:255.255.255.0:core0.example.com:bond0:none
310314
----
311315
endif::ibm-z[]
312-
ifdef::ibm-z[]
313-
314-
[source,terminal]
315-
----
316-
bond=bond0:eno1f0,eno2f0:mode=active-backup,fail_over_mac=1
317-
ip=10.10.10.2::10.10.10.254:255.255.255.0:core0.example.com:bond0:none
318-
----
319-
320-
Always set the `fail_over_mac=1` option in active-backup mode, to avoid problems when shared OSA/RoCE cards are used.
321-
endif::ibm-z[]
322316

323317
[discrete]
324318
=== Using network teaming

0 commit comments

Comments
 (0)