- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Tar Command
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
10-20-2000 01:14 AM
10-20-2000 01:14 AM
In some cases when I try to read it using
tar -tv it gives me a
broken pipe error / Checksum error
and Block Size error
What basically is that?
How to avoid/overcome it.
Rgds,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2000 01:20 AM
10-20-2000 01:20 AM
SolutionHi:
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...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2000 01:21 AM
10-20-2000 01:21 AM
Re: Tar Command
think this is a tape/hardware problem.
Use a cleaning tape and a fresh new data tape and see if the errors still occur. If so you have a hardware problem
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2000 01:30 AM
10-20-2000 01:30 AM
Re: Tar Command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2000 03:16 AM
10-20-2000 03:16 AM
Re: Tar Command
Yes, it sounds hardware/ tape problems
If your driver is a DDS try my program for DDS diagnostics form:
http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0x6bf76c96588ad4118fef0090279cd0f9,00.html