- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Memory Fragmentation
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
12-01-2002 01:14 AM
12-01-2002 01:14 AM
Memory Fragmentation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2002 01:49 AM
12-01-2002 01:49 AM
Re: Memory Fragmentation
Try running
UNIX95= ps -eo pid,vsz,args | sort -rnk2 | more
This will give the PID, memory use in KB and name of all programs running, sorted by memory.
Running this command at intervals will show you which process(es) are consuming more memory.
One possibility would be the mib2agt process, which under HP-UX 11 has a known leak. If this is the case, patch PHSS_21046 can be installed to solve the problem. This patch doesn't require a reboot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2002 04:21 AM
12-01-2002 04:21 AM
Re: Memory Fragmentation
make sure you have your machine up-to-date in patches. If the problem persists, contact Oracle, then HP.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2002 05:57 AM
12-01-2002 05:57 AM
Re: Memory Fragmentation
You can see if this is true with ipcs -bmop and look for NATTACH=0 for some segments. These segments can be removed with ipcrm but I would be cautious to make sure no processes are still referencing these segments.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2002 01:17 AM
12-02-2002 01:17 AM
Re: Memory Fragmentation
The freemem metric will never return to the exact same value if you start/stop a database. This is normal and nothing to worry about.
Best regards...
Dietmar.