- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to read a DLT tape created with unknown me...
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
Discussions
Discussions
Discussions
Forums
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
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
тАО09-20-2002 07:48 AM
тАО09-20-2002 07:48 AM
How to read a DLT tape created with unknown method?
I'm not sure how it was created. So far I have tried the following:
# tar tvf /dev/rmt/1m
Tar: tape read error
# dd if=/dev/rmt/1m of=/yapi.tape.list
dd read error: I/O error
0+0 records in
0+0 records out
I also tried to use SAM to run frecover, but received...
Getting list of files...
frecover(2105): did not find expected file marker
frecover(5409): unable to read volume header
frecover(5418): not an fbackup volume; unable to read volume header
frecover(2105): did not find expected file marker
I also tried to scan the media with Omniback, but it didnt work.
Doeas anyone have any suggestions? Am I going about this all wrong?
Thanks,
Gus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-20-2002 07:57 AM
тАО09-20-2002 07:57 AM
Re: How to read a DLT tape created with unknown method?
A little better approach might have been to specify a blocksize, e.g. bs=64k count=2
and attempt to read 2 blocks to a file. Because your dd failed completely, I suspect that you are trying to read imcompatible media. e.g data recorded on a DLT7000/8000 drive and now trying to be read with a DLT4000 drive.
Dd should have been able to read something regardless of the software used to back up the data.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-20-2002 08:25 AM
тАО09-20-2002 08:25 AM
Re: How to read a DLT tape created with unknown method?
I assume the only way it would pose any issue is if it was created on a DLT8000 Drive.
Any thoughts?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-20-2002 09:52 AM
тАО09-20-2002 09:52 AM
Re: How to read a DLT tape created with unknown method?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-23-2002 04:41 AM
тАО09-23-2002 04:41 AM
Re: How to read a DLT tape created with unknown method?
While reading tape thru "tar" command u shld get checksum error if tape is written in a differnet format.But here it shows tape error.This could be of defective tape.Same thing in case of "dd" also.Check out ur tape condition.
regds
Sudhakar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-23-2002 04:54 AM
тАО09-23-2002 04:54 AM
Re: How to read a DLT tape created with unknown method?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-23-2002 05:00 AM
тАО09-23-2002 05:00 AM
Re: How to read a DLT tape created with unknown method?
Not unless you have a DLT8000 or get the system with the DLT8000 to create a special driver (man mksf) which can write the DLT tape in a non 8000 format (ie. in a DLT7000 format) then they can create a new tape and you will be able to read it on your DLT7000.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-23-2002 05:00 AM
тАО09-23-2002 05:00 AM
Re: How to read a DLT tape created with unknown method?
whatever be the tape drive used to make tar backup, dd should be able to read atleast few bytes of data. I suspect the tape.