HP OpenVMS Systemsask the wizard |
The Question is:
MicroVAX 3100, hardware model type 156
UCX V4.0
Error starting UCX:
%UCX-E-INETERROR, Error accessing Internet
-UCX-E-INVQUAL, Invalid qualifier value for /LOCAL_HOST
-RMS-E-RNF, record not found
Error Internet IVP:
Begin IVP...
%%% UCX IVP: started %%%
%%% UCX IVP: error - Local Host Not Found %%%
%SYSTEM-F-NOLOGNAM, no logical name match
IVP request completed.
UCX>Show Hosts
LOCAL database
Host address Host name
127.0.0.1 LOCALHOST, localhost
10.3.12.3 SMSD3, smsd3
.... and some more system.
smsd3 is the local system
UCX>SHOW SERVICES
Service Port Proto Process Address State
FTP 21 TCP UCX$FTPD 0.0.0.0 Enabled
LPD 515 TCP UCX$LPD 0.0.0.0 Disabled
MOUNT 10 UDP UCX$NFS 0.0.0.0 Enabled
NFS 2049 UDP UCX$NFS 0.0.0.0 Enabled
PCNFS 5151 TCP,UDP UCX$PCNFSD 0.0.0.0 Enabled
PORTMAPPER 111 TCP,UDP UCX$PORTM 0.0.0.0 Enabled
REXEC 512 TCP UCX$REXECD 0.0.0.0 Disabled
RLOGIN 513 TCP not defined 0.0.0.0 Enabled
RSH 514 TCP UCX$RSHD 0.0.0.0 Disabled
SMTP 25 TCP UCX$SMTP 0.0.0.0 Enabled
SNMP 161 UDP UCX$SNMP 0.0.0.0 Disabled
TELNET 23 TCP not defined 0.0.0.0 Enabled
UCX>SHOW INTERFACE
Packets
Interface IP_Addr Network mask Receive Send MTU
SE0 10.3.12.3 255.255.252.0 10058 49 1500
LO0 127.0.0.1 255.0.0.0 1 3 65535
It is not possible to reach this system with telnet or ping. I think this is a
configuration problem? Many thanks for your help
The Answer is : Re-configure and re-enable IP routing with UCX$CONFIG, as it appears that there is some sort of problem with the local configuration. A missing or a corrupt file, or missing configuration data apparently lurks here. If you choose the following route, make CERTAIN you keep and archive copies of the files BEFORE you delete or rename them. For a complete reconfiguration of TCP/IP Services, shut down IP, delete or rename all of the local system IP configuration data files (SYS$SYSTEM:UCX*.DAT), perform the UCX$CONFIG configuration, and start IP. Your OpenVMS VAX and TCP/IP Services versions are ancient and an upgrade is strongly recommended. If you must operate on versions from 1992 or so, you will want to install the available (mandatory) ECO kits for both OpenVMS VAX and TCP/IP Services.
|