Material necesario:
Se arranca el sistema y se abre sesión con SYSTEM
Si no se asignaron suficientes GLBPAGES al instalar el sistema se hace ahora, con el procedimiento Aumentar GLBPAGES para Ada (en caso de que al instalar de un error de falta de GLBPAGES, entonces se realiza el procedmiento y se repite la instalación desde el principio).
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-RX1XJ-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 activan los PAK
$ LICENSE REGISTER ADA /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 REGISTER ADA-PDO /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 ADA %LICENSE-I-LOADED, DEC ADA was successfully loaded with 0 units $ LICENSE LOAD ADA-PDO %LICENSE-I-LOADED, DEC ADA-PDO 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 ada035 dua3:[ada035.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: ADA V3.5 Beginning installation of ADA V3.5 at HH:MM %VMSINSTAL-I-RESTORE, Restoring product save set A ... %VMSINSTAL-I-RELMOVED, Product's release notes have been moved to SYS$HELP. Copyright 1992, 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 run the IVP after the installation [YES]? (Pulsar ENTER) * Do you want to include SCA analysis data for the predefined units [YES]? (Pulsar ENTER) There will not be any further questions. Installation will take 15 minutes or less, depending on your system configuration. %VMSINSTAL-I-RESTORE, Restoring product save set B ... After the installation is complete, you need to add the following command to the site-specific system startup command file, SYS$MANAGER:SYSTARTUP_VMS.COM; $ @SYS$STARTUP:ADA$STARTUP %VMSINSTAL-I-SYSDIR, This product creates system directory [SYSHLP.EXAMPLES.ADA]. %VMSINSTAL-I-RESTORE, Restoring product save set C ... %VMSINSTAL-I-MOVEFILES, Files will now be moved to their target directories... Beginning the Compaq Ada installation verification procedure. © Digital Equipment Corporation 1992, 1998. All rights reserved. Restricted Rights: Use, duplication, or disclosure by the U.S. Government is subject to restrictions as set forth in subparagraph (c) (1) (ii) of DFARS 252.227-7013, or in FAR 52.227-19, or in FAR 52.227-14 Alt. III, as applicable. This software is proprietary to and embodies the confidential technology of Digital Equipment Corporation. Possession, use, or copying of this software and media is authorized only pursuant to a valid written license from Digital or an authorized sublicensor. Please note that this installation verification procedure requires that a valid license for DEC Ada has been installed on your system. %ACS-I-CL_LIBCRE, Library VAX1$DUA0:[SYS0.SYSUPD.ADA035.ADALIB] created %ACS-I-CL_LIBIS, Current program library is VAX1$DUA0:[SYS0.SYSUPD.ADA035.ADALIB] DEC Ada installation verification test Testing, testing, 1, 2, 3, 4 Testing, testing DEC Ada installation verification PASSED %ACS-I-CL_LIBDEL, Library VAX1$DUA0:[SYS0.SYSUPD.ADA035.ADALIB] deleted Installation of ADA V3.5 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
Por último se edita sys$manager:systartup_vms.com
para añadir la línea @SYS$STARTUP:ADA$STARTUP
al final
$ set term/vt100 $ edit sys$manager:systartup_vms.com
Se pulsa [AvPág] hasta el final, y se añade la línea indicada en rojo.
$! $!$ @SYS$STARTUP:TNT$STARTUP $! $! $! Remove the comment delimiter ($!) from the following line to have $! Monitor run with TCP/IP. $! $!$ @SYS$STARTUP:VPM$STARTUP.COM $! $! $! Remove the comment delimiter ($!) from the following line to start $! RPC services. $! $!$ @SYS$STARTUP:DCE$RPC_STARTUP.COM $! $ MOUNT/SYSTEM DUA1 DATA1 $ @SYS$MANAGER:STARTNET $ @SYS$STARTUP:CCXX$STARTUP $ @SYS$STARTUP:PASCAL$STARTUP $ @SYS$STARTUP:ADA$STARTUP $ EXIT Buffer: SYSTARTUP_VMS.COM | Write | Insert | Forward 412 lines read from file SYS$COMMON:[SYSMGR]SYSTARTUP_VMS.COM;5
Se pulsa [Ctrl+Z] para salir y guardar, y ya está listo, se puede probar algún programa de ejemplo o seguir instalando otros lenguajes.