- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- FTP session closed by remote host
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
08-28-2001 09:32 AM
08-28-2001 09:32 AM
I'm using a hpux 11.0 box, it's a heavy loaded developing environment. The problem is, some time(actually very often), when I ftp from my laptop to it, login is normal, but after I issued a command(ls, get,...) I got"connection closed by remote host", and at the same time, a "FTP session closed" is logged into the system log.
sometime, it works normal, I don't know why. could any expert help me?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 09:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 11:15 AM
08-28-2001 11:15 AM
Re: FTP session closed by remote host
how can I check the current available 'nproc'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 11:20 AM
08-28-2001 11:20 AM
Re: FTP session closed by remote host
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 11:30 AM
08-28-2001 11:30 AM
Re: FTP session closed by remote host
could I check it from command line or SAM or top?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 11:35 AM
08-28-2001 11:35 AM
Re: FTP session closed by remote host
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 11:41 AM
08-28-2001 11:41 AM
Re: FTP session closed by remote host
Aside from using 'glance' to look at key table limits (like 'nproc'), you can use 'sar' to report the process, inode and file table sizes as defined on your system, along with their high-water mark and the number of times they have overflowed.
# sar -v 10 5
...will cause 5-samples to be taken, one every 10-seconds. See 'man sar' for more details.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 11:52 AM
08-28-2001 11:52 AM
Re: FTP session closed by remote host
I checked it with 'sar -v', it seemed that the proc number is enough to use, my configuration of 'nproc' is 2420, and the output of sar -v for 'proc-sz' is 187/2420.
BTW, it seemed that the issue only happened between our laptop/PC and the HP box, not between hp-hp boxes.
Again, thanks for your prompt response!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2001 12:06 PM
08-29-2001 12:06 PM
Re: FTP session closed by remote host
Tony