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-05-2003 07:25 AM
02-05-2003 07:25 AM
ftpd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2003 07:35 AM
02-05-2003 07:35 AM
Re: ftpd
Courtesy:
http://www.wu-ftpd.org/wu-ftpd-faq.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2003 07:37 AM
02-05-2003 07:37 AM
Re: ftpd
Why do you ask? What's the problem?
Vince
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2003 07:41 AM
02-05-2003 07:41 AM
Re: ftpd
Think this is related to maxusers.
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2003 07:44 AM
02-05-2003 07:44 AM
Re: ftpd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2003 07:44 AM
02-05-2003 07:44 AM
Re: ftpd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2003 07:52 AM
02-05-2003 07:52 AM
Re: ftpd
I have limited experience tuning HP-UX myself, so you would be better off listening to others than myself... perhaps someone like Harry will post a reply... but some of the resources to check are:
# of processes (NPROC)
memory utilization
most of the TCP/IP-related tunables
inetd configuration
Good luck!
Vince
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2003 08:07 AM
02-05-2003 08:07 AM
Re: ftpd
I am not sure, active ftp connections are equal to number of telnet session that system can handle (nsrtel)
also check the NIC whether auto negotiation is off and it is full duplex which makes ftp faster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2003 08:10 AM
02-05-2003 08:10 AM
Re: ftpd
If you enabled ftp with -a which tells it to use /etc/ftpd/ftpaccess file, they have a look at that file. See if someone might have set a limit. You will find an entry similar to
limit all 10 Any /var/adm/syslog/ftpmsg.dead
In the above case, it will limit upto 10 sessions only for any user.
-Sri