- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- E-45 Server Hanging
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
02-25-2004 07:07 PM
02-25-2004 07:07 PM
E-45 Server Hanging
One Hp E-45 server hanging . taht time i got following error message..
/usr/lib/dld.sl: Call to mmap() failed - ZEROES /usr/lib/libc.1
/usr/lib/dld.sl: Not enough space
Abort
sh: The fork function failed. There is not enough memory available.
Then, after restarted the server, upto now it is working fine.
i faced last time the problem. after restarting it was ok.
So, Restarting is the only solution or anything else to do?
i attached herewith syslog.log file.
Help me in the case
Thanks in advance
With cheers,
Shankar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2004 07:16 PM
02-25-2004 07:16 PM
Re: E-45 Server Hanging
You could try and create some more swap on the fly. run "swapinfo -mt" and see what you get. Add swap with the "swapon" command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2004 07:16 PM
02-25-2004 07:16 PM
Re: E-45 Server Hanging
I think you are hitting max(dts)size in guess maxdsize kernel parameter. You could increase it. View with sam / kmtune -l -q
HTH,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2004 07:55 PM
02-25-2004 07:55 PM
Re: E-45 Server Hanging
You have clearly run out of memory and the system might have been swapping tremendously when this error occured. If you would have executed top, you would have seen two proceses vhand and swapper among the top 10 CPU processes. can execute swapinfo -tam to verify the system has gone out of memory and is swapping processes to the swap disk.
The memory in the system might be too low or there could be some fine tuning of kernel parameters required. What is the total memory in the system and what all applications u are running??
with best wishes
naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2004 08:46 PM
02-25-2004 08:46 PM
Re: E-45 Server Hanging
You should attach OLDsyslog.log
That should give you the the "memory full messages"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 06:47 PM
03-02-2004 06:47 PM
Re: E-45 Server Hanging
Yes, e-45 running with low swap.. when swap was full, server hanging..
Ok .. i'll increase the swap..
Thanks for a good suggestions..
Shankar