Computing.Net > Forums > OpenVMS > Copying tapes

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Copying tapes

Reply to Message Icon

Name: slammert
Date: September 15, 2009 at 12:09:07 Pacific
OS: OpenVMS 7.3-1
Subcategory: General
Comment:

Our system is running OpenVMS7.3-1, it has an 8mm tape drive and a DLT tape drive. We have some 8mm tapes that we need to copy to DLT tapes. We have downloaded the tapecopy.mar file from digiater.nl OpenVMS freeware v5 collection. But we are not sure how to use the program. Can someone please tell me how to use this?



Sponsored Link
Ads by Google

Response Number 1
Name: Joseph.Huber
Date: September 16, 2009 at 11:34:26 Pacific
Reply:

Read the comment at top of tapecopy.mar:

; input tape must be mounted:
;
; $ MOUNT/FOREIGN tapename: "" TAPECOPY$INPUT
;
; output tape must be mounted:
;
; $ MOUNT/FOREIGN tapename: "" TAPECOPY$OUTPUT


Do that, the RUN TAPECOPY.


If the tape is ANSI labelled (e.g. a VMS BACKUP tape), then You can MOUNT the input tape:

MOUNT/OVER=LABEL/NOWRITE inputtape (!not /FOREIGN!)

INIT outputtape label

(label can be new or the same as inputtape's label)

MOUNT outputtape label

COPY inputtape:*.* outputtape:

Joseph Huber, http://www.huber-joseph.de
ITRC


0

Response Number 2
Name: Joseph.Huber
Date: September 16, 2009 at 12:38:03 Pacific
Reply:

Sorry, I mistyped in a hurry the above MOUNT command:

MOUNT/OVER=IDENT/NOWRITE inputtape (!not /FOREIGN!)

eventually You need also /OVER=(IDENT,ACCESSABILITY)
and ALLOCATE inputtape before MOUNT, if Your privileges don't allow to use /OVER .

See HELp MOUNT /over
and HELP ALLOCATE .

Joseph Huber, http://www.huber-joseph.de
ITRC


0

Response Number 3
Name: slammert
Date: September 18, 2009 at 13:34:18 Pacific
Reply:

Joseph,

We tried that and when he did the "run tapecopy" we got this message:

%DCL-W-ACTIMAGE, error activatine image TAPECOPY.MAR - CLI-E-IMGNAME, image file DISCVR@DRA!:[USER.xxxxx]TAPECOPY.MAR;1 - IMGACT-F-NOTNATIVE, image is not and OpenVMS Alpha Image


0

Response Number 4
Name: Joseph.Huber
Date: September 19, 2009 at 08:06:14 Pacific
Reply:

Is this the first time You got to use an opensource/freeware program ?
I think better to get professional help from a programmer.

Tapecopy.mar is the program source (macro32 assembler), not the executable.
The executable would have the extension .exe. If there is none in the distribution, then build the executable from sourcfe:

MACRO tapecopy
LINK tapecopy

then RUN tapecopy.

Joseph Huber, http://www.huber-joseph.de
ITRC


0

Response Number 5
Name: Joseph.Huber
Date: September 20, 2009 at 00:54:33 Pacific
Reply:

For some caveats and corrections to the tapecopy program, You might want to read the following comp.os.vms topics:

http://www.archivum.info/comp.os.vm...

or look into the following alternate program:

http://vms.process.com/scripts/file...

And if You have to copy a bigger archive of VMS BACKUP tapes:
http://h71000.www7.hp.com/openvms/s...


Joseph Huber, http://www.huber-joseph.de
ITRC


0

Related Posts

See More



Response Number 6
Name: Joseph.Huber
Date: September 20, 2009 at 01:07:04 Pacific
Reply:

You may also look into Glen Everharts tpcopy program, which used to be the copy program for the VMS SIG tape multiplication, and does more error handling than tapecopy.

See it e.g. at
http://www.decuslib.com/decus/07avm...

Look for the tcopy* files.

Joseph Huber, http://www.huber-joseph.de
ITRC


0

Sponsored Link
Ads by Google
Reply to Message Icon





Use following form to reply to current message:

Login or Register to Reply
LoginRegister


Sponsored links

Ads by Google


Results for: Copying tapes

tape copy www.computing.net/answers/openvms/tape-copy/252.html

Problem doing openvms tape backup ( www.computing.net/answers/openvms/problem-doing-openvms-tape-backup-/519.html

LOCKOUT when backup is performed www.computing.net/answers/openvms/lockout-when-backup-is-performed/147.html