Applies To:
Show Versions
Restoring the BIG-IQ and Data Collection Device Cluster to Pre-upgrade State
What are the post-upgrade tasks?
Once you have upgraded the BIG-IQ system with a DCD cluster, you need to:
- Add the secondary BIG-IQ to the primary BIG-IQ.
- Re-discover devices and re-import services (You can do this either manually or using a script).
- Install the vCenter host root certificate on BIG-IQ
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.
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
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