- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Memory/swap space errors preventing command li...
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
05-31-2011 10:13 AM
05-31-2011 10:13 AM
Memory/swap space errors preventing command line queries
# bdf
/usr/lib/dld.sl: Call to mmap() failed - ZEROES /usr/lib/libc.1
/usr/lib/dld.sl: Not enough space
Abort(coredump)
any ideas? I haven't tried a shutdown command, but I may have to do a hard boot to get control again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2011 10:28 AM
05-31-2011 10:28 AM
Re: Memory/swap space errors preventing command line queries
You are out of memory. You may need to increase your swap space and/or you kernel's 'maxdsiz' limit. Unfortunately, from what you describe, a reboot (hard if necessary) is probably the only way to gain control of your server.
What changes did you last make? Do you have a run-away process?
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2011 12:27 PM
05-31-2011 12:27 PM
Re: Memory/swap space errors preventing command line queries
# ls
Pid 21583 killed due to text modification or page I/O error
vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block extent)
Bus error
# ls
Pid 21583 killed due to text modification or page I/O error
vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block extent)
Bus error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2011 12:48 PM
05-31-2011 12:48 PM
Re: Memory/swap space errors preventing command line queries
# bdf
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 86016 86016 0 100% /
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2011 01:09 PM
05-31-2011 01:09 PM
Re: Memory/swap space errors preventing command line queries
> /usr/lib/dld.sl: Not enough space
Is saying that you have exhausted memory and/or swap.
> vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block extent)
Bus error
This is a critical filesystem (the '/') out-of-space.
I would reboot into single user mode and assess things from there. You are going to go nowhere otherwise.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2011 01:16 PM
05-31-2011 01:16 PM
Re: Memory/swap space errors preventing command line queries
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2011 06:31 PM
05-31-2011 06:31 PM
Re: Memory/swap space errors preventing command line queries
You should also remove those corefiles.
>Looks like it is the root directory that is out of disk space.
This is unrelated to swap, unless the corefiles from the above abort filled up root.
>I don't seem to be able to get a list of the files to be able to delete any.
Hmm, I don't know if the tools in /sbin/ will still have the problem: /sbin/ls
Can you do ps(1) to kill processes?
>JRF: your kernel's 'maxdsiz' limit.
I doubt this is the problem for bdf, unless set trivially low.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2011 06:13 AM
06-01-2011 06:13 AM
Re: Memory/swap space errors preventing command line queries
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2011 10:42 AM
06-01-2011 10:42 AM
Re: Memory/swap space errors preventing command line queries
Are there no users that you can ask to log off?
Any fork bombs running and eating up swap?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2011 10:47 AM
06-01-2011 10:47 AM
Re: Memory/swap space errors preventing command line queries
> I can't make any changes, or free up any space.
Then bite the bullet and hard boot the machine. If you can't do anything, I'd bet that your users are suffering too.
Amd, as far as extending the 'root' filesystem, if that is truly a crippling point, plan to take an Ignite image after you are back and running and use that image to cold-install from. You can choose the Ignite advanced installation mode and thus select the sizes for your vg00 mountpoints that best mach your environment.
Regards!
...JRF...