- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- 421 Service not available
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2004 05:28 AM
09-17-2004 05:28 AM
421 Service not available
We have a procedure that copies a 126 block file from one OpenVMS machine to another. Sometimes we copy multiple 126 block files to the same server. However, sometimes we get the following error and no file gets copied:
421 Service not available, Remote server has closed the connection
I've searched around and it looks like Passive FTP might help. I know that I can set mode to passive if I run FTP interactively, as in
$FTP
FTP>set passive on
However, we use the copy/ftp command for our FTP copies.
Can I modify the FTP server of TCPIP Services for OpenVMS to always use passive mode?
How else could I set passive mode if I'm using the copy/ftp command?
Many thanks.
Trace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2004 05:59 AM
09-17-2004 05:59 AM
Re: 421 Service not available
more recent versions of TCPIP (e.g. V5.3) support COPY/FTP/PASSIVE
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2004 06:17 AM
09-17-2004 06:17 AM
Re: 421 Service not available
Do you know if setting passive mode for FTP transfers might fix the root problem that is giving me the 421 error shown above? Thanks.
Trace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2004 06:28 AM
09-17-2004 06:28 AM
Re: 421 Service not available
You should check on the system that closed the connection WHY it closed the connection.
Check operator.log and process termination status in accounting.
Also : network connection (full/half duplex), firewall in between might disconnect in name of the other side.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2004 07:21 PM
09-17-2004 07:21 PM
Re: 421 Service not available
421 error happens before you start copy or during copy?
On target host do you saw some statistics for example netstat -i or netstat -d?
Don't forget the mainly trouble of ftp is not the ftp but autonegotiation of interfaces.
For furthermore help you can read here
http://h71000.www7.hp.com/doc/tcpip51/6631/6631pro.html#symp_sec
Antonio Vigliotti