Difference between revisions of "F5 BigIP License reactivation from BIGIQ"
Jump to navigation
Jump to search
(Created page with "Removes license control from BigIQ and reactivates license on local Bigip bash ``` clear-rest-storage get_dossier -b <key> https://secure.f5.com/Infopage/index.jsp Activate...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Removes license control from BigIQ and reactivates license on local Bigip | Removes license control from BigIQ and reactivates license on local Bigip | ||
+ | |||
+ | if this fails | ||
+ | ``` | ||
+ | tmsh install /sys license registration-key x-x-x-x | ||
+ | Unexpected Error: The license for this BIG-IP was provided by BIG-IQ at x.x.x.x. Please contact your BIG-IQ administrator for license operations. | ||
+ | ``` | ||
+ | |||
+ | you will need to do this | ||
bash | bash | ||
Line 7: | Line 15: | ||
https://secure.f5.com/Infopage/index.jsp | https://secure.f5.com/Infopage/index.jsp | ||
− | Activate F5 product registration key | + | Activate F5 product registration key x-x-x-x |
− | + | backup existing license | |
cp /config/bigip.license cp /root/config_bigip.license.bkp | cp /config/bigip.license cp /root/config_bigip.license.bkp | ||
− | /config/bigip.license | + | download License.txt and copy over /config/bigip.license |
reloadlic | reloadlic | ||
Line 18: | Line 26: | ||
tmsh show sys license | tmsh show sys license | ||
``` | ``` | ||
+ | You new license will be shown. Check the date. |
Latest revision as of 19:28, 23 February 2023
Removes license control from BigIQ and reactivates license on local Bigip
if this fails
tmsh install /sys license registration-key x-x-x-x Unexpected Error: The license for this BIG-IP was provided by BIG-IQ at x.x.x.x. Please contact your BIG-IQ administrator for license operations.
you will need to do this
bash
clear-rest-storage get_dossier -b <key> https://secure.f5.com/Infopage/index.jsp Activate F5 product registration key x-x-x-x backup existing license cp /config/bigip.license cp /root/config_bigip.license.bkp download License.txt and copy over /config/bigip.license reloadlic tmsh show sys license
You new license will be shown. Check the date.