- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- high utilization of memory
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
05-02-2006 02:22 AM
05-02-2006 02:22 AM
high utilization of memory
I have one E55 model server with 11.11 hp-ux version. there are no extra patches or programs inside it. Due to some reason utilization of memory is too high when only one or to users are login utilization is around 60% to 70% . what could be the reason.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 02:25 AM
05-02-2006 02:25 AM
Re: high utilization of memory
HP recommends 2xRAM worth of swap. Another issue is what you have for a setting of dbc_max_pct. If this is set to "0" then it defaults in the kernel to 50%.
Set this value so that you are using at most 30% of your memory and that might help the pressure.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 02:27 AM
05-02-2006 02:27 AM
Re: high utilization of memory
I am amazed that this system actually does anytyhing with 11i installed.
Simply booting is going to utilize most of the system memory in a box that old.
I would suggest that your strategy for running the machine requires revision. You should patch the system up the latest quarterly release. This may make the utilization decrease because a substantial portion of the patch set deals with performance issues.
I woule then search for sd/ux and peformance related patches, create another patch set and install that.
On this box, I'd expect these two patch installations to take the better part of a day.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 02:30 AM
05-02-2006 02:30 AM
Re: high utilization of memory
This depends on so many things -
what applications are running - e.g. databases will require some memory set aside - SGA/PGA as shared memory segment.
Also what are your kernel params - dbc_max_pct / bufpages [ dynamic/static] buffer page allocation. If you are having a large amount of memory and the dbc_max_pct is default vaule of 50% - this will reserve 50% of your mem straight away for the cahce - so you may decide to decrease the param.
Then see which processes are using max memory
UNIX95= ps -e -o "pid,vsz,args" | sort -nr -k 2 | more
[Note the space between = and ps]
Regards,
Ninad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 04:03 AM
05-02-2006 04:03 AM
Re: high utilization of memory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 04:12 AM
05-02-2006 04:12 AM
Re: high utilization of memory
What appliations are running on your server ?
Did you try the UNIX95= ... command to see which are the max memory consuming processes ?
Are there any run-away processes which have consumed memory ? See if there are zombie processes -
ps -eafl | awk '{print $2,$3,$4,$NF}' | grep "^Z"
Are latest patches applied ?
Regards,
Ninad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 06:35 PM
05-02-2006 06:35 PM
Re: high utilization of memory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 07:04 PM
05-02-2006 07:04 PM
Re: high utilization of memory
Do you have any Java or Database related applications running on the server?
Link for patches:
http://www4.itrc.hp.com/service/patch/crumbRequest.do?crumb=patch.breadcrumb.main&BC=
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 08:38 PM
05-02-2006 08:38 PM
Re: high utilization of memory
The above link will give you individual patches which you can search, or you can find patch bundles here
http://www4.itrc.hp.com/service/patch/releaseIndexPage.do
Regards,
Ninad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 08:42 PM
05-02-2006 08:42 PM
Re: high utilization of memory
ftp://eh:spear9@hprc.external.hp.com/memory.htm
Will allow you to plot memory usage
Old machine with 11i is a recipe for memory usage
Steve Steel