![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||||||
Solution Type Problem Resolution Sure Solution 2358976.1 : ODA X7-2 HA Network Issue On Virtualized Platform, the built-in SFP ports are not being recognized
In this Document
Created from <SR 3-16787419701> Applies to:Oracle Database Appliance X7-2 HA Hardware - Version All Versions and laterInformation in this document applies to any platform. SymptomsAfter reimaging with the OVM iso, ifconfig does not show the device names for the onboard Broadcom ports, specifically eth2/eth3. Therefore, after executing “oakcli configure firstnet”, the Broadcom ports still do not have link lights and the system cannot be accessed remotely.
ChangesCustomer has reimaged the ODA X7-2 nodes with the 12.2.1.2.0 Virtualized iso image CauseIt appears that when the fiber cables are plugged in, this somehow messes up the OVM device udev creations, and the appropriate device names and mac associations are not created. When you unplug the fiber cables completely (including transceivers), reimage with Virtualized iso, it seems to create all the devices. Solution1. Unplug all network cables, including transceivers 2. Reimage with VM iso
5. Check the firmware of the Broadcom ports Now when you do an ifconfig, you will see eth0-eth4, etc... eth2 and eth3 are the Broadcom ports # ethtool -i eth2 # ethtool -i eth3
If the firmware is not at the above level, update the firmware. Otherwise, skip to next step, step 6. # ifconfig eth4 10.145.228.13 netmask 255.255.252.0
Once the file has been transferred over and unpacked, execute the following commands to update the Broadcom firmware. # rpm -ivh bnxtnvm-1.40.10.el7.rpm # bnxtnvm install 20.06.04.07-57417-LOM.pkg -dev=eth2 20.06.04.07-57417-LOM.pkg: Successfully installed package. # bnxtnvm install 20.06.04.07-57417-LOM.pkg -dev=eth3 20.06.04.07-57417-LOM.pkg: Successfully installed package. # reboot
After the system has rebooted, execute the following ethtool commands to manually force the speed to 10000 and turn off autoneg. # ethtool -s eth2 speed 10000 autoneg off
# ethtool -s eth3 speed 10000 autoneg off
You will only have to execute the above two commands if your switch speed is set to 10Gb. The ports come from the factory set to 25Gb and the optical transceivers do not auto-negotiate back to 10Gb when a 10Gb optical transceiver is used. To make the network settings persistent across reboots, you can hard code this in the system bios. In order to enter system bios, reset the system, and press F2 during startup. Select Advanced -> Oracle Dual Port 10Gbase-T Ethernet Controller -> Device Configuration Menu -> Operational Link Speed -> 10Gb (from AutoNeg). This change needs to be made for each of the two ports. Alternatively, you can add the following options to each interface /etc/sysconfig/network-scripts/ifcfg-eth2 & ifcfg-eth3 files: ETHTOOL_OPTS="speed 10000 duplex full autoneg off" 6. run “oakcli configure firstnet” References<BUG:27501532> - X7-2 HA WITH PUBLIC FIBRE NETWORK CAN'T BE DEPLOYEDAttachments This solution has no attachment |
||||||||||||||||||||
|