HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- not enough space
Operating System - HP-UX
1834926
Members
2984
Online
110071
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
08-06-2003 01:05 AM
08-06-2003 01:05 AM
Hi all.
While trying to start apache server I'm getting
a message :"/usr/lib/dld.sl:Not enough space",
"call to mmap()failed".
I guess that it related to shared memory parameter in the kernel.
Someone has an idea?
While trying to start apache server I'm getting
a message :"/usr/lib/dld.sl:Not enough space",
"call to mmap()failed".
I guess that it related to shared memory parameter in the kernel.
Someone has an idea?
HPUX sysadmin
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2003 01:16 AM
08-06-2003 01:16 AM
Solution
The error is due to
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
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
08-06-2003 01:50 AM
08-06-2003 01:50 AM
Re: not enough space
Hi,
Europe and Asia
http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000068955795
US
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000068955795
Date: 6/17/03
Document description: PHP errors in error_log when starting up HP Apache 2.0.45
Document id: MJFKBRC00012688
Hope it helps,
Robert-Jan.
** edited to comply with ITRC forum guideline **
Europe and Asia
http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000068955795
US
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000068955795
Date: 6/17/03
Document description: PHP errors in error_log when starting up HP Apache 2.0.45
Document id: MJFKBRC00012688
Hope it helps,
Robert-Jan.
** edited to comply with ITRC forum guideline **
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2003 02:19 AM
08-06-2003 02:19 AM
Re: not enough space
Eitan,
Well it could be many things.Basically,dld.sl
is a dynamic loader that maps shared library
into process address space (when process is compiled and linked it has a references to shared libraries which text/data will be added
on a run time).
I'd tun tusc -vpf httpd (or whatever script you use) and see what library Apache tries to load.Can get tusc from hpux.utah.cs.edu.
Also can run ipcs -ma to see shared memory segments.
For more details and shminfo tool please contact hp support center.
Well it could be many things.Basically,dld.sl
is a dynamic loader that maps shared library
into process address space (when process is compiled and linked it has a references to shared libraries which text/data will be added
on a run time).
I'd tun tusc -vpf httpd (or whatever script you use) and see what library Apache tries to load.Can get tusc from hpux.utah.cs.edu.
Also can run ipcs -ma to see shared memory segments.
For more details and shminfo tool please contact hp support center.
So computers don't think yet. At least not chess computers. - Seymour Cray
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP