backup automation
4 TopicsF5 Auto Backup iApp Error 550 Filename Invalid on FTP
Trying the codeshare iApp here :https://devcentral.f5.com/codeshare/f5-iapp-automated-backup-1114 All works well but then dies at the end with the ftp stor command. Tried some stuff with adding / etc to the path on filezilla but still nothing. (000010)4/9/2019 15:36:11 PM - (not logged in) (10.1.62.42)> 215 UNIX emulated by FileZilla (000010)4/9/2019 15:36:11 PM - (not logged in) (10.1.62.42)> USER labftp (000010)4/9/2019 15:36:11 PM - (not logged in) (10.1.62.42)> 331 Password required for labftp (000010)4/9/2019 15:36:11 PM - (not logged in) (10.1.62.42)> PASS ********** (000010)4/9/2019 15:36:11 PM - labftp (10.1.62.42)> 230 Logged on (000010)4/9/2019 15:36:11 PM - labftp (10.1.62.42)> TYPE I (000010)4/9/2019 15:36:11 PM - labftp (10.1.62.42)> 200 Type set to I (000010)4/9/2019 15:36:11 PM - labftp (10.1.62.42)> PASV (000010)4/9/2019 15:36:11 PM - labftp (10.1.62.42)> 227 Entering Passive Mode (10,1,62,201,219,75) (000010)4/9/2019 15:36:11 PM - labftp (10.1.62.42)> STOR /ftpsrv/20190409_bigip2.akmlab.local.ucs (000010)4/9/2019 15:36:11 PM - labftp (10.1.62.42)> 550 Filename invalid (000010)4/9/2019 15:36:11 PM - labftp (10.1.62.42)> QUIT (000010)4/9/2019 15:36:11 PM - labftp (10.1.62.42)> 221 Goodbye (000010)4/9/2019 15:36:11 PM - labftp (10.1.62.42)> disconnected. (000011)4/9/2019 15:36:27 PM - (not logged in) (10.1.62.41)> Connected on port 21, sending welcome message... (000011)4/9/2019 15:36:27 PM - (not logged in) (10.1.62.41)> 220-FileZilla Server 0.9.60 beta (000011)4/9/2019 15:36:27 PM - (not logged in) (10.1.62.41)> 220-written by Tim Kosse (tim.kosse@filezilla-project.org) (000011)4/9/2019 15:36:27 PM - (not logged in) (10.1.62.41)> 220 Please visit https://filezilla-project.org/ (000011)4/9/2019 15:36:27 PM - (not logged in) (10.1.62.41)> SYST (000011)4/9/2019 15:36:27 PM - (not logged in) (10.1.62.41)> 215 UNIX emulated by FileZilla (000011)4/9/2019 15:36:27 PM - (not logged in) (10.1.62.41)> USER labftp (000011)4/9/2019 15:36:27 PM - (not logged in) (10.1.62.41)> 331 Password required for labftp (000011)4/9/2019 15:36:27 PM - (not logged in) (10.1.62.41)> PASS ********** (000011)4/9/2019 15:36:27 PM - labftp (10.1.62.41)> 230 Logged on (000011)4/9/2019 15:36:27 PM - labftp (10.1.62.41)> TYPE I (000011)4/9/2019 15:36:27 PM - labftp (10.1.62.41)> 200 Type set to I (000011)4/9/2019 15:36:27 PM - labftp (10.1.62.41)> PASV (000011)4/9/2019 15:36:27 PM - labftp (10.1.62.41)> 227 Entering Passive Mode (10,1,62,201,244,80) (000011)4/9/2019 15:36:27 PM - labftp (10.1.62.41)> STOR /ftpsrv/20190409_bigip1.akmlab.local.ucs (000011)4/9/2019 15:36:27 PM - labftp (10.1.62.41)> 550 Filename invalid (000011)4/9/2019 15:36:27 PM - labftp (10.1.62.41)> QUIT (000011)4/9/2019 15:36:27 PM - labftp (10.1.62.41)> 221 Goodbye (000011)4/9/2019 15:36:27 PM - labftp (10.1.62.41)> disconnected.Solved650Views0likes2CommentsHelp! - SCP Automated Backup file using Password
Hello Gentlemen, I need to push the automated configuration backup files to a Windows server. I tried this by copying the pub_key on to the destination server where this didn't work as the destination windows server is not supporting key based authentication. The F5 LTM devices are running on TMOS version 11.4.1 I need to authenticate the destination server with password and I'm not sure if the automation script in place is working as expected, request your assistance. Thanks for your help in advance! Please find the code below: ! /bin/bash var1=date rm /automation/backup/* devicename=F5LTM01_`date +%F`.ucs tmsh save /sys ucs /automation/backup/$devicename scp /automation/backup/$devicename F5Backup@XX.XX.XX.XX:/F5Backup echo "Back up File copied to the Back Up Server(XX.XX.XX.XX) successfully to /F5Backup/ directory"353Views0likes1CommentVMWare Backups of active VEs?
We collect nightly UCS files of all of our BIG-IP VEs. If we need to restore from UCS, it requires requesting the build of a new guest before we can apply the latest UCS backup (VMWare is managed by a different team). Most of our other organization VMs have snapshots taken that can be used for quick restoration in the case of failure. We do not have snapshots taken of our VEs because it is not recommended: K000093184: Since the Snapshot 'freezes' or 'pauses' TMM this prevents real-time access to the CPU. Due to this F5 does not support the Snapshot process being used on a BIG-IP. Other than restoring from UCS files, are there any other recommended automated backup procedures of ACTIVE VMWare BIG-IP VEs that full backups can be done from?Solved88Views0likes5CommentsBIG-IQ Archive Error
Hello, We currently have a BIG-IQ that was successfully performing backups to the backup server until the server guys implemented some stricter SSH timeouts. From what I gather, the archive is failing because the BIG-IQ seems to open up the SCP connection before the backup finishes. Once the backup has finished it then proceeds to pass the username but the SSH session has timed out by that time. Does anyone know of a way to change the order in which the BIG-IQ does the backup, so change it from SSH -> Backup -> SSH credentials -> copy file to Backup -> SSH -> SSH credentials -> copy file to Backup?23Views0likes0Comments