The License Server Utility administrator can control access for distributable and borrowable licenses. For example, let serialno1= MIXXXXXXXXXXXXXX-XXXXXX and serialno2= MIYYYYYYYYYYYYYY-YYYYYY.
INCLUDE_ENTITLEMENT option
Scenario | Entry in the Options File |
---|---|
The host group host_group1 can only borrow licenses using the serial number serialno1. | INCLUDE_ENTITLEMENT serialno1 HOST_GROUP host_group1 |
The group group1 can only borrow licenses using the serial number serialno2. | INCLUDE_ENTITLEMENT serialno2 GROUP group1 |
EXCLUDE_ENTITLEMENT option
Scenario | Entry in the Options File |
---|---|
Prevents group1 from borrowing any licenses using the entitlement serialno1. | EXCLUDE_ENTITLEMENT serialno1 GROUP group1 |
Prevents user1 from borrowing any licenses using the entitlement serialno1. | EXCLUDE_ENTITLEMENT serialno1 USER user1 |
Prevents host_group1 from borrowing any licenses using the entitlement serialno1. | EXCLUDE_ENTITLEMENT serialno1 HOST_GROUP host_group1 |
Excluding a User from Borrowing a License
Scenario | Entry in the Options File |
---|---|
Allows all group1 users except user2 to borrow licenses using the serial number serialno1. |
GROUP group1 user1 user2 user3 user4 INCLUDE_ENTITLEMENT serialno1 GROUP group1 EXCLUDE_ENTITLEMENT serialno1 USER user2 |
Important:
- EXCLUDE_ENTITLEMENT supercedes INCLUDE_ENTITLEMENT.
- EXCLUDE supercedes INCLUDE.