Material necesario:
Se arranca el sistema y se abre sesión con SYSTEM
Si no está ya, se “introduce” la imagen de disco en el “lector virtual”.
$ (Pulsar Ctrl+E) Simulation stopped, PC: 834B4F43 (CMPL R4,R5) sim> attach -r rq3 AG-RX5RG-BE.iso RQ: unit is read only sim> cont _
Se monta el CDROM
mount/over=id dua3: %MOUNT-I-WRITELOCK, volume is write locked %MOUNT-I-MOUNTED, VAXBINDEC073 mounted on _VAX$DUA3: $ _
Se resgistra y activa el PAK
$ LICENSE REGISTER COBOL /ISSUER=DEC /AUTHORIZATION=HOBBYIST-XX-KEY99999-999999 /PRO DUCER=DEC /UNITS=0 /ACTIVITY=CONSTANT=100 /TERMINATION_DATE=dd-mmm-yyyy /CHECKSUM =9-XXXX-XXXX-XXXX-XXXX $ LICENSE LOAD COBOL %LICENSE-I-LOADED, DEC COBOL was successfully loaded with 0 units $ _
Si está instalado e iniciado TCP/IP se detiene con
$ @sys$startup:tcpip$shutdown
Se realiza la instalación
$ @sys$update:vmsinstal cobol057 dua3:[cobol057.kit] OpenVMS VAX Software Product Installation Procedure V7.3 It is DD-MMM-YYYY at HH:MM. Enter a question mark (?) at any time for help. * Are you satisfied with the backup of your system disk [YES]? (Pulsar ENTER) The following products will be processed: COBOL V5.7 Beginning installation of COBOL V5.7 at HH:MM %VMSINSTAL-I-RESTORE, Restoring product save set A ... %VMSINSTAL-I-RELMOVED, Product's release notes have been moved to SYS$HELP. +----------------------------------------------------------------------------+ | Installation Command Procedure for | | Compaq COBOL V5.7-63 Compiler for OpenVMS VAX. | +----------------------------------------------------------------------------+ Copyright 2000 Compaq Computer Corporation COMPAQ Registered in U.S. Patent and Trademark Office. Confidential computer software. Valid license from Compaq required for possession, use or copying. Consistent with FAR 12.211 and 12.212, Commercial Computer Software, Computer Software Documentation, and Technical Data for Commercial Items are licensed to the U.S. Government under vendor's standard commercial license. * Do you want to install only the COBRTL [NO]? (Pulsar ENTER) Product: COBOL Producer: COMPAQ Version: 5.7 Release Date: 23-OCT-2000 * Does this product have an authorization key registered and loaded? y The ANSI/Terminal-Format REFORMAT Utility may optionally be installed. * Do you want the REFORMAT Utility installed [YES]? (Pulsar ENTER) * Do you want to save the COBOL message file for modification [NO]? (Pulsar ENTER) This installation procedure creates a new version of, or updates some or all of the following files: [SYSEXE]COBOL.EXE [SYSEXE]REFORMAT.EXE [SYSLIB]DCLTABLES.EXE [SYSTEST.COBOL]COBOL$IVP.COM [SYSHLP]COBOL057.RELEASE_NOTES [SYSHLP]COBOL057_RELEASE_NOTES.PS [SYSMSG]COBOLMSG.EXE [SYSUPD]COBOLMSG.MSG [SYSUPD]DEC-VAXVMS-COBOL-V0507--6.PCSI$DESCRIPTION [SYSUPD]DEC-VAXVMS-COBOL-V0507--6.PCSI$TLB [SYSUPD]DEC-VAXVMS-COBRTL-V0506--6.PCSI$DESCRIPTION [SYSUPD]DEC-VAXVMS-COBRTL-V0506--6.PCSI$TLB [SYSUPD]COBOL_PCSI_REGISTER.COM * Do you want to purge files replaced by this installation [YES]? (Pulsar ENTER) The installation procedure may also create a new version of the following file, which is not purged along with the previously listed files: [SYSLIB]COBRTL.EXE This installation procedure additionally may update the following files (it will not create new versions of them, nor will it purge them): [SYSLIB]IMAGELIB.OLB [SYSLIB]STARLET.OLB No more questions will be asked during this installation. Installing Compaq COBOL for OpenVMS VAX and running the IVP requires approximately 5 to 10 minutes, depending on your system configuration. %COBOL-I-UPDIMG, Installing new COBRTL image %PATCH-I-NOLCL, image does not contain local symbols %PATCH-I-WRTFIL, updating image file VAX$DUA0:[SYS0.SYSUPD.COBOL057]COBRTL.EX E;2 %COBOL-I-UPDOBJ, Updating system object library %VMSINSTAL-I-RESTORE, Restoring product save set B ... %VMSINSTAL-I-SYSDIR, This product creates system disk directory VMI$ROOT:[SYSTE ST.COBOL]. The IVP has been moved to directory [SYSTEST.COBOL] To invoke the IVP, enter @SYS$COMMON:[SYSTEST.COBOL]COBOL$IVP.COM %VMSINSTAL-I-RESTORE, Restoring product save set C ... The following PCSI-related files have been moved to [SYSUPD] DEC-VAXVMS-COBOL-V0507--6.PCSI$DESCRIPTION DEC-VAXVMS-COBOL-V0507--6.PCSI$TLB DEC-VAXVMS-COBRTL-V0506--6.PCSI$DESCRIPTION DEC-VAXVMS-COBRTL-V0506--6.PCSI$TLB COBOL_PCSI_REGISTER.COM %VMSINSTAL-I-MOVEFILES, Files will now be moved to their target directories... Start of Installation Verification Procedure for Compaq COBOL for OpenVMS VAX Copyright 2000 Compaq Computer Corporation COMPAQ Registered in U.S. Patent and Trademark Office. Confidential computer software. Valid license from Compaq required for possession, use or copying. Consistent with FAR 12.211 and 12.212, Commercial Computer Software, Computer Software Documentation, and Technical Data for Commercial Items are licensed to the U.S. Government under vendor's standard commercial license. Successful test of Compaq COBOL V5.7-63 Installation of COBOL V5.7 completed at HH:MM Adding history entry in VMI$ROOT:[SYSUPD]VMSINSTAL.HISTORY VMSINSTAL procedure done at HH:MM $ _
Si se ha detenido TCP/IP se puede volver a inciar con
$ @sys$startup:tcpip$startup
Ya está listo, se puede probar algún programa de ejemplo o seguir instalando otros lenguajes.