HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- tar job not working
Operating System - HP-UX
1834616
Members
3932
Online
110069
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-18-2000 12:51 PM
10-18-2000 12:51 PM
tar job not working
i need help running my nightly backup
on DLT 4000 tapes, when attempting to
extract from tape, error message reads
"blocksize=0, pipe broken"
Thanks, bassey.
on DLT 4000 tapes, when attempting to
extract from tape, error message reads
"blocksize=0, pipe broken"
Thanks, bassey.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2000 01:03 PM
10-18-2000 01:03 PM
Re: tar job not working
Hi:
This message is usually the last message in a series of messages that, collectively, indicate a command (or commands) in a pipeline did not work (i.e. a command in a pipe broke the pipe).
From document #A1916938:
Why is tar reporting block size = 0 when I try to append to DDS tape?
tar -cvf /dev/rmt/ddsn file2 worked
tar -cvf /dev/rmt/ddsn file3 reported tar: block size = 0; broken pipe
Solution:
What you are attempting is a tar append, not a tape append. With a tar append, tar expects to append to the existing fileset.
Since a no rewind device was last used, it is sitting at the EOF marker and thus block size = 0. Must do a rewind (ie position to the beginning of the fileset) in order to do a tar append. On the other hand, if you want to do a tape append, you need to use the -c option with the no rewind device.
...JRF...
This message is usually the last message in a series of messages that, collectively, indicate a command (or commands) in a pipeline did not work (i.e. a command in a pipe broke the pipe).
From document #A1916938:
Why is tar reporting block size = 0 when I try to append to DDS tape?
tar -cvf /dev/rmt/ddsn file2 worked
tar -cvf /dev/rmt/ddsn file3 reported tar: block size = 0; broken pipe
Solution:
What you are attempting is a tar append, not a tape append. With a tar append, tar expects to append to the existing fileset.
Since a no rewind device was last used, it is sitting at the EOF marker and thus block size = 0. Must do a rewind (ie position to the beginning of the fileset) in order to do a tar append. On the other hand, if you want to do a tape append, you need to use the -c option with the no rewind device.
...JRF...
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