I know this has been discussed in other threads but I need a quick response so here is my issue. I am trying to upload a new IOS to my routers. In my command script I use:
copy tftp://1.1.1.1/iosimage.bin flash:iosimage.bin
The problem I have is that if I run this manually, either using the "execute script" or run it using the "test job" function on a job, it works just fine. However, if I just let it run as a scheduled job, it does not work. It executes and the log says it is successful but the image doesn't show up on the router. It doesn't even hit the tftp server. It's the same whether I use tftp, http, or ftp.
Any thoughts on why this is happening?
Thanks,