RETRO.COM.ES

Web sobre informática retro y vintage

Herramientas de usuario

Herramientas del sitio


vax:tcpip

Red TCP/IP

Para instalar la red TCP/IP es necesario disponer el software del producto tcpip_vax051, que está incluido en el disco del sistema operativo y una PAK adecuada, UCX.

A esta máquina, como ejemplo, le asignaremos la dirección IP 192.168.56.71/24 con nombre DNS vax.virtual.box, puerta de enlace (gateway) 192.168.56.254 y el servidor de nombres 192.168.56.1.

También se iniciarán los servicios FTP y TELNET.

Partimos de una situación en la cual la máquina esta iniciada:

(Pulsar ENTER)

 Welcome to OpenVMS (TM) VAX Operating System, Version V7.3    

Username: system
Password: (Teclear la clave correspondiente) 
 Welcome to OpenVMS (TM) VAX Operating System, Version V7.3
    Last interactive login on ???????, dd-mmm-yyyy hh:mm
$ set term/vt100
$ _

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 openvms-vax-073-os.iso
RQ: unit is read only
sim> cont
_

luego se monta el CD y se continúa

mount/over=id dua3:
%MOUNT-I-WRITELOCK, volume is write locked
%MOUNT-I-MOUNTED, VAXVMS073 mounted on _VAX$DUA3:
$ set def dua3:[tcpip_vax051.kit]
$ LICENSE REGISTER UCX /ISSUER=DEC /AUTHORIZATION=HOBBYIST-XX-KEY99999-999999 /PR
ODUCER=DEC /UNITS=0 /ACTIVITY=CONSTANT=100 /TERMINATION_DATE=dd-mmm-yyyy /CHECKSU
M=9-XXXX-XXXX-XXXX-XXXX
$  LICENSE LOAD UCX
%LICENSE-I-LOADED, DEC UCX was successfully loaded with 0 units
$ product install *
 
The following product has been selected:
    DEC VAXVMS TCPIP V5.1-15               Layered Product
 
Do you want to continue? [YES] (Pulsar ENTER)
 
Configuration phase starting ...
 
You will be asked to choose options, if any, for each selected product and for
any products that may be installed to satisfy software dependency requirements.
 
DEC VAXVMS TCPIP V5.1-15: Compaq TCP/IP Services for OpenVMS.
 
    (c) Compaq Computer Corporation 2000. All Rights Reserved.
 
    Compaq Computer Corporation
 
    Compaq TCP/IP Services for OpenVMS offers several license options.
 
Do you want the defaults for all options? [YES] (Pulsar ENTER)

Do you want to review the options? [NO] (Pulsar ENTER)
 
Execution phase starting ...

The following product will be installed to destination:
    DEC VAXVMS TCPIP V5.1-15               DISK$OVMSVAXSYS:[VMS$COMMON.]
 
Portion done: 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%
%PCSI-I-PRCOUTPUT, output from subprocess follows ...
% - HELP has been updated. You may purge SYS$COMMON:[SYSHLP]HELPLIB.HLB 
% 
%PCSI-I-PRCOUTPUT, output from subprocess follows ...
% TCPIP-W-PCSI_INSTALL 
% - For the Compaq TCP/IP Services software to function properly, you
%	 need to increase the number of global pages by 5304.
% 	 Please refer to the Installation Guide.
% 
% TCPIP-W-PCSI_INSTALL 
% - Execute SYS$MANAGER:TCPIP$CONFIG.COM to proceed with configuration of
%   Compaq TCP/IP Services.
% 
Portion done: 100%

The following product has been installed:
    DEC VAXVMS TCPIP V5.1-15               Layered Product
 
DEC VAXVMS TCPIP V5.1-15: Compaq TCP/IP Services for OpenVMS.
 
    Check the release notes for current status of the product.
$ _

Y ya está el software instalado. Sin embargo, nos dice que para poder ejectuarlo necesitamos incrementar las “global pages” en 5304. Es necesario realizar un autogen. Se configuran los parámetros:

$ set def sys$system
$ edit modparams.dat

Se borra la pantalla y aparece el editor, donde se edita el valor en rojo. Como en la instalación se dejó en dos reinicios para mostrar otra forma de cambiar los valores, se añade laa línea extra para evitarlo:

SCSNODE="VAX"
SCSSYSTEMID=21507
VAXCLUSTER=0
ADD_GBLPAGES=20000
ADD_GBLSECTIONS=100
ADD_NPAGEDYN=800000
ADD_NPAGEVIR=800000
MIN_SPTREQ=6000
INTSTKPAGES=20
[End of file]











 Buffer: MODPARAMS.DAT                               | Write | Insert | Forward 

8 lines read from file SYS$SYSROOT:[SYSEXE]MODPARAMS.DAT;2

Se pulsa [Ctrl+Z] para salir y guardar y se continúa con el autogen:

$ set def sys$update
$ @autogen getdata shutdown nofeedback
%AUTOGEN-I-BEGIN, GETDATA phase is beginning.
%AUTOGEN-I-NEWFILE, A new version of SYS$SYSTEM:PARAMS.DAT has been created.
        You may wish to purge this file.
%AUTOGEN-I-END, GETDATA phase has successfully completed.
%AUTOGEN-I-BEGIN, GENPARAMS phase is beginning.
%AUTOGEN-I-NEWFILE, A new version of SYS$MANAGER:VMSIMAGES.DAT has been created.
        You may wish to purge this file.
%AUTOGEN-I-NEWFILE, A new version of SYS$SYSTEM:SETPARAMS.DAT has been created.
        You may wish to purge this file.
%AUTOGEN-I-END, GENPARAMS phase has successfully completed.
%AUTOGEN-I-BEGIN, GENFILES phase is beginning.
%SYSGEN-I-EXTENDED, SYS$SYSROOT:[SYSEXE]SWAPFILE.SYS;1 extended

%AUTOGEN-I-REPORT, AUTOGEN has produced some informational messages which
	have been stored in the file SYS$SYSTEM:AGEN$PARAMS.REPORT.  You may
	wish to review the information in that file.

%AUTOGEN-I-END, GENFILES phase has successfully completed.
%AUTOGEN-I-BEGIN, SETPARAMS phase is beginning.
%AUTOGEN-I-END, SETPARAMS phase has successfully completed.
%AUTOGEN-I-BEGIN, SHUTDOWN phase is beginning.

The system is shutting down to allow the system to boot with the
generated site-specific parameters and installed images.

You must manually reboot the system after it halts.


	SHUTDOWN -- Perform an Orderly System Shutdown
	            on node VAX


%SHUTDOWN-I-BOOTCHECK, performing reboot consistency check...
%SHUTDOWN-I-CHECKOK, basic reboot consistency check completed

%SHUTDOWN-I-OPERATOR, this terminal is now an operator's console
%%%%%%%%%%%  OPCOM  dd-mmm-yyyy hh:mm:ss.cc  %%%%%%%%%%%
Operator status for operator _VAX$OPA0:
CENTRAL, PRINTER, TAPES, DISKS, DEVICES, CARDS, NETWORK, CLUSTER, SECURITY,
LICENSE, OPER1, OPER2, OPER3, OPER4, OPER5, OPER6, OPER7, OPER8, OPER9, OPER10,
OPER11, OPER12

%SHUTDOWN-I-DISLOGINS, interactive logins will now be disabled
%SET-I-INTSET, login interactive limit = 0, current interactive value = 1
%SHUTDOWN-I-STOPQUEUES, the queues on this node will now be stopped
%%%%%%%%%%%  OPCOM  dd-mmm-yyyy hh:mm:ss.cc  %%%%%%%%%%%
Message from user JOB_CONTROL on VAX
%JBC-E-OPENERR, error opening SYS$COMMON:[SYSEXE]QMAN$MASTER.DAT;

%%%%%%%%%%%  OPCOM  dd-mmm-yyyy hh:mm:ss.cc  %%%%%%%%%%%
Message from user JOB_CONTROL on VAX
-RMS-E-FNF, file not found


SHUTDOWN message on VAX from user SYSTEM at _VAX$OPA0:   13:05:49
VAX will shut down in 0 minutes; back up LATER.  Please log off node VAX.
Shutting down system after setting AUTOGENerated parameters

1 terminal has been notified on VAX.

%SHUTDOWN-I-SITESHUT, the site-specific shutdown procedure will now be invoked
%SHUTDOWN-I-STOPUSER, all user processes will now be stopped
%SHUTDOWN-I-STOPAUDIT, the security auditing subsystem will now be shut down
%%%%%%%%%%%  OPCOM  dd-mmm-yyyy hh:mm:ss.cc  %%%%%%%%%%%
Message from user AUDIT$SERVER on VAX
Security alarm (SECURITY) and security audit (SECURITY) on VAX, system id: 1025
Auditable event:          Audit server shutting down
Event time:               dd-mmm-yyyy hh:mm:ss.cc
PID:                      00000215        
Username:                 SYSTEM          

%SHUTDOWN-I-STOPSECSRV, the security server will now be shut down
%SHUTDOWN-I-REMOVE, all installed images will now be removed
%SHUTDOWN-I-DISMOUNT, all volumes will now be dismounted
%%%%%%%%%%%  OPCOM  dd-mmm-yyyy hh:mm:ss.cc  %%%%%%%%%%%
Message from user SYSTEM on VAX
%SECSRV-I-CIASHUTDOWN, breakin detection and evasion processing is shutting down

%%%%%%%%%%%  OPCOM  dd-mmm-yyyy hh:mm:ss.cc  %%%%%%%%%%%
Message from user SYSTEM on VAX
%SECSRV-I-PROXYSHUTDOWN, proxy processing is shutting down

%%%%%%%%%%%  OPCOM  dd-mmm-yyyy hh:mm:ss.cc  %%%%%%%%%%%
Message from user SYSTEM on VAX
%SECSRV-I-SERVERSHUTDOWN, security server shutting down

%%%%%%%%%%%  OPCOM  dd-mmm-yyyy hh:mm:ss.cc  %%%%%%%%%%%
Message from user SYSTEM on VAX
_VAX$OPA0:, VAX shutdown was requested by the operator.

%%%%%%%%%%%  OPCOM  dd-mmm-yyyy hh:mm:ss.cc  %%%%%%%%%%%
Logfile was closed by operator _VAX$OPA0:
Logfile was VAX::SYS$SYSROOT:[SYSMGR]OPERATOR.LOG;22

%%%%%%%%%%%  OPCOM  dd-mmm-yyyy hh:mm:ss.cc  %%%%%%%%%%%
Operator _VAX$OPA0: has been disabled, username SYSTEM

	SYSTEM SHUTDOWN COMPLETE - use console to halt system
Infinite loop, PC: 833E32D3 (BRB 833E32D3)
sim> _

sim> boot cpu


KA655-B V5.3, VMB 2.7
Performing normal system tests.
40..39..38..37..36..35..34..33..32..31..30..29..28..27..26..25..
24..23..22..21..20..19..18..17..16..15..14..13..12..11..10..09..
08..07..06..05..04..03..
Tests completed.
>>>boot
(BOOT/R5:0 DUA0



  2..
-DUA0
  1..0..


%SYSBOOT-I-SYSBOOT Mapping the SYSDUMP.DMP on the System Disk
%SYSBOOT-I-SYSBOOT SYSDUMP.DMP on System Disk successfully mapped 
%SYSBOOT-I-SYSBOOT Mapping PAGEFILE.SYS on the System Disk
%SYSBOOT-I-SYSBOOT SAVEDUMP parameter not set to protect the PAGEFILE.SYS
   OpenVMS (TM) VAX Version V7.3     Major version id = 1 Minor version id = 0
%WBM-I-WBMINFO Write Bitmap has successfully completed initialization.
$!  Copyright 2001 Compaq Computer Corporation.

%STDRV-I-STARTUP, OpenVMS startup begun at dd-mmm-yyyy hh:mm:ss.cc
%RUN-S-PROC_ID, identification of created process is 00000206
%DCL-S-SPAWNED, process SYSTEM_1 spawned
%%%%%%%%%%%  OPCOM  dd-mmm-yyyy hh:mm:ss.cc  %%%%%%%%%%%
Operator _VAX$OPA0: has been enabled, username SYSTEM

%%%%%%%%%%%  OPCOM  dd-mmm-yyyy hh:mm:ss.cc  %%%%%%%%%%%
Operator status for operator _VAX$OPA0:
CENTRAL, PRINTER, TAPES, DISKS, DEVICES, CARDS, NETWORK, CLUSTER, SECURITY,
LICENSE, OPER1, OPER2, OPER3, OPER4, OPER5, OPER6, OPER7, OPER8, OPER9, OPER10,
OPER11, OPER12

%%%%%%%%%%%  OPCOM  dd-mmm-yyyy hh:mm:ss.cc  %%%%%%%%%%%
Logfile has been initialized by operator _VAX$OPA0:
Logfile is VAX::SYS$SYSROOT:[SYSMGR]OPERATOR.LOG;3

%%%%%%%%%%%  OPCOM  dd-mmm-yyyy hh:mm:ss.cc  %%%%%%%%%%%
Operator status for operator VAX::SYS$SYSROOT:[SYSMGR]OPERATOR.LOG;3
CENTRAL, PRINTER, TAPES, DISKS, DEVICES, CARDS, NETWORK, CLUSTER, SECURITY,
LICENSE, OPER1, OPER2, OPER3, OPER4, OPER5, OPER6, OPER7, OPER8, OPER9, OPER10,
OPER11, OPER12

%SET-I-NEWAUDSRV, identification of new audit server process is 0000020C
%%%%%%%%%%%  OPCOM  dd-mmm-yyyy hh:mm:ss.cc  %%%%%%%%%%%
Message from user JOB_CONTROL on VAX
%JBC-E-OPENERR, error opening SYS$COMMON:[SYSEXE]QMAN$MASTER.DAT;

%%%%%%%%%%%  OPCOM  dd-mmm-yyyy hh:mm:ss.cc  %%%%%%%%%%%
Message from user JOB_CONTROL on VAX
-RMS-E-FNF, file not found

%%%%%%%%%%%  OPCOM  dd-mmm-yyyy hh:mm:ss.cc  %%%%%%%%%%%
Message from user SYSTEM on VAX
%SECSRV-E-NOPROXYDB, cannot find proxy database file NET$PROXY.DAT
%RMS-E-FNF, file not found

%%%%%%%%%%%  OPCOM  dd-mmm-yyyy hh:mm:ss.cc  %%%%%%%%%%%
Message from user SYSTEM on VAX
%SECSRV-E-NOPROXYDB, cannot find proxy database file NET$PROXY.DAT
%RMS-E-FNF, file not found

%%%%%%%%%%%  OPCOM  dd-mmm-yyyy hh:mm:ss.cc  %%%%%%%%%%%
Message from user SYSTEM on VAX
%SECSRV-I-CIACRECLUDB, security server created cluster intrusion database

%%%%%%%%%%%  OPCOM  dd-mmm-yyyy hh:mm:ss.cc  %%%%%%%%%%%
Message from user SYSTEM on VAX
%SECSRV-I-SERVERSTARTINGU, security server starting up

%%%%%%%%%%%  OPCOM  dd-mmm-yyyy hh:mm:ss.cc  %%%%%%%%%%%
Message from user SYSTEM on VAX
%SECSRV-I-CIASTARTINGUP, breakin detection and evasion processing now starting up

%%%%%%%%%%%  OPCOM  dd-mmm-yyyy hh:mm:ss.cc  %%%%%%%%%%%
Message from user SYSTEM on VAX
Warning: DECdtm log file not found (SYS$JOURNAL:SYSTEM$VAX.LM$JOURNAL)
        %RMS-E-FNF, file not found
        TP server process waiting


%%%%%%%%%%%  OPCOM  dd-mmm-yyyy hh:mm:ss.cc  %%%%%%%%%%%
Message from user AUDIT$SERVER on VAX
Security alarm (SECURITY) and security audit (SECURITY) on VAX, system id: 1025
Auditable event:          Audit server starting up
Event time:               dd-mmm-yyyy hh:mm:ss.cc
PID:                      00000203        
Username:                 SYSTEM          

%STARTUP-I-AUDITCONTINUE, audit server initialization complete

The OpenVMS VAX system is now executing the site-specific startup commands.

%MOUNT-I-MOUNTED, DATA1 mounted on _VAX$DUA1:
%SET-I-INTSET, login interactive limit = 64, current interactive value = 0
  SYSTEM       job terminated at dd-mmm-yyyy hh:mm:ss.cc

  Accounting information:
  Buffered I/O count:            1137         Peak working set size:    1562
  Direct I/O count:               519         Peak page file size:      4924
  Page faults:                   3608         Mounted volumes:             1
  Charged CPU time:           0 00:00:08.54   Elapsed time:     0 00:00:11.62(Pulsar ENTER)

 Welcome to OpenVMS (TM) VAX Operating System, Version V7.3    

Username: system
Password: (Teclear la clave correspondiente)
 Welcome to OpenVMS (TM) VAX Operating System, Version V7.3
    Last interactive login on ???????, dd-mmm-yyyy hh:mm
$

Ahora se procede a configurar la red:

$ @sys$manager:tcpip$config

Se borra la pantalla y se presenta el menú siguiente:

 

	Compaq TCP/IP Services for OpenVMS Configuration Menu
 
	Configuration options:
 
		 1  -  Core environment
		 2  -  Client components   
		 3  -  Server components   
		 4  -  Optional components
 
		 5  -  Shutdown Compaq TCP/IP Services for OpenVMS
		 6  -  Startup Compaq TCP/IP Services for OpenVMS
		 7  -  Run tests
 
		 A  -  Configure options 1 - 4
		[E] -  Exit configuration procedure
 
Enter configuration option: _

Los parámetros típicos de la conexión IP se configuran en la opción 1 - Core environment , así que se teclea un 1, se borra la pantalla y aparece un nuevo menú:


 
	Compaq TCP/IP Services for OpenVMS Core Environment Configuration Menu
 
	Configuration options:
 
		 1  -  Domain                
		 2  -  Interfaces
		 3  -  Routing               
		 4  -  BIND Resolver         
		 5  -  Time Zone
 
		 A  -  Configure options 1 - 5
		[E] -  Exit menu
 
Enter configuration option: _

Se configura el nombre del dominio, con la opción 1 - Domain:

DOMAIN Configuration
 
Enter Internet domain: virtual.box

Se vuelve al Core Environment Configuration Menu, donde se seleciona la opción 2 - Interfaces para indicar el nombre DNS, la IP. la máscara de red y la dirección de broadcast. Se presenta el siguiente menú:


	QE0 is the Ethernet device XQA0:
 
	QE0 has not been configured
 
	Compaq TCP/IP Services for OpenVMS Interface QE0 Configuration Menu
 
	Configuration options:
 
		 1  -  Configure interface manually       
		 2  -  Let DHCP configure interface       
 
		[E] -  Exit menu (Do not configure interface QE0)
 
Enter configuration option: _

Aquí se puede seleccionar la opción 2 en caso de tener una IP dinámica y que se configure de forma automática, o bien, como en nuestro caso seleccionar 1 al tener una IP fija:

Enter fully qualified host name: vax.virtual.box
Enter Internet address for vax: 192.168.56.71
Enter Internet network mask for vax [255.255.255.0]: (Pulsar ENTER)
Enter broadcast mask for vax [192.168.56.255]: (Pulsar ENTER)
 
	The following parameters will be used to define the
	Internet interface QE0:
 
		Host name:         vax
		Internet address:  192.168.56.71
		Network mask:      255.255.255.0
		Broadcast mask:    192.168.56.255
 
* Is the above correct [YES]: (Pulsar ENTER)

Una vez configurado, de vuelta al menú Core Environment Configuration Menu, donde se selecciona la opción 3 - Routing, configurando unicamente la ruta estática por defecto:

 
DYNAMIC ROUTING Configuration
 
 
	Dynamic routing has not been configured.

	You may configure dynamic ROUTED or GATED routing.
	You cannot enable both at the same time.  If you want
	to change from one to the other, you must disable the
	current routing first, then enable the desired routing.

	If you enable dynamic ROUTED routing, this host will use the
        Routing Information Protocol (RIP) - Version 1 to listen
	for all dynamic routing information coming from other
	hosts to update its internal routing tables. 
	It will also supply its own Internet addresses to
	routing requests made from remote hosts.

        If you enable dynamic GATED routing, you will be able to 
	configure this host to use any combination of the following 
	routing protocols to exchange dynamic routing information 
	with other hosts on the network:
            Routing Information Protocol (RIP) - Version 1 & 2
            Router Discovery Protocol (RDISC)
            Open Shortest Path First (OSPF)
            Exterior Gateway Protocol (EGP)
            Border Gateway Protocol (BGP-4)
            Static routes

* Do you want to configure dynamic ROUTED or GATED routing [NO]: (Pulsar ENTER)
 
	A default route has not been configured.
* Do you want to configure a default route [YES]: (Pulsar ENTER)
Enter your Default Gateway host name or address: 192.168.56.254
 
	192.168.56.254 is not in the local host database.
	If you want to enter the default gateway in the local host
	database, enter its host name. Otherwise, enter .
 
Enter the Default Gateway host name []: (Pulsar ENTER)

De nuevo en el menú, ya ya solo falta configurar la resolución DNS, con la opción 4 - BIND Resolver:

 
BIND RESOLVER Configuration
 
	A BIND resolver has not been configured.

	Compaq TCP/IP Services for OpenVMS supports the Berkeley Internet Name
	Domain (BIND) resolver.  BIND is a network service that enables clients
	to name resources or objects and share information with other objects
	on the network.

	Before configuring your system as a BIND resolver, you should
	first be sure that there is at least one system on the network
	configured as either a BIND primary or secondary server for
	this domain.
 
	You can specify a BIND server by its address or name;
	however, if specified by name, an entry for it must
	exist in the TCPIP$HOST database.

	You will be asked one question for each server.
	Press Return at the prompt to terminate the list.

Enter your BIND server name: 192.168.56.1
 
	192.168.56.1 is not in the local host database.
	If you want to enter the server in the local host
	database, enter the server name. Otherwise, enter .
 
Enter remote BIND server name []: (Pulsar ENTER)
 
Enter next BIND server name: (Pulsar ENTER)

y vuelta al menú, donde se selecciona E - Exit para volver al menú principal.

Ahora, se configuran los servicios FTP y TELNET, como clientes y servidores (al configurar los clientes, también se habilitan los servidores).

Se selecciona la opción 2 -Client componentes y se pasa al menú siguiente:

 
	Compaq TCP/IP Services for OpenVMS Client Components Configuration Menu
 
	Configuration options:
 
		 1  -  FTP              Disabled Stopped
		 2  -  NFS Client       Disabled Stopped
		 3  -  REXEC and RSH    Disabled Stopped
		 4  -  RLOGIN           Disabled Stopped
		 5  -  SMTP             Disabled Stopped
		 6  -  TELNET           Disabled Stopped
		 7  -  DHCP             Disabled Stopped
		 8  -  Telnetsym        Disabled Stopped
 
		 A  -  Configure options 1 - 8
		[E] -  Exit menu
 
Enter configuration option: _

Se selcciona la opcion 1 - FTP y aparece la pantalla:


FTP CLIENT Configuration
 
Service is not enabled.
Service is stopped.
 
	FTP CLIENT configuration options:
 
		 1 - Enable service on this node
 
		[E] - Exit FTP_CLIENT configuration
 
Enter configuration option: _

Opcion 1 -Enable service on this node:


The FTP SERVER is not enabled.
 
* Do you want to configure FTP SERVER [NO]: y

Si el servicio da un error, volviendo a la pantalla anterior. Se vuelve a seleccionar 1 - Enable service on this node y ya funciona. Se vuelve a la pantalla Client Components Configuration Menu donde ya estará ENABLED y STOPPED.

De forma análoga se procede con TELNET.

Una vez ENABLED ambos servicidos, seleccionamos E - Exit Menu para regresar al menú principal. Para inicializar los servicios se selecciona la opción 6 - Startup Compaq TCP/IP Services for OpenVMS.

Begin Startup...
 

%TCPIP-I-INFO, TCP/IP Services startup beginning at dd-mmm-yyyy hh:mm:ss.cc
%TCPIP-I-INFO, creating UCX compatibility file SYS$COMMON:[SYSEXE]UCX$SERVICE.DAT
%TCPIP-I-NORMAL, timezone information verified
%%%%%%%%%%%  OPCOM  dd-mmm-yyyy hh:mm:ss.cc  %%%%%%%%%%%
Message from user INTERnet on VAX
INTERnet Loaded

%RUN-S-PROC_ID, identification of created process is 00000214
%TCPIP-I-SETLOCAL, setting domain and/or local host
%TCPIP-I-STARTCOMM, starting communication
%%%%%%%%%%%  OPCOM  dd-mmm-yyyy hh:mm:ss.cc  %%%%%%%%%%%
Message from user INTERnet on VAX
INTERnet Started

%TCPIP-I-SETPROTP, setting protocol parameters
%TCPIP-I-DEFINTE, defining interfaces
%%%%%%%%%%%  OPCOM  dd-mmm-yyyy hh:mm:ss.cc  %%%%%%%%%%%
Message from user INTERnet on VAX
INTERnet ACP Created INTERnet interface: QE0

%TCPIP-I-STARTNAME, starting name service
%%%%%%%%%%%  OPCOM  dd-mmm-yyyy hh:mm:ss.cc  %%%%%%%%%%%
Message from user Proxy Server on VAX
Loading proxy server image TCPIP$PROXY_SERVICES

%TCPIP-S-STARTDONE, TCP/IP Kernel startup completed
%TCPIP-E-PROXYERROR, error processing proxy request
-TCPIP-W-NORECORD, information not found
-RMS-E-RNF, record not found
%TCPIP-E-PROXYERROR, error processing proxy request
-TCPIP-W-NORECORD, information not found
-RMS-E-RNF, record not found
%TCPIP-I-LOADSERV, loading TCPIP server proxy information
%TCPIP-I-SERVLOADED, auxiliary server loaded with 0 proxy records
-TCPIP-I-SERVSKIP, skipped 0 communication proxy records
-TCPIP-I-SERVTOTAL, total of 0 proxy records read
%TCPIP-S-STARTDONE, TCPIP$PROXY startup completed
%%%%%%%%%%%  OPCOM  dd-mmm-yyyy hh:mm:ss.cc  %%%%%%%%%%%
Message from user INTERnet on VAX
INTERnet ACP Activate FTP Server 

%%%%%%%%%%%  OPCOM  dd-mmm-yyyy hh:mm:ss.cc  %%%%%%%%%%%
Message from user INTERnet on VAX
INTERnet ACP NOLISTEN Process creation success: Service - FTP

%TCPIP-S-STARTDONE, TCPIP$FTP startup completed
%TCPIP-S-STARTDONE, TCPIP$FTP_CLIENT startup completed
%%%%%%%%%%%  OPCOM  dd-mmm-yyyy hh:mm:ss.cc  %%%%%%%%%%%
Message from user INTERnet on VAX
INTERnet ACP Activate TELNET Server 

%TCPIP-S-STARTDONE, TCPIP$TELNET startup completed
%TCPIP-S-STARTDONE, TCP/IP Services startup completed at dd-mmm-yyyy hh:mm:ss.cc

Startup request completed.
Press Return to continue ... (Pulsar ENTER)

Se regresa al menú principal, donde al haber terminado la configuración se selecciona E - Exit configuration procedure

$ _

Para hacer que TCP/IP arranque automáticamente al inicio se edita SYSTARTUP_VMS:

$ set term/vt100
$ edit sys$manager:systartup_vms.com

Se pulsa [AvPág] hasta el final, y se añada la línea en rojo

$!
$!
$! 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:TCPIP$STARTUP
$ @SYS$STARTUP:CCXX$STARTUP
$ @SYS$STARTUP:PASCAL$STARTUP
$ @SYS$STARTUP:ADA$STARTUP
$ @SYS$STARTUP:LISP$STARTUP
$ EXIT
 Buffer: SYSTARTUP_VMS.COM                           | Write | Insert | Forward 

414 lines read from file SYS$COMMON:[SYSMGR]SYSTARTUP_VMS.COM;7

Se pulsa [Ctrl+Z] para salir y guardar. Ahora, TCP/IP arrancará automáticamente cuando se inicie el sistema.

Ahora es el momento de realizar la copia de los discos, y luego se puede continuar con la instalación de los lenguajes de programación.

©2017-2024, jCæsar Contacto

Herramientas de la página