Difference between revisions of "F5 BigIP License reactivation from BIGIQ"

From UVOO Tech Wiki
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...")
 
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
 +
```
 +
 +
you will need to do this
  
 
bash
 
bash
Line 7: Line 14:
  
 
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
  
download License.txt and copy over
+
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 25:
 
tmsh show sys license
 
tmsh show sys license
 
```
 
```
 +
You new license will be shown. Check the date.

Revision as of 19:27, 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

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.