<?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 ioscan in linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ioscan-in-linux/m-p/2997084#M75223</link>
    <description>Hello!&lt;BR /&gt;&lt;BR /&gt;Does any one know a tool like an ioscan in hpux that will show all the information about hardware that installed, the devices, the status, description.&lt;BR /&gt;Maximum information, but not to check the whole /proc FS&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
    <pubDate>Fri, 13 Jun 2003 15:57:28 GMT</pubDate>
    <dc:creator>Caesar_3</dc:creator>
    <dc:date>2003-06-13T15:57:28Z</dc:date>
    <item>
      <title>ioscan in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ioscan-in-linux/m-p/2997084#M75223</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;Does any one know a tool like an ioscan in hpux that will show all the information about hardware that installed, the devices, the status, description.&lt;BR /&gt;Maximum information, but not to check the whole /proc FS&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
      <pubDate>Fri, 13 Jun 2003 15:57:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ioscan-in-linux/m-p/2997084#M75223</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-06-13T15:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: ioscan in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ioscan-in-linux/m-p/2997085#M75224</link>
      <description>As far as my ignorance goes I dont know the equivaled but Linux has individual set of commands that can be that can give you the info you need.&lt;BR /&gt;(a)lspci  ot cat /proc/pci  for pci devs&lt;BR /&gt;(b)cat /proc/scsi/scsi  will give you scsi&lt;BR /&gt;(c)procinfo -a&lt;BR /&gt;Many more in the /proc system would give you info like CPU and other stuff.&lt;BR /&gt;&lt;BR /&gt;hope this helps&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Jun 2003 16:13:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ioscan-in-linux/m-p/2997085#M75224</guid>
      <dc:creator>Paddy_1</dc:creator>
      <dc:date>2003-06-13T16:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: ioscan in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ioscan-in-linux/m-p/2997086#M75225</link>
      <description>Alternatively for s simple listing try&lt;BR /&gt;&lt;BR /&gt;dmesg | more&lt;BR /&gt;&lt;BR /&gt;one thing thats useful too : &lt;BR /&gt;cat /proc/ioports &lt;BR /&gt;cat /proc/net/dev</description>
      <pubDate>Fri, 13 Jun 2003 16:16:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ioscan-in-linux/m-p/2997086#M75225</guid>
      <dc:creator>Paddy_1</dc:creator>
      <dc:date>2003-06-13T16:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: ioscan in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ioscan-in-linux/m-p/2997087#M75226</link>
      <description>Hi Caesar,&lt;BR /&gt;your answer is there :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://bizforums.itrc.hp.com/cm/QuestionAnswer/1,,0x94adee3e323bd5118fef0090279cd0f9,00.html" target="_blank"&gt;http://bizforums.itrc.hp.com/cm/QuestionAnswer/1,,0x94adee3e323bd5118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Do not blame me on your point assignments for the bad news ! :]]&lt;BR /&gt;&lt;BR /&gt;Have a nice w.e.&lt;BR /&gt;J</description>
      <pubDate>Fri, 13 Jun 2003 16:17:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ioscan-in-linux/m-p/2997087#M75226</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-06-13T16:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: ioscan in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ioscan-in-linux/m-p/2997088#M75227</link>
      <description>Caesar,&lt;BR /&gt;&lt;BR /&gt;You now know ONE of the reasons I like HP-UX better than Linux.&lt;BR /&gt;&lt;BR /&gt;There  is no ioscan, nor is there an easy wahy to replicate the functionality.&lt;BR /&gt;&lt;BR /&gt;For NIC cards I use ifconfig.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For disks I use dmesg or ls commands.&lt;BR /&gt;&lt;BR /&gt;The GUI hardware detector in Linux is superior to anything I've seen in HP-UX.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Jun 2003 17:13:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ioscan-in-linux/m-p/2997088#M75227</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-06-13T17:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: ioscan in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ioscan-in-linux/m-p/2997089#M75228</link>
      <description>Hi SEP!&lt;BR /&gt;&lt;BR /&gt;The ioscan is good (very good)&lt;BR /&gt;but still linux have a lot of other things&lt;BR /&gt;that hp didn't have nor want to show them.&lt;BR /&gt;&lt;BR /&gt;About the other replay that you wrote,&lt;BR /&gt;i didn't think that better give 0 points&lt;BR /&gt;that not to give point at all.&lt;BR /&gt;If it's change something i had no problem to&lt;BR /&gt;give 0 points for answers that not good or wrong.&lt;BR /&gt;&lt;BR /&gt;I give points for the answer after i check the answer and see if it's help.&lt;BR /&gt;&lt;BR /&gt;Shabbat Shalom.&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
      <pubDate>Fri, 13 Jun 2003 19:53:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ioscan-in-linux/m-p/2997089#M75228</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-06-13T19:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: ioscan in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ioscan-in-linux/m-p/2997090#M75229</link>
      <description>Yes Caesar,&lt;BR /&gt;&lt;BR /&gt;There are many aspects of Linux I like better.&lt;BR /&gt;&lt;BR /&gt;It installs more secure out of the box.&lt;BR /&gt;&lt;BR /&gt;They seem to keep up with and get security bullitens out more quickly, responding to the nasty sendmail stuff with usable updates on the red hat web site within days not weeks.&lt;BR /&gt;&lt;BR /&gt;They get enhanced features into commands better, but sometimes vary from Unix standards too quickly in an effort to SET a new standard.&lt;BR /&gt;&lt;BR /&gt;I tried to take a great du command to HP-UX to help find some files dumped in the root fs that didn't belong there and could not get it to work at all.&lt;BR /&gt;&lt;BR /&gt;That kind of stuff is annoying.&lt;BR /&gt;&lt;BR /&gt;I think HP-UX is a world class reliable OS.  I think Linux is getting there but needs some improvement.  &lt;BR /&gt;&lt;BR /&gt;In all things, the right tool for the right job.  I'm happily running a web hosting business on Red Hat 7.3 right now because of many factors mostly license cost however..&lt;BR /&gt;&lt;BR /&gt;Good Luck.&lt;BR /&gt;&lt;BR /&gt;Shabbat Shalom.&lt;BR /&gt;&lt;BR /&gt;Hey, its past Shabbat there now!  I'm telling!&lt;BR /&gt;&lt;BR /&gt;Be well.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 13 Jun 2003 19:59:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ioscan-in-linux/m-p/2997090#M75229</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-06-13T19:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: ioscan in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ioscan-in-linux/m-p/2997091#M75230</link>
      <description>If Distro=RedHat, &lt;BR /&gt;&lt;BR /&gt;you may wan't to try hwbrowser.&lt;BR /&gt;&lt;BR /&gt;Rgds Jarle&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Jun 2003 11:45:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ioscan-in-linux/m-p/2997091#M75230</guid>
      <dc:creator>Jarle Bjorgeengen</dc:creator>
      <dc:date>2003-06-16T11:45:07Z</dc:date>
    </item>
  </channel>
</rss>

