- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Slow Ftp access problem.
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
05-18-2008 12:59 PM
05-18-2008 12:59 PM
Slow Ftp access problem.
This is not the first time such incident occurred. Last time also we have faced the similar issue. At that time the issue was resolved by restarting the syslogd daemon and everthing worked fine. This time also after restarting syslogd it works fine. Now we have to present the root cause to the customer but we are unable to find the exact cause for this Issue.I have checked the syslog and ftp log but couldnt find anything specific to know the exact cause of problem.. we would appreciate if sumone could help us to find the cause for this Issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2008 02:41 PM
05-18-2008 02:41 PM
Re: Slow Ftp access problem.
The root cause is probably a memory leak in the syslogd or other daemon.
Such problems are avoided by keeping the system up to date on patching.
There are several philosophies on patching. 1 is get the on patch that deals with your specific issue and install that. Or you could try a general strategy of bi-annual updates and install them.
Years ago I worked in a "If its not broke don't fix(patch) it" shop. We had a lot of production problems and issues like this.
When I became a systems administrator, I adopted an aggressive installation program for not only bi-annual patch sets but other patches that might avoid problems with Oracle.
Downtime and production problems were cut dramatically.
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
05-19-2008 12:06 AM
05-19-2008 12:06 AM
Re: Slow Ftp access problem.
hmmmm, for this you may first check the duplext settings of your lan interface.
For speed settings, you will need to configure your /etc/rc.config.d/hp
Before that, first check the lan interface duplex interfcae settings.
#lanadmin -x ppa#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2008 02:24 AM
05-19-2008 02:24 AM
Re: Slow Ftp access problem.
Ahsan: It appears to be an issue with syslogd as restarting it, solves the issue.
Raiden: Are there any FCS errors on the lan cards... to be clear about duplex issues.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2008 03:50 AM
05-20-2008 03:50 AM
Re: Slow Ftp access problem.
if ftpd is enabled for logging on to syslog file (ftpd -l) remove the -l from the inetd.conf and restart the inetd daemon.