- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- LTO Ultrium 1 - Tape copy
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
06-27-2003 06:37 AM
06-27-2003 06:37 AM
LTO Ultrium 1 - Tape copy
From what I've been reading the tape copy process fails if the original tape is full ( what happens a lot with some of the tapes I have...).
So what I need to know is to wich medium size shoul I format the tapes I use.......at this moment I'm formating the tapes to the default 102400.......but I think that the tape copy process will fail because the destination tape doesn't have enough free space to write the information that it is a copy (not the original tape)....
Does anyone have a clue about the correct medium size?
Thanks for your help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 06:53 AM
06-27-2003 06:53 AM
Re: LTO Ultrium 1 - Tape copy
I formatted my LTO Ultrium tape to 204800.
The max size is write on my tape.
Enrico.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 06:53 AM
06-27-2003 06:53 AM
Re: LTO Ultrium 1 - Tape copy
If time allows, you should give it a try. I have never cloned a tape but I believe that if you copy using the same LTO Ultrium tape type, the clone should be successful.
Hai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 06:58 AM
06-27-2003 06:58 AM
Re: LTO Ultrium 1 - Tape copy
If yes then the copy will have some additional data such as offsite details etc.
The crude method that we used use was using dd for it. (If you have two drives)
dd if=/dev/rmt/0m of=/dev/rmt/1m bs=10k
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 07:08 AM
06-27-2003 07:08 AM
Re: LTO Ultrium 1 - Tape copy
The problem is if the source tape is 100% full and the destination has the exact medium size after copying all the data there will be no room left to write the information on the tape telling that the destination tape is a copy not an original.....I don't know if I've expained myself very well in the first question....sorry about that!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 07:12 AM
06-27-2003 07:12 AM
Re: LTO Ultrium 1 - Tape copy
But using HP-UX I've seen a lot of possible solution.......but what about W2K??
Can any of you help??
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 07:12 AM
06-27-2003 07:12 AM
Re: LTO Ultrium 1 - Tape copy
You need to make an entry in the .omnirc file of each host that has a media agent.
My "rule of thumb" is about 0.5-0.6% of nominal capacity. The padding is specified in units of medium block size so for 64k blocks OB2BLKPADDING_13=8000 (to 9600); for 128K blocks OB2BLKPADDING_13=4000 (to 4800); and for 256k blocks 2000 to 2400 should be about right.
The idea is somewhere between 0.5% to 0.6% of 200GB. I would err on the side of too much rather than too little for media copies. If you want to be extra generous then 1% will certainly cover any manufacturing differences between tapes - at the expense of long mediainits - but in practice about half that is adequate.
The downside is that this applies to the original media so it will have no effect until you re-initiaze any media that you wish to copy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 07:13 AM
06-27-2003 07:13 AM
Re: LTO Ultrium 1 - Tape copy
The previous post was meant for you!
:)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 07:18 AM
06-27-2003 07:18 AM
Re: LTO Ultrium 1 - Tape copy
The simple solution is to label the cloned tape as a duplicate of the original.
Hai