- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Error Message
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
11-30-2001 09:04 AM
11-30-2001 09:04 AM
/usr/lib/dld.sl: Call to mmap() failed - BSS /esri/arcexe72/lib/libelib.
sl
/usr/lib/dld.sl: Not enough space
Bailing out of ARCEDIT
Program failed to start or was killed
Try RESTOREARCEDIT to recover your edit session
FATAL ERROR
Invalid LUN (KLOC)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2001 09:08 AM
11-30-2001 09:08 AM
Re: Error Message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2001 09:11 AM
11-30-2001 09:11 AM
Re: Error Message
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2001 09:13 AM
11-30-2001 09:13 AM
Re: Error Message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2001 09:24 AM
11-30-2001 09:24 AM
Re: Error Message
It looks like SAM won't let me increase the current one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2001 09:47 AM
11-30-2001 09:47 AM
SolutionIt is very unlikely that you will be able to extend your primary swap since contiguous extents are required. This is not a problem, however.
You can add more device swap without having to reboot (assuming that you have a sufficient value for 'maxswapchunks' already defined for your kernel.
Simply create a secondary device swap on a disk other than one in your vg00. Make the size the same as your primary swap space and assign an equal priority. In this fashion you will get I/O interleaving and the best performance.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2001 11:45 AM
11-30-2001 11:45 AM
Re: Error Message
Try this link below,
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=4cb41631039055af1c/screen=ckiDisplayDocument?docId=200000050215839
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2001 12:09 PM
11-30-2001 12:09 PM
Re: Error Message
I added more swap space and tweaked the kernel. Reboot tommorrow! Thanks!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2001 12:13 PM
11-30-2001 12:13 PM
Re: Error Message
On the other hand, if the process that is being aborted is pushing more than 50 megs in size, the kernel parameter maxdsiz (which protects from runaway programs that consume all RAM) may be set to the default of 64 megs. Use SAM to bump this up to 200 or 400 megs...it does not affect anything as far as running, just sets a limit on how big a program can grow. Use this command to sort all the processes by size:
$ UNIX95= ps -e -o vsz,pid,args | sort -rn | more
The first column is Kbytes for the process. Anything in the 40000-60000 range is pushing the default limit for maximum process size (maxdsiz).
Bill Hassell, sysadmin