Operating System - OpenVMS
1827835 Members
9022 Online
109969 Solutions
New Discussion

Re: Alpha DS25 cannot FTP

 
Winson_1
Occasional Advisor

Alpha DS25 cannot FTP

My Alpha DS25 OpenVMS V8.2 is having intermittent connection issue with FTP service to another VAX running Multinet TCP/IP or Windows XP FTP server. I get this FTP timeout message:
FTP> connect x.x.x.4
%TCPIP-E-FTP_NETERR, I/O error on network device
-SYSTEM-F-TIMEOUT, device timeout
FTP>

If I do make a connection I’m able to login; when I perform directory listing I get error below:
FTP> dir
200 Port 192.18 at Host x.x.x.101 accepted.
150 List started.
%TCPIP-E-FTP_DATACONF, cannot establish data connection with remote host
-SYSTEM-F-CONNECFAIL, connect to network object timed-out or failed
425 Can't build data connection: %MULTINET-F-ETIMEDOUT, Connection timed out.
FTP>

The Alpha can FTP to itself and perform directory listing with no problem. The other VAX can Set Host or Telnet to the Alpha system with no problem but cannot FTP to it. All of these systems are connected to a switch and behind firewall. I tried both passive FTP ON/OFF with no success. Am I missing something in the TCPIP configuration?

Here a FTP service listing:
TCPIP> show service FTP /full
Service: FTP
State: Enabled
Port: 21 Protocol: TCP Address: 0.0.0.0
Inactivity: 5 User_name: TCPIP$FTP Process: TCPIP$FTP
Limit: 1000 Active: 0 Peak: 2

File: TCPIP$SYSTEM:TCPIP$FTP_RUN.COM
Flags: None

Socket Opts: Rcheck Scheck
Receive: 0 Send: 0

Log Opts: Acpt Actv Dactv Conn Error Exit Logi Logo Mdfy Rjct TimO Addr
File: SYS$SYSDEVICE:[TCPIP$FTP]TCPIP$FTP_RUN.LOG

Security
Reject msg: not defined
Accept host: 0.0.0.0
Accept netw: 0.0.0.0
TCPIP>

Thanks!!
Winson
5 REPLIES 5
Craig A Berry
Honored Contributor

Re: Alpha DS25 cannot FTP

Is there anything interesting in the log:

$ type SYS$SYSDEVICE:[TCPIP$FTP]TCPIP$FTP_RUN.LOG

Winson_1
Occasional Advisor

Re: Alpha DS25 cannot FTP

TCPIP$FTP_RUN.LOG:

%TCPIP-I-FTP_SESCON, FTP SERVER: session connection from x.x.x.2 at 20-DEC-2005 16:01:57.62
%TCPIP-E-FTP_FAOL, cannot format the buffer
%SYSTEM-F-ACCVIO, access violation, reason mask=03, virtual address=000000000000000B, PC=000000007AE516A0, PS=00156658
%TCPIP-I-FTP_USER, user name: x
%TCPIP-I-FTP_SESDCN, FTP SERVER: session disconnection from x.x.x.2 at 20-DEC-2005 16:20:46.86
%TCPIP-I-FTP_SESCON, FTP SERVER: session connection from x.x.x.49 at 20-DEC-2005 16:26:01.41
%TCPIP-I-FTP_SESCON, FTP SERVER: session connection from x.x.x.49 at 20-DEC-2005 16:26:19.51
%TCPIP-I-FTP_NODE, client host name: x.x.x.49
%TCPIP-I-FTP_USER, user name: x
%TCPIP-I-FTP_OBJ, object: x.x.x.49
%TCPIP-I-FTP_CHINFO, TCPIP$FTPC00002: Error building data connection
%SYSTEM-F-TIMEOUT, device timeout
%TCPIP-I-FTP_USER, user name: x
%TCPIP-I-FTP_SESDCN, FTP SERVER: session disconnection from x.x.x.49 at 20-DEC-2005 16:27:20.61
%TCPIP-I-FTP_NODE, client host name: x.x.x.49
%TCPIP-I-FTP_USER, user name: x
%TCPIP-I-FTP_OBJ, object: x.x.x.49
Craig A Berry
Honored Contributor

Re: Alpha DS25 cannot FTP

Ouch. An access violation in a server process is not good. If the system is under any kind of support contract, you really should log a call. They will want to know if you've applied all available patches. There is an ECO for TCP/IP v5.5 as well as some system ECOs.
Winson_1
Occasional Advisor

Re: Alpha DS25 cannot FTP

Patched the Alpha with the following:

DEC-AXPVMS-TCPIP-V0505-11ECO1-1.DCX_AXPEXE
VMS82A_UPDATE-V0100.PCSI-DCX_AXPEXE
VMS82A_SYS-V0200.PCSI-DCX_AXPEXE
Winson_1
Occasional Advisor

Re: Alpha DS25 cannot FTP

Re-installed OS and FTP works fine afterward. DS25 system came with pre-installed OS might be the problem.