<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Mike,<br>
<br>
You may want to look at the file:<br>
&nbsp;&nbsp; /etc/udev/rules.d/70-persistent-net.rules<br>
Or at least be aware of this file.&nbsp; I have been burned by this when copying VMs and such.<br>
<br>
<br>
Carl<br>
<br>
<br>
<br>
<div class="moz-cite-prefix">On 07/05/2016 01:59 PM, Mike Bean wrote:<br>
</div>
<blockquote cite="mid:CAKuUP=cpE0StCTSro7YVcxs4geY5Usq-kuvUvjAyLTu-WKD8Eg@mail.gmail.com" type="cite">
<div dir="ltr">
<div><br>
</div>
(Solved).&nbsp; Thank you.&nbsp; I just needed a way to figure out which eth the network was on.
<div><br>
</div>
<div>Mike B<br>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Tue, Jul 5, 2016 at 1:36 PM, Mike Bean <span dir="ltr">
&lt;<a moz-do-not-send="true" href="mailto:beandaemon@gmail.com" target="_blank">beandaemon@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
                .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">Think I might've figured it out.&nbsp; Discovered ethtool -i will give you the driver of the device.&nbsp; Discovered the 10G is actually eth4 on this box. &nbsp; Testing my hypothesis.
<div><br>
</div>
</div>
<div class="HOEnZb">
<div class="h5">
<div class="gmail_extra"><br>
<div class="gmail_quote">On Tue, Jul 5, 2016 at 1:33 PM, Charles Burton <span dir="ltr">
&lt;<a moz-do-not-send="true" href="mailto:charles.d.burton@gmail.com" target="_blank"></a><a class="moz-txt-link-abbreviated" href="mailto:charles.d.burton@gmail.com">charles.d.burton@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0
                          0 0 .8ex;border-left:1px #ccc
                          solid;padding-left:1ex">
<div dir="ltr">Did you make sure the HWADDR is the same?&nbsp; You can just comment that out too if you're using a single adapter.<br>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">
<div>
<div>On Tue, Jul 5, 2016 at 1:25 PM, Mike Bean <span dir="ltr">&lt;<a moz-do-not-send="true" href="mailto:beandaemon@gmail.com" target="_blank"></a><a class="moz-txt-link-abbreviated" href="mailto:beandaemon@gmail.com">beandaemon@gmail.com</a>&gt;</span> wrote:<br>
</div>
</div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px
                                #ccc solid;padding-left:1ex">
<div>
<div>
<div dir="ltr"><br>
<div>OK, I'm running low on my bag of tricks, &nbsp;as is my custom when I get desperate, I consult the council!</div>
<div><br>
</div>
<div>I have a series of seven DL380's using 10GB 2 port NICs which are HP 560 SFP adapters.&nbsp; Using the same configuration on each host, I'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. &nbsp;(2 ports to each NIC)</div>
<div><br>
</div>
<div>Ethtool shows no link, ip link show, shows BROADCAST, MULTICAST, UP, &nbsp;state unknown.</div>
<div><br>
</div>
<div>(scratches head) &nbsp; If I'm missing something, I sure don't know what it is.&nbsp; Got my networking guy to show me a copy of the switch port config, it's identical for all ports.&nbsp; My onsite guy assures me it's plugged in and they've got link light on the cable.</div>
<div><br>
</div>
<div>If I'm missing something, it sure isn't jumping out at me.&nbsp; So all advice is appreciated.</div>
<div>Is there a way to tell definitively which ethernet I need configure?&nbsp; In case maybe it's not eth0? &nbsp; Unlikely - since the other six came up fine when I configured eth0, but I'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 &nbsp; localhost localhost.localdomain localhost4 localhost4.localdomain4</div>
<div>::1 &nbsp; &nbsp; &nbsp; &nbsp; localhost localhost.localdomain localhost6 localhost6.localdomain6</div>
<div>127.0.1.1<span style="white-space:pre-wrap"> (HOSTNAME)</span></div>
</div>
<div><span style="white-space:pre-wrap"></span></div>
<div><span style="white-space:pre-wrap">(/etc/resolv.conf)</span></div>
<div><span><span style="white-space:pre-wrap">search DOMAIN1 DOMAIN2 nameserver DNS1 nameserver DNS2</span><br>
</span></div>
<div><span><span style="white-space:pre-wrap"></span></span></div>
<div><span><span style="white-space:pre-wrap">(/etc/sysconfig/network)</span></span></div>
<div><span>
<div style="white-space:pre-wrap">NETWORKING=yes</div>
<div style="white-space:pre-wrap">GATEWAY= (GATEWAY)</div>
<div style="white-space:pre-wrap">HOSTNAME= (HOSTNAME)</div>
<div style="white-space:pre-wrap">IPV6FORWARDING=yes</div>
<div style="white-space:pre-wrap">IPV6_AUTOCONF=no</div>
<div style="white-space:pre-wrap">IPV6_AUTOTUNNEL=no</div>
<div style="white-space:pre-wrap">IPV6_DEFAULTDEV=eth0</div>
<div style="white-space:pre-wrap">NETWORKING_IPV6=yes</div>
<div style="white-space:pre-wrap"></div>
<div style="white-space:pre-wrap">(/etc/sysconfig/network-scripts/ifcfg-eth0)</div>
<div style="white-space:pre-wrap"></div>
<div><span style="white-space:pre-wrap">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>
<br>
</div>
</div>
_______________________________________________<br>
clue mailing list: <a moz-do-not-send="true" href="mailto:clue@cluedenver.org" target="_blank">
</a><a class="moz-txt-link-abbreviated" href="mailto:clue@cluedenver.org">clue@cluedenver.org</a><br>
For information, account preferences, or to unsubscribe see:<br>
<a moz-do-not-send="true" href="http://cluedenver.org/mailman/listinfo/clue" rel="noreferrer" target="_blank">http://cluedenver.org/mailman/listinfo/clue</a><br>
</blockquote>
</div>
<br>
</div>
<br>
_______________________________________________<br>
clue mailing list: <a moz-do-not-send="true" href="mailto:clue@cluedenver.org" target="_blank">
clue@cluedenver.org</a><br>
For information, account preferences, or to unsubscribe see:<br>
<a moz-do-not-send="true" href="http://cluedenver.org/mailman/listinfo/clue" rel="noreferrer" target="_blank">http://cluedenver.org/mailman/listinfo/clue</a><br>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</blockquote>
</div>
<br>
</div>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset> <br>
<pre wrap="">_______________________________________________
clue mailing list: <a class="moz-txt-link-abbreviated" href="mailto:clue@cluedenver.org">clue@cluedenver.org</a>
For information, account preferences, or to unsubscribe see:
<a class="moz-txt-link-freetext" href="http://cluedenver.org/mailman/listinfo/clue">http://cluedenver.org/mailman/listinfo/clue</a></pre>
</blockquote>
<br>
</body>
</html>