Getting Up And Running With F5 ARX Virtual Edition
ARX (Adaptive Resource Switch) is a filesystem virtualization switch, which provides intelligent file virtualization for storage environments. ARX can be used to tier files across multiple filers, provide disaster recovery services, and allow administrators to migrate files between backend filers without disruption of service. These are a few of the use cases for ARX, but by no means all of them. Over the next few months, we will be covering ARX heavily here on DevCentral. Let’s get started by deploying ARX Virtual Edition in our ESX environment.
ARX Virtual Edition resource requirements
The resource requirements are difference depending on the license you have for your ARX VE.
If you have a trial license obtained from http://www.f5.com/trial the requirements are as follows:
- 1 CPU core, 64-bit architecture
- 2 GB of memory
- 1 Virtual NIC (VNIC)
- 40 GB or more of hard drive space
If you have a production license or evaluation license, the requirements are as follows:
- 2 CPU cores, 64-bit architecture
- 4 GB of memory
- 1 Virtual NIC (VNIC)
- 40 GB or more of hard drive space
Prerequisites
- Download and install VMWare ESXi
- Download VMWare vSphere Client from ESXi host and install on local workstation
- Generate registration key and download F5 ARX Virtual Edition (VE)
Installation
- Connect to ESXi host using VMWare vSphere Client
- Select ‘File’, then ‘Deploy OVF Template…’
- Browse to the location of the OVF template (arxve-esx-trial-XXXXX.ova), select it, and click ‘Next’
- Check the ‘OVF Template Details and make sure everything looks correct, then click ‘Next’
- Name your Virtual Edition instance, click ‘Next’
- Select ‘Trial’ from the ‘Configuration’ drop-down, click ‘Next’
- Select ‘Thick provisioned format’ to allocate the disk space immediately (only select ‘Thin provisioned format’ if disk space is an issue and you fully understand its implications), click ‘Next’
- Select the network you would like to attach the ARX VE VNIC to, click ‘Next’
- Verify all of the deployment details and click ‘Finish’ if everything is correct
- The OVF template will now be deployed onto the ESXi box. This process can take 5-10 minutes.
Configuration – command-line portion
- Power on ARX VE virtual machine
- Open console tab
- Press ‘enter’ to start the ‘Switch Configuration Wizard’
- Enter the following parameters (substitute your values where necessary)
Management port IP address 10.0.0.150 Management port subnet mask 255.255.255.0 Management port gateway IP address 10.0.0.254 Switch private IP address (accept default) Switch private subnet mask (accept default) Chassis UUID (accept default) Crypto-officer username admin Crypto-officer password (use your own) System password (use your own) Master key (accept default) - Once you have completed the form, type ‘yes’ to accept your changes
- Wait for all the services to restart
Configuration – web interface portion
- Open a web browser and navigate to the filer over HTTPS (https://10.0.0.150 in our case)
- Login with the crypto-officer username and password
- From the ‘Common Operations’ leaf, select ‘Initial Setup…’
- Begin the initial setup wizard (these values will vary with your local environment)
Switch name test-arx-ve Management protocols SSH, API Access – HTTPS (we may want this for some iControl examples later on) Proxy IP addresses 10.0.0.160 (1 is required for ARX VE) NTP server 10.0.0.254 Time zone region North and South America contrinents Time zone city PST (-0800)/PDT (-0700) United States Pacific time DNS domain name arx-test-ve.f5-test.com Primary DNS server 10.0.0.254 DNS search domains f5-test.com Fully qualified domain name of e-mail server smtp.f5-test.com E-mail recipients admin@f5-test.com SNMP (optional) - Confirm your configuration and click ‘Finish’ to finalize the initial setup
- At this point, the VE instance should be fully configured with the exception of licensing the unit
Activating the license automatically
- Locate the email you received containing the registration key and copy the key to your clipboard
- Select ‘Activate License…’ from the web interface of ARX Manager
- Paste the registration key into the field of the pop-up window and select ‘Automatic’ if your ARX has a route to the Internet, click ‘Next’
- Agree to the EULA terms and click ‘Next’
- If automatic activation worked correctly, you should be presented with a confirmation screen, click ‘Finish’
Activating the license manually
- Follow steps 1-2 from the previous selection
- Paste the registration key into the field of the pop-up window and select ‘Manual’
- Copy the dossier to your clipboard and click ‘Click here to access F5 licensing server’
- Paste dossier into the text field and click ‘Next’
- Copy the license to your clipboard and post it into the ‘License’ field of the pop-up window, click ‘Next’
- If manual activation worked correctly, you should be presented with a confirmation screen, click ‘Finish’ (should look like confirmation from previous section, step 5)
Conclusion
Now that you’ve got ARX VE up and running in your environment, you can begin playing with some of the functionality. We will be using a combination of commercial filer simulators in the examples that follow over the next few months. If you want to get ahead of the game, get your favor filer up and running on your ESX box. See everyone next week!
- Tosin_OmojolaAltostratus
Please, where is the rest of the articles in this series? Is it still relevant in 2019?