<?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: RE: IOScan for HP-UX but how about linux? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/re-ioscan-for-hp-ux-but-how-about-linux/m-p/3667209#M20511</link>
    <description>1) lspci lists all devices on the PCI bus.&lt;BR /&gt;2) dmesg also give a good hint on what the kernel already detected.&lt;BR /&gt;3) Booting into knoppix from CD also gets a lot of hardware discovered.&lt;BR /&gt;</description>
    <pubDate>Wed, 09 Nov 2005 17:43:53 GMT</pubDate>
    <dc:creator>Ralf Hildebrandt</dc:creator>
    <dc:date>2005-11-09T17:43:53Z</dc:date>
    <item>
      <title>RE: IOScan for HP-UX but how about linux?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/re-ioscan-for-hp-ux-but-how-about-linux/m-p/3667206#M20508</link>
      <description>Dear Sir,&lt;BR /&gt;   In HP-UX we use Ioscan to scan all the hardware existence on our systems. How about Linux? Thank you.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Nov 2005 19:59:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/re-ioscan-for-hp-ux-but-how-about-linux/m-p/3667206#M20508</guid>
      <dc:creator>Charles Ooi Chia Lun</dc:creator>
      <dc:date>2005-11-08T19:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: RE: IOScan for HP-UX but how about linux?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/re-ioscan-for-hp-ux-but-how-about-linux/m-p/3667207#M20509</link>
      <description>on a few RHEL ES and AS boxes I used to manage, there was a util I used called "hardware lister". It did a pretty good job and helped dump the data into an "ioscan" like output. Also offered detailed output w/ html format.&lt;BR /&gt;&lt;BR /&gt;You can find lshw here&lt;BR /&gt;&lt;A href="http://ezix.sourceforge.net/software/lshw.html" target="_blank"&gt;http://ezix.sourceforge.net/software/lshw.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;-denver</description>
      <pubDate>Tue, 08 Nov 2005 21:12:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/re-ioscan-for-hp-ux-but-how-about-linux/m-p/3667207#M20509</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2005-11-08T21:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: RE: IOScan for HP-UX but how about linux?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/re-ioscan-for-hp-ux-but-how-about-linux/m-p/3667208#M20510</link>
      <description>Any detected HW that your running kernel supports can be found beneath /proc&lt;BR /&gt;Also for plug-in devices such as USB attached HW there will a detection message immediately be sent to console as well as /var/log/messages.&lt;BR /&gt;Additionally you can issue dmesg for boot up HW detection messages, and to scan your PCI bus you can issue lspci.&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Nov 2005 10:53:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/re-ioscan-for-hp-ux-but-how-about-linux/m-p/3667208#M20510</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2005-11-09T10:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: RE: IOScan for HP-UX but how about linux?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/re-ioscan-for-hp-ux-but-how-about-linux/m-p/3667209#M20511</link>
      <description>1) lspci lists all devices on the PCI bus.&lt;BR /&gt;2) dmesg also give a good hint on what the kernel already detected.&lt;BR /&gt;3) Booting into knoppix from CD also gets a lot of hardware discovered.&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Nov 2005 17:43:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/re-ioscan-for-hp-ux-but-how-about-linux/m-p/3667209#M20511</guid>
      <dc:creator>Ralf Hildebrandt</dc:creator>
      <dc:date>2005-11-09T17:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: RE: IOScan for HP-UX but how about linux?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/re-ioscan-for-hp-ux-but-how-about-linux/m-p/3667210#M20512</link>
      <description>If you want ioscan like output use:&lt;BR /&gt;&lt;BR /&gt;# lshw -short&lt;BR /&gt;&lt;BR /&gt;For example on my server I get this as output:&lt;BR /&gt;&lt;BR /&gt;H/W path        Device    Class      Description&lt;BR /&gt;================================================&lt;BR /&gt;                          system     ProLiant DL380 G3&lt;BR /&gt;/0                        bus&lt;BR /&gt;/0/0                      memory     BIOS&lt;BR /&gt;/0/406                    processor  Intel(R) Xeon(TM) CPU 2.80GHz&lt;BR /&gt;/0/406/716                memory     L1 cache&lt;BR /&gt;/0/406/726                memory     L2 cache&lt;BR /&gt;/0/406/736                memory     L3 cache&lt;BR /&gt;/0/406/7.1                processor  Logical CPU&lt;BR /&gt;/0/406/7.2                processor  Logical CPU&lt;BR /&gt;/0/400                    processor  CPU&lt;BR /&gt;/0/400/710                memory     L1 cache&lt;BR /&gt;/0/400/720                memory     L2 cache&lt;BR /&gt;/0/400/730                memory     L3 cache&lt;BR /&gt;/0/400/7.1                processor  Logical CPU&lt;BR /&gt;/0/400/7.2                processor  Logical CPU&lt;BR /&gt;/0/1000                   memory     System Memory&lt;BR /&gt;/0/1000/0                 memory     DIMM DDR Synchronous 266 MHz (3.8 ns)&lt;BR /&gt;/0/1000/1                 memory     DIMM DDR Synchronous 266 MHz (3.8 ns)&lt;BR /&gt;/0/1000/2                 memory     DIMM DDR Synchronous 266 MHz (3.8 ns)&lt;BR /&gt;/0/1000/3                 memory     DIMM DDR Synchronous 266 MHz (3.8 ns)&lt;BR /&gt;&lt;SNIP&gt;&lt;BR /&gt;&lt;BR /&gt;You can get lshw from &lt;A href="http://ezix.sourceforge.net/software/lshw.html." target="_blank"&gt;http://ezix.sourceforge.net/software/lshw.html.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Try also:&lt;BR /&gt;&lt;BR /&gt;# lshw -C system&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also try this:&lt;BR /&gt;&lt;BR /&gt;#  lspci -tv&lt;BR /&gt;&lt;BR /&gt;lspci will list all PCI devices; lspci  is  a  utility for displaying information about all PCI buses in the system and all devices connected to them.&lt;BR /&gt;&lt;BR /&gt;-v Tells lspci to be verbose and display detailed information about all devices.&lt;BR /&gt;-t Show a tree-like diagram containing all buses, bridges,  devices and connections between them.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ross&lt;/SNIP&gt;</description>
      <pubDate>Thu, 10 Nov 2005 00:57:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/re-ioscan-for-hp-ux-but-how-about-linux/m-p/3667210#M20512</guid>
      <dc:creator>Ross Minkov</dc:creator>
      <dc:date>2005-11-10T00:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: RE: IOScan for HP-UX but how about linux?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/re-ioscan-for-hp-ux-but-how-about-linux/m-p/3667211#M20513</link>
      <description>I've seen a few ports of ioscan for *nix, but I've found that cat /proc/scsi/* works pretty well for my needs...</description>
      <pubDate>Thu, 10 Nov 2005 10:32:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/re-ioscan-for-hp-ux-but-how-about-linux/m-p/3667211#M20513</guid>
      <dc:creator>Alan_152</dc:creator>
      <dc:date>2005-11-10T10:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: RE: IOScan for HP-UX but how about linux?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/re-ioscan-for-hp-ux-but-how-about-linux/m-p/3667212#M20514</link>
      <description>This has been discussed here many times. You should try searching for "ioscan linux". Here are a few of the results:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=313868" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=313868&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=446547" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=446547&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=699370" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=699370&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-P</description>
      <pubDate>Thu, 10 Nov 2005 16:19:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/re-ioscan-for-hp-ux-but-how-about-linux/m-p/3667212#M20514</guid>
      <dc:creator>Paul Cross_1</dc:creator>
      <dc:date>2005-11-10T16:19:05Z</dc:date>
    </item>
  </channel>
</rss>

