User's Reference > Operation > Save and Restore > Save Commands > VERIFY-IMAGE

Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

RealityV15.1Online Documentation (MoTW) Revision 7

VERIFY-IMAGE (m604907+verifyimage.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

VERIFY-IMAGE

Verifies that one or more physical save tapes or tape images are readable.

Syntax

VERIFY-IMAGE

Restrictions

See also the Overview of Save and Restore.

Comments

VERIFY-IMAGE prompts for the tape units to be assigned. If you press RETURN without entering any tape unit numbers, VERIFY-IMAGE exits without performing the save.

Note: If your backup was saved using multi-deck parallel save, you must enter the same number of tape units as used when saving. If you need more tapes than you have tape decks, you can use tape images as additional decks.

VERIFY-IMAGE is a Proc that runs the IMG.VERIFY command. If VERIFY-IMAGE does not suit your requirements and you are experienced in writing Procs, you can copy the VERIFY-IMAGE Proc from file SYSPROG-PL and customise it to meet your needs.

Caution

Do not change the standard VERIFY-IMAGE Proc. Always copy standard Procs into your own Proc library file and make any changes to your copy.

Example

:T-DEVICE 1 C:\TEMP\FASTBACKUP.RTI:C2 9

:VERIFY-IMAGE
Enter tape units, in sequence, separated by commas ?1

Verifying Database Image...
 100% complete
Load complete in 00 hrs 00 mins 01 secs
[562] Image Verified ok.
Database Image verified.
:

See Also

IMG.VERIFY, realload host command.

RealityV15.1 (MoTW) Revision 7Comment on this topic