- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: tar: write error: unexpected EOF
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
Discussions
Discussions
Discussions
Forums
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
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
тАО06-03-2003 12:30 AM
тАО06-03-2003 12:30 AM
tar: write error: unexpected EOF
So anyone here can give me some advice to solve the problem. Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-03-2003 12:52 AM
тАО06-03-2003 12:52 AM
Re: tar: write error: unexpected EOF
to be treated?
Zeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-03-2003 01:03 AM
тАО06-03-2003 01:03 AM
Re: tar: write error: unexpected EOF
Perhaps in the /vobs directory has a file greather than 2 Gb or 8 Gb.
Frank.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-03-2003 01:29 AM
тАО06-03-2003 01:29 AM
Re: tar: write error: unexpected EOF
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-03-2003 01:41 AM
тАО06-03-2003 01:41 AM
Re: tar: write error: unexpected EOF
If yes, you could try a tar over the hard disk to see what happens.
tar cvfp /partition_with_space/tarfile.tar /vobs
Frank.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-03-2003 02:50 AM
тАО06-03-2003 02:50 AM
Re: tar: write error: unexpected EOF
Make sure that your tape device is unique on the bus.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-03-2003 03:32 AM
тАО06-03-2003 03:32 AM
Re: tar: write error: unexpected EOF
be patching issue.Else - you've probably files
problem,could be clearcase-something or else.
Zeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-03-2003 03:39 AM
тАО06-03-2003 03:39 AM
Re: tar: write error: unexpected EOF
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-03-2003 12:29 PM
тАО06-03-2003 12:29 PM
Re: tar: write error: unexpected EOF
/dev/vgAPPS/lvolAPPS1 /usr/local/apps vxfs rw,largefiles,delaylog 0 2
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-03-2003 12:34 PM
тАО06-03-2003 12:34 PM
Re: tar: write error: unexpected EOF
I've seen this error when trying to use a DDS2 tape in a DDS1 drive.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-03-2003 11:09 PM
тАО06-03-2003 11:09 PM
Re: tar: write error: unexpected EOF
And the type of the driver is DLT80 and the tape I used is DLTape IV Data Cartrideg(C5141F). The tape should be matched with the tape driver.
At the same time, I did another test to backup the diretory to the hard disk partition not enought to hold the data. The same error message as the title occured when the space of the partition was full.
It seems that the problem occurs in the tape itself: the "tar" process has not detectd the EOF lable of the tape but it can't write data to the tape due to no spare space , so the "unexpected EOF" error message occurs. Do you think so?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-04-2003 07:46 AM
тАО06-04-2003 07:46 AM
Re: tar: write error: unexpected EOF
If you list the tape content (via tar tvf
Try to put your tarfile to the tape to see,
how much data you can get to it:
dd if=/backup/vob.tar of=/dev/rmt/... bs=20b
This should give you
- a message, that NOT all data coukld be copied to the tape
- the count of blocks (20b = 10KB), that could be transferred to tape.
Good luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-04-2003 10:23 AM
тАО06-04-2003 10:23 AM
Re: tar: write error: unexpected EOF
Small input ,try to check whether you are using the right tape drive ,check the tape drive status ,whether it holds to tape or not ,give rew to tape and check whether its working
This error comes when there is no tape in tapedrive
Rizwan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-04-2003 10:37 AM
тАО06-04-2003 10:37 AM
Re: tar: write error: unexpected EOF
The syntax is relatively easy, you will be fine using
/usr/sbin/ufsdump 0ulTbf 99h 96 $HOSTWITHTAPE:/dev/rmt/$DEV /vobs
You may want to also post what the output of
df -k /vobs
You state that it's not "that" huge, but no definitions.
If ufsdump fails, please post exactly what the error is, including error number.
Regards,
Shannon