<?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: Command for RAM &amp;amp; HDD in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/command-for-ram-amp-hdd/m-p/3124462#M151645</link>
    <description>rectification :&lt;BR /&gt;&lt;BR /&gt;# diskinfo -v /dev/rdsk/cxtydz&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;AW</description>
    <pubDate>Thu, 20 Nov 2003 04:44:39 GMT</pubDate>
    <dc:creator>Adisuria Wangsadinata_1</dc:creator>
    <dc:date>2003-11-20T04:44:39Z</dc:date>
    <item>
      <title>Command for RAM &amp; HDD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-for-ram-amp-hdd/m-p/3124455#M151638</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This question might be silly. I need to know what is the command used to check the RAM &amp;amp; HDD capacity is the machine.&lt;BR /&gt;&lt;BR /&gt;Thanx &amp;amp; Regards,&lt;BR /&gt;&lt;BR /&gt;Roby</description>
      <pubDate>Thu, 20 Nov 2003 04:27:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-for-ram-amp-hdd/m-p/3124455#M151638</guid>
      <dc:creator>Robert DJ</dc:creator>
      <dc:date>2003-11-20T04:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: Command for RAM &amp; HDD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-for-ram-amp-hdd/m-p/3124456#M151639</link>
      <description>Memory--&lt;BR /&gt;&lt;BR /&gt;grep -i physical /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;glance -m&lt;BR /&gt;&lt;BR /&gt;echo "memory_installed_in_machine/D" | adb -k /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;echo "selclass qualifier memory;info;wait;infolog"|cstm|pg&lt;BR /&gt;&lt;BR /&gt;The Hdds&lt;BR /&gt;&lt;BR /&gt;ioscan -fnCdisk.&lt;BR /&gt;&lt;BR /&gt;Check all disks listed and diskinfo for each disk.&lt;BR /&gt;&lt;BR /&gt;diskinfo /dev/rdsk/cxtxdx&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Nov 2003 04:33:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-for-ram-amp-hdd/m-p/3124456#M151639</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2003-11-20T04:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: Command for RAM &amp; HDD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-for-ram-amp-hdd/m-p/3124457#M151640</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;for ram check &lt;BR /&gt;# dmesg &lt;BR /&gt;for diskspace do an &lt;BR /&gt;# cd /dev/rdsk&lt;BR /&gt;# for i in ls&lt;BR /&gt;do&lt;BR /&gt;diskinfo $PWD/$i&lt;BR /&gt;done | more&lt;BR /&gt;&lt;BR /&gt;Gideon&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Nov 2003 04:34:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-for-ram-amp-hdd/m-p/3124457#M151640</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2003-11-20T04:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Command for RAM &amp; HDD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-for-ram-amp-hdd/m-p/3124458#M151641</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;For checking RAM use&lt;BR /&gt;&lt;BR /&gt;#dmesg |grep -i physical&lt;BR /&gt;&lt;BR /&gt;For seeing HDD capacity&lt;BR /&gt;1)ioscan -fnC disk&lt;BR /&gt;this will list all HDDs .&lt;BR /&gt;notdown device file name &lt;BR /&gt;&lt;BR /&gt;2)diskinfo /dev/rdsk/c?t?d?&lt;BR /&gt;&lt;BR /&gt;Substitute the values for c?t?d? from the ioscan o/p&lt;BR /&gt;&lt;BR /&gt;bye&lt;BR /&gt;baiju&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Nov 2003 04:34:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-for-ram-amp-hdd/m-p/3124458#M151641</guid>
      <dc:creator>blal</dc:creator>
      <dc:date>2003-11-20T04:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Command for RAM &amp; HDD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-for-ram-amp-hdd/m-p/3124459#M151642</link>
      <description>Hi,&lt;BR /&gt;Don't really with the question but if you want to check the &lt;BR /&gt;1. Total capacity of Memory&lt;BR /&gt;   - dmesg&lt;BR /&gt;   - SAM -&amp;gt; Performance Monitor -&amp;gt;System Properties&lt;BR /&gt;&lt;BR /&gt;2. Total H/Disk and Capacity&lt;BR /&gt;   - ioscan -funC disk&lt;BR /&gt;   - SAM -&amp;gt; Disk And File System&lt;BR /&gt;&lt;BR /&gt;Let us know if you need other info&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;Sri</description>
      <pubDate>Thu, 20 Nov 2003 04:36:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-for-ram-amp-hdd/m-p/3124459#M151642</guid>
      <dc:creator>Sritharan</dc:creator>
      <dc:date>2003-11-20T04:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Command for RAM &amp; HDD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-for-ram-amp-hdd/m-p/3124460#M151643</link>
      <description>Hi,&lt;BR /&gt;if you have ignite installed, they try executing:&lt;BR /&gt;# /opt/ignite/bin/print_manifest&lt;BR /&gt;&lt;BR /&gt;and redirect the output to a file. This  shows the most important system information.&lt;BR /&gt; &lt;BR /&gt;regards,&lt;BR /&gt;John K.</description>
      <pubDate>Thu, 20 Nov 2003 04:40:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-for-ram-amp-hdd/m-p/3124460#M151643</guid>
      <dc:creator>john korterman</dc:creator>
      <dc:date>2003-11-20T04:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Command for RAM &amp; HDD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-for-ram-amp-hdd/m-p/3124461#M151644</link>
      <description>Hi Roby,&lt;BR /&gt;&lt;BR /&gt;I. You can use SAM for these purposes.&lt;BR /&gt;&lt;BR /&gt;1. login as root&lt;BR /&gt;2. goto SAM&lt;BR /&gt;   # sam       &lt;ENTER&gt;&lt;BR /&gt;&lt;BR /&gt;For disk :&lt;BR /&gt;goto 'Disk and File Systems'&lt;BR /&gt;goto 'Disk Devices'&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For memory :&lt;BR /&gt;goto 'Performance Monitor'&lt;BR /&gt;goto 'System Properties'&lt;BR /&gt;&lt;BR /&gt;II. You can also can use command line :&lt;BR /&gt;&lt;BR /&gt;For disk :&lt;BR /&gt;# ioscan -nfCdisk&lt;BR /&gt;get the harddisk device file (eg. /dev/dsk/cxtydz)&lt;BR /&gt;# diskinfo -v /dev/dsk/cxtydz&lt;BR /&gt;&lt;BR /&gt;For memory&lt;BR /&gt;# dmesg | grep Physical&lt;BR /&gt;&lt;BR /&gt;III. You can use 'mstm' command if the OnlineDiag software already installed on your system.&lt;BR /&gt;&lt;BR /&gt;# mstm&lt;BR /&gt;&lt;BR /&gt;Select the device &amp;gt; 'Tools' &amp;gt; 'Information' &amp;gt; 'Run'&lt;BR /&gt;&lt;BR /&gt;Hope this information can help you.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;AW&lt;/ENTER&gt;</description>
      <pubDate>Thu, 20 Nov 2003 04:42:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-for-ram-amp-hdd/m-p/3124461#M151644</guid>
      <dc:creator>Adisuria Wangsadinata_1</dc:creator>
      <dc:date>2003-11-20T04:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Command for RAM &amp; HDD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-for-ram-amp-hdd/m-p/3124462#M151645</link>
      <description>rectification :&lt;BR /&gt;&lt;BR /&gt;# diskinfo -v /dev/rdsk/cxtydz&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;AW</description>
      <pubDate>Thu, 20 Nov 2003 04:44:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-for-ram-amp-hdd/m-p/3124462#M151645</guid>
      <dc:creator>Adisuria Wangsadinata_1</dc:creator>
      <dc:date>2003-11-20T04:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Command for RAM &amp; HDD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-for-ram-amp-hdd/m-p/3124463#M151646</link>
      <description>Hi Robert,&lt;BR /&gt;&lt;BR /&gt;the following commands should satisfy your request:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;FOR RAM:&lt;BR /&gt;1. by Support Tools Manager:&lt;BR /&gt;&lt;BR /&gt;# mstm&lt;BR /&gt;and then select memory; from menu Tools ---&amp;gt; Information ---&amp;gt; Run&lt;BR /&gt;&lt;BR /&gt;2. by dmesg&lt;BR /&gt;&lt;BR /&gt;dmesg | grep -i physical&lt;BR /&gt;&lt;BR /&gt;3. also:&lt;BR /&gt;for 10.20 OS version:&lt;BR /&gt;REAL_MEM=`echo 'physmem/D '| adb -k /stand/vmunix /dev/kmem | tail -1 | awk '{ print $2/256}'`&lt;BR /&gt;echo $REAL_MEM &lt;BR /&gt;&lt;BR /&gt;for 11.00 version :&lt;BR /&gt;REAL_MEM=`echo 'phys_mem_pages/D '| adb -k /stand/vmunix /dev/kmem | tail -1 | awk '{ print $2/256}'`&lt;BR /&gt;echo $REAL_MEM &lt;BR /&gt;both values will be in MBs&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;FOR HDD:&lt;BR /&gt;# ioscan -fnC disk&lt;BR /&gt;# diskinfo /dev/rdsk/cXtXdX&lt;BR /&gt;where cXtXdX are controller, target, lun that result by ioscan.&lt;BR /&gt;In size line of diskinfo output you will get the size of HDD.&lt;BR /&gt;&lt;BR /&gt;I hope this helps you.&lt;BR /&gt;&lt;BR /&gt;Bets regards,&lt;BR /&gt;Ettore</description>
      <pubDate>Thu, 20 Nov 2003 05:00:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-for-ram-amp-hdd/m-p/3124463#M151646</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2003-11-20T05:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Command for RAM &amp; HDD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-for-ram-amp-hdd/m-p/3124464#M151647</link>
      <description>Thank you ALL for your responses.&lt;BR /&gt;&lt;BR /&gt;Thanx &amp;amp; Regards,&lt;BR /&gt;&lt;BR /&gt;Roby &lt;BR /&gt;</description>
      <pubDate>Thu, 20 Nov 2003 07:02:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-for-ram-amp-hdd/m-p/3124464#M151647</guid>
      <dc:creator>Robert DJ</dc:creator>
      <dc:date>2003-11-20T07:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: Command for RAM &amp; HDD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-for-ram-amp-hdd/m-p/3124465#M151648</link>
      <description>alternative&lt;BR /&gt;&lt;BR /&gt;# sam --&amp;gt; "performance Monitor" --&amp;gt; "system properties" &lt;BR /&gt;--&amp;gt; here you can information of physical memory &amp;amp; swap device&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Nov 2003 21:50:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-for-ram-amp-hdd/m-p/3124465#M151648</guid>
      <dc:creator>Lee Huei</dc:creator>
      <dc:date>2003-11-20T21:50:58Z</dc:date>
    </item>
  </channel>
</rss>

