![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||
Solution Type Problem Resolution Sure Solution 1564824.1 : IPoIB Connection Issues on Multiple Nodes and ECU is Failing on Step 16
In this Document
Created from <SR 3-7374813451> Applies to:Exalogic Elastic Cloud X3-2 Hardware - Version All Versions and laterInformation in this document applies to any platform. SymptomsPhysical ECU version is failing at step 16 and the Infiniband network is exhibiting slowness. CauseThe BONDING_OPTS property was missing from the bond definition file per review of /etc/sysconfig/network-scripts/ifcfg-bond0. This should be there as a factory default but in this case it was missing. SolutionAdd the BONDING_OPTS property with correct parameters to the bond definition file. [root@el01cn10 ~]# cat /etc/sysconfig/network-scripts/ifcfg-bond0
######## DO NOT EDIT THIS FILE ######## ######## GENERATED BY EXALOGIC ######## DEVICE=bond0 IPADDR=192.168.10.10 NETMASK=255.255.255.0 BOOTPROTO=none USERCTL=no TYPE=Ethernet ONBOOT=yes IPV6INIT=no BONDING_OPTS="mode=active-backup miimon=100 downdelay=5000 updelay=5000" MTU=65520
Attachments This solution has no attachment |
||||||||||||||||
|