GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- directory checksum error
Operating System - HP-UX
1849983
Members
2816
Online
104049
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
back
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
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
09-16-2003 01:54 AM
09-16-2003 01:54 AM
directory checksum error
Dear all,
I use the command to backup OS:
/opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -l -v -a /dev/rmt/1mn
Then I verify if the backup is successful and the error is shown as the following:
# mt -t /dev/rmt/1m rew
# mt -t /dev/rmt/1m fsf 1
# tar tvf /dev/rmt/1m
Tar: blocksize = 4
directory checksum error
Anyone can help me? Thanks very much!
Best Regards
Ajk
I use the command to backup OS:
/opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -l -v -a /dev/rmt/1mn
Then I verify if the backup is successful and the error is shown as the following:
# mt -t /dev/rmt/1m rew
# mt -t /dev/rmt/1m fsf 1
# tar tvf /dev/rmt/1m
Tar: blocksize = 4
directory checksum error
Anyone can help me? Thanks very much!
Best Regards
Ajk
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2003 01:59 AM
09-16-2003 01:59 AM
Re: directory checksum error
Hi,
You need to use the non-rewind device file.
# mt -t /dev/rmt/1m rew
# mt -t /dev/rmt/1mn fsf 1 -------No-rewind device
# tar tvf /dev/rmt/1m
HTH
You need to use the non-rewind device file.
# mt -t /dev/rmt/1m rew
# mt -t /dev/rmt/1mn fsf 1 -------No-rewind device
# tar tvf /dev/rmt/1m
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2003 02:01 AM
09-16-2003 02:01 AM
Re: directory checksum error
Hi,
use NO-REWIND device files! Otherwise the tape will be rewinded anyway.
mt -t /dev/rmt/1mn fsf 1
good luck,
Thierry.
use NO-REWIND device files! Otherwise the tape will be rewinded anyway.
mt -t /dev/rmt/1mn fsf 1
good luck,
Thierry.
All unix flavours are exactly the same . . . . . . . . . . for end users anyway.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2003 03:01 AM
09-16-2003 03:01 AM
Re: directory checksum error
Use the no-rewind option
/dev/rmt/1mn
n--->no rewind
/dev/rmt/1mn
n--->no rewind
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2026 Hewlett Packard Enterprise Development LP