Skip to content

Commit eb5713e

Browse files
Update ubl_license_enduser.md
1 parent 1d53ba0 commit eb5713e

File tree

1 file changed

+7
-18
lines changed

1 file changed

+7
-18
lines changed

content/install-guides/license/ubl_license_enduser.md

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,17 @@ layout: installtoolsall # DO NOT MODIFY. Always true for tool install ar
1515

1616
A [Local License Server (LLS)](/install-guides/license/ubl_license_admin/) must first be set up by your license administration team.
1717

18-
{{% notice Notice%}}
19-
A Software Success Kit is a subset of a Hardware Success Kit.
20-
21-
You should confirm which type of license is appropriate for your needs.
22-
{{% /notice %}}
23-
2418
## Activate license on end user machine
2519

26-
The UBL license can be activated on the end user machine in different ways. Select the most appropriate for your needs.
20+
The user-based license can be activated on the end user machine in different ways. Select the most appropriate for your needs.
2721

2822
* [Activate via environment variable](#envvar)
2923
* [Activate within tools IDE](#ide)
3024
* [Activate manually](#manual)
3125

3226
## Activate via environment variable {#envvar}
3327

34-
Create `ARMLM_ONDEMAND_ACTIVATION` environment variable referencing the Success Kit product code and your internal UBL license server. Contact your internal license administrators for information on your internal server.
28+
Create `ARMLM_ONDEMAND_ACTIVATION` environment variable referencing the product code and your internal license server. Contact your internal license administrators for information on your internal server.
3529

3630
### HSK
3731
```console
@@ -42,7 +36,7 @@ export ARMLM_ONDEMAND_ACTIVATION=HWSKT-STD0@https://internal.ubl.server
4236
export ARMLM_ONDEMAND_ACTIVATION=SWSKT-STD0@https://internal.ubl.server
4337
```
4438

45-
A license will be automatically checked out whenever a UBL enabled tool is run, for example:
39+
A license will be automatically checked out whenever a user-based licensing enabled tool is run, for example:
4640
```command
4741
armclang --version
4842
```
@@ -58,17 +52,12 @@ Select `Activate with` > `License Server`, and enter the appropriate license ser
5852

5953
## Activate manually {#manual}
6054

61-
Open a command prompt, and navigate to the bin directory of any UBL enabled product.
55+
Open a command prompt, and navigate to the bin directory of any user-based licensing enabled product.
6256

63-
Activate an appropriate success kit license with `armlm`:
64-
### HSK
57+
Activate your user-based license with `armlm`:
6558
```console
6659
armlm activate --server https://internal.ubl.server --product HWSKT-STD0
6760
```
68-
### SSK
69-
```
70-
armlm activate --server https://internal.ubl.server --product SWSKT-STD0
71-
```
7261

7362
## Confirm license check-out {#confirm}
7463

@@ -84,7 +73,7 @@ You should see an output similar to:
8473
Hardware Success Kit
8574
Product code: HWSKT-STD0
8675
Order Id: xxxxxxxx
87-
License valid until: 2023-12-31
76+
License valid until: 2025-12-31
8877
Local cache expires in: 6 days and 23 hours
8978
License server: https://internal.ubl.server
9079
```
@@ -93,7 +82,7 @@ Hardware Success Kit
9382

9483
Your license is cached on your local machine, and is valid for 7 days.
9584

96-
There will be an automatic attempt to refresh this timer on the first usage of a UBL enabled tool in a day. If that fails (for example, if tools are run whilst not connected to your network) the tools can still be used provided there is still time on the locally cached license.
85+
There will be an automatic attempt to refresh this license once per day. If that fails (for example, if tools are run whilst not connected to your network) the tools can still be used provided there is still time on the locally cached license.
9786

9887
To manually refresh the license, you can deactivate and reactivate your license (when connected to your network). For example:
9988
```command

0 commit comments

Comments
 (0)