03-17-2022 06:42 AM
I am having trouble deploying from FMC to a FTD running v6.4 software. When I deploy after about 15 minutes, I get errors related to Fstream similar to this:
Failed to download required package: /var/cisco/deploy/pkg/var/cisco/packages/lina/domain/AnyConnect Image/111/anyconnect-win-4.9.06037-webdeploy-k9.pkg (fstream failure)
Is there a way to copy these files to the FTD via scp?
Thanks in advance
Dave
Solved! Go to Solution.
03-19-2022 11:17 AM
Ok, I was able to use scp copy to the FTD and run an update. I downloaded a copy of scp from solarwinds and dropped the file in that directory.
1. sudo scp username@x.x.x.x:/Cisco_FTD_Upgrade-6.4.0-102.sh.REL.tar /var/sf/updates
2. sudo md5sum /var/sf/updates/Cisco_FTD_Upgrade-6.4.0-102.sh.REL.tar *to get checksum
3. install_update.pl /var/sf/updates/Cisco_FTD_Upgrade-6.4.0-102.sh.REL.tar
all the above worked however it turned out the database files were corrupt and I ended up loading a new bootloader, and a new image.
Thanks again. I hope this helps someone in the future!
Dave
03-17-2022 07:06 AM
not sure what part this getting error, if you looking to upload files any connect look below guide :
03-19-2022 11:17 AM
Ok, I was able to use scp copy to the FTD and run an update. I downloaded a copy of scp from solarwinds and dropped the file in that directory.
1. sudo scp username@x.x.x.x:/Cisco_FTD_Upgrade-6.4.0-102.sh.REL.tar /var/sf/updates
2. sudo md5sum /var/sf/updates/Cisco_FTD_Upgrade-6.4.0-102.sh.REL.tar *to get checksum
3. install_update.pl /var/sf/updates/Cisco_FTD_Upgrade-6.4.0-102.sh.REL.tar
all the above worked however it turned out the database files were corrupt and I ended up loading a new bootloader, and a new image.
Thanks again. I hope this helps someone in the future!
Dave
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide