- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Memory leaking?
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
01-15-2001 06:21 AM
01-15-2001 06:21 AM
Memory leaking?
HP 9000 L1000 Enterprise Server
CPU 1.5MB cache, 360 MHz PA8500
RAM: 512MB *2 SDRAM
18GB HotPlug Ultra2 SCSI LP HD
DVD ROM for L-Class
HP-UX 11.0 , 64-bit configuration
But when I rebooted box I found from 'swapinfo -ta' memory slowly leaking 8kb/2sec-3sec
--------------------------------------------------------------------------------------------
Kb Kb Kb PCT START/ Kb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 1048576 0 1048576 0% 0 - 1 /dev/vg00/lvol2
reserve - 730352 -730352
memory 745812 532996 212816 71%
total 1794388 1263348 531040 70% - 0 -
--------------------------------------------------------------------------------------------
dev 1048576 0 1048576 0% 0 - 1 /dev/vg00/lvol2
reserve - 730352 -730352
memory 745812 533632 212180 72%
total 1794388 1263984 530404 70% - 0 -
--------------------------------------------------------------------------------------------
In 2-3 days 'memory/FREE' become 0% and next 'dev/USED' starts grow when I rebooted box it will started again no mater I will additional application or not. Is anybody had the same situation and how I can prevent this.
Thank you,
Slava E.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2001 06:53 AM
01-15-2001 06:53 AM
Re: Memory leaking?
Then you should find a patch for that app/process. If you want to go further, there are softwares in the market able to discover memory leaks. One of them that comes with a temporary license is called Purify from www.rational.com, http://www.rational.com/products/purify_unix/index.jsp
Regards,
Ovidiu
Ovidiu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2001 07:48 AM
01-15-2001 07:48 AM
Re: Memory leaking?
Try running Bill Hassell's one-liner 'psram':-
UNIX95= ps -e -o ruser,vsz,pid,args | sort -rnk2 | more
(note the space is required after =)
This will list running processes in order of their virtual size.
One possible culprit is 'mib2agt'. This definitely has a memory leak unless patch PHSS_21046 has been applied.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2001 11:50 PM
02-07-2001 11:50 PM
Re: Memory leaking?
Turns out is was mib2agt. You have to apply PHSS_21046 to fix it. This patch isn't in the September 2000 or December 2000 recommended bundle.
Or just shut down mib2agt. Edit /etc/rc.config.d/SnmpMib2 to turn it off and then kill the process
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2001 12:40 AM
02-08-2001 12:40 AM
Re: Memory leaking?
I had the same problem as yours on our L1000 and L2000 servers, 'mib2agt' was the culprit.
It's been solved after applying PHSS_21046
ftp://ftp.itrc.hp.com/hp-ux_patches/s700_800/11.X/PHSS_21046
The so-called "Slight memory leak" (dixit HP) is corrected since patch PHSS_18759.
Best regards,
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2001 11:54 PM
02-11-2001 11:54 PM
Re: Memory leaking?
Peter