<?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 checking Ram and hard disk space in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-ram-and-hard-disk-space/m-p/2682197#M908922</link>
    <description>What's the easiest way to check for these things without having to look at the physical equipment? Thanks in advance.</description>
    <pubDate>Wed, 13 Mar 2002 14:26:49 GMT</pubDate>
    <dc:creator>Kirk Solano</dc:creator>
    <dc:date>2002-03-13T14:26:49Z</dc:date>
    <item>
      <title>checking Ram and hard disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-ram-and-hard-disk-space/m-p/2682197#M908922</link>
      <description>What's the easiest way to check for these things without having to look at the physical equipment? Thanks in advance.</description>
      <pubDate>Wed, 13 Mar 2002 14:26:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-ram-and-hard-disk-space/m-p/2682197#M908922</guid>
      <dc:creator>Kirk Solano</dc:creator>
      <dc:date>2002-03-13T14:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: checking Ram and hard disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-ram-and-hard-disk-space/m-p/2682198#M908923</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;A lot of commands:&lt;BR /&gt;&lt;BR /&gt;1) Use STM (for listing of all information)&lt;BR /&gt;2) ioscan -fn&lt;BR /&gt;3) bdf&lt;BR /&gt;4) diskinfo&lt;BR /&gt;5) vgdisplay -v&lt;BR /&gt;6) dmesg ( will tell you about RAM )&lt;BR /&gt;7) print_manifest&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Wed, 13 Mar 2002 14:29:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-ram-and-hard-disk-space/m-p/2682198#M908923</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-03-13T14:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: checking Ram and hard disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-ram-and-hard-disk-space/m-p/2682199#M908924</link>
      <description>Hi Kirk,&lt;BR /&gt;&lt;BR /&gt;What do you mean by checking ram and hard disk space. If you mean the capacity of RAM and the hard disk sizes, you can try this,&lt;BR /&gt;&lt;BR /&gt;gmesg |grep Phy&lt;BR /&gt;&lt;BR /&gt;This will give your the total RAM on your system. To find the module sizes and all, try,&lt;BR /&gt;&lt;BR /&gt;echo 'selclass qualifier memory;info;wait;infolog' |cstm &amp;gt; /tmp/meminfo.txt&lt;BR /&gt;&lt;BR /&gt;more /tmp/meminfo.txt&lt;BR /&gt;&lt;BR /&gt;To look for the disks into your systems, do a ioscan,&lt;BR /&gt;&lt;BR /&gt;ioscan -fnkC disk&lt;BR /&gt;&lt;BR /&gt;Then fore each disk you can do a diskinfo,&lt;BR /&gt;&lt;BR /&gt;diskinfo -v /dev/rdsk/cxtydz&lt;BR /&gt;&lt;BR /&gt;or you can generate a stm report,&lt;BR /&gt;&lt;BR /&gt;echo 'selclass type disk;info;wait;infolog' |cstm &amp;gt;/tmp/disk_info.txt&lt;BR /&gt;&lt;BR /&gt;more /tmp/disk_info.txt&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Mar 2002 14:31:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-ram-and-hard-disk-space/m-p/2682199#M908924</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-03-13T14:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: checking Ram and hard disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-ram-and-hard-disk-space/m-p/2682200#M908925</link>
      <description>I recommend running the&lt;BR /&gt;nickel script to collect this info and more in html format.&lt;BR /&gt;&lt;BR /&gt;You can look internals to check the command line:&lt;BR /&gt;&lt;BR /&gt;Download from here:&lt;BR /&gt;&lt;A href="http://www.grc.hp.com/docs/nickel/" target="_blank"&gt;http://www.grc.hp.com/docs/nickel/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Wed, 13 Mar 2002 14:32:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-ram-and-hard-disk-space/m-p/2682200#M908925</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2002-03-13T14:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: checking Ram and hard disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-ram-and-hard-disk-space/m-p/2682201#M908926</link>
      <description>for checking RAM do following :&lt;BR /&gt;&lt;BR /&gt;# dmesg | grep -i physical&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;#swapinfo -mt &lt;BR /&gt;the memory raw will give you the physical memory.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For checking hard disk space you need to run following :&lt;BR /&gt;&lt;BR /&gt;#diskinfo -b /dev/rdsk/cxtydz (depending upon disk name.&lt;BR /&gt;&lt;BR /&gt;This will give you figure in KB. dividing by 1000 you will get size of disk in MBs.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;-Piyush.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Mar 2002 14:33:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-ram-and-hard-disk-space/m-p/2682201#M908926</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2002-03-13T14:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: checking Ram and hard disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-ram-and-hard-disk-space/m-p/2682202#M908927</link>
      <description>To add to Shiju's list, you can also go into SAM, then go to PERFORMANCE MONITORS and then SYSTEM PROPERTIES for information on RAM, CPU(s), etc.&lt;BR /&gt;&lt;BR /&gt;Also in SAM you can go to DISKS AND FILE SYSTEMS and then choose from the menu to see information on actual disks, volume groups, logical volumes, etc.</description>
      <pubDate>Wed, 13 Mar 2002 14:34:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-ram-and-hard-disk-space/m-p/2682202#M908927</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-03-13T14:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: checking Ram and hard disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-ram-and-hard-disk-space/m-p/2682203#M908928</link>
      <description>I would recomend the utility called cfg2html. Its easy to download, its easy to install and it easy to present also because it creates HTML output. Moreover it is  available free on the web. Search for cfg2html.&lt;BR /&gt;&lt;BR /&gt;Sandip</description>
      <pubDate>Wed, 13 Mar 2002 15:09:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-ram-and-hard-disk-space/m-p/2682203#M908928</guid>
      <dc:creator>Sandip Ghosh</dc:creator>
      <dc:date>2002-03-13T15:09:12Z</dc:date>
    </item>
  </channel>
</rss>

