Applies To:
Show VersionsRestoring the BIG-IQ and Data Collection Device Cluster to Pre-upgrade State
Add the secondary BIG-IQ system to the primary BIG-IQ system
Even though you can log in to the secondary BIG-IQ after the you re-establish the HA configuration, the system continues some database re-indexing processes in the background. For larger configurations, that can take up to an hour. If you perform any searches on objects before it's done re-indexing, BIG-IQ might not return the expected results.
After the HA configuration is re-established, you'll be automatically logged out of the primary BIG-IQ system for a few minutes while the secondary BIG-IQ system restarts.
After the secondary system restarts, you can log back into the primary BIG-IQ system.
Run the post upgrade process
Upgrade the statistics agent
If you collected statistics in the prior version, then when you finish upgrading the primary BIG-IQ, you need to upgrade the statistics agent on each BIG-IP device that had statistics enabled before the upgrade.
What are my options for re-discovering and re-importing devices?
After you upgrade F5 BIG-IQ Centralized Management, you must re-discover and re-import services for your managed devices so you can start managing those devices with the new features introduced in this release. You can do this in bulk, or you do it for each device and service individually.
- When you re-discover and re-import in bulk, all conflicts are resolved the in the same way.
- When you re-discover devices and re-import services manually, you specify how to resolve conflicts on an individual basis.
Re-discover and re-import services in bulk
Re-import and re-discover services individually
What are my options for re-discovering and re-importing APM devices?
After you upgrade F5 BIG-IQ Centralized Management, you must re-discover and re-import services for your managed devices so you can start managing those devices with the new features introduced in this release. If your APM configuration does not include Secure Web Gateway (SWG) data, you can do this in bulk, or you do it for each device and service individually.
- If you do not use SWG data and want to use the bulk process, refer to Use a script to remove and recreate access groups in bulk for devices running APM services on support.f5.com.
- If you do not use SWG data and want to use the manual process, refer to Re-import access groups (without SWG data) from the user interface for devices running APM services on support.f5.com.
- If you use SWG data, refer to Remove and recreate access groups (with SWG data) from the user interface for devices running APM services on support.f5.com.
- When you re-discover and re-import in bulk, all conflicts are resolved the in the same way.
- When you re-discover devices and re-import services manually, you specify how to resolve conflicts on an individual basis.
Use a script to remove and recreate access groups in bulk for devices running APM services
Remove and recreate access groups (with SWG data) from the user interface for devices running APM services
Re-import access groups (without SWG data) from the user interface for devices running APM services
Install the vCenter host root certificate on BIG-IQ after upgrading
- From the BIG-IQ system's command line, copy the root certificate from the vCenter host cert /etc/vmware-sso/key/ssoserverRoot.crt file to the BIG-IQ system's /config/ssl/ssl.crt file.
- Type this command to create a symbolic link to this certificate using the certificate's hash: ln -s ssoserverRoot.crt `openssl x509 -hash -noout -in ssoserverRoot.crt`.0.
- Type this command to restart gunicorn: bigstart restart gunicorn