1833780 Members
2637 Online
110063 Solutions
New Discussion

tftpd timeout errors

 
Vernita Hall
Occasional Advisor

tftpd timeout errors

I'm on an HP RP7420 server running HPUX 11.i. The syslog file is getting this error message every ten minutes.
tftpd[5533]: Timeout (no requests in 10 minutes)
I noticed this error after I killed an ignite tape backup two weeks ago.
5 REPLIES 5
TTr
Honored Contributor

Re: tftpd timeout errors

This message is not an error. It is a normal message from tftpd. There is some other server in your network that makes a tftp request and triggers the tftp daemon this particular server to start up via inetd. If there are no other tftp connections to your server, the tftp daemon exits and you get this message.

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".
Vernita Hall
Occasional Advisor

Re: tftpd timeout errors

The tftp service is running because we have Service Guard.
TTr
Honored Contributor

Re: tftpd timeout errors

I have not done serviceguard since 2001. Are you sure serviceguard requires the tftp service? Serviceguard and tftp are so contradicting of each other.
Vernita Hall
Occasional Advisor

Re: tftpd timeout errors

TTr,

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.
Vernita Hall
Occasional Advisor

Re: tftpd timeout errors

Thanks TTr,

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!!!