wesley.kamau wrote:Great work!
Tried this on one of our switches. Been stuck on 'Begin transfer of recovery file .....
The .tar file is an archive not sure if that might have an effect on the process. When i unpack it, i get two files mtd and switch. My conclusion, either the switch is proper faulty or an issue with the .tar file.
Thanks wesley,
Yeah if the recovery.tar.gz file is in an archive, like a zip or whatever it might be. It could affect the process. Try decompressing it and try again. All the file transfers are over xmodem, so when it arrive's on the switch it will still be in the same state and the commands that run after aren't expecting it to be in an archive other than the tar.gz
Hopefully that helps.
**EDIT**
I think I may have mis-understood what you meant originally. It should definitely be sent in it's .tar.gz form - Try downloading it again from the original link at the beginning of the page.
Something else you can try too to verify that part is working. Just do it manually,
If you have access to the original HyperTerminal or any serial console that can use xmodem, just connect to the switch and type the commands:
- Code: Select all
cd /tmp
rx recovery.tar.gz
Then while the switch is waiting, send the file. If that works, reboot the switch. Then wait about 3 minutes and run the tool again.
I did see things like that happen in my original test's, it should have been weeded out, but depending on the state of your switch. It might have missed a few of the commands the tool sent in the beginning.
If that doesn't work, then yeah the switch might be truly faulty.