- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ftp Session Hangs with Large Transfer
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-23-2003 07:51 PM
09-23-2003 07:51 PM
ftp Session Hangs with Large Transfer
Anybody having Solution on this ?
Thanks in advancd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2003 08:03 PM
09-23-2003 08:03 PM
Re: ftp Session Hangs with Large Transfer
Otherwise, you could have them set hash marks on (painful, yes), and see if it is stopping or halting at a specific point. They would probably want to script an FTP transfer doing this though, as the hash-marks will be alot (1 per 1k transfered, someone else might know how to increase this).
Just a thought.
Thanks,
Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2003 08:54 PM
09-23-2003 08:54 PM
Re: ftp Session Hangs with Large Transfer
I believe we used to get around this by running a ping to the remote ftp site while the ftp was running (from a different shell/window), this kept the session 'alive' and stopped it timing out. Give it a try (as long as your firewall doesnt block ping!).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2003 11:48 PM
09-23-2003 11:48 PM
Re: ftp Session Hangs with Large Transfer
Thanks to you for reply
In the same DMZ they are using the IBM RS6000 Its FTP seesion Working fine And Customer Asking why the HP-UX server having the problem we had made the Necessary chages at firewall side
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2003 12:22 AM
09-24-2003 12:22 AM
Re: ftp Session Hangs with Large Transfer
Further if the HP-UX system does not have largefiles enabled on the target filesystem and the file is being uploaded to the HP-UX server, the transfer will stop at exactly 2 Gigabytes.
To enable largefiles:
umount the filesystem if possible.
Use the fsadm command to convert the filesystem. Do not change /etc/fstab largefiles directive is no longer supported in there.
If you can umount, you could also rebuild the fs as follows:
newfs -F vxfs -o largefiles /dev/vg00/rlvol##
#adjust the /dev statement to reality
mount the filesystem and you're done.
check dmesg
inetd -l for enhanced logging:
tail -f /var/adm/syslog/syslog.log to watch this problem develop as it happens.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2003 12:56 AM
09-24-2003 12:56 AM
Re: ftp Session Hangs with Large Transfer
FTP session is not hangs after 2GB transfer
Its Stop In between after 50 MB also,
All ARPA patches and Btlan Driver Updated on HP-UX side, Within DMZ Ftp Working fine
Its Not working within LAN ?
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2003 06:15 PM
09-25-2003 06:15 PM
Re: ftp Session Hangs with Large Transfer
create the /var/adm/syslog/xferlog file
then enable ftp logging in /etc/inetd.conf usining -t option
and also check the /etc/ftpd/ftpaccess file
there is any restriction
thanx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2003 08:00 PM
09-25-2003 08:00 PM
Re: ftp Session Hangs with Large Transfer
Things to check;
1. autonegotation. Is your lan card set to same speed on HP-UX as the hub/switch it plugs into, ie. both set to 100MB FD, or Auto ? If not this causes a speed mismatch which can cause ftp to hang/die.
2. Get your network guys to check their network equipment again, eg. patches/firmware - as pointed out in earlier replies. They will be reluctant to do this but youve got to keep at them as you need their help to fix it.
3. Try something different. Plug your HP into a different hub/switch, or different lan card if possible to try to isolate where the problem is.