- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sar -v output.
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-11-2003 07:11 AM
03-11-2003 07:11 AM
at work I have a unix system: HP-UX tensing B.10.20 A 9000/800 2000247853 two-user license. Since 2 day he's giving errors like: 10/03/3001 - 18:35
Out of memory during request for 8216 bytes, total sbrk() is 1253640 bytes!
11/03/2003 - 10:34
Out of memory during request for 1016 bytes, total sbrk() is 49416 bytes!
fork: Not enough space.
And when I execute sar -v 1 1 this output is generated:
15:05:09 text-sz ov proc-sz ov inod-sz ov file-sz ov
15:05:10 N/A N/A 376/2068 0 2884/2884 0 1521/4418 0.
Is the inode-size correlated to the memmory problems? Is it normal that the inode-size actual and max are alike?
Thanks,
Rudi
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2003 07:16 AM
03-11-2003 07:16 AM
Re: sar -v output.
Your error fork: not enough space
means you have run out of swap space. Check with swapinfo -mt
Youve probably run out of memory first, now out of swap. You should add some more swap or close down some processes that are using lots of memory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2003 07:22 AM
03-11-2003 07:22 AM
Re: sar -v output.
I attached a program I use for determing the use of swap and claimed memory.
Regs David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2003 10:39 AM
03-11-2003 10:39 AM
Re: sar -v output.
I've attached a more general background performance data collection script.
You can modify the data collection window pretty easily. It's production, a mod of womething HP sent me.
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
03-11-2003 10:44 AM
03-11-2003 10:44 AM
SolutionWhat is more important is to keep an eye on "ov" column next to each parameter. If it is greater than 1, then there were cases of overflow.
Your sar -v looks good.
You may be running out of swap space. You may not swap but will need enough space to reserve the memory for new processes.
Check your swapinfo -t and see if the "total" is near 100%. If so, you would need to add more swap.
-Sri