- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DDS3 tape issue.......
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
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
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
тАО08-19-2008 01:19 AM
тАО08-19-2008 01:19 AM
DDS3 tape issue.......
I have a DDS3 tape that was written to on an L class and i'm now trying to check the tape contents on a DDS3 drive on a K460.
I've no idea what method was used to write to the tape so i have tried the following with the following results....
ioscan -fnkC tape
Class I H/W Path Driver S/W State H/W Type Description
======================================================================
tape 0 10/12/5.0.0 stape CLAIMED DEVICE HP C1537A
/dev/rmt/0m /dev/rmt/0mnb /dev/rmt/c9t0d0BESTn /dev/rmt/c9t0d0DDSb
/dev/rmt/0mb /dev/rmt/c9t0d0BEST /dev/rmt/c9t0d0BESTnb /dev/rmt/c9t0d0DDSn
/dev/rmt/0mn /dev/rmt/c9t0d0BESTb /dev/rmt/c9t0d0DDS /dev/rmt/c9t0d0DDSnb
1st attempt....
$tar -tvf /dev/rmt/0mn
Tar: blocksize = 4
directory checksum error
2nd attempt....
$frecover -r -vN -f /dev/rmt/0m
frecover(2105): did not find expected file marker
frecover(5419): checksum on volume header is incorrect.
frecover(5420): not an fbackup volume; magic value is incorrect
frecover(2105): did not find expected file marker
Can anyone give me some pointers as to what my issue may be please, and how i can extract from the tape.
Thanks in advance
Sean
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-19-2008 01:58 AM
тАО08-19-2008 01:58 AM
Re: DDS3 tape issue.......
Make sure the stape driver is compiled into the kernel.
I'm not sure there IS anything on that tape.
Its pretty clear that its not fbackup or tar files that is sure.
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
тАО08-19-2008 02:22 AM
тАО08-19-2008 02:22 AM
Re: DDS3 tape issue.......
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-19-2008 02:56 AM
тАО08-19-2008 02:56 AM
Re: DDS3 tape issue.......
$ pax -v -f /dev/rmt/0m|more
pax: /dev/rmt/0m : This doesn't look like a tar archive
pax: /dev/rmt/0m : Skipping to next file...
....so i suspect this tape is an ignite tape so wont contain what i require.
thanks for all assistance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-19-2008 03:19 AM
тАО08-19-2008 03:19 AM
Re: DDS3 tape issue.......
mt -t /dev/rmt/0mn fsf 1
tar -tvf /dev/rmt/0mn
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-19-2008 03:48 AM
тАО08-19-2008 03:48 AM
Re: DDS3 tape issue.......
Great....just done that and it seems to be showing me everything i want, so can you confirm that i can just extract using "tar -xvf ......" as the tvf worked ????
Any thoughts on why i had to skip forward over the header ????
Is it due to the differenc in the tape drive that wrote the tape/is reading the tape ???
thanks again
Sean
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-19-2008 03:56 AM
тАО08-19-2008 03:56 AM
Re: DDS3 tape issue.......
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-19-2008 04:14 AM
тАО08-19-2008 04:14 AM
Re: DDS3 tape issue.......
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-19-2008 06:05 AM
тАО08-19-2008 06:05 AM
Re: DDS3 tape issue.......
As Melwyn said, because it is an ignite tape, the first part is the boot area of the tape. So you have to skip that part (fsf1).
After moving the file marker using mt, then you can restore any file as you would do with a normal tar archive. Just make sure that you are ok with the path of the files.
mt -t /dev/rmt/0mn fsf 1 ; tar -xvf /dev/rmt/0m path/filename
Make sure to use the no-rewind device to position the tape with mt.
filename cannot have a leading path - as far as I remmeber:
tar -xvf /dev/rmt/0m etc/lp/interface.bak
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-19-2008 06:21 AM
тАО08-19-2008 06:21 AM
Re: DDS3 tape issue.......
have found and restored the file required