![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||||||
Solution Type Problem Resolution Sure Solution 2099905.1 : ODA VM : Ethernet Bridges Won't Start On Boot when there is '-' in interface name
In this Document
Created from <SR 3-12002917311> Applies to:Oracle Database Appliance X4-2 - Version All Versions to All Versions [Release All Releases]Oracle Database Appliance Software - Version 2.1.0.1 to 12.1.2.5 [Release 2.1 to 12.1] Information in this document applies to any platform. SymptomsVLAN interface is down after Node reboot though configuration of the bridge has ONBOOT parameter is set to YES. When trying to bring UP the interface with the ifup command it returns: [root@node1 ~]# ifup infra-backup
Missing config file ifcfg-infra. following command worked: [root@node1 ~]# ip link set infra-backup up
ChangesInterface name changed infra-backup. CauseThe ifcfg-infra-backup is not a valid name for network scripts, need to loose the '-' in the infra-backup or rename it to infra_backup. SolutionSteps to rename: + Stop bridge # ifdown infra-backup
+ Rename ifcfg-infra-backup to ifcfg-infra_backup # ifup ifcfg-infra_backup boot
# ifconfig admin-dmz
References<BUG:21822405> - LINK STATUS OF BRIDGE INTERFACE IS DOWNAttachments This solution has no attachment |
||||||||||||||||||||
|