<?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: Is there a command for System Info??? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/is-there-a-command-for-system-info/m-p/4864053#M862447</link>
    <description>Hi Michael,&lt;BR /&gt;&lt;BR /&gt;Search for 'cfg2html' and 'sysinfo' in the forums. You can find sources from where you can install them. &lt;BR /&gt;&lt;BR /&gt;See if you have /opt/ignite/bin/print_manifest binary. If it is there, running it also can provide you with the information you need. For specific details you mentioned, you can use these commands.&lt;BR /&gt;&lt;BR /&gt;Processors: &lt;BR /&gt;&lt;BR /&gt;echo 'processor_count/D' | adb -k /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;Processor Speed:&lt;BR /&gt;&lt;BR /&gt;echo itick_per_tick/D | adb $kernel /dev/kmem &lt;BR /&gt;&lt;BR /&gt;Memory:&lt;BR /&gt;&lt;BR /&gt;echo 'phys_mem_pages/D' |adb -k /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;Multiply the above with 4 to get it in KB.&lt;BR /&gt;&lt;BR /&gt;Disks:&lt;BR /&gt;&lt;BR /&gt;ioscan -fnC disk&lt;BR /&gt;vgdisplay -v &lt;BR /&gt;strings /etc/lvmtab&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
    <pubDate>Tue, 05 Oct 2004 17:04:26 GMT</pubDate>
    <dc:creator>Sridhar Bhaskarla</dc:creator>
    <dc:date>2004-10-05T17:04:26Z</dc:date>
    <item>
      <title>Is there a command for System Info???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-there-a-command-for-system-info/m-p/4864052#M862446</link>
      <description>Just wondering of any command that will show current system info on a C3600 box.  all i really need is processor speed, RAM installed and possibly hard disks installed.&lt;BR /&gt;&lt;BR /&gt;any help would be greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;NOTE:  i would reboot in the hopes that it would show during bootup, but this is a production, so rebooting would be quite the task.</description>
      <pubDate>Tue, 05 Oct 2004 16:59:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-there-a-command-for-system-info/m-p/4864052#M862446</guid>
      <dc:creator>Michael Zayti</dc:creator>
      <dc:date>2004-10-05T16:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a command for System Info???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-there-a-command-for-system-info/m-p/4864053#M862447</link>
      <description>Hi Michael,&lt;BR /&gt;&lt;BR /&gt;Search for 'cfg2html' and 'sysinfo' in the forums. You can find sources from where you can install them. &lt;BR /&gt;&lt;BR /&gt;See if you have /opt/ignite/bin/print_manifest binary. If it is there, running it also can provide you with the information you need. For specific details you mentioned, you can use these commands.&lt;BR /&gt;&lt;BR /&gt;Processors: &lt;BR /&gt;&lt;BR /&gt;echo 'processor_count/D' | adb -k /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;Processor Speed:&lt;BR /&gt;&lt;BR /&gt;echo itick_per_tick/D | adb $kernel /dev/kmem &lt;BR /&gt;&lt;BR /&gt;Memory:&lt;BR /&gt;&lt;BR /&gt;echo 'phys_mem_pages/D' |adb -k /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;Multiply the above with 4 to get it in KB.&lt;BR /&gt;&lt;BR /&gt;Disks:&lt;BR /&gt;&lt;BR /&gt;ioscan -fnC disk&lt;BR /&gt;vgdisplay -v &lt;BR /&gt;strings /etc/lvmtab&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Tue, 05 Oct 2004 17:04:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-there-a-command-for-system-info/m-p/4864053#M862447</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-10-05T17:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a command for System Info???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-there-a-command-for-system-info/m-p/4864054#M862448</link>
      <description>Thank you very much, that was exactly what i was looking for!</description>
      <pubDate>Tue, 05 Oct 2004 17:19:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-there-a-command-for-system-info/m-p/4864054#M862448</guid>
      <dc:creator>Michael Zayti</dc:creator>
      <dc:date>2004-10-05T17:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a command for System Info???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-there-a-command-for-system-info/m-p/4864055#M862449</link>
      <description>Also depends on what OS version you run.&lt;BR /&gt;&lt;BR /&gt;All these questions and commands are described in the FAQ section of my site:&lt;BR /&gt;&lt;BR /&gt;USA Los Angeles &lt;A href="http://mirrors.develooper.com/hpux/#FAQ" target="_blank"&gt;http://mirrors.develooper.com/hpux/#FAQ&lt;/A&gt;&lt;BR /&gt;SGP Singapore   &lt;A href="https://www.beepz.com/personal/merijn/#FAQ" target="_blank"&gt;https://www.beepz.com/personal/merijn/#FAQ&lt;/A&gt;&lt;BR /&gt;USA Chicago     &lt;A href="http://ww.hpux.ws/merijn/#FAQ" target="_blank"&gt;http://ww.hpux.ws/merijn/#FAQ&lt;/A&gt;&lt;BR /&gt;NL  Hoofddorp   &lt;A href="http://www.cmve.net/~merijn/#FAQ" target="_blank"&gt;http://www.cmve.net/~merijn/#FAQ&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Enjoy, have FUN! H.Merijn</description>
      <pubDate>Tue, 05 Oct 2004 17:21:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-there-a-command-for-system-info/m-p/4864055#M862449</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2004-10-05T17:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a command for System Info???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-there-a-command-for-system-info/m-p/4864056#M862450</link>
      <description>SAM can provide this information too, but the nicest tool is print_manifest. If you don't have it on your system (it's in /opt/ignite/bin), you don't have Ignite/UX installed and thus no reasonable way to restore the system if the boot disk fails. Ignite/UX is free from software.hp.com</description>
      <pubDate>Tue, 05 Oct 2004 19:19:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-there-a-command-for-system-info/m-p/4864056#M862450</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-10-05T19:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a command for System Info???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-there-a-command-for-system-info/m-p/4864057#M862451</link>
      <description>Don't forget stm (or xstm for the X version). That will show you all you wanted to know and more about everything in your system (but it is a little cumbersome to navigate around if what you are after are quick answers).&lt;BR /&gt;&lt;BR /&gt;Without checking, I *think* its a part of diagnostics (Support Tools Manager).&lt;BR /&gt;&lt;BR /&gt;Col.</description>
      <pubDate>Wed, 06 Oct 2004 18:13:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-there-a-command-for-system-info/m-p/4864057#M862451</guid>
      <dc:creator>Colin Topliss</dc:creator>
      <dc:date>2004-10-06T18:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a command for System Info???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-there-a-command-for-system-info/m-p/4864058#M862452</link>
      <description>Thanks to all, you all were a great help :)</description>
      <pubDate>Wed, 06 Oct 2004 21:49:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-there-a-command-for-system-info/m-p/4864058#M862452</guid>
      <dc:creator>Michael Zayti</dc:creator>
      <dc:date>2004-10-06T21:49:05Z</dc:date>
    </item>
  </channel>
</rss>

