Manual Chapter :
Download and Import Software
Applies To:
Show VersionsDownload and Import Software
F5OS software download and import
Before you upgrade or install your system, you need to download the latest
F5OS
software image files frommy.f5.com F5 Downloads. The rSeries systems run F5OS-A software packages, and the file names reference the model number (for example, R5R10 for r5000 or r10000 Series platforms).
After you have downloaded the software files, you can use either the CLI or webUI to import the files onto your
rSeries
system.Download F5OS software for F5 rSeries files from F5
F5OS software for F5 rSeries
files from F5F5
recommends that you have a web server in your infrastructure that supports HTTPS, has PUT/POST enabled, and has a valid CA signed certificate. - On your management workstation, log in to my.f5.com/manage/s/downloads.
- Read the End User License Agreement and Program Terms and select the check box.You must accept the license agreement and program terms before you can proceed.
- ClickNext.
- UnderSelect a product family, selectF5OS.
- UnderTell us more about your product, forProduct Line, selectF5OS Appliance Software.
- ForProduct Version, select the version to download.
- UnderSelect a product container, select the software that you want to download.
- UnderSelect a download file, select a file name.Thefile-nameconsists of the platform family(-A indicates appliance-based F5 rSeries systems),the model number (for example, R5R10),and the build number. Theextensiondepends on the file type (for example, .iso, .os, .img).
- ForDownload locations, select a download location.
- ClickDownload.
- Download the corresponding checksum file.The corresponding checksum file has the same name, except that.md5is the file extension. After the download completes, verify the integrity of the file by checking the MD5 checksum.
- Transfer the files to a web server in your infrastructure that supports HTTPS.If you download a.tarfile containing multiple files, you need to extract the images before you can import them onto the system.
Download tenant image files from F5
F5
recommends that you have a web server in your infrastructure that supports HTTPS, has PUT/POST enabled, and has a valid CA-signed certificate. F5
recommends that you download the latest tenant software image files from F5 Downloads. You can use only image files that support
F5OS
to install or upgrade a tenant on the system.- On your management workstation, log in to my.f5.com/manage/s/downloads.
- Read the End User License Agreement and Program Terms and select the check box.You must accept the license agreement and program terms before you can proceed.
- ClickNext.
- UnderSelect a product family, select the F5 tenant software to download.ForBIG-IPtenant softwareSelectBIG-IP.
- UnderTell us more about your product, forProduct Line, select an F5 product line.For example,BIG-IP v15.x / Virtual Edition with Traffic Management Operating System (TMOS).For information on compatibility betweenF5OSand tenant software versions, see K9476: The F5 hardware/software compatibility matrix.
- ForProduct Version, select the product version to download.For example,15.1.8.
- UnderSelect a product container, select the F5 tenant software that you want to download.For example,15.1.8_Tenant_F5OS.
- UnderSelect a download file, select a file name.The file name consists of the platform family, build number, and disk size tag (ALL, T1, T2, T3, or T4).
- ForDownload locations, select a download location.
- ClickDownload.
- Download the corresponding checksum file.The corresponding checksum file has the same name, except that.md5is the file extension. After the download completes, verify the integrity of the file by checking the MD5 checksum.
- Transfer the files to a web server in your infrastructure that supports HTTPS.If you download a.tarfile containing multiple files, you need to extract the images before you can import them onto the system.
File import from the CLI
You can import a file from an external server into the system from the
CLI. HTTPS is the supported protocol. The remote host should be an HTTPS server with
PUT/POST enabled, and a valid CA-signed certificate is recommended.
If you want to import the contents of a .tar file, you need to extract
the contents first before you can import them onto the
rSeries
system.You can import files into these directories on the system:
- images/staging
- images/import
- diags/shared
- configs
Import files from the CLI
You can import F5OS image files onto your
system from the CLI.
- Log in to the command line interface (CLI) of the system using an account with admin access.When you log in to the system, you are in user (operational) mode.
- Import a file.file import remote-url <ip-address-and-file-path> local-file <local-file-path> username <user> password [ remote-port <port-number> ] [ protocol [ https | scp | sftp ]] [insecure]Theinsecureoption ignores certificate warnings during the transfer.This example shows how to import a Base OS ISO file to the system:appliance-1# file import remote-url https://files.company.com/images/F5OS-A-1.1.x-xxxxx.R5R10.iso local-file images/staging username admin password Enter the password at the prompt: Value for 'password' (<string>): ******** result File transfer is initiated.(images/staging/F5OS-A-1.1.x-xxxxx.R5R10.iso)If the file import doesn't work, you can alternatively use secure copy (SCP) to copy the tenant image file to theimages/stagingdirectory of the system. See for more information.
- Return to user (operational) mode.end
- Optionally, you can check the file transfer status with this command.appliance-1# file transfer-statusWhen the file transfer completes, theStatusdisplaysComplete.
Import tenant image files from the CLI
Before you can import a tenant image
file, be sure to download the tenant image file to a web server in your
infrastructure that supports HTTPS, has PUT/POST enabled, and has a valid
CA-signed certificate.
You can import tenant image files
onto your
rSeries
system from the
CLI.- Log in to the command line interface (CLI) of the system using an account with admin access.When you log in to the system, you are in user (operational) mode.
- Import the tenant image file.The remote host should be an HTTPS server with PUT/POST enabled and have a valid CA-signed certificate. To ignore the certificate warnings, you can use the insecure option.file import remote-url <ip-address-and-file-path> local-file <local-file-path> username <user> password [ remote-port <port-number> ] [ protocol [ https | scp | sftp ]] [insecure]This example shows how to import a tenant ISO to the system:
You can use the downloaded image file when deploying a tenant.appliance-1# file import remote-url https://files.company.com/images/BIGIP-15.x.x-x.x.x.ALL-F5OS.qcow2.zip.bundle local-file images/staging username admin password Enter the password at the prompt: Value for 'password' (<string>): ******** result File transfer is initiated.(images/staging)If the file import doesn't work, you can alternatively log in as a root user and use secure copy (SCP) to copy the tenant image file to theimages/stagingdirectory of the system. - Return to user (operational) mode.end
- Optionally, you can check the status of the file import with this command.appliance-1# file transfer-statusWhen the file transfer completes, theStatusdisplaysComplete.
File import from the webUI
You can import a file from an external server into the
system from the
webUI. The remote host should be an HTTPS server with PUT/POST enabled, and a
valid CA-signed certificate is recommended.
If you want to import the contents of a .tar file, you need to extract
the contents first before you can import them onto the system.
You can import files into these directories on a system:
- images/staging
- images/import
- diags/shared/
- configs/
Manage Base OS software images from the webUI
You can manage software images from
the webUI.
- Log in to the webUI using an account with admin access.
- On the left, click.
- To import a Base OS image:
- ClickImport.A popup opens.
- ForURL, enter the URL of the remote image server.F5 recommends that the remote host be an HTTPS server with PUT/POST enabled and have a valid CA-signed certificate. You can opt to select theIgnore Certificate Warningscheck box if you want to skip the certificate check.
- ForUsername, type the user name for an account on the remote image server, if required.
- ForPassword, type the password for the account, if required.
- SelectIgnore Certificate Warningsto skip the certificate check.
- ClickAdd Image.
Depending on the image file size and network availability, the import might take a few minutes. If you want to cancel the in-progress file transfer operation, clickCancel. When the import is successful, the software image is listed in the webUI. - To upload a Base OS image that you have downloaded to your local workstation:
- ClickUpload.
- Navigate to the image file and select it.
- ClickOpen.
- To delete a Base OS image, select the image and clickDelete.Software images that are in use cannot be deleted.
View the status of image imports under
Image Import Status
, which
shows information about Remote
Host
, File
, Status
, and Time
.Manage tenant images from the webUI
You can add or delete tenant images
from the webUI. You must use
HTTPS image import or export. Note that tenant images are specific to the
rSeries
system, and the software version must be compatible with it. - Log in to the webUI using an account with admin access.
- On the left, click.
- To upload an image, clickUploadand browse to the image location.
- To import an image:
- ClickImport.A popup opens.
- ForURL, enter the URL of the remote image server.F5 recommends that the remote host be an HTTPS server with PUT/POST enabled and have a valid CA-signed certificate. You can opt to select theIgnore Certificate Warningscheck box if you want to skip the certificate check.
- ForUsername, type the user name for an account on the remote image server, if required.
- ForPassword, type the password for the account, if required.
- SelectIgnore Certificate Warningsto skip the certificate check.
- ClickImport Image.
Depending on the image file size and network availability, the import might take a few minutes. If you want to cancel the in-progress file transfer operation, clickCancel. When the import is successful, the software image is listed in the webUI. - To delete a tenant image, select the image and clickDelete.
After you have added the tenant
images that you want to use to the system, you can create and
deploy tenants that will use that software image. The tenant image must be one
that is listed as compatible with the
rSeries
system.