- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HPUX 10.20: Memory Utililization 100%
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
09-16-2002 02:13 PM
09-16-2002 02:13 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 02:18 PM
09-16-2002 02:18 PM
SolutionFirst of all run "top" command and see what processes are running and if they are taking a high CPU and memory usage.
If you have glanceplus installed then run "gpm" on your system after exporting your display settings and you should be able to drill down to the process name which is causing problems to you.
You should be able to get the process name through these steps.
Regards,
Anil (Don't forget to assign points if answers are valuable to you)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 02:23 PM
09-16-2002 02:23 PM
Re: HPUX 10.20: Memory Utililization 100%
As said above, run top or glance/gpm and see what processes are using up your memory.
Also, more information about your system would help, like how much memory do you have installed?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 02:32 PM
09-16-2002 02:32 PM
Re: HPUX 10.20: Memory Utililization 100%
Use glance to look at paging/swaping rates. Glance can also tell you how your memory is being used, sys, user, cache.
You may want to talk to your DBAs on how Informix is using the memory allocated to it.
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 02:35 PM
09-16-2002 02:35 PM
Re: HPUX 10.20: Memory Utililization 100%
ipcs -tam will report the shared memory segments... should see a bunch... the larger ones will be the ones to look at. If you find a memory segment for which the process should not be running.... you can use ipcrm (but please make sure the segment is orphaned before you touch it)...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 05:52 PM
09-16-2002 05:52 PM
Re: HPUX 10.20: Memory Utililization 100%
UNIX95= ps -e -o vsz,ruser,pid,args | sort -rn | more
HP-UX is a virtual memory system so using 100% is fine unless the system is severely paging (swapping). vmstat will tell you that in the po column. If it is paging more than 2 digits for long periods, you are severely short of RAM. For 10.20, the maximum RAM is 3.75Gb.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2002 12:12 PM
09-17-2002 12:12 PM
Re: HPUX 10.20: Memory Utililization 100%
a look at the shared memory configuration within the informix onconfig file.