- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Memory Utilization on HP- unix 11.23
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2008 11:06 PM
04-22-2008 11:06 PM
I have newly configured Oracle RAC wtih 2 nodes on HP UNIX 11.23 server with CFS.After i took the Ignite backup of whole server, i had noticed the memory utilization reached 94%. I am using Glance to monitor memory.But server is working fine.
Can any one tell me how glance software works on memory?
regs,
Chitta
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2008 11:30 PM
04-22-2008 11:30 PM
Re: Memory Utilization on HP- unix 11.23
Looking at the memory bar at the top of glance you can see how much memory is being used by the kernel (between the S chars), user space (between the U chars) and buffer cache (between the B chars).
94% memory isn't necessarily bad - its good yo use that expensive memory you paid for. Are you completely sure it 'jumped up' after running Ignite - that seems unlikely to me, that said ypu can check which procs are using the most memory by running:
UNIX95= ps -eo vsz,comm | sed 1d | sort -rn | more
biggest memory users appear at the top of the list.
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2008 12:29 AM
04-23-2008 12:29 AM
Re: Memory Utilization on HP- unix 11.23
i had allocated 2 gb for oracle process and 10% System buffer cache (dbc_max_pct parameter).even then the user memory shows 3.4 gb of utilization.
here are the glance report
Total VM : 3.4gb Sys Mem : 1.6gb User Mem: 3.4gb Phys Mem : 8.0gb
Active VM: 2.6gb Buf Cache: 816mb Free Mem: 2.1gb FileCache: na
MemFS Blk Cnt: na MemFS Swp Cnt: na
However,when i down the oracle, then memory comes down to 64%.So i think no problem with oracle.Now i am doubted about Glance functionality.
Regs,
Chitta.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2008 12:40 AM
04-23-2008 12:40 AM
SolutionWHat are you not understanding? You allocate 2GB of memory presumably for the Oracle SGA, which is shared memory. The other 1.4GB of user memory is no doubt for the Oracle shadow processes/PGA plus various daemons and processes that are part of a standard HP-UX install.
If your memory utilisation goes down by 30% after stopping Oracle, then you know that Oracle uses 30% of your 8GB memory, or approx 2.4GB. So at least 400MB is PGA and shadow processes.
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2008 01:45 AM
04-23-2008 01:45 AM
Re: Memory Utilization on HP- unix 11.23
Glance output sometimes not comes accurate.
Use the "kmeminfo" script which will tell you per user basis memory and cpu utilization in details.
Thanks & Regards
Aashique
"Attachment removed as per ITRC GuideLines"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2008 02:09 AM
04-23-2008 02:09 AM
Re: Memory Utilization on HP- unix 11.23
kmeminfo is not supposed to be a customer tool - it generally does no harm, but isn't officially 'supported' (at least that I am aware of), and you really shouldn't be distributing it on public forums.
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2008 02:53 AM
04-23-2008 02:53 AM
Re: Memory Utilization on HP- unix 11.23
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=972856
i got it from forum. i didnt know that cannot share it with anybody.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2008 03:17 AM
04-23-2008 03:17 AM
Re: Memory Utilization on HP- unix 11.23
You have got 2.1GB free mem. That is more than enough not to worry about and more than 25% percent of your Phys Mem.
Total VM : 3.4gb Sys Mem : 1.6gb User Mem: 3.4gb Phys Mem : 8.0gb
Active VM: 2.6gb Buf Cache: 816mb Free Mem: 2.1gb FileCache: na
Rgds.,
Rasheed Tamton.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2008 04:33 AM
04-23-2008 04:33 AM
Re: Memory Utilization on HP- unix 11.23
Thanks for reply,
whenever i stop the oracle usermemory goes down to 1.4 gb from 3.4gb and no of user is one, Obvisouley root.
i forget mentioned the key point. The server is in Idle. i just configured Oracle and monitoring.
Now i have 2.1 gb of free memory, if the transcation starts, each oracle user should minimun took 10 to 15 mb atleast, min of 200 users logged into server, then it became more critical.
my problem is even then i stop the oracle and other process such as cluster packages.. the user memory shows 1.4 gb, apart from sys mem:1.6gb.
regs,
Chitta.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2008 05:27 AM
04-23-2008 05:27 AM
Re: Memory Utilization on HP- unix 11.23
With Oracle running, User memory is 3.4Gb. Stop it, and it drops to 1.4Gb. Ok... so Oracle consumes around 2Gb, likely mostly in the SGA. No surprises there.
Idle state is around 2.1Gb free, ~800Mb in buffer cache, 1.6Gb System, 3.4Gb User (primarily Oracle). You're worried about the 10Mb to 15Mb * 200 user potential cost (or around 2 to 3Gb variant load).
Well, the first important thing to note is that if you aren't under pressure -- free memory is simply memory the system hasn't found a use for. HP-UX is fairly aggressive at caching for performance. Your buffer cache is likely limited (the dbc_min_pct/dbc_max_pct tunables), but we can't say from Glance [or even from the very-much-not-supported kmeminfo without a good deal of work] exactly how much of the memory used as Sys right now is actually just cached in case the kernel needs it again. Once pressure begins to occur (free memory drops to around 1.5% of total memory), the system will first work to flush out those caches [gradually] as needed. So my recommendation would be, try putting the load on the box and see how it performs. What you don't want to see is swap outs in vmstat/Glance [processes being deactivated]. Some page outs will occur, and this is normal (file backed pages may be pushed out) -- but really, you just want to see Sys come down into your real steady state load.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2008 11:55 AM
04-23-2008 11:55 AM
Re: Memory Utilization on HP- unix 11.23
u memory configuration is perfectly ok
but dear u oracle process is consuming more more space, so u have to check with oracle team what are the process consuming more space
thanks and regards
Sajjad Sahir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2008 01:13 AM
04-25-2008 01:13 AM
Re: Memory Utilization on HP- unix 11.23
Oracle advised to check with Glance utility functionality.
But Still memory is high.where is the problem? still we cannot understand,
Regs,
Chitta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2008 01:32 AM
04-25-2008 01:32 AM
Re: Memory Utilization on HP- unix 11.23
There are a few performance patches you
should install in your system.
PHKL_37653s 700_800 11.23 mmap(2),mlock[all](2),madvise(2),msync(2)
PHKL_36669 s700_800 11.23 mlock performance fix
PHKL_37000 s700_800 11.23 Dynamic Buffer Cache patch
Hope this help.
WK
don't forget to assign points
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2008 01:41 AM
04-25-2008 01:41 AM
Re: Memory Utilization on HP- unix 11.23
Now you have the confirmation from Oracle that there is no issue on their side. You must installed the latest patches as mentioned by WK above.
Assuming that you are running Oracle 10g, i would also suggest that you monitor your database using the OEM database/grid control application during the interval where you notice the memory utilisation reaching > 90%
you may get some clues there also.
hope to hear from you soon.
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2008 04:48 AM
04-29-2008 04:48 AM
Re: Memory Utilization on HP- unix 11.23
Thanks for update,
The first patch is already been in the OS, So pls suggest rest of two patches needs to be applied? and is that patch have any adhoc patches? or any dependencies?
regs,
Chitta.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2008 05:09 AM
04-29-2008 05:09 AM
Re: Memory Utilization on HP- unix 11.23
>The first patch is already been in the OS, So pls suggest rest of two patches needs to be applied? and is that patch have any adhoc patches? or any dependencies?
You can get more information about the rest of the two patches from the ITRC Patch Database which is available at: http://www12.itrc.hp.com/service/patch/crumbRequest.do?crumb=patch.breadcrumb.main&BC=&admit=109447627+1209474276201+28353475
Also, when downloading these patches dependencies are automatically detected and you will be informed accordingly. You can then also select the dependencies to be downloaded.
hope this helps!
kind regards
yogeeraj