HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Offload of tapes
Operating System - HP-UX
1836383
Members
3626
Online
110100
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
09-06-2001 05:20 AM
09-06-2001 05:20 AM
I have a very peculiar technical problem i need some guidance on. I have a 8mm tape drive, ie exabyte 8205xl and a 4mm tape drive.
What I need to do is take the 8mm tapes and offload them to the 4mm tapes. My question to all of my fellow guru's in-house is how can i do this and what "unix" level utilities can i do this with?
The reason why I say unix is that I will have to do this on multiple systems besides my HP's in house. I have a Tru64 unix system, HP-Ux and Sco-unix that I will need to do this with.
Are there any good utilities on the web or thru anyone here that I can use to accomplish this project?
I would prefer to just do a dump of the the 8mm to a disk and then disk to tape on the 4mm.
Time is not an issue, so the easier it is works for me.
Any feedback is highly welcomed?
Vito
What I need to do is take the 8mm tapes and offload them to the 4mm tapes. My question to all of my fellow guru's in-house is how can i do this and what "unix" level utilities can i do this with?
The reason why I say unix is that I will have to do this on multiple systems besides my HP's in house. I have a Tru64 unix system, HP-Ux and Sco-unix that I will need to do this with.
Are there any good utilities on the web or thru anyone here that I can use to accomplish this project?
I would prefer to just do a dump of the the 8mm to a disk and then disk to tape on the 4mm.
Time is not an issue, so the easier it is works for me.
Any feedback is highly welcomed?
Vito
Lifes too short to stress out, Enjoy every day you have on earth!
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2001 05:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2001 08:02 AM
09-06-2001 08:02 AM
Re: Offload of tapes
Hi,
dd will do the job but you need to consider the following (all of which require some detailed knowledge of the data held on the input tape):-
- dd's blocksize (bs=n) MUST be set to a value at least equal to the size of the largest block on tape. If the blocksize is not large enough then data will be lost and dd will report the number of partial blocks read (see DIAGNOSTICS in the man page).
- There may be more than one file on the tape. For instance, fbackup writes at least two. The best approach is to write a script that does dd in a loop and exits when dd fails because it has reached the end of the input tape.
- Does the output tape have sufficient capacity to hold the contents of the input tape? If not (and it's a single tape file) then you can't simply copy tape to tape although if it's a backup tape, you could restore it to disk then back up the restored data to the intended output tape.
Hope this helps.
John
dd will do the job but you need to consider the following (all of which require some detailed knowledge of the data held on the input tape):-
- dd's blocksize (bs=n) MUST be set to a value at least equal to the size of the largest block on tape. If the blocksize is not large enough then data will be lost and dd will report the number of partial blocks read (see DIAGNOSTICS in the man page).
- There may be more than one file on the tape. For instance, fbackup writes at least two. The best approach is to write a script that does dd in a loop and exits when dd fails because it has reached the end of the input tape.
- Does the output tape have sufficient capacity to hold the contents of the input tape? If not (and it's a single tape file) then you can't simply copy tape to tape although if it's a backup tape, you could restore it to disk then back up the restored data to the intended output tape.
Hope this helps.
John
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