<?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: System Details in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/system-details/m-p/4956395#M414775</link>
    <description>Hi,&lt;BR /&gt;You can use CSTM for the same.&lt;BR /&gt;In addition to hardware datils it will also show the health of the system.&lt;BR /&gt;&lt;BR /&gt;FInd attached quick reference guide for using CSTM.&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 01 Feb 2006 07:29:07 GMT</pubDate>
    <dc:creator>Bharat Katkar</dc:creator>
    <dc:date>2006-02-01T07:29:07Z</dc:date>
    <item>
      <title>System Details</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-details/m-p/4956386#M414766</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I want to know the System  hardware details of my HP servers like Processor speed,NIC Card manufacture etc,plz let me know if they are any commands or logs where i can get these details.</description>
      <pubDate>Wed, 01 Feb 2006 06:30:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-details/m-p/4956386#M414766</guid>
      <dc:creator>bhagirathp</dc:creator>
      <dc:date>2006-02-01T06:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: System Details</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-details/m-p/4956387#M414767</link>
      <description>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>Wed, 01 Feb 2006 06:33:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-details/m-p/4956387#M414767</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-02-01T06:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: System Details</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-details/m-p/4956388#M414768</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;Several ways to do this, &lt;BR /&gt;&lt;BR /&gt;# /opt/ignite/bin/print_manifest&lt;BR /&gt;&lt;BR /&gt;# Install sysinfo from, &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;-Arun</description>
      <pubDate>Wed, 01 Feb 2006 06:33:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-details/m-p/4956388#M414768</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-01T06:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: System Details</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-details/m-p/4956389#M414769</link>
      <description>Use as,&lt;BR /&gt;&lt;BR /&gt;sam -&amp;gt; performance monitor -&amp;gt; system properties&lt;BR /&gt;&lt;BR /&gt;Use sam -&amp;gt; network interfaces will give NIC informations.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Wed, 01 Feb 2006 06:33:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-details/m-p/4956389#M414769</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-02-01T06:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: System Details</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-details/m-p/4956390#M414770</link>
      <description>Use this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=213894" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=213894&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Wed, 01 Feb 2006 06:34:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-details/m-p/4956390#M414770</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-02-01T06:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: System Details</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-details/m-p/4956391#M414771</link>
      <description>Also, CFG2HTML&lt;BR /&gt;&lt;A href="http://come.to/cfg2html" target="_blank"&gt;http://come.to/cfg2html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Nickel&lt;BR /&gt;&lt;A href="http://unixguide.net/cgi-bin/htsearch?words=nickel" target="_blank"&gt;http://unixguide.net/cgi-bin/htsearch?words=nickel&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 01 Feb 2006 06:34:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-details/m-p/4956391#M414771</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-01T06:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: System Details</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-details/m-p/4956392#M414772</link>
      <description>Bhagirathp,&lt;BR /&gt;&lt;BR /&gt;SAM-&amp;gt; Performance monitors -&amp;gt; System properties, probably should give you the information you require.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;&lt;BR /&gt;Ajit</description>
      <pubDate>Wed, 01 Feb 2006 06:36:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-details/m-p/4956392#M414772</guid>
      <dc:creator>Ajitkumar Rane</dc:creator>
      <dc:date>2006-02-01T06:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: System Details</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-details/m-p/4956393#M414773</link>
      <description>Some more threads, &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;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=36887" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=36887&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 01 Feb 2006 06:37:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-details/m-p/4956393#M414773</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-01T06:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: System Details</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-details/m-p/4956394#M414774</link>
      <description>For the System Information execute as root: /opt/ignite/bin/print_manifest &lt;BR /&gt;&lt;BR /&gt;Cheerio,&lt;BR /&gt;&lt;BR /&gt;Renarios</description>
      <pubDate>Wed, 01 Feb 2006 06:52:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-details/m-p/4956394#M414774</guid>
      <dc:creator>renarios</dc:creator>
      <dc:date>2006-02-01T06:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: System Details</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-details/m-p/4956395#M414775</link>
      <description>Hi,&lt;BR /&gt;You can use CSTM for the same.&lt;BR /&gt;In addition to hardware datils it will also show the health of the system.&lt;BR /&gt;&lt;BR /&gt;FInd attached quick reference guide for using CSTM.&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Feb 2006 07:29:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-details/m-p/4956395#M414775</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2006-02-01T07:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: System Details</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-details/m-p/4956396#M414776</link>
      <description># /opt/ignite/bin/print_manifest&lt;BR /&gt;is my favour but also&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://come.to/cfg2html" target="_blank"&gt;http://come.to/cfg2html&lt;/A&gt; can give deep system&lt;BR /&gt;information.&lt;BR /&gt;&lt;BR /&gt;Also try  the command tddiag but redirect into a file.&lt;BR /&gt;&lt;BR /&gt;Finally;&lt;BR /&gt;#echo "map;selall;wait;info;wait;infolog;view;done"  | cstm &amp;gt;  /tmp/cstm.out&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;&lt;BR /&gt;Ps;Do not forget to submit points!!!&lt;BR /&gt;:-)))</description>
      <pubDate>Wed, 01 Feb 2006 08:28:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-details/m-p/4956396#M414776</guid>
      <dc:creator>Cem Tugrul</dc:creator>
      <dc:date>2006-02-01T08:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: System Details</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-details/m-p/4956397#M414777</link>
      <description>And grab sysinfo from this thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=997305" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=997305&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 01 Feb 2006 09:40:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-details/m-p/4956397#M414777</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-02-01T09:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: System Details</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-details/m-p/4956398#M414778</link>
      <description>Thanks Guys for the support.</description>
      <pubDate>Wed, 01 Feb 2006 11:15:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-details/m-p/4956398#M414778</guid>
      <dc:creator>bhagirathp</dc:creator>
      <dc:date>2006-02-01T11:15:25Z</dc:date>
    </item>
  </channel>
</rss>

