- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ftp error message
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
02-20-2002 07:28 AM
02-20-2002 07:28 AM
ftp error message
message is
18:04:36 Lost connection with remote server, RC = 4
18:06:37 PASV command failed or timed out
18:06:37 USERFTP: stat
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 07:32 AM
02-20-2002 07:32 AM
Re: ftp error message
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 07:34 AM
02-20-2002 07:34 AM
Re: ftp error message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 07:36 AM
02-20-2002 07:36 AM
Re: ftp error message
Try running a ping to the mainframe from a different window/shell while the ftp is running. The ping will help to maintain the connectiong and may thus enable the ftp to complete.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 07:36 AM
02-20-2002 07:36 AM
Re: ftp error message
you can see all the ftp error in the syslog
/var/adm/syslog/syslog.log
if you want you can config the syslog to redirect error about ftp to a diff file .
the conf file of the syslog is : /etc/syslog.conf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 07:42 AM
02-20-2002 07:42 AM
Re: ftp error message
check for INETD_ARGS="-l". If that's not set, you must set it then restart inetd, /sbin/init.d/inetd stop/start
Are you trying some sort of proxy ftp? What type of ftp are you trying to accomplish.
GL,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 08:00 AM
02-20-2002 08:00 AM
Re: ftp error message
logging in but no errors, only the session from the mainframe generated the error message
Harry, ftpd ? Is this used instead of ftp and allows you to use options
If i attempt
/usr/lbin/ftpd -T
I get nothing, presume I'm doing this wrong
Please advise
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 08:03 AM
02-20-2002 08:03 AM
Re: ftp error message
file for it to redirect ftp errors elsewhere
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 10:28 AM
02-20-2002 10:28 AM
Re: ftp error message
you can enable ftpd to use ftpaccess. You can then configure the log file in ftpaccess. you can specify the name of the file you want to log to and also the type of accounts for which you want to log ftp information. If you don't want to use ftpaccess, you can log all ftp transfers etc in syslog.log if you run ftpd with -L option. To do this you have to modify the /etc/inetd.conf file and then ask the system to reread the same using "inetd -c". Do a man ftpd and man ftpaccess to get more info on how you can configure ftpd to log info and on how you can use ftpaccess to configure ftp access and what level of logging you want.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 10:47 AM
02-20-2002 10:47 AM
Re: ftp error message
You control ftpd options from the file: /etc/inetd.conf
There should be a line in there that looks like this:
ftp stream tcp nowait root /usr/lbin/ftpd ftpd
If you look at man ftpd
http://docs.hp.com/cgi-bin/onlinedocs.py?mpn=B2355-90681&service=hpux&path=../B2355-90681/00/01/110&title=HP-UX%20Reference%20Volume%202%3A%20Section%201M
you will see that you can add options to get it to log more info. -l, -v, -L, -i, and -o
are useful.
Believe you have to do
inet -c
to get it to reread the file so your changes will take effect.
However, when we had our ftp problem none of the options helped. What did help diagnose the problem was a ping. Not the simple little ping generated by default but a larger ping with a payload of better than 1500. Up to 1500 we had no problems but over 1500 we started missing pings. The ping was generated by an externa source. In this case a cisco router. Pinging the one machine worked perfectly but the other machine showed errors. Lanadmin and netstat -s did not show anything wrong. Turned out the NIC was sensitive to electromagnetic radiation and that this was a known issue. Thanks to Sanjay we found the problem.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 11:07 AM
02-20-2002 11:07 AM
Re: ftp error message
I might ask a couple questions:
Is this an automated ftp?
Have you ftp'd to/from the mainframe successfully before on this job?
Is it possible the password on the mainframe side has changed (or is requiring a change)? And your .netrc file is not in sync with that password?????
Just a couple things to check and rule out,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 11:22 AM
02-20-2002 11:22 AM
Re: ftp error message
A few things to check for ftp'ing to a mainframe: verify the default mode for prompting as it may or may not be interactive, and add the "prompt" command to your ftp script accordingly; also add the "hash" command to your script to generate some tcp traffic back to your system during the file transfer which may make a difference for being able to sustain the connection.
HTH
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2002 09:05 AM
02-21-2002 09:05 AM
Re: ftp error message
You didn't mention the mainframe OS but I'll give it a shot.
Our mainframe is VM/VSE. We send to HP-UX, NT, Linnux, etc.
The error codes for tcpip errors on the mainframe should be documented in the product guide for the mainframe ip product.
(We happen to use BSI's TCPIP product.)
Addtionally, errors are loged to syslst on the mainframe.
Our automated mainframe ftp jobs create a listing in which errors/successes are noted.
Best of luck.
dl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2002 09:14 AM
02-21-2002 09:14 AM
Re: ftp error message
We do ftp from IBM 390 to HP/UX 11.0 and we can do it if we put the 390 user as root, but we can do it if don't with similar error, try to put the ftp user as root in your system.
Regards,
Justo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2002 09:26 AM
02-21-2002 09:26 AM
Re: ftp error message
Our m/frame operating system is VM, the initial error was reported by the tcp/ip product we use
The job is due to run 'automatically' in 15 mins so i'm going to monitor and see what happens
Thanks everyone for your input, ill report back in about an hour
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2002 09:42 AM
02-21-2002 09:42 AM
Re: ftp error message
I can't ping the server because it's on the other side of our firewall (ftp server)
The inetrc file is ok as the initial log in has worked, the session was lost after 5 seconds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2002 10:10 AM
02-21-2002 10:10 AM