The License Server Utility administrator can control access for concurrent licenses. For example, let us assume the current version is MAPINFO.PROFESSIONAL.0550 and the previous version is MAPINFO.PROFESSIONAL.1600.
INCLUDE option
Scenario | Entry in the Options File |
---|---|
group1 can use the license for only product1. | INCLUDE MAPINFO.PROFESSIONAL.0550 GROUP group1 |
user1 can use the license for only product1. | INCLUDE MAPINFO.PROFESSIONAL.0550 USER user1 |
host_group1 can use the license for only product1. | INCLUDE MAPINFO.PROFESSIONAL.0550 HOST_GROUP host_group1 |
host1 can use the license for only product1. | INCLUDE MAPINFO.PROFESSIONAL.0550 HOST host1 |
group2 can use license for only product2. | INCLUDE MAPINFO.PROFESSIONAL.1600 GROUP group2 |
EXCLUDE option
Scenario | Entry in the Options File |
---|---|
Prevents group1 from using product1 on any system on the network. | EXCLUDE INCLUDE MAPINFO.PROFESSIONAL.0550 GROUP group1 |
Prevents user1 from using product1 on any system on the network. | EXCLUDE INCLUDE MAPINFO.PROFESSIONAL.0550 USER user1 |
Prevents host_group1 from using product1 on any system on the network. | EXCLUDE INCLUDE MAPINFO.PROFESSIONAL.0550 HOST_GROUP host_group1 |
EXCLUDEALL option
Scenario | Entry in the Options File |
---|---|
Prevents group1 to use any license from the License Server Utility. | EXCLUDEALL GROUP group1 |
Prevents user1 to use any license from the License Server Utility. | EXCLUDEALL USER user1 |
Prevents host_group1 to use any license from the License Server Utility. | EXCLUDEALL HOST_GROUP host_group1 |
RESERVE option
Scenario | Entry in the Options File |
---|---|
Reserves two licenses for group1 for product1. | RESERVE 2 INCLUDE MAPINFO.PROFESSIONAL.0550 GROUP group1 |
Reserves two licenses for host_group1 for product1. | RESERVE 2 INCLUDE MAPINFO.PROFESSIONAL.0550 HOST_GROUP host_group1 |
MAX option
Scenario | Entry in the Options File |
---|---|
Restricts group1 to use more than five licenses for product1. | MAX 5 INCLUDE MAPINFO.PROFESSIONAL.0550 GROUP group1 |
Restricts host_group1 to use more than five licenses for product1. | MAX 5 INCLUDE MAPINFO.PROFESSIONAL.0550 HOST_GROUP host_group1 |
Preventing a Single User from using a License
Scenario | Entry in the Options File |
---|---|
Allows all group1 users, except for user user2, to use licenses for product1. |
GROUP group1 user1 user2 user3 user4 INCLUDE INCLUDE MAPINFO.PROFESSIONAL.0550 GROUP group1 EXCLUDE INCLUDE MAPINFO.PROFESSIONAL.0550 USER user2 |