- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- tar:end of tape
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
07-20-2006 02:33 AM
07-20-2006 02:33 AM
I am trying to troubleshoot an issue for one of my app folks, they have recently run into an issue with tar having strange errors....but only recently.
When they tar up the day's logs which are also tarballs, they are starting to see unusual errors and nothing gets tarred after the error. Some of the tarballs being re-tarred are >2gb but i dont know if that matters.
here is the error...
===========================================
recently starting getting this error message when it get near the end of the file. (normally around the 2130 or 2200 hour file).
a telco_7a_20060719_1930.tar.gz 94171 blocks
a telco_7a_20060719_2000.tar.gz 95247 blocks
a telco_7a_20060719_2030.tar.gz 94926 blocks
a telco_7a_20060719_2100.tar.gz 94499 blocks
a telco_7a_20060719_2130.tar.gz 93830 blocks
Tar: end of tape
Tar: to continue, enter device/file name when ready or null string to quit.
When I did a tar tvf to check on the file it gets to the 2130 hour file and error with a message: Tar: error! Blicksize changed
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2006 02:40 AM
07-20-2006 02:40 AM
Re: tar:end of tape
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2006 02:54 AM
07-20-2006 02:54 AM
Re: tar:end of tape
I havent used this in so long i really dont know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2006 03:00 AM
07-20-2006 03:00 AM
Re: tar:end of tape
Out of the box the tar that ships with HP-UX 11.11 does not do tars bigger than 2 GB. There is a tar patch in the itrc patch database that permits files up to 8 GB.
You can also install gnu tar which also supports larger tar files.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2006 03:00 AM
07-20-2006 03:00 AM
SolutionYes tar has quite a few limitation, maybe you are running into one of them.
Please check this threads for more detail:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1019239
http://forums1.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=1037090
Regards,
Jaime
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2006 03:15 AM
07-20-2006 03:15 AM
Re: tar:end of tape
for 'largefile' enabled tar ( and alternatives) please see thread :
http://forums1.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=1037090
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2006 03:23 AM
07-20-2006 03:23 AM
Re: tar:end of tape
You need to have GNU tar installed for this purpose.
http://hpux.connect.org.uk/hppd/hpux/Gnu/tar-1.15.1/
Also, Check this http://www2.itrc.hp.com/service/patch/patchDetail.do?patchid=PHCO_28992&sel={hpux:11.11,}&BC=main|search|
-Arun