- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Memory problem on HPUX 11.00
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
03-09-2001 04:13 AM
03-09-2001 04:13 AM
Memory problem on HPUX 11.00
I cannot find any proces that increase it`s memory usage ( I tried find it witch ps,top, /opt/perf/bin/gpm ).
User usage of memory grow up, but any proces radically change it`s size.
Killing (stopping ) app. processes did not release the memory.
Lost of memory cause die of smtpd ( I must reboot ).
Any suggestions?
How could I list a memory usage better?
Rudo Krejci
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2001 04:33 AM
03-09-2001 04:33 AM
Re: Memory problem on HPUX 11.00
# UNIX95= ps 0e -o ruser,vsz,pid,args | sort -rnk2 |more
I will bet that the top user is the mib2agnt....
MND
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2001 04:39 AM
03-09-2001 04:39 AM
Re: Memory problem on HPUX 11.00
thus:
# UNIX95= ps -e -o ruser,vsz,pid,args | sort -rnk2 |more
MND
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2001 05:21 AM
03-09-2001 05:21 AM
Re: Memory problem on HPUX 11.00
You are right. mib2agt ( I don`t know what is it ) is at the top of the list, but I don`t know if it is my problem.
Its size hasn`t changed during one hour.
Thank You
Rudo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2001 05:24 AM
03-09-2001 05:24 AM
Re: Memory problem on HPUX 11.00
The MIB is the SNMP (Simple network management protocol) agent.
MND