I am a new Vax user (stange I know). I am running OPenVMS 5.5-2. Weekly we create savesets by writing them directly to tape. What I would like to do, is copy these savesets from the tape to disk, so that I cn FTP them to another VAX on 5.5-2 and restore them there. However when I try to
mount $mua1:
and then do a
copy $mua1:[000000]foobar.sav $10$dua10[save_set_test]foobar.sav
I get RMS errors, complaining the block size is wrong. I know that the block size used to create the backup is 16634 (?).
I was thinking that
MOUNT /FOREIGN/BLOCK=16634/RECORD=512 $mua1:
then a
copy $mua1:[000000]foobar.sav $10$dua10[save_set_test]foobar.sav
would that work? can you do a copy with a foreign mount? also how do I determine the correct block size to use?
Thank
Aaron
mount $mua1:
and then do a
copy $mua1:[000000]foobar.sav $10$dua10[save_set_test]foobar.sav
I get RMS errors, complaining the block size is wrong. I know that the block size used to create the backup is 16634 (?).
I was thinking that
MOUNT /FOREIGN/BLOCK=16634/RECORD=512 $mua1:
then a
copy $mua1:[000000]foobar.sav $10$dua10[save_set_test]foobar.sav
would that work? can you do a copy with a foreign mount? also how do I determine the correct block size to use?
Thank
Aaron