<?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 information in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/system-information/m-p/3577183#M229151</link>
    <description>/opt/ignite/bin/print_manifest&lt;BR /&gt;&lt;BR /&gt;cfg2html:&lt;BR /&gt;&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;Sysinfo (see attached)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I run the last 2 from cron like so:&lt;BR /&gt;&lt;BR /&gt;# Run the sysinfo script&lt;BR /&gt;0 6 1 * * /usr/local/sysinfo/sysinfo -a -b -o /usr/tmp/`hostname`.sysinfo &amp;gt;/tmp/sysinfo.cron 2&amp;gt;&amp;amp;1&lt;BR /&gt;#Run the cfg2html scripts&lt;BR /&gt;35 6 1 * * cd /opt/cfg2html ; /opt/cfg2html/cfg2html_hpux.sh &amp;gt;/dev/null 2&amp;gt;&amp;amp;1&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
    <pubDate>Wed, 06 Jul 2005 09:53:19 GMT</pubDate>
    <dc:creator>Geoff Wild</dc:creator>
    <dc:date>2005-07-06T09:53:19Z</dc:date>
    <item>
      <title>system information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-information/m-p/3577180#M229148</link>
      <description>What is a good way to collect system iformation on a hp-ux server? I am talking about processor info, software, disk, tape drives, nics, other devices? Is there a script available?&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Jul 2005 09:49:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-information/m-p/3577180#M229148</guid>
      <dc:creator>golfnut</dc:creator>
      <dc:date>2005-07-06T09:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: system information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-information/m-p/3577181#M229149</link>
      <description>One utility is cfg2html&lt;BR /&gt;&lt;BR /&gt;go here to take a look&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;</description>
      <pubDate>Wed, 06 Jul 2005 09:53:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-information/m-p/3577181#M229149</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2005-07-06T09:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: system information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-information/m-p/3577182#M229150</link>
      <description>This sort of question gets asked so often that I finally created a canned answer:&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", "nickel" 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;that can be found by searching the forums.&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;Pete</description>
      <pubDate>Wed, 06 Jul 2005 09:53:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-information/m-p/3577182#M229150</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-07-06T09:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: system information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-information/m-p/3577183#M229151</link>
      <description>/opt/ignite/bin/print_manifest&lt;BR /&gt;&lt;BR /&gt;cfg2html:&lt;BR /&gt;&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;Sysinfo (see attached)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I run the last 2 from cron like so:&lt;BR /&gt;&lt;BR /&gt;# Run the sysinfo script&lt;BR /&gt;0 6 1 * * /usr/local/sysinfo/sysinfo -a -b -o /usr/tmp/`hostname`.sysinfo &amp;gt;/tmp/sysinfo.cron 2&amp;gt;&amp;amp;1&lt;BR /&gt;#Run the cfg2html scripts&lt;BR /&gt;35 6 1 * * cd /opt/cfg2html ; /opt/cfg2html/cfg2html_hpux.sh &amp;gt;/dev/null 2&amp;gt;&amp;amp;1&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 06 Jul 2005 09:53:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-information/m-p/3577183#M229151</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-07-06T09:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: system information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-information/m-p/3577184#M229152</link>
      <description>The cfg2htmlk utility and/or the print_manifest output.&lt;BR /&gt;&lt;BR /&gt;The URL for cfg2html...&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cfg2html.com/" target="_blank"&gt;http://www.cfg2html.com/&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Jul 2005 09:58:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-information/m-p/3577184#M229152</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-07-06T09:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: system information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-information/m-p/3577185#M229153</link>
      <description>Thanks for the quick response folks. &lt;BR /&gt;</description>
      <pubDate>Wed, 06 Jul 2005 10:00:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-information/m-p/3577185#M229153</guid>
      <dc:creator>golfnut</dc:creator>
      <dc:date>2005-07-06T10:00:30Z</dc:date>
    </item>
  </channel>
</rss>

