- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- GlancePlus fatal error. Errno: 12 (Not enough spac...
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
03-04-2004 03:03 AM
03-04-2004 03:03 AM
GlancePlus fatal error. Errno: 12 (Not enough space)
== Fatal Nums Error == C.03.35.00 06/15/01 ==
User: rwerhun(/dev/pts/ta) Date: Wed Mar 3 12:31:35
File: db.C Line: 452 Product id: Gpm
System: spmw530a B.11.00 9000/800
Errno: 12 (Not enough space)
Abort signal 6 possible new bad allocation error
== End of Error Msg =============================
Thanks in advance for your time,
Rich
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2004 03:08 AM
03-04-2004 03:08 AM
Re: GlancePlus fatal error. Errno: 12 (Not enough space)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2004 03:52 AM
03-04-2004 03:52 AM
Re: GlancePlus fatal error. Errno: 12 (Not enough space)
I would also take a look at the swap space utilization.
swapinfo -t and see if the total utilization is near 100%.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2004 04:03 AM
03-04-2004 04:03 AM
Re: GlancePlus fatal error. Errno: 12 (Not enough space)
Did it create a core file when it aborted?
If it did run
file core
to possibly get some more detail on just why it aborted.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2004 08:47 AM
03-04-2004 08:47 AM
Re: GlancePlus fatal error. Errno: 12 (Not enough space)
define ENOMEM 12 /* Not enough core */
from man 2 errno:
[ENOMEM] Not enough space. During a system call such as exec(), brk(), fork(),or sbrk(), a program asks for more space than the system is able to supply. This may not be a temporary condition; the maximum space size is a system parameter. The error can also occur if there is not enough swap space during a fork().
In other words, this is a memory issue. Most likely, all virtual memory has been used (swapinfo -tm). You can add some swap space temporarily with swapon.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2004 02:44 AM
03-05-2004 02:44 AM
Re: GlancePlus fatal error. Errno: 12 (Not enough space)
#1) - No swap size is not getting even close to max.
#2) - No CORE file is generated when this condition occurs.
#3) - We do have NUMEROUS transactions on these systems....So it might be blowing out the maxdsiz.
James Randall
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2004 02:48 AM
03-05-2004 02:48 AM
Re: GlancePlus fatal error. Errno: 12 (Not enough space)
You *are* looking down in the reservation area of a swapinfo -tam command I assume...
There *must* be space available in the reservation table before *any* process can start.
Rgds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2004 11:29 PM
03-07-2004 11:29 PM
Re: GlancePlus fatal error. Errno: 12 (Not enough space)
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 01:22 AM
03-08-2004 01:22 AM
Re: GlancePlus fatal error. Errno: 12 (Not enough space)
Private 32-bit shared quadrants:
================================
Shared space from Window id 0 (global):
Space Start End Kbytes Usage
Q2 0x0754f800.0x40000000-0x7fffffff 1048576 FREE
Q3 0x05b38800.0x80000000-0xbfffffff 1048576 FREE
Shared space from Window id 1 (q3private):
Space Start End Kbytes Usage
Q2 0xffffffff.0x40000000-0x7fffffff 1048576 OTHER
Q3 0xffffffff.0x80000000-0xbfffffff 1048576 OTHER
Limits for 32-bit SHMEM allocation:
===================================
Maximum shmem segment: 1048576 Kbytes (shmmax)
Largest free segment: 1048576 Kbytes (Window id 0 (global) quadrant 2)
Available swap : 2979120 Kbytes (swapspc_cnt)
Available pseudo-swap: 7499108 Kbytes (swapmem_cnt)
Allocation policy for 32-bit shared segments
============================================
1. First-fit on quadrant 2 (SHMEM_MAGIC only)
2. First-fit on quadrant 4
3. First-fit on quadrant 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2004 06:32 AM
03-15-2004 06:32 AM
Re: GlancePlus fatal error. Errno: 12 (Not enough space)
Rich Powell