- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- directory checksum error (tar tv)
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
03-16-2004 09:31 PM
03-16-2004 09:31 PM
directory checksum error (tar tv)
i have a problem.
SERVER:/# tar -tv
Tar: blocksize = 2
directory checksum error
SERVER:/#
Why?
Please Help me.
Thank's in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 09:41 PM
03-16-2004 09:41 PM
Re: directory checksum error (tar tv)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 09:42 PM
03-16-2004 09:42 PM
Re: directory checksum error (tar tv)
try it with giving the complete path:
tar -tvf /dev/rmt/0m
that's the default for HP-UX.
Also check which tar is used:
which tar
Maybe you can give us more infos?
From where do you want to read a tar?
From where is this tar?
Regards
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 09:47 PM
03-16-2004 09:47 PM
Re: directory checksum error (tar tv)
I want read a backup tape.
Tar is located in /usr/bin/tar.
My OS is HP-UX 11.11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 09:49 PM
03-16-2004 09:49 PM
Re: directory checksum error (tar tv)
Did you specify the file/tapedrive you want to view untared?
Check man tar.
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 09:52 PM
03-16-2004 09:52 PM
Re: directory checksum error (tar tv)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 10:02 PM
03-16-2004 10:02 PM
Re: directory checksum error (tar tv)
'I want read a backup tape'
was it a SAM backup?
Then you have to use SAM to reread the tape.
And only to get clearance:
tar -tvf /dev/rmt/0m
gives the same?
Vo.