<?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: I need to know how to get specific information from HP-UX OS in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/i-need-to-know-how-to-get-specific-information-from-hp-ux-os/m-p/3701337#M789936</link>
    <description>Hi Samir, &lt;BR /&gt;&lt;BR /&gt;# uname -m &lt;BR /&gt;9000/800&lt;BR /&gt;&lt;BR /&gt;and &lt;BR /&gt;# model&lt;BR /&gt;9000/800/rp3410&lt;BR /&gt;&lt;BR /&gt;-Arun &lt;BR /&gt;</description>
    <pubDate>Wed, 04 Jan 2006 05:09:30 GMT</pubDate>
    <dc:creator>Arunvijai_4</dc:creator>
    <dc:date>2006-01-04T05:09:30Z</dc:date>
    <item>
      <title>I need to know how to get specific information from HP-UX OS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-need-to-know-how-to-get-specific-information-from-hp-ux-os/m-p/3701318#M789917</link>
      <description>I need to write a script that shows specific information from the server using HP-UX that I'm connected on, but I don't know what commands can show me the info I need.&lt;BR /&gt;Can anyone help me out? Here's the information I need:&lt;BR /&gt; - The patch level installed on the system&lt;BR /&gt; - If the system is running on 32-bit or 64-bit mode&lt;BR /&gt; - Host ID Number&lt;BR /&gt; - Location of the PageFile&lt;BR /&gt; - How much RAM the system has&lt;BR /&gt; - The CPU's TYPE, SPEED and how many CPUs are there (COUNT)&lt;BR /&gt; - The server's IP Address&lt;BR /&gt; - IP Gateway&lt;BR /&gt; - IP Subnet Mask&lt;BR /&gt; - MAC Address&lt;BR /&gt; - Primary / Secondary DNS&lt;BR /&gt; - The name of the interface that has that information&lt;BR /&gt;Thanks for the help</description>
      <pubDate>Tue, 03 Jan 2006 06:00:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-need-to-know-how-to-get-specific-information-from-hp-ux-os/m-p/3701318#M789917</guid>
      <dc:creator>Samir Bittar</dc:creator>
      <dc:date>2006-01-03T06:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: I need to know how to get specific information from HP-UX OS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-need-to-know-how-to-get-specific-information-from-hp-ux-os/m-p/3701319#M789918</link>
      <description>Hi Samir,&lt;BR /&gt;&lt;BR /&gt;from Ignite-UX utilities you will find /opt/ignite/bin/print_manifest that gains many info on the system (probably all of them you are requesting).&lt;BR /&gt;&lt;BR /&gt;Here you obtain Ignite-UX:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/IUX/download.html" target="_blank"&gt;http://www.docs.hp.com/en/IUX/download.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Fabio</description>
      <pubDate>Tue, 03 Jan 2006 06:11:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-need-to-know-how-to-get-specific-information-from-hp-ux-os/m-p/3701319#M789918</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2006-01-03T06:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: I need to know how to get specific information from HP-UX OS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-need-to-know-how-to-get-specific-information-from-hp-ux-os/m-p/3701320#M789919</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;u may like to download nickel which will have most of the info needed in web pages:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20331.www2.hp.com/hpsub/cache/286022-0-0-225-121.html" target="_blank"&gt;http://h20331.www2.hp.com/hpsub/cache/286022-0-0-225-121.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;also, sysinfo will gather some of the info needed&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Tue, 03 Jan 2006 06:13:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-need-to-know-how-to-get-specific-information-from-hp-ux-os/m-p/3701320#M789919</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2006-01-03T06:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: I need to know how to get specific information from HP-UX OS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-need-to-know-how-to-get-specific-information-from-hp-ux-os/m-p/3701321#M789920</link>
      <description>Hello Samir, &lt;BR /&gt;&lt;BR /&gt;Q1) - The patch level installed on the system &lt;BR /&gt;&lt;BR /&gt;# /usr/contrib/bin/show_patches &lt;BR /&gt;&lt;BR /&gt;Q2) If the system is running on 32-bit or 64-bit mode &lt;BR /&gt;&lt;BR /&gt;# getconf KERNEL_BITS&lt;BR /&gt;# file /stand/vmunix &lt;BR /&gt;&lt;BR /&gt;Q3) Host ID Number&lt;BR /&gt;/usr/sbin/lanscan | grep 0x | cut -c12-23&lt;BR /&gt;&lt;BR /&gt;Q4) Location of the PageFile&lt;BR /&gt;swapinfo&lt;BR /&gt;&lt;BR /&gt;Q5) How much RAM the system has&lt;BR /&gt;&lt;BR /&gt;# top and then look at memory or SAM&lt;BR /&gt;&lt;BR /&gt;Q6) The CPU's TYPE, SPEED and how many CPUs are there (COUNT)&lt;BR /&gt;&lt;BR /&gt;# getconf CPU_CHIP_TYPE &lt;BR /&gt;# getconf HW_CPU_SUPP_BITS&lt;BR /&gt;# getconf MACHINE_MODEL&lt;BR /&gt;# grep $(printf "0x%x" $(getconf _SC_CPU_VERSION))      /usr/include/sys/unistd.h&lt;BR /&gt;&lt;BR /&gt;Q7) The server's IP Address/Gateway/Subnet mask/MAC&lt;BR /&gt;&lt;BR /&gt;# ifconfig lan0&lt;BR /&gt;&lt;BR /&gt;Q8) Primary/Secondary DNS &lt;BR /&gt;&lt;BR /&gt;# grep -i "nameserver" /etc/resolv.conf&lt;BR /&gt;&lt;BR /&gt;-Arun &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Jan 2006 06:17:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-need-to-know-how-to-get-specific-information-from-hp-ux-os/m-p/3701321#M789920</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-01-03T06:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: I need to know how to get specific information from HP-UX OS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-need-to-know-how-to-get-specific-information-from-hp-ux-os/m-p/3701322#M789921</link>
      <description>My normal response to this type of question should cover most of your requirements:&lt;BR /&gt;&lt;BR /&gt;If you have Ignite installed, you can use the print_manifest command.&lt;BR /&gt;&lt;BR /&gt;You can also use SAM to display system properties (Sam -&amp;gt; Performance&lt;BR /&gt;Monitors -&amp;gt; System Properties).&lt;BR /&gt;&lt;BR /&gt;There are also utilities like "cfg2html" ( &lt;A href="http://come.to/cfg2html" target="_blank"&gt;http://come.to/cfg2html&lt;/A&gt; ),&lt;BR /&gt;"nickel" ( &lt;A href="ftp://ftp.hp.com/pub/catia/Utils/nickel.shar" target="_blank"&gt;ftp://ftp.hp.com/pub/catia/Utils/nickel.shar&lt;/A&gt; ) and "sysinfo"&lt;BR /&gt;( &lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/sysinfo-3.3.1/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/sysinfo-3.3.1/&lt;/A&gt; ).&lt;BR /&gt;&lt;BR /&gt;Finally, you can also obtain this information from the command line with a&lt;BR /&gt;series of little scripts like these:&lt;BR /&gt;&lt;BR /&gt;CPU&lt;BR /&gt;&lt;BR /&gt;HPUX=/stand/vmunix&lt;BR /&gt;&lt;BR /&gt;MODEL=$(grep -i $(model | tr "/" " " \&lt;BR /&gt;        | awk '{print $NF}') \&lt;BR /&gt;        /usr/sam/lib/mo/sched.models \&lt;BR /&gt;        | awk '{print $NF}')&lt;BR /&gt;&lt;BR /&gt;MHZ=$(echo itick_per_tick/D \&lt;BR /&gt;        | adb -k $HPUX /dev/kmem \&lt;BR /&gt;        | tail -1 \&lt;BR /&gt;        | awk '{print $2/10000}')&lt;BR /&gt;echo `hostname` has `ioscan -k |grep -n processor \&lt;BR /&gt;        |wc -l` $MODEL $MHZ  "Mhz processor(s)"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Number of CPUs&lt;BR /&gt;&lt;BR /&gt;ioscan -k |grep -n processor |wc -l&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;RAM&lt;BR /&gt;&lt;BR /&gt;HPUX=/stand/vmunix&lt;BR /&gt;MAJORREV=$(uname -r | cut -f2 -d .)&lt;BR /&gt;if [ $MAJORREV -ge "11.0" ]&lt;BR /&gt;then&lt;BR /&gt;MYSYMBOL="phys_mem_pages"&lt;BR /&gt;else&lt;BR /&gt;MYSYMBOL="physmem"&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;MYMEM=$(echo "${MYSYMBOL}/D" \&lt;BR /&gt;| adb $HPUX /dev/kmem \&lt;BR /&gt;| grep "${MYSYMBOL}: *." \&lt;BR /&gt;| awk '{printf "%.0f MB\n",$2/256}')&lt;BR /&gt;echo $MYMEM&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And, even more finally, you can obtain CPU speed and RAM without CSTM or root ac&lt;BR /&gt;cess as described by Nancy Rippey here:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=851889" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=851889&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 03 Jan 2006 06:17:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-need-to-know-how-to-get-specific-information-from-hp-ux-os/m-p/3701322#M789921</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-01-03T06:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: I need to know how to get specific information from HP-UX OS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-need-to-know-how-to-get-specific-information-from-hp-ux-os/m-p/3701323#M789922</link>
      <description>Thanks, however I don't have permission to install anything on these machines... Are there any other ways?</description>
      <pubDate>Tue, 03 Jan 2006 06:18:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-need-to-know-how-to-get-specific-information-from-hp-ux-os/m-p/3701323#M789922</guid>
      <dc:creator>Samir Bittar</dc:creator>
      <dc:date>2006-01-03T06:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: I need to know how to get specific information from HP-UX OS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-need-to-know-how-to-get-specific-information-from-hp-ux-os/m-p/3701324#M789923</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Most of this information requires super user privlages. Many of these information can be get by running a single command from a super user&lt;BR /&gt;&lt;BR /&gt;#/opt/ignite/bin/print_manifest&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Tue, 03 Jan 2006 06:22:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-need-to-know-how-to-get-specific-information-from-hp-ux-os/m-p/3701324#M789923</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2006-01-03T06:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: I need to know how to get specific information from HP-UX OS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-need-to-know-how-to-get-specific-information-from-hp-ux-os/m-p/3701325#M789924</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;You can use the commands given by me and SEP. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Tue, 03 Jan 2006 06:24:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-need-to-know-how-to-get-specific-information-from-hp-ux-os/m-p/3701325#M789924</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-01-03T06:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: I need to know how to get specific information from HP-UX OS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-need-to-know-how-to-get-specific-information-from-hp-ux-os/m-p/3701326#M789925</link>
      <description>Thanks everyone for the ultra fast help!</description>
      <pubDate>Tue, 03 Jan 2006 06:32:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-need-to-know-how-to-get-specific-information-from-hp-ux-os/m-p/3701326#M789925</guid>
      <dc:creator>Samir Bittar</dc:creator>
      <dc:date>2006-01-03T06:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: I need to know how to get specific information from HP-UX OS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-need-to-know-how-to-get-specific-information-from-hp-ux-os/m-p/3701327#M789926</link>
      <description>Hello, Looking at these threads may also help you, &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=962014" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=962014&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=778883" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=778883&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Tue, 03 Jan 2006 06:35:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-need-to-know-how-to-get-specific-information-from-hp-ux-os/m-p/3701327#M789926</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-01-03T06:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: I need to know how to get specific information from HP-UX OS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-need-to-know-how-to-get-specific-information-from-hp-ux-os/m-p/3701328#M789927</link>
      <description>if I go to:&lt;BR /&gt;SAM --&amp;gt; Performance Monitors --&amp;gt; System Properties&lt;BR /&gt;There is a field that says Machine Identification&lt;BR /&gt;That's the number I need for Host Number.. However, is there a way of getting that number with commands so I can put it on a script?&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 03 Jan 2006 06:47:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-need-to-know-how-to-get-specific-information-from-hp-ux-os/m-p/3701328#M789927</guid>
      <dc:creator>Samir Bittar</dc:creator>
      <dc:date>2006-01-03T06:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: I need to know how to get specific information from HP-UX OS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-need-to-know-how-to-get-specific-information-from-hp-ux-os/m-p/3701329#M789928</link>
      <description>Hi Samir, &lt;BR /&gt;&lt;BR /&gt;# /usr/sbin/lanscan | grep 0x | cut -c12-23&lt;BR /&gt;&lt;BR /&gt;It will display HostID.&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Tue, 03 Jan 2006 06:50:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-need-to-know-how-to-get-specific-information-from-hp-ux-os/m-p/3701329#M789928</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-01-03T06:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: I need to know how to get specific information from HP-UX OS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-need-to-know-how-to-get-specific-information-from-hp-ux-os/m-p/3701330#M789929</link>
      <description>There is a typo in my post,It should be Pete not SEP. Sorry Pete.&lt;BR /&gt;&lt;BR /&gt;Please assign 0 points to this. &lt;BR /&gt;&lt;BR /&gt;With regrets, &lt;BR /&gt;Arun</description>
      <pubDate>Tue, 03 Jan 2006 06:57:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-need-to-know-how-to-get-specific-information-from-hp-ux-os/m-p/3701330#M789929</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-01-03T06:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: I need to know how to get specific information from HP-UX OS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-need-to-know-how-to-get-specific-information-from-hp-ux-os/m-p/3701331#M789930</link>
      <description>Host ID : uname -i&lt;BR /&gt;MAc Address: /usr/sbin/lanscan | grep 0x | cut -c12-23</description>
      <pubDate>Tue, 03 Jan 2006 12:17:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-need-to-know-how-to-get-specific-information-from-hp-ux-os/m-p/3701331#M789930</guid>
      <dc:creator>HP User-St. Louis-MO</dc:creator>
      <dc:date>2006-01-03T12:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: I need to know how to get specific information from HP-UX OS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-need-to-know-how-to-get-specific-information-from-hp-ux-os/m-p/3701332#M789931</link>
      <description>You can use sysinfo script for hp-ux platforms.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Sysadmin/sysinfo-3.3.1/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Sysadmin/sysinfo-3.3.1/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Wed, 04 Jan 2006 01:46:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-need-to-know-how-to-get-specific-information-from-hp-ux-os/m-p/3701332#M789931</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-01-04T01:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: I need to know how to get specific information from HP-UX OS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-need-to-know-how-to-get-specific-information-from-hp-ux-os/m-p/3701333#M789932</link>
      <description>Q) The patch level installed on the system&lt;BR /&gt;&lt;BR /&gt;swlist -l patch or show_patches&lt;BR /&gt;&lt;BR /&gt;Q) If the system is running on 32-bit or 64-bit mode&lt;BR /&gt;&lt;BR /&gt;getconf KERNEL_BITS&lt;BR /&gt;&lt;BR /&gt;Q) Host ID Number&lt;BR /&gt;&lt;BR /&gt;uname -i&lt;BR /&gt;&lt;BR /&gt;Q) Location of the PageFile&lt;BR /&gt;Q) How much RAM the system has&lt;BR /&gt;Q) The CPU's TYPE, SPEED and how many CPUs are there (COUNT)&lt;BR /&gt;&lt;BR /&gt;You can get this from sam as,&lt;BR /&gt;&lt;BR /&gt;sam -&amp;gt; performance monitor -&amp;gt; system properties&lt;BR /&gt;&lt;BR /&gt;Q) The server's IP Address&lt;BR /&gt;&lt;BR /&gt;netstat -ivn&lt;BR /&gt;&lt;BR /&gt;Q) IP Gateway&lt;BR /&gt;Q) IP Subnet Mask&lt;BR /&gt;&lt;BR /&gt;netstat -rvn&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Q) MAC Address (Station Address)&lt;BR /&gt;&lt;BR /&gt;lanscan&lt;BR /&gt;&lt;BR /&gt;Q) Primary / Secondary DNS&lt;BR /&gt;&lt;BR /&gt;cat /etc/resolv.conf&lt;BR /&gt;&lt;BR /&gt;Q) The name of the interface that has that information&lt;BR /&gt;&lt;BR /&gt;netstat -ivn&lt;BR /&gt;&lt;BR /&gt;It will give those informations.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Wed, 04 Jan 2006 01:51:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-need-to-know-how-to-get-specific-information-from-hp-ux-os/m-p/3701333#M789932</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-01-04T01:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: I need to know how to get specific information from HP-UX OS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-need-to-know-how-to-get-specific-information-from-hp-ux-os/m-p/3701334#M789933</link>
      <description>refer this more:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=706790" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=706790&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Wed, 04 Jan 2006 02:03:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-need-to-know-how-to-get-specific-information-from-hp-ux-os/m-p/3701334#M789933</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-01-04T02:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: I need to know how to get specific information from HP-UX OS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-need-to-know-how-to-get-specific-information-from-hp-ux-os/m-p/3701335#M789934</link>
      <description>Hi Samir,&lt;BR /&gt;&lt;BR /&gt;My favourites are cfg2html and print_manifest&lt;BR /&gt;.As others mentioned these are for to get deeep information about your system.For to get quick information such as model,cpu,ram,serial etc i always use print_manifest but for to get brief report&lt;BR /&gt;i run cfg2html monthly and it generates an html file.&lt;BR /&gt;&lt;BR /&gt;Good Luck,</description>
      <pubDate>Wed, 04 Jan 2006 03:16:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-need-to-know-how-to-get-specific-information-from-hp-ux-os/m-p/3701335#M789934</guid>
      <dc:creator>Cem Tugrul</dc:creator>
      <dc:date>2006-01-04T03:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: I need to know how to get specific information from HP-UX OS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-need-to-know-how-to-get-specific-information-from-hp-ux-os/m-p/3701336#M789935</link>
      <description>Thanks everyone for all the help!&lt;BR /&gt;Just one last thing:&lt;BR /&gt;When I run the following command:&lt;BR /&gt;/opt/ignite/bin/print_manifest \&lt;BR /&gt;| grep "Model:" | awk '{print $2}'&lt;BR /&gt;it prints out the CPU Model that comes out of print_manifest, for example: 9000/800/L3000-6x&lt;BR /&gt;however, print_manifest is something that takes a while to execute...&lt;BR /&gt;Does anyone know another command that may return this same information for me? Thanks.</description>
      <pubDate>Wed, 04 Jan 2006 04:55:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-need-to-know-how-to-get-specific-information-from-hp-ux-os/m-p/3701336#M789935</guid>
      <dc:creator>Samir Bittar</dc:creator>
      <dc:date>2006-01-04T04:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: I need to know how to get specific information from HP-UX OS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-need-to-know-how-to-get-specific-information-from-hp-ux-os/m-p/3701337#M789936</link>
      <description>Hi Samir, &lt;BR /&gt;&lt;BR /&gt;# uname -m &lt;BR /&gt;9000/800&lt;BR /&gt;&lt;BR /&gt;and &lt;BR /&gt;# model&lt;BR /&gt;9000/800/rp3410&lt;BR /&gt;&lt;BR /&gt;-Arun &lt;BR /&gt;</description>
      <pubDate>Wed, 04 Jan 2006 05:09:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-need-to-know-how-to-get-specific-information-from-hp-ux-os/m-p/3701337#M789936</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-01-04T05:09:30Z</dc:date>
    </item>
  </channel>
</rss>

