- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- tftpd timeout errors
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
11-19-2008 03:47 PM
11-19-2008 03:47 PM
tftpd timeout errors
tftpd[5533]: Timeout (no requests in 10 minutes)
I noticed this error after I killed an ignite tape backup two weeks ago.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2008 07:57 PM
11-19-2008 07:57 PM
Re: tftpd timeout errors
Do you need to have the tftp service running in your server? That is does your server provide any tftp files to other servers to boot up? Most likely not. IgniteUX users the tftp service to allow other servers to boot over the network. And it is igniteUX that probably enabled the tftp service in your server. If you don't need it you can disable it in /etc/inetd.conf and reload inetd by "inted -c".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2008 07:07 AM
11-20-2008 07:07 AM
Re: tftpd timeout errors
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2008 04:46 AM
11-21-2008 04:46 AM
Re: tftpd timeout errors
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2008 07:53 AM
11-25-2008 07:53 AM
Re: tftpd timeout errors
I'm not sure if Service Guard has anything to do with tftp. I noticed when I do "man tftpd" this is one of the statements:
-s This option enables tftpd to work in the Service Guard environment. This option is required for some ftp clients. These clients reject the tftp reply received
from a different IP address than the one requested when the server's interface is configured with an alias IP address.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2008 12:54 PM
12-02-2008 12:54 PM
Re: tftpd timeout errors
Upgrading the igniteUX software enabled
the tftp service in your server. I disable it in /etc/inetd.conf and reload inetd by "inted -c".
Everthing is fine now!!!