![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Unix commands failing inside the shell script | esha | Shell Programming and Scripting | 3 | 06-02-2009 08:32 AM |
| failing a unix script | er_zeeshan05 | UNIX for Dummies Questions & Answers | 1 | 10-27-2008 10:00 PM |
| csh failing to call an 2 embedded csh script | pollsizer | Shell Programming and Scripting | 1 | 06-07-2008 01:22 PM |
| IF condition failing in a SSH script | rubionis | Shell Programming and Scripting | 9 | 11-21-2007 04:17 PM |
| UNIX script failing .... | khan1978 | UNIX for Advanced & Expert Users | 1 | 12-05-2005 01:28 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
FTP script failing in middle , Error 421
All,
I know this question has been asked , but mine is different scenario I am unsing HP unix, trying to transfer HP-Unix to HP-Unix. I am transfering a bunch of file form machine1 to machine2. when i intiate my FTP script the files are getting transfered from machine1 to machine2. But after some time it is failing with the error below. Partial files were transfered, and the below error "*** Source file not found in remote system:wcs" is not correct it seems i see the source file available. What is the below error mean , what might be the cause. To note last month this job was running without any issue. Nothing changed the source code now it is failing *** Source File: /eaa/20090124/100_aaaa_0999 {======= Connected to 109.334.22.11 220 wc2 FTP server ready. 331 Password required for rus. 230 User rus logged in. 421 Service not available, remote server has closed connection }======= *** End : FTP on Aug 04 2009 10:55:56 PM *** Source file not found in remote system:wc2 Thanks in Advance, Arun |
|
||||
|
When i run individually yes it working fine the files are getting transfered.
The more i noted is that , the FTP is not failing at a constant point , it is failing at random position. But the error is same 421 Service not available, remote server has closed connection Thank you Last edited by arunkumar_mca; 08-05-2009 at 08:59 PM.. |
|
||||
|
Please post the actual script and make it clear which computer (Solaris or HP-UX) is running the script. FTP can be push or pull.
Are both computers on the same LAN? How are they connected? Is there a firewall between them? Some things to check: 1) Ensure that both computers have their LAN cards set to NOT auto-negotiate and that the LAN ports for both ports are set to NOT auto-negotiate. 2) Set the block size for ftpd on the HP-UK box in /etc/inetd.conf to 32. The value 32 is smaller than the default of 56. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|