- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Not enough space
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-17-2002 11:54 PM
12-17-2002 11:54 PM
Not enough space
I got this message quit often.
hotcb:/globuslive#sam
/usr/lib/dld.sl: Call to mmap() failed - TEXT /usr/obam/lib/libobam.1
/usr/lib/dld.sl: Not enough space
I have check disk space (using bdf) all file system spaces are available. I thought it could be a memory. Do you have an idea what kernel parameters I need to extend or reduce?
Thank you in advance
Watcharin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2002 12:00 AM
12-18-2002 12:00 AM
Re: Not enough space
The first is to make sure that you have all of the large-memory patches, and it looks like you are using java, so all of those patches as well.
Secondly, mmap() doesn't appear to be supported beyond the first 2 Gigs of space, so that might explain why you would be running out of memory.
One other test you can do is to allocate a HUGE amount of swap and see if that resolves the problem. HP-UX will frequently be bound by insufficient swap, even if you have plenty of physical memory.
Best of luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2002 12:03 AM
12-18-2002 12:03 AM
Re: Not enough space
1.Amount of memory and swap available.
If you have 80% used.
What is the value of dbc_max_pct on your kernel.
If it is 50% of memory bring it down.The value depends the amount of RAM on the server.
Make sure that you keep it to around 300MB.
The buffer cache half the memory is too high.
check the individual process usage using
UNIX95= ps -e -o ruser,pid,vsz=Kbytes
to check the process usage by each process.
How is the usage of the swap on the machine
Just do a
swapinfo -ta
you can use glance to monitor the process which is throwing out the error.
2.If the amount of memory used is less and there is quite amount of free memory available then
You have to increase your kernel parameters like
These paramters define the upper limit for a process.
They have default values like 8MB.
maxdsiz
maxdiz_64
maxssiz
maxssiz_64
maxtsiz
maxtsiz_64
ALso make sure that you check these values.
Revert with the amount of swap utilization
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2002 12:48 AM
12-18-2002 12:48 AM
Re: Not enough space
I giving you more infomation, please suggest.
dbc_max_pct 50
maxdsiz 1342177280
maxdsiz_64bit 17179869184
maxssiz 8388608
maxssiz_64bit 1073741824
hotcb2:/globuslive# sar -v 1 5
HP-UX hotcb2 B.11.11 U 9000/800 12/18/02
15:42:27 text-sz ov proc-sz ov inod-sz ov file-sz ov
15:42:28 N/A N/A 401/8212 0 0/10308 0 9237/18917 0
15:42:29 N/A N/A 401/8212 0 0/10308 0 9235/18917 0
15:42:30 N/A N/A 401/8212 0 0/10308 0 9235/18917 0
15:42:31 N/A N/A 401/8212 0 0/10308 0 9235/18917 0
15:42:32 N/A N/A 401/8212 0 0/10308 0 9235/18917 0
hotcb2:/globuslive# vmstat 1 5
procs memory page
faults cpu
r b w avm free re at pi po fr de sr in sy cs us sy id
3 0 0 234200 13121 408 76 1 0 0 0 0 484 11534 515 7 9 83
3 0 0 234200 13080 303 32 3 0 0 0 0 529 5287 656 4 12 84
3 0 0 234200 12942 336 36 3 0 0 0 0 551 6448 648 8 19 73
hotcb2:/globuslive# swapinfo -ta
Kb Kb Kb PCT START/ Kb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 4194304 374744 3819560 9% 0 - 1 /dev/vg00/lvol2
reserve - 793588 -793588
memory 2387928 1953516 434412 82%
total 6582232 3121848 3460384 47%
Thank you
Watcharin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2002 04:07 AM
12-18-2002 04:07 AM
Re: Not enough space
you have RAM >2GB.
The dynamic buffer cache can be kept around 250MB.
Revert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2002 04:11 AM
12-18-2002 04:11 AM
Re: Not enough space
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2002 04:37 AM
12-18-2002 04:37 AM
Re: Not enough space
You could also check permissions on Shared Libraries. Remember that if it has any write permission set, then every processes loading this library will get its own copy. A shared library should always have read and execute permissions only.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2002 05:37 AM
12-18-2002 05:37 AM
Re: Not enough space
Swap = twice physical memory.
According to HP this is a good rule up until you reach 16G of physical memory.
Failure to follow this rule has caused me extreme pain in the past, and I now follow it.
I'm a Systems Administrator, not a masochist. I think.
Good luck.
assign these people some points dude, they're giving you great advice.
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
12-18-2002 06:27 PM
12-18-2002 06:27 PM
Re: Not enough space
Regards,
Watcharin