HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Errors in console STREAMS/UX
Operating System - HP-UX
1833696
Members
3745
Online
110062
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
09-26-2005 02:33 AM
09-26-2005 02:33 AM
Errors in console STREAMS/UX
Hello all,
I have my server HP9000 with version HP-UX 11.0, and when I connect by console, I recive the next messages:
****STREAMS/UX******
Mon Sep 26 METDST..... ERROR Subsys:STREAMS loc:001231101 ...... ar_rput_dlpi: DL_UDERROR_IND, dl_dest_addr_length 8 dl_errno 4
****STREAMS/UX*******
Mon...... ERROR Subsys:STREAMS loc:001231104 .... ip_rput_dlpi: DL??? failed dl_errno 4 dl_unix_errno 57
Some one knows the mean of the errors? Or some one idea?
Thanks in advance
I have my server HP9000 with version HP-UX 11.0, and when I connect by console, I recive the next messages:
****STREAMS/UX******
Mon Sep 26 METDST..... ERROR Subsys:STREAMS loc:001231101 ...... ar_rput_dlpi: DL_UDERROR_IND, dl_dest_addr_length 8 dl_errno 4
****STREAMS/UX*******
Mon...... ERROR Subsys:STREAMS loc:001231104 .... ip_rput_dlpi: DL??? failed dl_errno 4 dl_unix_errno 57
Some one knows the mean of the errors? Or some one idea?
Thanks in advance
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2005 03:08 AM
09-26-2005 03:08 AM
Re: Errors in console STREAMS/UX
Not too sure ,
But check whether you have any NFS related issue , like stale NFS etc ..
Thanks,
BL.
But check whether you have any NFS related issue , like stale NFS etc ..
Thanks,
BL.
Good things Just Got better (Plz,not stolen from advertisement -:) )
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2005 05:09 AM
09-26-2005 05:09 AM
Re: Errors in console STREAMS/UX
Both error messages have an errno value (a syandard Unix error code):
from /usr/include/sys/errno.h:
define EINTR 4 /* interrupted system call */
from man 2 errno:
[EINTR] Interrupted system call. An asynchronous signal (such
as interrupt or quit), which the user has elected to
catch, occurred during a system call. If execution is
resumed after processing the signal, it will appear as
if the interrupted system call returned this error
condition unless the system call is restarted (see
sigvector(2)).
from /usr/include/sys/errno.h:
define ENOLINK 57 /* the link has been severed */
from man 2 errno:
[ENOLINK] No connection. The link with the device has been
severed or disconnected.
Bill Hassell, sysadmin
from /usr/include/sys/errno.h:
define EINTR 4 /* interrupted system call */
from man 2 errno:
[EINTR] Interrupted system call. An asynchronous signal (such
as interrupt or quit), which the user has elected to
catch, occurred during a system call. If execution is
resumed after processing the signal, it will appear as
if the interrupted system call returned this error
condition unless the system call is restarted (see
sigvector(2)).
from /usr/include/sys/errno.h:
define ENOLINK 57 /* the link has been severed */
from man 2 errno:
[ENOLINK] No connection. The link with the device has been
severed or disconnected.
Bill Hassell, sysadmin
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