The usb0 NIC sometimes causes problems with certain Oracle grid components on 11g RAC.
Setting the /etc/sysconfig/network-scripts/ifcfg-usb0 ‘ONBOOT=no’ does not always work and the devices fires up again.
You can disable the NIC from even initializing by adding the following as the first line in /etc/udev/rules.d/60-net.rules
ACTION==”add”, DRIVER==”usb”, SYSFS{configuration}==”CDC Ethernet”, OPTIONS+=”ignore_device, last_rule”





