<?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: Is there a Linux equiv. of ioscan or diskinfo (as per HP-UX) in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/is-there-a-linux-equiv-of-ioscan-or-diskinfo-as-per-hp-ux/m-p/2488107#M449</link>
    <description>Hi Scott&lt;BR /&gt;&lt;BR /&gt;You can try this link, its give you different operating systems and their equivalent commands&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://home.earthlink.net/~bhami/rosetta.html" target="_blank"&gt;http://home.earthlink.net/~bhami/rosetta.html&lt;/A&gt;</description>
    <pubDate>Sun, 04 Feb 2001 14:56:38 GMT</pubDate>
    <dc:creator>Tony Constantine_1</dc:creator>
    <dc:date>2001-02-04T14:56:38Z</dc:date>
    <item>
      <title>Is there a Linux equiv. of ioscan or diskinfo (as per HP-UX)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-there-a-linux-equiv-of-ioscan-or-diskinfo-as-per-hp-ux/m-p/2488101#M443</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt; I am wondering if Linux (Red Hat 6.x/7.x) offers an equivalent tool to HP-UX's ioscan or diskinfo.&lt;BR /&gt;&lt;BR /&gt; I want to be able to determine the manufacturer and model of online SCSI disks.&lt;BR /&gt;&lt;BR /&gt;TIA,&lt;BR /&gt;&lt;BR /&gt;Scott.</description>
      <pubDate>Tue, 30 Jan 2001 19:52:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-there-a-linux-equiv-of-ioscan-or-diskinfo-as-per-hp-ux/m-p/2488101#M443</guid>
      <dc:creator>Scott Donaldson</dc:creator>
      <dc:date>2001-01-30T19:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a Linux equiv. of ioscan or diskinfo (as per HP-UX)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-there-a-linux-equiv-of-ioscan-or-diskinfo-as-per-hp-ux/m-p/2488102#M444</link>
      <description>Of course there is, iostat command reports CPU statistics and i/o statitstics for tty devices and disks.&lt;BR /&gt;&lt;BR /&gt;iostat</description>
      <pubDate>Wed, 31 Jan 2001 01:02:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-there-a-linux-equiv-of-ioscan-or-diskinfo-as-per-hp-ux/m-p/2488102#M444</guid>
      <dc:creator>Marco_5</dc:creator>
      <dc:date>2001-01-31T01:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a Linux equiv. of ioscan or diskinfo (as per HP-UX)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-there-a-linux-equiv-of-ioscan-or-diskinfo-as-per-hp-ux/m-p/2488103#M445</link>
      <description>Scott,&lt;BR /&gt;&lt;BR /&gt;Try iostat command, this reports CPU statistics and i/o statitstics for tty devices  and disk.&lt;BR /&gt;&lt;BR /&gt;(Same Marco but you can give me points here)</description>
      <pubDate>Wed, 31 Jan 2001 01:16:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-there-a-linux-equiv-of-ioscan-or-diskinfo-as-per-hp-ux/m-p/2488103#M445</guid>
      <dc:creator>Marco Hernandez_1</dc:creator>
      <dc:date>2001-01-31T01:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a Linux equiv. of ioscan or diskinfo (as per HP-UX)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-there-a-linux-equiv-of-ioscan-or-diskinfo-as-per-hp-ux/m-p/2488104#M446</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;the easiest way to check for the hardware is in the /proc directory&lt;BR /&gt;&lt;BR /&gt;Do a cat /proc/pci to know what the PCI-devices are. You can do the same thing to know interrupts in use, etc.. just check the contents of the proc directory.&lt;BR /&gt;It is a virtual directory containing info about your hardware and it takes no space on your harddrive.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Jeroen.</description>
      <pubDate>Wed, 31 Jan 2001 09:44:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-there-a-linux-equiv-of-ioscan-or-diskinfo-as-per-hp-ux/m-p/2488104#M446</guid>
      <dc:creator>Jeroen_D</dc:creator>
      <dc:date>2001-01-31T09:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a Linux equiv. of ioscan or diskinfo (as per HP-UX)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-there-a-linux-equiv-of-ioscan-or-diskinfo-as-per-hp-ux/m-p/2488105#M447</link>
      <description>for scsi disks it's best&lt;BR /&gt;to look at the proc filesystem:&lt;BR /&gt;cat /proc/scsi/scsi gives&lt;BR /&gt;info about your scsi devices.&lt;BR /&gt;&lt;BR /&gt;for ide disks you can use&lt;BR /&gt;hdparm with -i:&lt;BR /&gt;/sbin/hdparm -i /dev/hda&lt;BR /&gt;&lt;BR /&gt;Markus</description>
      <pubDate>Wed, 31 Jan 2001 10:23:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-there-a-linux-equiv-of-ioscan-or-diskinfo-as-per-hp-ux/m-p/2488105#M447</guid>
      <dc:creator>Markus Oppel</dc:creator>
      <dc:date>2001-01-31T10:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a Linux equiv. of ioscan or diskinfo (as per HP-UX)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-there-a-linux-equiv-of-ioscan-or-diskinfo-as-per-hp-ux/m-p/2488106#M448</link>
      <description>The /proc file system is usually the best source of everything running on your machine and most of the other unix based utilities taht have a similar function use it directly.  Most of the files under the file system will allow you directly output the contents with the cat, more or less commands.</description>
      <pubDate>Wed, 31 Jan 2001 17:50:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-there-a-linux-equiv-of-ioscan-or-diskinfo-as-per-hp-ux/m-p/2488106#M448</guid>
      <dc:creator>Tim Malnati</dc:creator>
      <dc:date>2001-01-31T17:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a Linux equiv. of ioscan or diskinfo (as per HP-UX)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-there-a-linux-equiv-of-ioscan-or-diskinfo-as-per-hp-ux/m-p/2488107#M449</link>
      <description>Hi Scott&lt;BR /&gt;&lt;BR /&gt;You can try this link, its give you different operating systems and their equivalent commands&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://home.earthlink.net/~bhami/rosetta.html" target="_blank"&gt;http://home.earthlink.net/~bhami/rosetta.html&lt;/A&gt;</description>
      <pubDate>Sun, 04 Feb 2001 14:56:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-there-a-linux-equiv-of-ioscan-or-diskinfo-as-per-hp-ux/m-p/2488107#M449</guid>
      <dc:creator>Tony Constantine_1</dc:creator>
      <dc:date>2001-02-04T14:56:38Z</dc:date>
    </item>
  </channel>
</rss>

