<?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: IOSCAN equivalent command in Linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ioscan-equivalent-command-in-linux/m-p/3381819#M14141</link>
    <description>&lt;BR /&gt;There is no direct equivalent, but...&lt;BR /&gt;&lt;BR /&gt;/var/log/dmesg - upon booting the Linux kernel generates messages cataloging detected hardware.&lt;BR /&gt;&lt;BR /&gt;The /proc filesystem contains pseudo-files which provide detailed hardware information. For example /proc/cpuinfo, proc/meminfo, etc.&lt;BR /&gt;&lt;BR /&gt;The kudzu utility maintains a DB of detected and configured hardware, found at /etc/sysconfig/hwconf. As part of the boot process, kudzu compares the currently detected hardware to the stored DB. This comparison can be forced by calling the kudzu command directly. If new hardware is detected, or previousely existing hardware is removed, kudzu will attempt to automatically reconfigure the system, or steer the administrator to the appropriate interactive configuration utility.&lt;BR /&gt;Try this:&lt;BR /&gt;cat /etc/sysconfig/hwconf&lt;BR /&gt;&lt;BR /&gt;hwbrowser provides a GUI that shows most of the detected hardware.&lt;BR /&gt;&lt;BR /&gt;Tools not in RedHat Linux by default:&lt;BR /&gt;scsiadd &amp;amp; the new lshw&lt;BR /&gt;They are in Debian Linux&lt;BR /&gt;&lt;BR /&gt;[root@rolin root]# lspci -vt&lt;BR /&gt;-[00]-+-00.0  Intel Corp. 82815 815 Chipset Host Bridge and Memory Controller Hub&lt;BR /&gt;      +-01.0-[01]----00.0  nVidia Corporation NV5 [RIVA TNT2/TNT2 Pro]&lt;BR /&gt;      +-1e.0-[02]----08.0  Intel Corp. 82801BA/BAM/CA/CAM Ethernet Controller&lt;BR /&gt;      +-1f.0  Intel Corp. 82801BA ISA Bridge (LPC)&lt;BR /&gt;      +-1f.1  Intel Corp. 82801BA IDE U100&lt;BR /&gt;      +-1f.4  Intel Corp. 82801BA/BAM USB (Hub #2)&lt;BR /&gt;      \-1f.5  Intel Corp. 82801BA/BAM AC'97 Audio&lt;BR /&gt;&lt;BR /&gt;usbview    (GUI)&lt;BR /&gt;&lt;BR /&gt;On RedHat also try dmidecode&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Ross</description>
    <pubDate>Sun, 19 Sep 2004 10:46:16 GMT</pubDate>
    <dc:creator>Ross Minkov</dc:creator>
    <dc:date>2004-09-19T10:46:16Z</dc:date>
    <item>
      <title>IOSCAN equivalent command in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ioscan-equivalent-command-in-linux/m-p/3381817#M14139</link>
      <description>Is there a command equivalent to ioscan ( HPUX ) in RedHat Linux.&lt;BR /&gt;&lt;BR /&gt;-thanks</description>
      <pubDate>Sun, 19 Sep 2004 06:33:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ioscan-equivalent-command-in-linux/m-p/3381817#M14139</guid>
      <dc:creator>Syed Fahimuddin</dc:creator>
      <dc:date>2004-09-19T06:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: IOSCAN equivalent command in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ioscan-equivalent-command-in-linux/m-p/3381818#M14140</link>
      <description>There are a set of tools you can use, that will do most what ioscan does.&lt;BR /&gt;&lt;BR /&gt;One tool you will find on most Redhat is &lt;BR /&gt;# sysreport&lt;BR /&gt;&lt;BR /&gt;this is in fact use to gather as much information as posible to send to redhat so they can help you with "Probems", This will gather HW and SW information create a report for diagnotic purpose only and send this via mail to Redhat but you can run this and not send the mail (It will ask you to send the mail manualy)! I use this one in a while to save elsewhere in case of disaster so I now exactly what I had ! (The whole report is in a tar.bz2 file in /tmp)&lt;BR /&gt;&lt;BR /&gt;there are also is also a lot of informations to be found by reading the file in the /proc directory  like&lt;BR /&gt;#cat /proc/cupinfo&lt;BR /&gt;&lt;BR /&gt;hope this help you along.&lt;BR /&gt;&lt;BR /&gt;J-P (Jean-Pierre)</description>
      <pubDate>Sun, 19 Sep 2004 06:54:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ioscan-equivalent-command-in-linux/m-p/3381818#M14140</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2004-09-19T06:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: IOSCAN equivalent command in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ioscan-equivalent-command-in-linux/m-p/3381819#M14141</link>
      <description>&lt;BR /&gt;There is no direct equivalent, but...&lt;BR /&gt;&lt;BR /&gt;/var/log/dmesg - upon booting the Linux kernel generates messages cataloging detected hardware.&lt;BR /&gt;&lt;BR /&gt;The /proc filesystem contains pseudo-files which provide detailed hardware information. For example /proc/cpuinfo, proc/meminfo, etc.&lt;BR /&gt;&lt;BR /&gt;The kudzu utility maintains a DB of detected and configured hardware, found at /etc/sysconfig/hwconf. As part of the boot process, kudzu compares the currently detected hardware to the stored DB. This comparison can be forced by calling the kudzu command directly. If new hardware is detected, or previousely existing hardware is removed, kudzu will attempt to automatically reconfigure the system, or steer the administrator to the appropriate interactive configuration utility.&lt;BR /&gt;Try this:&lt;BR /&gt;cat /etc/sysconfig/hwconf&lt;BR /&gt;&lt;BR /&gt;hwbrowser provides a GUI that shows most of the detected hardware.&lt;BR /&gt;&lt;BR /&gt;Tools not in RedHat Linux by default:&lt;BR /&gt;scsiadd &amp;amp; the new lshw&lt;BR /&gt;They are in Debian Linux&lt;BR /&gt;&lt;BR /&gt;[root@rolin root]# lspci -vt&lt;BR /&gt;-[00]-+-00.0  Intel Corp. 82815 815 Chipset Host Bridge and Memory Controller Hub&lt;BR /&gt;      +-01.0-[01]----00.0  nVidia Corporation NV5 [RIVA TNT2/TNT2 Pro]&lt;BR /&gt;      +-1e.0-[02]----08.0  Intel Corp. 82801BA/BAM/CA/CAM Ethernet Controller&lt;BR /&gt;      +-1f.0  Intel Corp. 82801BA ISA Bridge (LPC)&lt;BR /&gt;      +-1f.1  Intel Corp. 82801BA IDE U100&lt;BR /&gt;      +-1f.4  Intel Corp. 82801BA/BAM USB (Hub #2)&lt;BR /&gt;      \-1f.5  Intel Corp. 82801BA/BAM AC'97 Audio&lt;BR /&gt;&lt;BR /&gt;usbview    (GUI)&lt;BR /&gt;&lt;BR /&gt;On RedHat also try dmidecode&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Ross</description>
      <pubDate>Sun, 19 Sep 2004 10:46:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ioscan-equivalent-command-in-linux/m-p/3381819#M14141</guid>
      <dc:creator>Ross Minkov</dc:creator>
      <dc:date>2004-09-19T10:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: IOSCAN equivalent command in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ioscan-equivalent-command-in-linux/m-p/3381820#M14142</link>
      <description>ioscan is HP-UX only and it won't port.&lt;BR /&gt;&lt;BR /&gt;Prior threads, full of good suggestions:&lt;BR /&gt;&lt;A href="http://search.hp.com/redirect.html?url=http%3A//forums1.itrc.hp.com/service/forums/questionanswer.do%3FthreadId%3D25129&amp;amp;qt=equivalent+%2Bioscan+%2Blinux&amp;amp;hit=1" target="_blank"&gt;http://search.hp.com/redirect.html?url=http%3A//forums1.itrc.hp.com/service/forums/questionanswer.do%3FthreadId%3D25129&amp;amp;qt=equivalent+%2Bioscan+%2Blinux&amp;amp;hit=1&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://search.hp.com/redirect.html?url=http%3A//forums1.itrc.hp.com/service/forums/questionanswer.do%3FthreadId%3D20751&amp;amp;qt=equivalent+%2Bioscan+%2Blinux&amp;amp;hit=2" target="_blank"&gt;http://search.hp.com/redirect.html?url=http%3A//forums1.itrc.hp.com/service/forums/questionanswer.do%3FthreadId%3D20751&amp;amp;qt=equivalent+%2Bioscan+%2Blinux&amp;amp;hit=2&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://search.hp.com/redirect.html?url=http%3A//forums1.itrc.hp.com/service/forums/questionanswer.do%3FthreadId%3D493910&amp;amp;qt=equivalent+%2Bioscan+%2Blinux&amp;amp;hit=7" target="_blank"&gt;http://search.hp.com/redirect.html?url=http%3A//forums1.itrc.hp.com/service/forums/questionanswer.do%3FthreadId%3D493910&amp;amp;qt=equivalent+%2Bioscan+%2Blinux&amp;amp;hit=7&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The last one is particularly good.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 19 Sep 2004 20:42:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ioscan-equivalent-command-in-linux/m-p/3381820#M14142</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-09-19T20:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: IOSCAN equivalent command in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ioscan-equivalent-command-in-linux/m-p/3381821#M14143</link>
      <description>You can try &lt;BR /&gt;cat /proc/devices&lt;BR /&gt;</description>
      <pubDate>Sun, 19 Sep 2004 23:59:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ioscan-equivalent-command-in-linux/m-p/3381821#M14143</guid>
      <dc:creator>Sivasingam Santhakumar</dc:creator>
      <dc:date>2004-09-19T23:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: IOSCAN equivalent command in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ioscan-equivalent-command-in-linux/m-p/3381822#M14144</link>
      <description>use the command lspci,&lt;BR /&gt;&lt;BR /&gt;other then that you can 'cat' the following:&lt;BR /&gt;/proc/devices, /proc/interrupts, /proc/iomem, /proc/ioports</description>
      <pubDate>Mon, 20 Sep 2004 01:31:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ioscan-equivalent-command-in-linux/m-p/3381822#M14144</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2004-09-20T01:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: IOSCAN equivalent command in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ioscan-equivalent-command-in-linux/m-p/3381823#M14145</link>
      <description>Check out lshw at &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;This will look and feel like ioscan..&lt;BR /&gt;&lt;BR /&gt;use the command as lshw -short...&lt;BR /&gt;&lt;BR /&gt;I found this through another thread on this forum but forgot which message..</description>
      <pubDate>Mon, 20 Sep 2004 09:29:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ioscan-equivalent-command-in-linux/m-p/3381823#M14145</guid>
      <dc:creator>Lawrence Staberg</dc:creator>
      <dc:date>2004-09-20T09:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: IOSCAN equivalent command in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ioscan-equivalent-command-in-linux/m-p/3381824#M14146</link>
      <description>There is the lshw command. This will go through the /proc filesystem and glean the info that will provide output you may be looking for. &lt;BR /&gt;&lt;BR /&gt;Other option is the cfg2html script. There is a Linux version of this script available.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Sep 2004 10:42:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ioscan-equivalent-command-in-linux/m-p/3381824#M14146</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2004-09-20T10:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: IOSCAN equivalent command in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ioscan-equivalent-command-in-linux/m-p/5550111#M53541</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are trying to add some more disk's or lun's try fdisk -l&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the lun are correctly present they will show in the output&amp;nbsp;of fdisk -l .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2012 16:40:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ioscan-equivalent-command-in-linux/m-p/5550111#M53541</guid>
      <dc:creator>Nighwish</dc:creator>
      <dc:date>2012-02-13T16:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: IOSCAN equivalent command in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ioscan-equivalent-command-in-linux/m-p/5550115#M53542</link>
      <description>Also check Kudzu e hdparm ... Regards</description>
      <pubDate>Mon, 13 Feb 2012 16:43:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ioscan-equivalent-command-in-linux/m-p/5550115#M53542</guid>
      <dc:creator>Nighwish</dc:creator>
      <dc:date>2012-02-13T16:43:11Z</dc:date>
    </item>
  </channel>
</rss>

