HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- iPlanet uxwdog syslog entries
Operating System - HP-UX
1838598
Members
4060
Online
110128
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
06-25-2003 08:20 AM
06-25-2003 08:20 AM
iPlanet uxwdog syslog entries
I've got a 11i web server that is literally getting hundreds of thousands of this error in the syslog:
Jun 25 09:58:02 uxwdog[3963]: Poll failed: nmsgs=-216, errno=216 (Socket operation on non-socket)
I've searched sunsolve and found one bug report similar, with no resolution of course.
Has anyone else seen this from iPlanet?
Jun 25 09:58:02
I've searched sunsolve and found one bug report similar, with no resolution of course.
Has anyone else seen this from iPlanet?
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 08:24 AM
06-25-2003 08:24 AM
Re: iPlanet uxwdog syslog entries
Possible answer:
http://search.hp.com/redirect.html?url=http%3A//forums.itrc.hp.com/cm/QuestionAnswer/1,,0xe703c7af36b7d5118ff10090279cd0f9,00.html&qt=Poll+%2Bfailed+%2BiPlanet&hit=1
http://search.hp.com/redirect.html?url=http%3A//forums.itrc.hp.com/cm/QuestionAnswer/1,,0x3470ef70e827d711abdc0090277a778c,00.html&qt=Poll+%2Bfailed+%2BiPlanet&hit=2
http://search.hp.com/redirect.html?url=http%3A//forums.itrc.hp.com/cm/QuestionAnswer/1,,0x589184534efbd5118ff40090279cd0f9,00.html&qt=Poll+%2Bfailed+%2BiPlanet&hit=3
http://search.hp.com/redirect.html?url=http%3A//forums.itrc.hp.com/cm/QuestionAnswer/1,,0x786d1cc6003bd6118fff0090279cd0f9,00.html&qt=Poll+%2Bfailed+%2BiPlanet&hit=5
SEP
http://search.hp.com/redirect.html?url=http%3A//forums.itrc.hp.com/cm/QuestionAnswer/1,,0xe703c7af36b7d5118ff10090279cd0f9,00.html&qt=Poll+%2Bfailed+%2BiPlanet&hit=1
http://search.hp.com/redirect.html?url=http%3A//forums.itrc.hp.com/cm/QuestionAnswer/1,,0x3470ef70e827d711abdc0090277a778c,00.html&qt=Poll+%2Bfailed+%2BiPlanet&hit=2
http://search.hp.com/redirect.html?url=http%3A//forums.itrc.hp.com/cm/QuestionAnswer/1,,0x589184534efbd5118ff40090279cd0f9,00.html&qt=Poll+%2Bfailed+%2BiPlanet&hit=3
http://search.hp.com/redirect.html?url=http%3A//forums.itrc.hp.com/cm/QuestionAnswer/1,,0x786d1cc6003bd6118fff0090279cd0f9,00.html&qt=Poll+%2Bfailed+%2BiPlanet&hit=5
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 08:30 AM
06-25-2003 08:30 AM
Re: iPlanet uxwdog syslog entries
Thanks but no solutions there. I already searched ITRC on uxwdog, poll failed, and socket operation on non-socket, as well as Google for the same.
I found a lot of socket results, but none that were from iPlanet or that seemed to help my situation.
I found a lot of socket results, but none that were from iPlanet or that seemed to help my situation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 09:41 AM
06-25-2003 09:41 AM
Re: iPlanet uxwdog syslog entries
Hi Sean,
Although we don't use iPlanet per se, I can tell you that err #216 is a standard OS error - ENOTSOCK - description identical.
To me that implies that iPlanet is trying to perform an operation on a socket that hasn't formed yet or has closed already.
I'd start using netstat to watch socket usage & even possibly something like ethereal to watch just what's happening with connections.
You may have a network problem or rogue systems running port scans or even possibly weak DOS attacks.
But it sure seems that iPlanet is convinced a socket has been created when in fact the OS know that there is no socket.
Good Hunting,
Jeff
Although we don't use iPlanet per se, I can tell you that err #216 is a standard OS error - ENOTSOCK - description identical.
To me that implies that iPlanet is trying to perform an operation on a socket that hasn't formed yet or has closed already.
I'd start using netstat to watch socket usage & even possibly something like ethereal to watch just what's happening with connections.
You may have a network problem or rogue systems running port scans or even possibly weak DOS attacks.
But it sure seems that iPlanet is convinced a socket has been created when in fact the OS know that there is no socket.
Good Hunting,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP