- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- tar:broken pipe
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-14-2001 09:59 PM
10-14-2001 09:59 PM
tar tvf /dev/rmt/0m sometimes is successful and somtimes produces:
tar: blocksize=0; broken pipe?
any suggestions?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2001 10:22 PM
10-14-2001 10:22 PM
Re: tar:broken pipe
I've had a look at the patches for you:
HPUX 10.20 PHCO_15336
HPUX 11 PHCO_20028
I've not seen this error for quite a
while, so the first thing I suggest is
check these out first.... You may have
answered your question...
Good Luck
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2001 10:24 PM
10-14-2001 10:24 PM
Re: tar:broken pipe
Try
# tar tvf /dev/rmt/0mn
http://us-support.external.hp.com/cki/bin/doc.pl/sid=7d600b491a0e1c2b9d/screen=ckiDisplayDocument?docId=200000007950095
http://us-support.external.hp.com/cki/bin/doc.pl/sid=7d600b491a0e1c2b9d/screen=ckiDisplayDocument?docId=200000006434182
http://us-support.external.hp.com/cki/bin/doc.pl/sid=7d600b491a0e1c2b9d/screen=ckiDisplayDocument?docId=200000006402302
http://us-support.external.hp.com/cki/bin/doc.pl/sid=7d600b491a0e1c2b9d/screen=ckiDisplayDocument?docId=200000038250707
Best of luck
Animesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2001 10:40 PM
10-14-2001 10:40 PM
Re: tar:broken pipe
Do you know any specific messages wherein exit 3 was discussed? thanks again...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2001 11:03 PM
10-14-2001 11:03 PM
Re: tar:broken pipe
A broken pipe is an error 32, at least
as far as Unix is concerned, when you
were running the tar command did it
display any error numbers? other than
'broken pipe' ?
If you have a look in
/usr/include/sys/errno.h this lists the
standard Unix error messages-numbers.
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2001 11:45 PM
10-14-2001 11:45 PM
Re: tar:broken pipe
"blocksize=0; broken pipe ?" msg
it is intermittent, sometimes, tar tvf is ok, sometimes broken pipe...
any more ideas?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2001 12:25 AM
10-15-2001 12:25 AM
Re: tar:broken pipe
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2001 12:40 AM
10-15-2001 12:40 AM
Re: tar:broken pipe
{-( Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2001 01:01 AM
10-15-2001 01:01 AM
Solutionon their own excluding any sql??
Does the error message get produced during
any attempt? If it does not, then we have
to look at the sql itself. Perhaps when
some of the data is 'parsing' that the 'tar'
falls over. You could see what happens if
you substitute the tape device to a file on
disk to see if it makes any diffenence.
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2001 01:07 AM
10-15-2001 01:07 AM
Re: tar:broken pipe
Thanks again...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2001 01:08 AM
10-15-2001 01:08 AM
Re: tar:broken pipe
Beside that I will also suggest you to clean the tape drive on regular basis.
You may also think of replacing the tape drive
to confirm (if possible).
Regards
Animesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2001 07:21 AM
10-19-2001 07:21 AM
Re: tar:broken pipe
I am experiencing a very similar problem and have also noticed that when I try to type the pipe character (i.e. | ) in a terminal window, I get a funny character returned. I don't think that it is able to interpret the | character correctly and it may be something to do with regional settings or something like that. Can you use the | character from the command line by running a simple command such as
ls | more
On my machine, this returns an error. The character that appears when I press the | key is ^?? .