<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>2009/01/28 on Yano&#39;s digital garage</title>
    <link>https://www.bravotouring.com/~yano/archives/2009/01/28/</link>
    <description>Recent content in 2009/01/28 on Yano&#39;s digital garage</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 28 Jan 2009 21:57:29 +0900</lastBuildDate>
    <atom:link href="https://www.bravotouring.com/~yano/archives/2009/01/28/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>複数LANアダプタ</title>
      <link>https://www.bravotouring.com/~yano/diary/it/20090128ifcfg.htm</link>
      <pubDate>Wed, 28 Jan 2009 21:57:29 +0900</pubDate>
      <guid>https://www.bravotouring.com/~yano/diary/it/20090128ifcfg.htm</guid>
      <description>&lt;p&gt;お仕事で調達した&lt;a href=&#34;http://www.intel.com/&#34; target=&#34;SubWindow&#34;&gt;&lt;span class=&#34;Corporation&#34;&gt;Intel&lt;/span&gt;&lt;/a&gt;の&lt;a href=&#34;http://www.intel.com/products/server/adapters/pro1000pt-quadport/pro1000pt-quadport-overview.htm&#34; target=&#34;SubWindow&#34;&gt;PRO/1000 PT Quad Port Server Adapter&lt;/a&gt;。&lt;/p&gt;&#xA;&lt;table align=&#34;right&#34; class=&#34;Landscape&#34;&gt;&#xA;&lt;tr&gt;&#xA;&lt;td&gt;&lt;img alt=&#34;EXPI9404PT&#34; src=&#34;https://www.bravotouring.com/~yano/images/2009/20090128ifcfg.jpg&#34;/&gt;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td class=&#34;PhotoMemo&#34;&gt;PRO/1000 PT Quad Port (EXPI9404PT)&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;カード1枚でGigabitイーサネットポートを4つも持つ代物だが、そいつを2枚入れて8ポートで&lt;a href=&#34;http://e-words.jp/w/E383AAE383B3E382AFE382A2E382B0E383AAE382B2E383BCE382B7E383A7E383B3.html&#34; target=&#34;SubWindow&#34;&gt;リンクアグリゲーション&lt;/a&gt;するのが目的。&lt;/p&gt;&#xA;&lt;p&gt;ちなみに、母艦の&lt;a href=&#34;http://www.supermicro.com/&#34; target=&#34;SubWindow&#34;&gt;&lt;span class=&#34;Corporation&#34;&gt;Super Micro&lt;/span&gt;&lt;/a&gt;の&lt;a href=&#34;http://www.supermicro.com/products/motherboard/xeon1333/5100/x7dcl-i.cfm&#34; target=&#34;SubWindow&#34;&gt;X7DCL-i&lt;/a&gt;にも&lt;a href=&#34;http://www.intel.com/&#34; target=&#34;SubWindow&#34;&gt;&lt;span class=&#34;Corporation&#34;&gt;Intel&lt;/span&gt;&lt;/a&gt;の82573V &amp; 82573Lが搭載されており、&lt;a href=&#34;http://www.intel.com/&#34; target=&#34;SubWindow&#34;&gt;&lt;span class=&#34;Corporation&#34;&gt;Intel&lt;/span&gt;&lt;/a&gt;なGigabitイーサネットが10個もあるへんてこりんなマシンになった。&lt;/p&gt;&#xA;&lt;p&gt;で、&lt;a href=&#34;http://www.centos.org/&#34; target=&#34;SubWindow&#34;&gt;Cent OS&lt;/a&gt;を入れると、あっさり全ポートが e1000e ドライバで認識された。&lt;/p&gt;&#xA;&lt;p&gt;…のは良かったが、後付けの&lt;a href=&#34;http://www.intel.com/products/server/adapters/pro1000pt-quadport/pro1000pt-quadport-overview.htm&#34; target=&#34;SubWindow&#34;&gt;PRO/1000 PT Quad Port Server Adapter&lt;/a&gt;がeth0～eth7、オンボードがeth8,eth9という不格好なアサインをされてしまったよ。&lt;span class=&#34;Path&#34;&gt;lspci&lt;/span&gt;をチェックすると、どうやらbus-idの順にアサインされてしまうらしい。&lt;/p&gt;&#xA;&lt;p&gt;一般的にデバイス名は&lt;span class=&#34;Path&#34;&gt;/etc/modprobe.conf&lt;/span&gt;のaliasでドライバモジュールを指定できるのだが、&lt;span class=&#34;Warning&#34;&gt;全ポートが e1000e というのが裏目に出た&lt;/span&gt;格好だ。aliasの順番を入れ替えたり、optionsを付けてみたり、いろいろ弄ってみるものの改善の気配もなく、どうしたことかと一晩思案。&lt;/p&gt;&#xA;&lt;p&gt;結局、&lt;span class=&#34;Path&#34;&gt;/etc/sysconfig/network-scripts/ifcfg-eth*&lt;/span&gt;のHWADDRに記載されたMACアドレスを手作業で入れ替えてあげる事で、eth0,eth1をオンボード、eth2～を&lt;a href=&#34;http://www.intel.com/products/server/adapters/pro1000pt-quadport/pro1000pt-quadport-overview.htm&#34; target=&#34;SubWindow&#34;&gt;PRO/1000 PT Quad Port Server Adapter&lt;/a&gt;に割り当てる事に成功。&lt;/p&gt;&#xA;&lt;p&gt;終ってみれば、いつも簡単な話だ。&lt;/p&gt;&#xA;&lt;p class=&#34;Reference&#34;&gt;【参照】&#xA;&#x9;&lt;br/&gt;●Intel &lt;a href=&#34;http://www.intel.com/&#34; target=&#34;SubWindow&#34;&gt;http://www.intel.com/&lt;/a&gt;&#xA;&lt;br/&gt;┗&lt;a href=&#34;http://www.intel.com/products/server/adapters/pro1000pt-quadport/pro1000pt-quadport-overview.htm&#34; target=&#34;SubWindow&#34;&gt;Intel® PRO/1000 PT Quad Port Server Adapter&lt;/a&gt;&#xA;&lt;br/&gt;●Super Micro &lt;a href=&#34;http://www.supermicro.com/&#34; target=&#34;SubWindow&#34;&gt;http://www.supermicro.com/&lt;/a&gt;&#xA;&lt;br/&gt;┗&lt;a href=&#34;http://www.supermicro.com/products/motherboard/xeon1333/5100/x7dcl-i.cfm&#34; target=&#34;SubWindow&#34;&gt;X7DCL-i&lt;/a&gt;&#xA;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
