<?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: Figure out server specification in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/figure-out-server-specification/m-p/3201479#M10230</link>
    <description>in RH linux you may use hwbrowser;&lt;BR /&gt;&lt;BR /&gt;there is &lt;BR /&gt;&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;  - lshw (Hardware Lister) is a small tool to provide detailed informaton on the hardware configuration of the machine. It can report exact memory configuration, firmware version, mainboard configuration, CPU version and speed, cache configuration, bus speed, etc. on DMI-capable x86 systems and on some PowerPC machines</description>
    <pubDate>Wed, 25 Feb 2004 04:03:58 GMT</pubDate>
    <dc:creator>Vitaly Karasik_1</dc:creator>
    <dc:date>2004-02-25T04:03:58Z</dc:date>
    <item>
      <title>Figure out server specification</title>
      <link>https://community.hpe.com/t5/operating-system-linux/figure-out-server-specification/m-p/3201474#M10225</link>
      <description>Hi all&lt;BR /&gt;we have a Linux  2.4.20-10c .&lt;BR /&gt;I want to know about some specifications&lt;BR /&gt;&lt;BR /&gt;1. processors&lt;BR /&gt;2. memory&lt;BR /&gt;3. hard disk&lt;BR /&gt;4. cd-rom&lt;BR /&gt;5. ethernet card&lt;BR /&gt;6. peripheral devices..(usb.., modem. etc.)&lt;BR /&gt;&lt;BR /&gt;where can I get the information linux box?&lt;BR /&gt;&lt;BR /&gt;Please send me good tips for me as soon as possible.</description>
      <pubDate>Wed, 25 Feb 2004 02:22:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/figure-out-server-specification/m-p/3201474#M10225</guid>
      <dc:creator>jackfiled</dc:creator>
      <dc:date>2004-02-25T02:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Figure out server specification</title>
      <link>https://community.hpe.com/t5/operating-system-linux/figure-out-server-specification/m-p/3201475#M10226</link>
      <description>Well, ultimately, all this information is available from the /proc directory.  For example&lt;BR /&gt; &lt;BR /&gt;"cat /proc/cpuinfo" gives you all your cpu information.&lt;BR /&gt; &lt;BR /&gt;However, KDE has an info center that provides all this information is a easy to get at format.  I imagine Gnome has something very similar.</description>
      <pubDate>Wed, 25 Feb 2004 02:34:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/figure-out-server-specification/m-p/3201475#M10226</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-02-25T02:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Figure out server specification</title>
      <link>https://community.hpe.com/t5/operating-system-linux/figure-out-server-specification/m-p/3201476#M10227</link>
      <description>gnome has a hardware browsing tool that will tell you most of what you wish to know.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 25 Feb 2004 02:54:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/figure-out-server-specification/m-p/3201476#M10227</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-02-25T02:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: Figure out server specification</title>
      <link>https://community.hpe.com/t5/operating-system-linux/figure-out-server-specification/m-p/3201477#M10228</link>
      <description>it is not connected to monotor&lt;BR /&gt;just connected network</description>
      <pubDate>Wed, 25 Feb 2004 03:14:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/figure-out-server-specification/m-p/3201477#M10228</guid>
      <dc:creator>jackfiled</dc:creator>
      <dc:date>2004-02-25T03:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Figure out server specification</title>
      <link>https://community.hpe.com/t5/operating-system-linux/figure-out-server-specification/m-p/3201478#M10229</link>
      <description>Just because it is only connected to the network will not make any difference.  You can still run the GUI applications mentioned above or if you prefer (I do), then just have a wander around /proc.&lt;BR /&gt; &lt;BR /&gt;cpuinfo for processors&lt;BR /&gt;meminfo for memory&lt;BR /&gt;scsi/devices for scsi devices&lt;BR /&gt;ide/ide*/* for ide devices&lt;BR /&gt;pci for all your pci based peripherals&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;Lots of information in there.</description>
      <pubDate>Wed, 25 Feb 2004 03:21:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/figure-out-server-specification/m-p/3201478#M10229</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-02-25T03:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Figure out server specification</title>
      <link>https://community.hpe.com/t5/operating-system-linux/figure-out-server-specification/m-p/3201479#M10230</link>
      <description>in RH linux you may use hwbrowser;&lt;BR /&gt;&lt;BR /&gt;there is &lt;BR /&gt;&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;  - lshw (Hardware Lister) is a small tool to provide detailed informaton on the hardware configuration of the machine. It can report exact memory configuration, firmware version, mainboard configuration, CPU version and speed, cache configuration, bus speed, etc. on DMI-capable x86 systems and on some PowerPC machines</description>
      <pubDate>Wed, 25 Feb 2004 04:03:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/figure-out-server-specification/m-p/3201479#M10230</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2004-02-25T04:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Figure out server specification</title>
      <link>https://community.hpe.com/t5/operating-system-linux/figure-out-server-specification/m-p/3201480#M10231</link>
      <description>In my view one of the best features of Linux is its human readable virtual /proc filesystem that even sets it apart from other "grown up" Unices like Solaris, where you need special commands to retrieve (only) per process stats.&lt;BR /&gt;On a Linux box you can beyond process stats instantly find all the HW info that the kernel discovered by simply walking /proc, like the first reply suggested.&lt;BR /&gt;To find out more look at "man proc" for a start.</description>
      <pubDate>Wed, 25 Feb 2004 05:54:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/figure-out-server-specification/m-p/3201480#M10231</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2004-02-25T05:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: Figure out server specification</title>
      <link>https://community.hpe.com/t5/operating-system-linux/figure-out-server-specification/m-p/3201481#M10232</link>
      <description>thanks for all replies..&lt;BR /&gt;but&lt;BR /&gt;where can I get the lshw (h/w lister)package ?&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Feb 2004 21:07:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/figure-out-server-specification/m-p/3201481#M10232</guid>
      <dc:creator>jackfiled</dc:creator>
      <dc:date>2004-02-25T21:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Figure out server specification</title>
      <link>https://community.hpe.com/t5/operating-system-linux/figure-out-server-specification/m-p/3201482#M10233</link>
      <description>You get lshw by following the link in Vitalys post ;-)&lt;BR /&gt;&lt;BR /&gt;Besides of the /proc filesystem dmesg contains all kinds of useful HW information.&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Wed, 25 Feb 2004 22:56:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/figure-out-server-specification/m-p/3201482#M10233</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-02-25T22:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Figure out server specification</title>
      <link>https://community.hpe.com/t5/operating-system-linux/figure-out-server-specification/m-p/3201483#M10234</link>
      <description>I read about 'lshw' tips above&lt;BR /&gt;but how can I get the source of it&lt;BR /&gt;and tell me that way of installment</description>
      <pubDate>Mon, 01 Mar 2004 20:51:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/figure-out-server-specification/m-p/3201483#M10234</guid>
      <dc:creator>jackfiled</dc:creator>
      <dc:date>2004-03-01T20:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: Figure out server specification</title>
      <link>https://community.hpe.com/t5/operating-system-linux/figure-out-server-specification/m-p/3201484#M10235</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;get the source from&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://sourceforge.net/project/showfiles.php?group_id=32683" target="_blank"&gt;http://sourceforge.net/project/showfiles.php?group_id=32683&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;After download:&lt;BR /&gt;&lt;BR /&gt;tar -xzvf lshw-A.01.06.tar.gz&lt;BR /&gt;cd lshw-A.01.06&lt;BR /&gt;make&lt;BR /&gt;su&lt;BR /&gt;make install&lt;BR /&gt;lshw&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Mon, 01 Mar 2004 22:16:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/figure-out-server-specification/m-p/3201484#M10235</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-03-01T22:16:03Z</dc:date>
    </item>
  </channel>
</rss>

