1822125 Members
3585 Online
109640 Solutions
New Discussion юеВ

Re: HP-RT UNIX V03

 
SOLVED
Go to solution
bajard-jacobs
New Member

HP-RT UNIX V03

I want to duplicate an auto bootable cartridge.
I duplicate the cartridge with "cpio" command but the support is not auto bootable ...
3 REPLIES 3
melvyn burnard
Honored Contributor
Solution

Re: HP-RT UNIX V03

Are you saying you wish to duplicate a tape that you use to boot from and install?
If so, this may or may not work, but is worth a try:

dd if=/dev/rmt/0mn of=/file1 bs=2k
dd if=/dev/rmt/0mn of=/file2 bs=10k
mt -t /dev/rmt/0m rew

The above assumes that:
a) the device is at /dev/rmt/0m
b) htere is enough disc space under / for the files.
c) note the use of hte no-rewind device.


Now insert an blank tape and do:
dd if=/file1 of=/dev/rmt/0mn bs=2k
dd if=/file2 of=/dev/rmt/0mn bs=10k
mt -t /dev/rmt/0m rew

and now see if you can boot to the tape.



My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Steven E. Protter
Exalted Contributor

Re: HP-RT UNIX V03

If by chance you are talking about an ignite tape, there is a command called.

copy_boot_tape

I've never used it. Its just as fast to run make_tape_recovery again.

Here is a discussion of that utility.

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x16c9d7d96cbad711900a0090279cd0f9,00.html

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
bajard-jacobs
New Member

Re: HP-RT UNIX V03

it's OK...
Thank you very much for your help !
Best regards
Fran??ois