- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- socket not enough space
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-04-2001 05:54 PM
11-04-2001 05:54 PM
socket : not enough space.
also syslog have this message ,
reboot is not help.
what is cause and how to fix.
thanks in advance,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2001 06:24 PM
11-04-2001 06:24 PM
Re: socket not enough space
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2001 06:34 PM
11-04-2001 06:34 PM
Re: socket not enough space
/var is only 56 %
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2001 06:39 PM
11-04-2001 06:39 PM
Re: socket not enough space
How is your swap space ?
Run 'swapinfo -t'
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2001 07:19 PM
11-04-2001 07:19 PM
Re: socket not enough space
I cannot paste my swapinfo -t output because
no network to server from my web browser.
but I don't run out of swap the total PCT USED is 1%
actually it's error 12 ENOMEM but
if not swap problem whatelse can be the cause.
or you really need swapinfo -t ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2001 07:46 PM
11-04-2001 07:46 PM
Re: socket not enough space
The -t option in swapinfo gives a total line,
which is the difference between -t and no option
at all. Have a look at this link.
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=e1f3c819191a89dd0d/screen=ckiDisplayDocument?docId=200000047272111
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2001 07:54 PM
11-04-2001 07:54 PM
Re: socket not enough space
Here is a discussion on socket overflow.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0x628fabe92dabd5118ff10090279cd0f9,00.html
Animesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2001 07:55 PM
11-04-2001 07:55 PM
Re: socket not enough space
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2001 07:58 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2001 08:04 PM
11-04-2001 08:04 PM
Re: socket not enough space
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 the arrangement of text, data, and stack segments requires too many segmentation registers, or if there is not enough swap space during a fork().
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2001 08:11 PM
11-04-2001 08:11 PM
Re: socket not enough space
Is it only the ping command which is not
working ? Or all the network related commands
- telnet, ftp ... ?
Check the permissions and ownership setting
of the commands.
#ll `which ping`
#ll `which telnet`
Also, look at the network settings through
#netstat -nr
#netstat -i
HTH
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2001 09:03 PM
11-04-2001 09:03 PM
Re: socket not enough space
I wonder this cause actually no major configuration /application changed and I have another identical server with same kernel value and more application running and it working fine.
anyway hope this is correct fix.