<div dir="ltr"><br><div>OK, I&#39;m running low on my bag of tricks,  as is my custom when I get desperate, I consult the council!</div><div><br></div><div>I have a series of seven DL380&#39;s using 10GB 2 port NICs which are HP 560 SFP adapters.  Using the same configuration on each host, I&#39;ve been able to get network on six of them, using CentOS 6.7; config files follow</div><div><br></div><div>As near as I can tell, the only difference between the one without network, and the 6 that do, is the six that do have two of the 10GB nics, and the one without, has one.  (2 ports to each NIC)</div><div><br></div><div>Ethtool shows no link, ip link show, shows BROADCAST, MULTICAST, UP,  state unknown.</div><div><br></div><div>(scratches head)   If I&#39;m missing something, I sure don&#39;t know what it is.  Got my networking guy to show me a copy of the switch port config, it&#39;s identical for all ports.  My onsite guy assures me it&#39;s plugged in and they&#39;ve got link light on the cable.</div><div><br></div><div>If I&#39;m missing something, it sure isn&#39;t jumping out at me.  So all advice is appreciated.</div><div>Is there a way to tell definitively which ethernet I need configure?  In case maybe it&#39;s not eth0?   Unlikely - since the other six came up fine when I configured eth0, but I&#39;m running low on ideas.</div><div><br></div><div>Mike B</div><div><br></div><div>(etc/hosts)</div><div><div>127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4</div><div>::1         localhost localhost.localdomain localhost6 localhost6.localdomain6</div><div>127.0.1.1<span class="" style="white-space:pre">        (HOSTNAME)</span></div></div><div><span class="" style="white-space:pre"><br></span></div><div><span class="" style="white-space:pre">(/etc/resolv.conf)</span></div><div><span class=""><span style="white-space:pre">search DOMAIN1 DOMAIN2
nameserver DNS1
nameserver DNS2</span><br></span></div><div><span class=""><span style="white-space:pre"><br></span></span></div><div><span class=""><span style="white-space:pre">(/etc/sysconfig/network)</span></span></div><div><span class=""><div style="white-space:pre">NETWORKING=yes</div><div style="white-space:pre">GATEWAY= (GATEWAY)</div><div style="white-space:pre">HOSTNAME= (HOSTNAME)</div><div style="white-space:pre">IPV6FORWARDING=yes</div><div style="white-space:pre">IPV6_AUTOCONF=no</div><div style="white-space:pre">IPV6_AUTOTUNNEL=no</div><div style="white-space:pre">IPV6_DEFAULTDEV=eth0</div><div style="white-space:pre">NETWORKING_IPV6=yes</div><div style="white-space:pre"><br></div><div style="white-space:pre">(/etc/sysconfig/network-scripts/ifcfg-eth0)</div><div style="white-space:pre"><br></div><div style=""><span style="white-space:pre">DEVICE=eth0
HWADDR= (SOMEADDR)
TYPE=Ethernet
UUID= (SOMEUUID)
ONBOOT=yes
NM_CONTROLLED=yes
BOOTPROTO=static
GATEWAY= (GATEWAY)
IPADDR=(IPADDR)
NETMASK=255.255.255.0
DNS1= (DNS1)
DNS2=(DNS2)
DOMAIN=(DOMAIN)
PEERDNS=no
USERCTL=no</span><br></div></span></div></div>