Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I re-activate my license ? #1551

Open
ciscoCruz opened this issue Feb 25, 2020 · 1 comment
Open

How can I re-activate my license ? #1551

ciscoCruz opened this issue Feb 25, 2020 · 1 comment

Comments

@ciscoCruz
Copy link

I have tried the following but it does not seem to work:

mgmt.tm.shared.licensing.activation.modify(automaticActivation= True, activationMethod="AUTOMATIC")

Any help would be appreciated

@lizhi1989
Copy link

lizhi1989 commented Mar 7, 2020

I encounter the same issue.
I remove the license file manually. You should be able to remove using below API also.

https://BIGIP/mgmt/tm/util/bash
POST:
{
"command": "run",
"utilCmdArgs": " -c ' rm -f /config/bigip.license'"
}

after that I install the license.
https://BIGIP/mgmt/tm/util/bash

POST:
{
"command": "run",
"utilCmdArgs": " -c ' tmsh install /sys license registration-key [Your-License-Key]'"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants