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
Copy file name to clipboardExpand all lines: perl-xCAT/xCAT/Schema.pm
+24-32Lines changed: 24 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -412,41 +412,33 @@ passed as argument rather than by table value',
412
412
bmc=>'The hostname of the BMC adapter.',
413
413
bmcport=>'In systems with selectable shared/dedicated ethernet ports, this parameter can be used to specify the preferred port. 0 means use the shared port, 1 means dedicated, blank is to not assign.
414
414
415
-
The following special cases exist for IBM System x servers:
415
+
The following special cases exist for IBM System x servers:
416
416
417
-
For x3755 M3 systems, 0 means use the dedicated port, 1 means
418
-
shared, blank is to not assign.
417
+
- For x3755 M3 systems, 0 means use the dedicated port, 1 means shared, blank is to not assign.
419
418
420
-
For certain systems which have a mezzaine or ML2 adapter, there is a second
421
-
value to include:
419
+
- For certain systems which have a mezzaine or ML2 adapter, there is a second value to include:
420
+
For x3750 M4 (Model 8722):
421
+
0 2 1st 1Gbps interface for LOM
422
+
0 0 1st 10Gbps interface for LOM
423
+
0 3 2nd 1Gbps interface for LOM
424
+
0 1 2nd 10Gbps interface for LOM
425
+
For x3750 M4 (Model 8752), x3850/3950 X6, dx360 M4, x3550 M4, and x3650 M4:
426
+
0 Shared (1st onboard interface)
427
+
1 Dedicated
428
+
2 0 First interface on ML2 or mezzanine adapter
429
+
2 1 Second interface on ML2 or mezzanine adapter
430
+
2 2 Third interface on ML2 or mezzanine adapter
431
+
2 3 Fourth interface on ML2 or mezzanine adapter
422
432
423
-
424
-
For x3750 M4 (Model 8722):
425
-
426
-
427
-
0 2 1st 1Gbps interface for LOM
428
-
429
-
0 0 1st 10Gbps interface for LOM
430
-
431
-
0 3 2nd 1Gbps interface for LOM
432
-
433
-
0 1 2nd 10Gbps interface for LOM
434
-
435
-
436
-
For x3750 M4 (Model 8752), x3850/3950 X6, dx360 M4, x3550 M4, and x3650 M4:
437
-
438
-
439
-
0 Shared (1st onboard interface)
440
-
441
-
1 Dedicated
442
-
443
-
2 0 First interface on ML2 or mezzanine adapter
444
-
445
-
2 1 Second interface on ML2 or mezzanine adapter
446
-
447
-
2 2 Third interface on ML2 or mezzanine adapter
448
-
449
-
2 3 Fourth interface on ML2 or mezzanine adapter',
433
+
For Dell systems, a second and third values can also be used:
434
+
1st value: 0 = shared / 1 = dedicated
435
+
2nd value shared LOM (1-4) (0 or no value means first available LOM)
436
+
3rd value: failover LOM (1-4) (0 means no failover, no value means all LOMs)
437
+
0 Shared with first available interface, failover all LOMs (catch all mode)
438
+
0 1 Shared with LOM1, failover all LOMs
439
+
0 1 2 Shared with LOM1, failover LOM2
440
+
0 2 0 Shared with LOM2, no failover
441
+
1 Dedicated',
450
442
taggedvlan=>'bmcsetup script will configure the network interface of the BMC to be tagged to the VLAN specified.',
451
443
bmcid=>'Unique identified data used by discovery processes to distinguish known BMCs from unrecognized BMCs',
452
444
username=>'The BMC userid. If not specified, the key=ipmi row in the passwd table is used as the default.',
0 commit comments