HP Procurve Switch Config File Upload Issue to TFTP Server on Ubuntu

hp-procurveswitchtftp

In the HP Procurve manual it says to use the following command to up load a file from the switch to a tftp server:

HP2512# copy startup-config tftp 13.28.227.105 d:\configs\sw2512

In my case, my tftp server is on a ubuntu 14.04 LTS machine, so I did the following:

HP2512# copy startup-config tftp myIP /tftpboot/swconf

But it didn't work :

Transport Error.

Best Answer

It's most likely a tftpd configuration problem: it is rather picky. Check you are running as a user with write permissions, that SELinux isn't preventing writes; read very carefully the man page, especially the bits about --create and --permissive. If that doesn't get you anywhere, crank up the verbosity and check the syslogs.