VMSINSTAL will execute the Installation Verification Procedure (IVP) as part of a successful installation.
To run the IVP standalone, issue the following commands:
$ @SYS$STARTUP:KCC$STARTUP.COM
$ @SYS$TEST:KCC$IVP.COM
If the IVP succeeds, you see these messages:
Copyright (c) Kuck and Associates, Inc 1992, 1997 *-------------------------------------------* * Installation Verification Procedure * *-------------------------------------------* KCC Compilaton Test Passed KCC Object Execution Test Passed ****** Installation Verification Procedure SUCCESSFUL ******
If the IVP fails, you see this message:
***** KCC Installation Verification Procedure FAILED ******
If the IVP fails, issue the DCL command SET VERIFY and then run the IVP again. The messages displayed while the IVP runs will indicate the cause of the failure. You will then be able to take corrective action.