Skip to content
View in the app

A better way to browse. Learn more.

Gear Crushers

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Copy Files from F5 to F5 (linux) using SCP

Featured Replies

When we get new codes / hot fixes that we must deploy to all of our F5 Appliances it can take awhile to upload 1Gig or more from your VPN connection.  So just do it ahead of time to one box and once your md5 check the images then you can SCP to your other boxes using the linux SCP command

scp -p <local_filename> <username>@<server>:<remote_filename>

For example I wanted to move all the 11.5.4 files from on box to the next box so I ran

[root@usfnt1slbdv01:Active:In Sync] ~ # scp -p /shared/images/*BIGIP-11.5.4.* aa_lztx5g@10.10.48.13:/shared/images/
Password:
BIGIP-11.5.4.0.0.256.iso                                         100% 1634MB  19.0MB/s   01:26
BIGIP-11.5.4.0.0.256.iso.md5                                     100%   58     0.1KB/s   00:00
Hotfix-BIGIP-11.5.4.1.0.286-HF1.iso                              100%  157MB  19.7MB/s   00:08
Hotfix-BIGIP-11.5.4.1.0.286-HF1.iso.md5                          100%   69     0.1KB/s   00:00 

Of course whenever you copy files (especially really important files like operating systems and hot fixes) you should run your md5 check.  So something like the following for an example

md5sum --check BIGIP-11.5.3.0.0.163.iso.md5

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.