Reading time: | 15 min |
Last updated: | 26 Aug 2024 |
Reading time: |
15 min |
Last updated: |
26 Aug 2024 |
This guide is intended to get you up and running with this tool quickly with the most common settings. For a thorough review of all options, refer to the official documentation.
Access to the Arm user-based licensing portal with the account that the licenses were assigned to. This is likely to be an assigned license administrator rather than the end-user.
https://developer.arm.com/support/licensing/user-based
Click on View Details
of the product of interest, and then navigate to Cloud Server
> Generate Activation Code
.
This code can be shared with the end-user to activate .
Once activated, the user information will be visible on the licensing portal dashboard along side the activation code.
On the end-user machine, open a command prompt, and navigate to the bin
directory of any UBL enabled product.
Use the following command with your assigned activation code.
armlm activate --code xxxxxxxx-xxxx-xxxx-xxxxxxxx
The license can also be activated in the various Arm tool IDEs.
For example
Arm Development Studio
, via Help
> Arm License Manager
> Manage Arm User-Based Licenses
.
Select Activate with
> Activation Code
, and enter your product activation code. Click Activate
.
To confirm you have checked-out a license, enter the command:
armlm inspect
Your license is cached on your local machine, and is valid for 7 days.
There will be an automatic attempt to refresh this timer on the first usage of a UBL enabled tool in a day. If it fails to communicate to the server (see Network requirements for user-based licensing for the most common reasons) the tools can still be used provided there is still time on the locally cached license.
To manually refresh the cached license, you can deactivate and reactivate your license (assuming above network requirements are fulfilled):
armlm deactivate --code xxxxxxxx-xxxx-xxxx-xxxxxxxx
armlm reactivate --code xxxxxxxx-xxxx-xxxx-xxxxxxxx
Verify that you have refreshed successfully with:
armlm inspect
How would you rate the overall quality of this tool quick-install guide?
What is the primary reason for your feedback ?
Thank you. We're grateful for your feedback on how to improve this tool quick-install guide.