- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Need your helps,pls!
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-17-2003 10:14 PM
02-17-2003 10:14 PM
Need your helps,pls!
/usr/lib/dld.sl: Can't allocate memory Strings
/usr/lib/dld.sl: Not enough space
/usr/lib/dld.sl: Call to mmap() failed - DATA /usr/lib/libxti.2
/usr/lib/dld.sl: Not enough space
/etc/profile[105]: 4436 Abort
None of the accounts could login. However it was possible to use rs command to reboot the computer in the GSP> prompt.. System returned to normal after rebooting. I would heartly appreciate any suggestions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2003 10:25 PM
02-17-2003 10:25 PM
Re: Need your helps,pls!
That could be mostly due to running out of swap space. Look at your swapinfo -t and see how much % was is being used.
You may want to add extra swap. Find out a volume group that is less used and add swap from it.
#lvcreate -n lvswap -L size_in_MB -r N /dev/vgxx
Edit /etc/fstab and add this entry
/dev/vgxx/lvswap ... swap pri=0 0 0
Run the command
#swapon -a
Run swapinfo -t and verify the extra device has been added.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2003 10:28 PM
02-17-2003 10:28 PM
Re: Need your helps,pls!
Other thing did you do any recent changes to kernel parameters.
Cheers
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2003 10:43 PM
02-17-2003 10:43 PM
Re: Need your helps,pls!
Just to give you little more information. When a process is spawned, the kernel will try to reserve space in the swap area. So if you are running out of swap area, then the new processes cannot be started and you get the error "Not enough Space".
There is a configurable parameter called "swapmem_on" and if it is set to 1, then the kernel will allot 75% of physical memory for reservation purposes so that you do not have to add unnecessary device swap.
If this kernel parameter is not 1, then you may want to enable it. Or if you can afford extra disk space, you can configure swap from it.
Keep an eye on the pageouts (po column under vmstat output). If they are too high, then your system may be under memory pressure.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2003 10:59 PM
02-17-2003 10:59 PM
Re: Need your helps,pls!
Your swap is filled, you need to increase the swap. also look at other file systems, Even if /tmp is filled, problems like this will occur
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2003 11:54 PM
02-17-2003 11:54 PM
Re: Need your helps,pls!
As mentioned above, you need to assign
SWAPMEM_ON=1 - this will allow memory
to exceed swap space. Usually all processes
dont need all swap, reserved for them.
Anyway there could be other reason for
crash - please report row:105 of your /etc/profile.
Regards