<?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: HP-UX model command equivalent for RHAS2.1/3.0? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-model-command-equivalent-for-rhas2-1-3-0/m-p/3632575#M19735</link>
    <description>&lt;BR /&gt;use 'lspci' command as root user to get full hardware information as the kernel sess them.&lt;BR /&gt;&lt;BR /&gt;It should give more than enough information you are looking for. If you want cpu related information then check /proc/cpuinfo file to find out that information.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gopi</description>
    <pubDate>Fri, 23 Sep 2005 03:58:30 GMT</pubDate>
    <dc:creator>Gopi Sekar</dc:creator>
    <dc:date>2005-09-23T03:58:30Z</dc:date>
    <item>
      <title>HP-UX model command equivalent for RHAS2.1/3.0?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-model-command-equivalent-for-rhas2-1-3-0/m-p/3632565#M19725</link>
      <description>is there a Linux equivalent to the HP-UX model command?&lt;BR /&gt;&lt;BR /&gt;Want to determine the hardware of the server from the command line.&lt;BR /&gt;&lt;BR /&gt;fwiw, we're running IBM xSeries...&lt;BR /&gt;&lt;BR /&gt;tia,&lt;BR /&gt;Dan</description>
      <pubDate>Thu, 22 Sep 2005 10:26:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-model-command-equivalent-for-rhas2-1-3-0/m-p/3632565#M19725</guid>
      <dc:creator>Dan Copeland</dc:creator>
      <dc:date>2005-09-22T10:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX model command equivalent for RHAS2.1/3.0?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-model-command-equivalent-for-rhas2-1-3-0/m-p/3632566#M19726</link>
      <description>The /proc filesystem has most hardware information. There are differents commands that you can use to obtain hardware information, here are some examples:&lt;BR /&gt;&lt;BR /&gt;CPU&lt;BR /&gt;cat /proc/cpuinfo&lt;BR /&gt;&lt;BR /&gt;Memory&lt;BR /&gt;cat /proc/cpuinfo&lt;BR /&gt;&lt;BR /&gt;Devices&lt;BR /&gt;cat /proc/bus/*&lt;BR /&gt;lspci -v&lt;BR /&gt;&lt;BR /&gt;Disks&lt;BR /&gt;fdisk -l</description>
      <pubDate>Thu, 22 Sep 2005 10:34:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-model-command-equivalent-for-rhas2-1-3-0/m-p/3632566#M19726</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-09-22T10:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX model command equivalent for RHAS2.1/3.0?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-model-command-equivalent-for-rhas2-1-3-0/m-p/3632567#M19727</link>
      <description>I can't remember exactly what to model command displays, but if you want to know the architecture, processor type, etc, use the uname command with the -p -m -i options.</description>
      <pubDate>Thu, 22 Sep 2005 10:37:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-model-command-equivalent-for-rhas2-1-3-0/m-p/3632567#M19727</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-09-22T10:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX model command equivalent for RHAS2.1/3.0?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-model-command-equivalent-for-rhas2-1-3-0/m-p/3632568#M19728</link>
      <description>Go google for 'lshw'. This is a script that will read the /proc files and provide the information you are looking for.&lt;BR /&gt;&lt;BR /&gt;Also available is a Linux version of the cfg2html program. &lt;BR /&gt;&lt;BR /&gt;The info you are asking for is in the /proc directory.</description>
      <pubDate>Thu, 22 Sep 2005 10:51:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-model-command-equivalent-for-rhas2-1-3-0/m-p/3632568#M19728</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-09-22T10:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX model command equivalent for RHAS2.1/3.0?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-model-command-equivalent-for-rhas2-1-3-0/m-p/3632569#M19729</link>
      <description>Rick,&lt;BR /&gt;&lt;BR /&gt;thanks for the info.  lshw showed what I was looking for:&lt;BR /&gt;&lt;BR /&gt;"product: eserver xSeries 345 -[867031X]-"&lt;BR /&gt;&lt;BR /&gt;Any idea where this info is under /proc?&lt;BR /&gt;&lt;BR /&gt;I did some digging, but couldn't find it.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Dan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Sep 2005 11:45:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-model-command-equivalent-for-rhas2-1-3-0/m-p/3632569#M19729</guid>
      <dc:creator>Dan Copeland</dc:creator>
      <dc:date>2005-09-22T11:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX model command equivalent for RHAS2.1/3.0?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-model-command-equivalent-for-rhas2-1-3-0/m-p/3632570#M19730</link>
      <description>Sorry Dan&lt;BR /&gt;I haven't spent the time to look for that info.&lt;BR /&gt;Glad it helps get you the info you seek.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Sep 2005 12:48:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-model-command-equivalent-for-rhas2-1-3-0/m-p/3632570#M19730</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-09-22T12:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX model command equivalent for RHAS2.1/3.0?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-model-command-equivalent-for-rhas2-1-3-0/m-p/3632571#M19731</link>
      <description>Hi Dan, &lt;BR /&gt;&lt;BR /&gt;lshw collects various information from /proc and other places and format it before displaying it. It is C code and we need to do a source code analysis to find out exact location .&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 22 Sep 2005 22:40:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-model-command-equivalent-for-rhas2-1-3-0/m-p/3632571#M19731</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-09-22T22:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX model command equivalent for RHAS2.1/3.0?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-model-command-equivalent-for-rhas2-1-3-0/m-p/3632572#M19732</link>
      <description>You can get it with /proc/cpuinfo as,&lt;BR /&gt;&lt;BR /&gt;grep 'model name' /proc/cpuinfo&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Fri, 23 Sep 2005 00:59:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-model-command-equivalent-for-rhas2-1-3-0/m-p/3632572#M19732</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-09-23T00:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX model command equivalent for RHAS2.1/3.0?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-model-command-equivalent-for-rhas2-1-3-0/m-p/3632573#M19733</link>
      <description>Get from dmesg or /var/log/message as,&lt;BR /&gt;&lt;BR /&gt;# dmesg | grep -i 'CPU.:' &lt;BR /&gt;# grep 'CPU.:' /var/log/messages | tail -1&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Fri, 23 Sep 2005 01:01:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-model-command-equivalent-for-rhas2-1-3-0/m-p/3632573#M19733</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-09-23T01:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX model command equivalent for RHAS2.1/3.0?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-model-command-equivalent-for-rhas2-1-3-0/m-p/3632574#M19734</link>
      <description>Hi Dan,&lt;BR /&gt;&lt;BR /&gt;I do not think there is such a command you can use to get the server hardware information just the model command for HPUX. &lt;BR /&gt;&lt;BR /&gt;HPUX only runs on a limited number of different platforms only.&lt;BR /&gt;&lt;BR /&gt;RHEL can run on a wide range of servers, workstations, even PCs and they are all different. &lt;BR /&gt;&lt;BR /&gt;You can get some hardware specific information like CPU, amount of memory, NIC model but not something like &lt;BR /&gt;&lt;BR /&gt;[rp2470 /] model&lt;BR /&gt;9000/800/A500-5X&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Fri, 23 Sep 2005 01:05:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-model-command-equivalent-for-rhas2-1-3-0/m-p/3632574#M19734</guid>
      <dc:creator>njia_1</dc:creator>
      <dc:date>2005-09-23T01:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX model command equivalent for RHAS2.1/3.0?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-model-command-equivalent-for-rhas2-1-3-0/m-p/3632575#M19735</link>
      <description>&lt;BR /&gt;use 'lspci' command as root user to get full hardware information as the kernel sess them.&lt;BR /&gt;&lt;BR /&gt;It should give more than enough information you are looking for. If you want cpu related information then check /proc/cpuinfo file to find out that information.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gopi</description>
      <pubDate>Fri, 23 Sep 2005 03:58:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-model-command-equivalent-for-rhas2-1-3-0/m-p/3632575#M19735</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-09-23T03:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX model command equivalent for RHAS2.1/3.0?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-model-command-equivalent-for-rhas2-1-3-0/m-p/3632576#M19736</link>
      <description>I found another way to get the model info and SN -- dmidecode -- here's a piece of the output:&lt;BR /&gt;&lt;BR /&gt;System Information&lt;BR /&gt;                Manufacturer: IBM&lt;BR /&gt;                Product Name: eserver xSeries 345 -[867031X]-&lt;BR /&gt;                Version: Not Specified&lt;BR /&gt;                Serial Number: KPNRZ31&lt;BR /&gt;&lt;BR /&gt;Dan</description>
      <pubDate>Fri, 23 Sep 2005 06:47:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-model-command-equivalent-for-rhas2-1-3-0/m-p/3632576#M19736</guid>
      <dc:creator>Dan Copeland</dc:creator>
      <dc:date>2005-09-23T06:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX model command equivalent for RHAS2.1/3.0?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-model-command-equivalent-for-rhas2-1-3-0/m-p/3632577#M19737</link>
      <description>Post your cat /proc/cpuinfo information. It is having everything on cpu information.&lt;BR /&gt;&lt;BR /&gt;hth.&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Sep 2005 06:59:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-model-command-equivalent-for-rhas2-1-3-0/m-p/3632577#M19737</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-09-23T06:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX model command equivalent for RHAS2.1/3.0?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-model-command-equivalent-for-rhas2-1-3-0/m-p/3632578#M19738</link>
      <description>attached -- no hardware model info or SN...</description>
      <pubDate>Fri, 23 Sep 2005 07:01:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-model-command-equivalent-for-rhas2-1-3-0/m-p/3632578#M19738</guid>
      <dc:creator>Dan Copeland</dc:creator>
      <dc:date>2005-09-23T07:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX model command equivalent for RHAS2.1/3.0?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-model-command-equivalent-for-rhas2-1-3-0/m-p/3632579#M19739</link>
      <description>Your hardware model is as,&lt;BR /&gt;&lt;BR /&gt;model name      : Intel(R) Xeon(TM) CPU 2.40GHz&lt;BR /&gt;&lt;BR /&gt;It will changed based on hardware setup not by any command. I have tried to use sysinfo script which gives all platform information. They are also using /proc/cpuinfo for gathering cpu information.&lt;BR /&gt;&lt;BR /&gt;Ref: &lt;A href="http://www.magnicomp.com/sysinfo/examples/redhat-7.1-x86/all_tree_msglevel_all.html" target="_blank"&gt;http://www.magnicomp.com/sysinfo/examples/redhat-7.1-x86/all_tree_msglevel_all.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Mon, 26 Sep 2005 03:30:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-model-command-equivalent-for-rhas2-1-3-0/m-p/3632579#M19739</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-09-26T03:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX model command equivalent for RHAS2.1/3.0?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-model-command-equivalent-for-rhas2-1-3-0/m-p/3632580#M19740</link>
      <description>plenty of different hardware models can have Intel Xeon chips...I need to be able to tell if it's an IBM, Compaq, Dell, etc...</description>
      <pubDate>Mon, 26 Sep 2005 07:24:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-model-command-equivalent-for-rhas2-1-3-0/m-p/3632580#M19740</guid>
      <dc:creator>Dan Copeland</dc:creator>
      <dc:date>2005-09-26T07:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX model command equivalent for RHAS2.1/3.0?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-model-command-equivalent-for-rhas2-1-3-0/m-p/3632581#M19741</link>
      <description>Some of this info is coming from the BIOS.&lt;BR /&gt;&lt;BR /&gt;The major manufacturers flash the BIOS with their info.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Sep 2005 10:27:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-model-command-equivalent-for-rhas2-1-3-0/m-p/3632581#M19741</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-09-26T10:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX model command equivalent for RHAS2.1/3.0?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-model-command-equivalent-for-rhas2-1-3-0/m-p/3632582#M19742</link>
      <description>Dan,&lt;BR /&gt;&lt;BR /&gt;Take a look at /usr/sbin/dmidecode.  I know that this program exists on RH3 and RH4, but I'm not sure about 2.1.&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/dmidecode | grep "Product Name" &lt;BR /&gt;&lt;BR /&gt;should give you the model string you want.</description>
      <pubDate>Tue, 27 Sep 2005 10:22:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-model-command-equivalent-for-rhas2-1-3-0/m-p/3632582#M19742</guid>
      <dc:creator>Craig Gilmore</dc:creator>
      <dc:date>2005-09-27T10:22:27Z</dc:date>
    </item>
  </channel>
</rss>

