<?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 rhel 4 ioscan equivalent? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/rhel-4-ioscan-equivalent/m-p/4098166#M30654</link>
    <description>I'm trying to determine what devices the rhel 4 sees connected. Specifically I'm trying to determine if the box sees a tape drive in our ESL9322 tape library.</description>
    <pubDate>Tue, 06 Nov 2007 14:50:26 GMT</pubDate>
    <dc:creator>Brent DeGennaro</dc:creator>
    <dc:date>2007-11-06T14:50:26Z</dc:date>
    <item>
      <title>rhel 4 ioscan equivalent?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel-4-ioscan-equivalent/m-p/4098166#M30654</link>
      <description>I'm trying to determine what devices the rhel 4 sees connected. Specifically I'm trying to determine if the box sees a tape drive in our ESL9322 tape library.</description>
      <pubDate>Tue, 06 Nov 2007 14:50:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel-4-ioscan-equivalent/m-p/4098166#M30654</guid>
      <dc:creator>Brent DeGennaro</dc:creator>
      <dc:date>2007-11-06T14:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: rhel 4 ioscan equivalent?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel-4-ioscan-equivalent/m-p/4098167#M30655</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;No equivalent.&lt;BR /&gt;&lt;BR /&gt;I use dmesg and hwbrowser (GUI)&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 06 Nov 2007 15:31:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel-4-ioscan-equivalent/m-p/4098167#M30655</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-11-06T15:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: rhel 4 ioscan equivalent?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel-4-ioscan-equivalent/m-p/4098168#M30656</link>
      <description>If you have the psp installed, you can run the HP fibre tools/commands hp_rescan. lssg/lssd, check your scsi files under /proc. All attached devices will show up there.&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Nov 2007 17:25:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel-4-ioscan-equivalent/m-p/4098168#M30656</guid>
      <dc:creator>Kevin Wright</dc:creator>
      <dc:date>2007-11-06T17:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: rhel 4 ioscan equivalent?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel-4-ioscan-equivalent/m-p/4098169#M30657</link>
      <description>i can recommend 'lshw', it has packages available for rhel, check the site bellow for infos.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.ezix.org/project/wiki/HardwareLiSter" target="_blank"&gt;http://www.ezix.org/project/wiki/HardwareLiSter&lt;/A&gt;</description>
      <pubDate>Wed, 07 Nov 2007 04:02:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel-4-ioscan-equivalent/m-p/4098169#M30657</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2007-11-07T04:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: rhel 4 ioscan equivalent?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel-4-ioscan-equivalent/m-p/4098170#M30658</link>
      <description>Hi Brent,&lt;BR /&gt;&lt;BR /&gt;You can use dmidecode &amp;amp; lspci to get a list of hardware connected.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Sat, 10 Nov 2007 04:34:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel-4-ioscan-equivalent/m-p/4098170#M30658</guid>
      <dc:creator>sabal</dc:creator>
      <dc:date>2007-11-10T04:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: rhel 4 ioscan equivalent?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel-4-ioscan-equivalent/m-p/4098171#M30659</link>
      <description>/proc/scsi/scsi should have your scsi tape (sequential device) information..&lt;BR /&gt;&lt;BR /&gt;This is what i did for my scsi tape. You may have to find the equivalent module...&lt;BR /&gt;&lt;BR /&gt;root]# lsmod|grep aic&lt;BR /&gt;root]# modprobe aic79xx&lt;BR /&gt;root]# lsmod|grep aic&lt;BR /&gt;aic79xx               189020   0  (unused)&lt;BR /&gt;diskdumplib             5324   0  [aic79xx]&lt;BR /&gt;scsi_mod              115240   4  [aic79xx st ips sd_mod]</description>
      <pubDate>Sat, 10 Nov 2007 18:07:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel-4-ioscan-equivalent/m-p/4098171#M30659</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-11-10T18:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: rhel 4 ioscan equivalent?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel-4-ioscan-equivalent/m-p/4098172#M30660</link>
      <description>for disk and tapes ;&lt;BR /&gt;&lt;BR /&gt;cat /proc/scsi/scsi&lt;BR /&gt;&lt;BR /&gt;Hasan.</description>
      <pubDate>Sun, 11 Nov 2007 12:41:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel-4-ioscan-equivalent/m-p/4098172#M30660</guid>
      <dc:creator>Hasan  Atasoy</dc:creator>
      <dc:date>2007-11-11T12:41:55Z</dc:date>
    </item>
  </channel>
</rss>

