HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Dlt tape drive error return code 5 and 6 when runn...
Operating System - HP-UX
1835910
Members
2879
Online
110086
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
10-26-2000 04:17 PM
10-26-2000 04:17 PM
Dlt tape drive error return code 5 and 6 when running a sybase backup
On my system when we run our nightly sybase backup we seem to be getting an error on our DLT7000 tape drive. It shows an I/O error with a r/c 5 then it goes to an r/c 6. Both show an i/o error and the r/c 6 is a timeout. It says to look in the unix operating manual for what the r/c 5 is but I can find it anywhere. Anybody have an idea what the return codes are telling me and also maybe how to correct them.
Thanks,
James
Thanks,
James
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2000 07:10 PM
10-26-2000 07:10 PM
Re: Dlt tape drive error return code 5 and 6 when running a sybase backup
Return codes are commonly referred to as errno values which one might expect to be documented in the errno man page. But alas, only the symbolic name are shown, so you have to look in the header file:
/usr/include/sys/errno.h
So for a given error number, first search in errno.h for a match, then using the symbolic name, look at the man page for errno for details. errno 5 is EIO or an I/O error has occurred...which is the code returned by the driver to an I/O request which fails due to an unrecoverable hardware error.
errno 6 is ENXIO or device not found or physical limits have been exceeded. Check for bad tapes, dirty heads, hardware problem.
Bill Hassell, sysadmin
/usr/include/sys/errno.h
So for a given error number, first search in errno.h for a match, then using the symbolic name, look at the man page for errno for details. errno 5 is EIO or an I/O error has occurred...which is the code returned by the driver to an I/O request which fails due to an unrecoverable hardware error.
errno 6 is ENXIO or device not found or physical limits have been exceeded. Check for bad tapes, dirty heads, hardware problem.
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