<?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: how to find the sysinfo in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-the-sysinfo/m-p/4068660#M29987</link>
    <description>hardware lister is pretty good and has an optional GUI.&lt;BR /&gt;&lt;A href="http://ezix.org/project/wiki/HardwareLiSter" target="_blank"&gt;http://ezix.org/project/wiki/HardwareLiSter&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also you can get information from some system commands like dmesg, free, dmidecode, cat /proc/cpuinfo, lspci, smartctl -a /dev/&lt;DISK name=""&gt;  &lt;BR /&gt;&lt;BR /&gt;There are others, but I am drawing a blank at the moment.&lt;/DISK&gt;</description>
    <pubDate>Tue, 11 Sep 2007 09:49:54 GMT</pubDate>
    <dc:creator>Justin_99</dc:creator>
    <dc:date>2007-09-11T09:49:54Z</dc:date>
    <item>
      <title>how to find the sysinfo</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-the-sysinfo/m-p/4068659#M29986</link>
      <description>How to find the systems information example processor ,harddrive,memory,Netwotk driver,Graphics card all these Specification.&lt;BR /&gt;please tell command , how view the GUI.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Sep 2007 07:42:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-find-the-sysinfo/m-p/4068659#M29986</guid>
      <dc:creator>Ping problem</dc:creator>
      <dc:date>2007-09-11T07:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the sysinfo</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-the-sysinfo/m-p/4068660#M29987</link>
      <description>hardware lister is pretty good and has an optional GUI.&lt;BR /&gt;&lt;A href="http://ezix.org/project/wiki/HardwareLiSter" target="_blank"&gt;http://ezix.org/project/wiki/HardwareLiSter&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also you can get information from some system commands like dmesg, free, dmidecode, cat /proc/cpuinfo, lspci, smartctl -a /dev/&lt;DISK name=""&gt;  &lt;BR /&gt;&lt;BR /&gt;There are others, but I am drawing a blank at the moment.&lt;/DISK&gt;</description>
      <pubDate>Tue, 11 Sep 2007 09:49:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-find-the-sysinfo/m-p/4068660#M29987</guid>
      <dc:creator>Justin_99</dc:creator>
      <dc:date>2007-09-11T09:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the sysinfo</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-the-sysinfo/m-p/4068661#M29988</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You might try revealing to us what Linux distribution you are using. This is not the RH Linux forums. Please share.&lt;BR /&gt;&lt;BR /&gt;RH answer:&lt;BR /&gt;&lt;BR /&gt;hwbrowser&lt;BR /&gt;&lt;BR /&gt;This gui lets you cruise through the hardware.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 11 Sep 2007 09:52:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-find-the-sysinfo/m-p/4068661#M29988</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-09-11T09:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the sysinfo</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-the-sysinfo/m-p/4068662#M29989</link>
      <description>You can look under /proc if you like.&lt;BR /&gt;&lt;BR /&gt;For example:&lt;BR /&gt;&lt;BR /&gt;javelin:/proc # cat /proc/cpuinfo&lt;BR /&gt;processor       : 0&lt;BR /&gt;vendor_id       : GenuineIntel&lt;BR /&gt;cpu family      : 6&lt;BR /&gt;model           : 8&lt;BR /&gt;model name      : Pentium III (Coppermine)&lt;BR /&gt;stepping        : 6&lt;BR /&gt;cpu MHz         : 1002.401&lt;BR /&gt;cache size      : 256 KB&lt;BR /&gt;fdiv_bug        : no&lt;BR /&gt;hlt_bug         : no&lt;BR /&gt;f00f_bug        : no&lt;BR /&gt;coma_bug        : no&lt;BR /&gt;fpu             : yes&lt;BR /&gt;fpu_exception   : yes&lt;BR /&gt;cpuid level     : 2&lt;BR /&gt;wp              : yes&lt;BR /&gt;flags           : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 mmx fxsr sse&lt;BR /&gt;bogomips        : 2006.87&lt;BR /&gt;&lt;BR /&gt;There's a whole bunch of other stuff you can look at. You can also use:&lt;BR /&gt;&lt;BR /&gt;javelin:/proc # lspci |more&lt;BR /&gt;00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 03)&lt;BR /&gt;00:01.0 PCI bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 03)&lt;BR /&gt;00:07.0 ISA bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 02)&lt;BR /&gt;00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01)&lt;BR /&gt;00:07.2 USB Controller: Intel Corporation 82371AB/EB/MB PIIX4 USB (rev 01)&lt;BR /&gt;00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 02)&lt;BR /&gt;00:09.0 Multimedia video controller: 3Dfx Interactive, Inc. Voodoo 2 (rev 02)&lt;BR /&gt;00:0a.0 SCSI storage controller: Adaptec AHA-2940U/UW/D / AIC-7881U&lt;BR /&gt;00:0c.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX [Cyclone] (rev 24)&lt;BR /&gt;01:00.0 VGA compatible controller: Matrox Graphics, Inc. MGA G200 AGP (rev 01)&lt;BR /&gt;&lt;BR /&gt;and also (under SuSE Linux) you have hwinfo.&lt;BR /&gt;&lt;BR /&gt;You can see some of this from the desktop - under SuSE there are menu items that will pull up some of this info.&lt;BR /&gt;&lt;BR /&gt;Not sure if there is a GUI out there that will pull it all together - I'm sure that someone out there has written something....&lt;BR /&gt;&lt;BR /&gt;Col</description>
      <pubDate>Tue, 11 Sep 2007 16:44:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-find-the-sysinfo/m-p/4068662#M29989</guid>
      <dc:creator>Colin Topliss</dc:creator>
      <dc:date>2007-09-11T16:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the sysinfo</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-the-sysinfo/m-p/4068663#M29990</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;As these are the forums for Linux on HP systems, then those systems should/may have the systems management homepage installed.&lt;BR /&gt;&lt;BR /&gt;Point your browser at https://&lt;IPADDRESS&gt;:2381 and you'll get a good breakdown of the machine...&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Rob&lt;/IPADDRESS&gt;</description>
      <pubDate>Tue, 11 Sep 2007 16:49:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-find-the-sysinfo/m-p/4068663#M29990</guid>
      <dc:creator>Rob Leadbeater</dc:creator>
      <dc:date>2007-09-11T16:49:35Z</dc:date>
    </item>
  </channel>
</rss>

