HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- retrieve the data in this situation
Operating System - HP-UX
1833832
Members
2168
Online
110063
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
Discussions
Forums
Discussions
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
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
11-27-2009 12:54 AM
11-27-2009 12:54 AM
Hello all,
We tried to import a HARP database yearly backup tape to HITDC but failed, it said blank tape after scan media.
We try to read the tape header using dd command, and it returned I/O error.
# dd if=/dev/rmt/3mn of=/tmp/dd_out bs=8192 count=30
dd read error: I/O error
0+0 records in
0+0 records out
#
We try another tape drive and do the import again and dd to isolate the problem to the media alone. The tape can be imported successfully, also can complete the dd command. This tape failed already in scan media operation, because header cannot be read.
Do you guy have any idea/solution to read the data out?
Thank you,
We tried to import a HARP database yearly backup tape to HITDC but failed, it said blank tape after scan media.
We try to read the tape header using dd command, and it returned I/O error.
# dd if=/dev/rmt/3mn of=/tmp/dd_out bs=8192 count=30
dd read error: I/O error
0+0 records in
0+0 records out
#
We try another tape drive and do the import again and dd to isolate the problem to the media alone. The tape can be imported successfully, also can complete the dd command. This tape failed already in scan media operation, because header cannot be read.
Do you guy have any idea/solution to read the data out?
Thank you,
-/\-
Solved! Go to Solution.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2009 01:42 AM
11-27-2009 01:42 AM
Solution
HI
"...We try another tape drive and do the import again and dd to isolate the problem to the media alone. The tape can be imported successfully, also can complete the dd command. ..."
Usually this means the first tape is bad. However, you can try changing the block size in the dd command based upon values of 512.
There may also be more than one record on the tape. Use the mt command to move the tape ahead one record to try the second.
mt -t /dev/rmt/0mn fsf 1 (* move one record *)
mt -t /dev/rmt/0mn (* note the 0mn, n for no rewind, 0m is rewind *)
"...We try another tape drive and do the import again and dd to isolate the problem to the media alone. The tape can be imported successfully, also can complete the dd command. ..."
Usually this means the first tape is bad. However, you can try changing the block size in the dd command based upon values of 512.
There may also be more than one record on the tape. Use the mt command to move the tape ahead one record to try the second.
mt -t /dev/rmt/0mn fsf 1 (* move one record *)
mt -t /dev/rmt/0mn (* note the 0mn, n for no rewind, 0m is rewind *)
Support Fatherhood - Stop Family Law
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 2025 Hewlett Packard Enterprise Development LP