How to find the memory in HP-Unix?


 
Thread Tools Search this Thread
Operating Systems HP-UX How to find the memory in HP-Unix?
# 8  
Old 08-05-2008
If you have the Support Tools Manager installed
which is part of the Online Diagnostics Bundle from the
half yearly issued Support PLUS Patch Bundles by HP
and doesn't require an extra license
(it is highly recommended to have it installed for various other diagnostics)
then you could query the memory map like
Code:
$ echo "sc prod memory;info;wait;il"|/usr/sbin/cstm |grep -i total.*memory
    Total Configured Memory   : 8192 MB

This is the release I use on this box for instance
Code:
$ /usr/sbin/swlist -l bundle OnlineDiag|grep ^[^#]
  OnlineDiag    B.11.11.20.02  HPUX 11.11 Support Tools Bundle, December 2007

Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. HP-UX

How to find the used memory in HP-UX?

Hi all, Can any please provide how to calculate the cpu and memory usage of HP-UX server. Thanks in advance. (6 Replies)
Discussion started by: ssk250
6 Replies

2. AIX

How to find AIX Free Memory?

All, AIX: 6.1 64 bits How to find out Free memory available on AIX 6.1 64 bits When I used : svmon -G size inuse free pin virtual mmode memory 1048576 612109 191151 215969 549824 Ded-E pg space 4325376 ... (1 Reply)
Discussion started by: a1_win
1 Replies

3. Red Hat

how to find out free memory?

hi, I have done the below, but am confused as to how much memory is "free" please help thanks $ free total used free shared buffers cached Mem: 132033488 48827536 83205952 0 1007696 45404632 -/+ buffers/cache: 2415208 ... (7 Replies)
Discussion started by: JamesByars
7 Replies

4. Solaris

Unable to find 8 gb of memory

I 've one box with 16gb of RAM and top, vmstat showing 8712M free , i 'm unable to find which process is eating up rest of the memory , the system is not running anything at the moment. (14 Replies)
Discussion started by: fugitive
14 Replies

5. Shell Programming and Scripting

Unix Script to find and kill a process with high memory utilization

Hi Unix Gurus i am somewhat new to unix scripting so need your help to create a script as below. # This script would find the process consuming memory beyond a certain #limit. if the meemory consumption is more than 100% for a period of 1 # minute for the specific process. the script would... (0 Replies)
Discussion started by: robinforlinux
0 Replies

6. Solaris

How to find Total and Free Physical Memory and Logical Memory in SOLARIS 9

Hi, Im working on Solaris 9 on SPARC-32 bit running on an Ultra-80, and I have to find out the following:- 1. Total Physical Memory in the system(total RAM). 2. Available Physical Memory(i.e. RAM Usage) 3. Total (Logical) Memory in the system 4. Available (Logical) Memory. I know... (4 Replies)
Discussion started by: 0ktalmagik
4 Replies

7. UNIX for Advanced & Expert Users

How to find memory and other resources in AIX

Hi, Im trying to find memory and other resources in IBM AIX. Please let me know how to do this. (3 Replies)
Discussion started by: R00tSc0rpi0n
3 Replies

8. Filesystems, Disks and Memory

how to find memory capacity.

Hi, In Sun solaris o/s how can i find the memory space available,Swap space. By giving df command i can get the disc space. I want RAM space & swap space. If anybody assist me.that is great. Thanks (2 Replies)
Discussion started by: Mar1006
2 Replies

9. HP-UX

How to find memory used by a process

Hi, Can anyone help me out in writing the shell scrip which monitors a process which is running and gives me the output of the memory being used by the process, I have the requirement of monitorig the memory usage of the process when it is running. Please help me out (3 Replies)
Discussion started by: vijayagiri
3 Replies

10. UNIX for Dummies Questions & Answers

To find processor speed & memory in HP Unix 10.2

I have a D series HP server with HP UNIX 10.20 as the OS. How will I obtain the processor speed and memory of the machine. I have 'root' privileges. (4 Replies)
Discussion started by: augustinep
4 Replies
Login or Register to Ask a Question
eqmemsize(5)							File Formats Manual						      eqmemsize(5)

NAME
eqmemsize - determines the minimum size (in pages) of the equivalently mapped reserve pool (OBSOLETED) DESCRIPTION
This tunable has been obsoleted and removed. If it is desired to control the total amount of equivalently mapped memory available to the kernel after boot, then use the new tunable (see eqmem_limit(5)). Note that generally speaking, systems where it was useful to set will not need to set Equivalently mapped memory is memory which is given the same physical and virtual address. On PA-RISC systems, this is required to support on-line addition of memory, and may be useful for some applications and some I/O devices. HP-UX 11i Version 2 maintained a (small) reserve of equivalently mapped pages, which could be used for no other purpose. It could also potentially equivalently map any page having a physical address below the maximum kernel virtual address, but only if it happened to find both the virtual and physical addresses available; this rarely happened, except immediately after boot. The tunable was used to size this reserve. It was kept quite small, except on systems known to use such memory, where the reserve pool size would be increased using the tunable. The equivalent memory allocator was completely rewritten after HP-UX 11i Version 2. The current version of the equivalent memory allocator decides, at boot, which pages it will consider to be equivalently mappable. It makes the corresponding virtual addresses unavailable for other purposes, thereby ensuring that if the physical page is available, it will be possible to map it equivalently. This allows such pages to be used for other purposes, and still be reliably reused for equivalent mappings. Thus no reserve is required. The tunable places a cap on the total amount of memory which will be considered equivalently mappable. Such pages are treated almost identically to other pages, but not quite. The differences only matter on Cache-Coherent Non-Uniform Memory Access (ccNUMA) systems, where in some circumstances these differences can result in reduced performance. On such systems the tunable may be used to reduce the total amount of memory that will be designated equivalently mappable down to the maximum expected to actually be needed. (Normally the kernel makes a very conservative estimate of the total amount that might be needed.) See eqmem_limit(5) for details. AUTHOR
was developed by HP. SEE ALSO
eqmem_limit(5). OBSOLETED
Tunable Kernel Parameters eqmemsize(5)