<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Command output verify in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/command-output-verify/m-p/4640464#M40976</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;the explanation from Matti is great.&lt;BR /&gt;&lt;BR /&gt;More articles could be found  :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://ashterix.blogspot.com/2006/05/mii-tool-vs-ethtool.html" target="_blank"&gt;http://ashterix.blogspot.com/2006/05/mii-tool-vs-ethtool.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://serverfault.com/questions/25841/which-tool-should-i-trust-mii-tool-and-ethtool-dont-show-me-the-same-values" target="_blank"&gt;http://serverfault.com/questions/25841/which-tool-should-i-trust-mii-tool-and-ethtool-dont-show-me-the-same-values&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;mikap</description>
    <pubDate>Tue, 01 Jun 2010 11:56:17 GMT</pubDate>
    <dc:creator>Michal Kapalka (mikap)</dc:creator>
    <dc:date>2010-06-01T11:56:17Z</dc:date>
    <item>
      <title>Command output verify</title>
      <link>https://community.hpe.com/t5/operating-system-linux/command-output-verify/m-p/4640462#M40974</link>
      <description>In one of our linux server (HP Blade c7000 enclosure) we have found the following two command outputs which are contradictory. &lt;BR /&gt;&lt;BR /&gt;[root@bldhkvpms ~]# ethtool eth0&lt;BR /&gt;Settings for eth0:&lt;BR /&gt;        Supported ports: [ FIBRE ]&lt;BR /&gt;        Supported link modes:   1000baseT/Full&lt;BR /&gt;        Supports auto-negotiation: Yes&lt;BR /&gt;        Advertised link modes:  1000baseT/Full&lt;BR /&gt;        Advertised auto-negotiation: No&lt;BR /&gt;        Speed: 1000Mb/s&lt;BR /&gt;        Duplex: Full&lt;BR /&gt;        Port: FIBRE&lt;BR /&gt;        PHYAD: 2&lt;BR /&gt;        Transceiver: internal&lt;BR /&gt;        Auto-negotiation: on&lt;BR /&gt;        Supports Wake-on: g&lt;BR /&gt;        Wake-on: g&lt;BR /&gt;        Link detected: yes&lt;BR /&gt;&lt;BR /&gt;[root@bldhkvpms ~]# mii-tool&lt;BR /&gt;eth0: negotiated 10baseT-HD, link ok&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can any one please verify which tool we should rely?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;M.Hassan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Jun 2010 07:49:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/command-output-verify/m-p/4640462#M40974</guid>
      <dc:creator>Mahamudul Hassan</dc:creator>
      <dc:date>2010-06-01T07:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Command output verify</title>
      <link>https://community.hpe.com/t5/operating-system-linux/command-output-verify/m-p/4640463#M40975</link>
      <description>The API used by "mii-tool" was designed for 100 Mbit NICs and cannot really handle gigabit NICs. With gigabit NICs, "mii-tool" is obsolete and does not always return accurate information.&lt;BR /&gt;&lt;BR /&gt;The "ethtool" command uses a newer API that is independent of hardware types.&lt;BR /&gt;&lt;BR /&gt;You should always prefer ethtool over mii-tool. Mii-tool should be used *only* if ethtool does not work with your NIC *and* your NIC has a maximum speed of 100 Mbit or slower.&lt;BR /&gt;&lt;BR /&gt;The "mii-tool" is included in current Linux distributions only because there are still some 100 Mbit NIC drivers which haven't been upgraded to provide the newer ethtool API.&lt;BR /&gt;&lt;BR /&gt;Drivers with ethtool API usually will provide link state notification with the legacy mii-tool API too, but it should be regarded as link up/down notification only, because the old mii-tool API cannot correctly express all possible link speeds.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Tue, 01 Jun 2010 11:30:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/command-output-verify/m-p/4640463#M40975</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-06-01T11:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Command output verify</title>
      <link>https://community.hpe.com/t5/operating-system-linux/command-output-verify/m-p/4640464#M40976</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;the explanation from Matti is great.&lt;BR /&gt;&lt;BR /&gt;More articles could be found  :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://ashterix.blogspot.com/2006/05/mii-tool-vs-ethtool.html" target="_blank"&gt;http://ashterix.blogspot.com/2006/05/mii-tool-vs-ethtool.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://serverfault.com/questions/25841/which-tool-should-i-trust-mii-tool-and-ethtool-dont-show-me-the-same-values" target="_blank"&gt;http://serverfault.com/questions/25841/which-tool-should-i-trust-mii-tool-and-ethtool-dont-show-me-the-same-values&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Tue, 01 Jun 2010 11:56:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/command-output-verify/m-p/4640464#M40976</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2010-06-01T11:56:17Z</dc:date>
    </item>
  </channel>
</rss>

