Operating System - HP-UX
1834635 Members
3487 Online
110069 Solutions
New Discussion

Re: Copy of DDS bootable tape

 
SOLVED
Go to solution
Laurent Peygourdi
Occasional Contributor

Copy of DDS bootable tape

Hello,

I would like to make a copy of a bootable tape (Ignite tape). How can i proceed ?
4 REPLIES 4
federico_3
Honored Contributor

Re: Copy of DDS bootable tape


/opt/ignite/bin/make_recovery -A -C -d /dev/rmt/0m

( or 1m or 2m etc, whatever your DAT device: check it with ioscan -fnCtape )


federico
Tommy Palo
Trusted Contributor

Re: Copy of DDS bootable tape

You're probably best of by using "dd"
If you have two tape drives you can copy directly between them, otherwise you can create a temporary file on disk.
Keep it simple
Andreas Voss
Honored Contributor
Solution

Re: Copy of DDS bootable tape

Hi,

to copy ignite tape there is already a tool avaiable:
copy_boot_tape
See: man copy_boot_tape

Regards
federico_3
Honored Contributor

Re: Copy of DDS bootable tape

Sorry... i had known you had to do a boot tape not a copy.

In this case use :
copy_boot_tape

See man copy_boot_tape


federico