- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- "tftp: SEND error:1, msg: File not found" Message ...
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
Discussions
Discussions
Discussions
Forums
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
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-12-2002 02:11 AM
тАО11-12-2002 02:11 AM
"tftp: SEND error:1, msg: File not found" Message in Procurve 5308xl Log
Chris
- Tags:
- tftp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-12-2002 01:46 PM
тАО11-12-2002 01:46 PM
Re: "tftp: SEND error:1, msg: File not found" Message in Procurve 5308xl Log
Appears to use the cisco IOS so you can get to the command line and do
show config
or
show run
and see if there is anything in there about a TFTP server.
On a cisco if you type a ? after a command it will tell you if there are any options:
show tftp ?
or just
show ?
If all else fails get yourself a tftp server (3Com's is good and free) and set it up and tell the switch about it and see if you get any files.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-12-2002 02:26 PM
тАО11-12-2002 02:26 PM
Re: "tftp: SEND error:1, msg: File not found" Message in Procurve 5308xl Log
The alert ???tftp: SENT error:1, msg: File not found??? is referring to a tftp server on the network that is requesting a file from the switches. The file being requested is not on the switch, so the error is generated. You will need to find the tftp server and stop the requests at the server to stop the errors from continuing to be logged.
Louis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-13-2002 12:46 AM
тАО11-13-2002 12:46 AM
Re: "tftp: SEND error:1, msg: File not found" Message in Procurve 5308xl Log
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-18-2002 05:28 AM
тАО11-18-2002 05:28 AM
Re: "tftp: SEND error:1, msg: File not found" Message in Procurve 5308xl Log
Contrary to what's been said I have no information that the switch would by default try to connect to TFTP in any way. Neither is it capable of doing anything with TFTP automatically.
As for where to find the TFTP server... it's sitting in one of your computers, whether a server or a workstation I don't know.
You maybe could find it by configuring a monitoring port on the switch, capturing all network traffic for an hour and try to find which IP address is sending TFTP requests to the switch.
HTH,
TAL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-25-2002 12:26 PM
тАО11-25-2002 12:26 PM
Re: "tftp: SEND error:1, msg: File not found" Message in Procurve 5308xl Log
A packet sniffer would probably be the fastest way to find the TFTP server address
Louis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-25-2002 03:26 PM
тАО11-25-2002 03:26 PM
Re: "tftp: SEND error:1, msg: File not found" Message in Procurve 5308xl Log
ftp://ftp.hp.com/pub/networking/software/59692354.pdf
Page 5-11 under DHCP/BOOTP Operation. It says that roughly that if given a TFTP server address by DHCP/BOOTP it would automatically try to get a config from the TFTP server. I was just thinking it might have gotten an address by accident. I know a lot of devices will keep trying to get a DHCP address periodically unless you give them an IP address so I thought it was worth a try. Seems odd that there would be a rogue TFTP Server on the network.
Gauler:
As for how to find a TFTP server on your network:
Go to www.shareware.com or www.winsite.com and search for "port scanner" and you will find a bunch of them. Download one and it should do the job for you. Most of them allow you to set the network range to scan and which service to look for. TFTP Service runs on port 69.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-26-2002 01:06 AM
тАО11-26-2002 01:06 AM
Re: "tftp: SEND error:1, msg: File not found" Message in Procurve 5308xl Log
A Portscanner runs over the hole Network but didn't find any tftp-Server. It seems that I must do a log of the hole traffic....
The only maschines with tftp can be the 10 servers, the other does't runs the whole day, but there is no tftp server on these servers. Can it be any error in the configuration file?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-26-2002 02:10 AM
тАО11-26-2002 02:10 AM
Re: "tftp: SEND error:1, msg: File not found" Message in Procurve 5308xl Log
I checked the manual and it does talk about TFTP. The way I read it is that the DHCP server provides the TFTP server address to the switch, so if DHCP in this case is not used, this doesn't apply.
Chris, it just came to me that the switch actually works itself as a TFTP server. This error would appear, if you have a TFTP client trying to retrieve a file from the switch.
So, I think that's actually the thing you should be looking for, a TFTP GET request directed TO the switch instead of FROM the switch.
As for where to find the TFTP bugging you, I'd propably take first a close look on all UNIX/LINUX boxes in the network, then maybe if you have other networking devices, 3Com or Cisco.
HTH, Arimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-18-2002 05:11 AM
тАО12-18-2002 05:11 AM
Re: "tftp: SEND error:1, msg: File not found" Message in Procurve 5308xl Log
I have the same error messages with my HP switches and I would like to know if you found a solution for this problem. Did you find a client that talks to the switch using tftp?
Manfred Ernst
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-18-2002 07:14 AM
тАО12-18-2002 07:14 AM
Re: "tftp: SEND error:1, msg: File not found" Message in Procurve 5308xl Log
Any Ideas to find the pc faster?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-19-2002 02:19 AM
тАО12-19-2002 02:19 AM
Re: "tftp: SEND error:1, msg: File not found" Message in Procurve 5308xl Log
You can also set one of the switch ports to act as a monitor port and connect a sniffer PC directly there. Then all traffic passing to and from the ports you want to monitor will be duplicated to the monitor port. You can monitor one port at a time or several at the same time. Then you should be able to find the right direction.
Anyhow, as the switch won't send anything anyway (the only thing it has to send is the OS), this is fortunately more like a nuisance than anything else.
Arimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2003 03:47 AM
тАО01-07-2003 03:47 AM
Re: "tftp: SEND error:1, msg: File not found" Message in Procurve 5308xl Log
We had the same problem some time age; a log file full of those tftp error messages.
Even it looks like an tftp problem, it was an SNMP Problem caused by the SNMP service running on an WinNT Box. We stopped that service and .. fixed.
Bernard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2003 04:59 AM
тАО01-07-2003 04:59 AM
Re: "tftp: SEND error:1, msg: File not found" Message in Procurve 5308xl Log
That's very interesting. Could you give more details on the environment, like windows version and service pack, switch software and the like?
Thanks,
Arimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2003 02:26 AM
тАО01-15-2003 02:26 AM
Re: "tftp: SEND error:1, msg: File not found" Message in Procurve 5308xl Log
So far so good. But now I am searching for a solution to disable these tftp requests on the ELSA lancom routers, until now without success. Background is that I activated snmp-traps on the switches and now I get a warning every time when these tftp packets are sent.
Is there anybody who can help me?
Manfred Ernst
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2003 08:42 AM
тАО01-15-2003 08:42 AM
Re: "tftp: SEND error:1, msg: File not found" Message in Procurve 5308xl Log
Your NT/2000 boxes should also be configured. There is a configuration manager that they say should be installed. Did you install it?
I'd ask the manufacturer:
http://www2.elsa.de/internet/onlineassistent.nsf/search-keyword?OpenAgent&language=de&ProductName=ELSA+LANCOM+ADSL/ISDN&keyw=A1-ROUTER-7&escalation=0&ProdSearch=1
Click on: Bitte schildern Sie uns das Problem.
I tried but they want the serial number etc. of your product which I don't have.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-31-2003 05:48 AM
тАО01-31-2003 05:48 AM
Re: "tftp: SEND error:1, msg: File not found" Message in Procurve 5308xl Log
If you installed and used HP TopTools on some workstation, then beware that this product has a tftp server. Maybe you started this tftp server from TopTools, without intent (I did just that, and now my portscanner sees tftp server on port 69).
- Tags:
- toptools
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-25-2013 03:22 AM
тАО02-25-2013 03:22 AM
Re: "tftp: SEND error:1, msg: File not found" Message in Procurve 5308xl Log
Have a look to your Virusscanner / System detector when you don┬┤t have an tftp server in your network.
I had the same problem in my network and find out that this msg generated after the McAfee Rogou System Detection looking for unknown devices.
You need to reconfigure the RSD in McAfee ePO.
BR
Rik