- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Restore of a Copyutil backup tape
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-23-2011 04:50 AM
03-23-2011 04:50 AM
Restore of a Copyutil backup tape
I would like to know if first this is possible and second if dd is the right utility to use or should I be using something else.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2011 06:58 AM
03-23-2011 06:58 AM
Re: Restore of a Copyutil backup tape
It sounds like your tape is bad or that and EOF wasn't put on the tape when it was created. Are the first 8680 records looking ok? It could also be your block size.
Rick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2011 07:11 AM
03-23-2011 07:11 AM
Re: Restore of a Copyutil backup tape
It appears that data is being read from the tape based on dumping the dd output to a file I was able to browse the contents. The first record or so had the CopyUtil header in it and then lots of binary data. I tried a blocksize of 512 and then 2k but got similar results. I have multiple tapes so I can try another to see if the results are consistent between tapes.
Randy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2011 07:21 AM
03-23-2011 07:21 AM
Re: Restore of a Copyutil backup tape
You should be able to see gaps in the data if your block size is too high. Then you can adjust it down. I can't remember now if there are single @eof marks for the inter record gaps and then an @eot mark when finished. It's been a really long time since i've had to do this. Hope some of this will help you.
Rick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2011 10:25 AM
03-23-2011 10:25 AM
Re: Restore of a Copyutil backup tape
The first was the boot portion, while the second was a tar style backup ( I think)
Try using mt command to fast forward to the end of the first file, remembering to use the No-Rewind device file.
The see if you can read the contents with the tar or even pax command
Bear in mind Copyutil is a very old uitlity that I am fairly sure is no longer supported.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2011 11:39 AM
03-23-2011 11:39 AM
Re: Restore of a Copyutil backup tape
mt -f /dev/rmt/0mn rew
mt -f /dev/rmt/0mn fsf 1
tar -tvf /dev/rmt/0m
I thought the CopyUtil tapes were a different format, more like a disk image. I was able to dd some of the contents of the CopyUtil tape to a file using the following:
dd if=/dev/rmt/0m of=/mnt/test bs=64k count=5
and I was able to see something that looked like a file structure. See attached file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2011 01:43 PM
03-23-2011 01:43 PM
Re: Restore of a Copyutil backup tape
mt -f /dev/rmt/0mn rew
mt -f /dev/rmt/0mn fsf 1
fsf 1 failed: I/O error
I thought about it for a long time and then error out. I know this works on Ignite tapes. Really unsure of the format of CopyUtil. After lots of googling I've not come across much information on this format. It's promising that I'm seeing some type of file system structure onlined on the dd data I've extracted but not sure what the next step would be to acccess the data.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2011 03:49 PM
03-25-2011 03:49 PM