<?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: basic HP Box info in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/basic-hp-box-info/m-p/2714530#M61436</link>
    <description>Thank you all for fast response..print_manifest is great. &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 30 Apr 2002 20:40:17 GMT</pubDate>
    <dc:creator>Ali Sunderji</dc:creator>
    <dc:date>2002-04-30T20:40:17Z</dc:date>
    <item>
      <title>basic HP Box info</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/basic-hp-box-info/m-p/2714523#M61429</link>
      <description>Hi all, &lt;BR /&gt;&lt;BR /&gt;Is there a quick and dirty way of getting SPEED, MEMORY and HD on different kinds of HP Hardware ( 715, B Class, A Class J Class etc...) running 10.20 11.0 OS without writing a fancy script.&lt;BR /&gt;&lt;BR /&gt;I have tried dmesg, glance etc but dont know of one all encompassing powerfull command that will give me this info..&lt;BR /&gt;&lt;BR /&gt;Any suggestions &lt;BR /&gt;</description>
      <pubDate>Tue, 30 Apr 2002 20:23:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/basic-hp-box-info/m-p/2714523#M61429</guid>
      <dc:creator>Ali Sunderji</dc:creator>
      <dc:date>2002-04-30T20:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: basic HP Box info</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/basic-hp-box-info/m-p/2714524#M61430</link>
      <description>Hi Ali&lt;BR /&gt;&lt;BR /&gt;Try using SAm&lt;BR /&gt;&lt;BR /&gt;ie SAM----&amp;gt;Performance Monitors----&amp;gt;System Prpoerties. This will answer the first two questions , the third can be answered by SAM again ,check for the Disks and Filesystems .&lt;BR /&gt;&lt;BR /&gt;You can also uset STM to know the status of the hardware , or xstm if you can see graphic on the screeen.&lt;BR /&gt;&lt;BR /&gt;If you have ignite installed the print_manifest will also give you the information.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Tue, 30 Apr 2002 20:30:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/basic-hp-box-info/m-p/2714524#M61430</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-04-30T20:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: basic HP Box info</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/basic-hp-box-info/m-p/2714525#M61431</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Try these commands:&lt;BR /&gt;&lt;BR /&gt;1) top - will tell you number of CPUs&lt;BR /&gt;2) ioscan -fn - all device information &lt;BR /&gt;3) diskinfo - disk information&lt;BR /&gt;4) dmesg - memory information&lt;BR /&gt;5) stm - information of CPU, memory, disk ..etc&lt;BR /&gt;6) print_manifest - information if ignite installed&lt;BR /&gt;7) SAM -&amp;gt; performance monitors -&amp;gt; System Properties&lt;BR /&gt;8) uname -a&lt;BR /&gt;9) model &lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Tue, 30 Apr 2002 20:30:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/basic-hp-box-info/m-p/2714525#M61431</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-04-30T20:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: basic HP Box info</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/basic-hp-box-info/m-p/2714526#M61432</link>
      <description>Speed (10.x and 11.x)&lt;BR /&gt;=======================&lt;BR /&gt;# echo itick_per_usec/D | adb -k /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;Memory (10.x)&lt;BR /&gt;=============&lt;BR /&gt;# echo "physmem/D" | adb -k /stand/vmunix /dev/kmem&lt;BR /&gt;===&amp;gt; multiply result by 4 and divide by 1024 (in KB)&lt;BR /&gt;&lt;BR /&gt;Memory (11.x)&lt;BR /&gt;=============&lt;BR /&gt;# echo "memory_installed_in_machine/D" | adb /stand/vmunix /dev/kmem&lt;BR /&gt;===&amp;gt; multiply result by 4 and divide by 1024 (in KB)&lt;BR /&gt;&lt;BR /&gt;Harddisk (10.x and 11.x)&lt;BR /&gt;========================&lt;BR /&gt;# ioscan -fnC disk&lt;BR /&gt;# /etc/diskinfo /dev/rdsk/&lt;DEVICE-PATH&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/DEVICE-PATH&gt;</description>
      <pubDate>Tue, 30 Apr 2002 20:32:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/basic-hp-box-info/m-p/2714526#M61432</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-04-30T20:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: basic HP Box info</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/basic-hp-box-info/m-p/2714527#M61433</link>
      <description>If you don't want to mess around with command line stuff then run sam and go through the menus.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave.</description>
      <pubDate>Tue, 30 Apr 2002 20:32:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/basic-hp-box-info/m-p/2714527#M61433</guid>
      <dc:creator>David Burgess</dc:creator>
      <dc:date>2002-04-30T20:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: basic HP Box info</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/basic-hp-box-info/m-p/2714528#M61434</link>
      <description>I like to use ignite for that&lt;BR /&gt;&lt;BR /&gt;Try,&lt;BR /&gt;&lt;BR /&gt;/opt/ignite/bin/print_manifest&lt;BR /&gt;&lt;BR /&gt;See if you like that output.&lt;BR /&gt;&lt;BR /&gt;-Yates</description>
      <pubDate>Tue, 30 Apr 2002 20:34:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/basic-hp-box-info/m-p/2714528#M61434</guid>
      <dc:creator>hpuxrox</dc:creator>
      <dc:date>2002-04-30T20:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: basic HP Box info</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/basic-hp-box-info/m-p/2714529#M61435</link>
      <description>&lt;BR /&gt;print_manifest is what you are looking for.&lt;BR /&gt;It is a part of Ignite software (freely downloadable from the HP site).&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;raj</description>
      <pubDate>Tue, 30 Apr 2002 20:35:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/basic-hp-box-info/m-p/2714529#M61435</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2002-04-30T20:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: basic HP Box info</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/basic-hp-box-info/m-p/2714530#M61436</link>
      <description>Thank you all for fast response..print_manifest is great. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Apr 2002 20:40:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/basic-hp-box-info/m-p/2714530#M61436</guid>
      <dc:creator>Ali Sunderji</dc:creator>
      <dc:date>2002-04-30T20:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: basic HP Box info</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/basic-hp-box-info/m-p/2714531#M61437</link>
      <description>Hi Ali&lt;BR /&gt;&lt;BR /&gt;You didnt read my third option while giving points .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Tue, 30 Apr 2002 20:46:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/basic-hp-box-info/m-p/2714531#M61437</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-04-30T20:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: basic HP Box info</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/basic-hp-box-info/m-p/2714532#M61438</link>
      <description>No problem with points but print_manifest does not tell you the speed of the processor or does it ?? :)</description>
      <pubDate>Tue, 30 Apr 2002 20:48:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/basic-hp-box-info/m-p/2714532#M61438</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-04-30T20:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: basic HP Box info</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/basic-hp-box-info/m-p/2714533#M61439</link>
      <description>Yes you are correct, It does not provide the speed..but I was very impressed with this command ..the way it breaks down everything..its great.&lt;BR /&gt;&lt;BR /&gt;Again thank you all for you responses..</description>
      <pubDate>Tue, 30 Apr 2002 20:55:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/basic-hp-box-info/m-p/2714533#M61439</guid>
      <dc:creator>Ali Sunderji</dc:creator>
      <dc:date>2002-04-30T20:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: basic HP Box info</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/basic-hp-box-info/m-p/2714534#M61440</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt; I'd also recommend you take a look at 2 other system info utilities&lt;BR /&gt;&lt;BR /&gt;1) The sysinfo util - gives all you request &amp;amp; MUCH more incl PDC, LVM, etc.&lt;BR /&gt;&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;2) The nickel util&lt;BR /&gt;&lt;BR /&gt;ftp://contrib:9unsupp8@hprc.external.hp.com/sysadmin/inventory/nickel/&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Apr 2002 21:26:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/basic-hp-box-info/m-p/2714534#M61440</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-04-30T21:26:58Z</dc:date>
    </item>
  </channel>
</rss>

