- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- untaring problem
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
05-16-2007 12:12 AM
05-16-2007 12:12 AM
While I am trying to untar a file getting below error
/usr/local/bin/tar -xvf 1500__CP.tar
" ././@LongLink, 136 bytes, 1 tape blocks
directory checksum error ”
please help me to resolve this issue
regards
josin
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2007 12:14 AM
05-16-2007 12:14 AM
SolutionI think the problem is in the tar and it needs to be rebuilt.
What kind of system did it originate on? What were the create options?
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
05-16-2007 12:24 AM
05-16-2007 12:24 AM
Re: untaring problem
A few thing you need to verify:
1. if the source of the file is another machine, the file has been transfered in binary mode.
2. on the source server, tar -tvf 1500__CP.tar displays the list of files correctly.
3. there has not been any corruption during the file transfer/copy. One simple check would be to cross-check the file size.
hope these helps!
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2007 12:27 AM
05-16-2007 12:27 AM
Re: untaring problem
thanks for your replay,
We tared in linux machine using tar â cvf command .now we are trying to untar in unix machine.
Regards
josin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2007 12:34 AM
05-16-2007 12:34 AM
Re: untaring problem
How large is the archive? (> 2GB)
Why not use the hp installed tar, why /usr/local/bin/tar?
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2007 12:51 AM
05-16-2007 12:51 AM
Re: untaring problem
If the file is big, try to compress it before the transfer. Also ensure that the transfer mode is BINARY.
also, confirm that on the linux machine, the tar -tvf
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2007 01:02 AM
05-16-2007 01:02 AM
Re: untaring problem
If the archive file is large i.e >2GB, see if Large Filesystem option is enabled on the filesystem you are trying to untar the archive.
If it is not enabled, enable it and try untaring.
Regards
Rajesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2007 01:58 AM
05-16-2007 01:58 AM